AtsSyncCandidateSyncSmartScreeningUpdateAsset
Object
Candidate data from Smart Screening updates.
Fields
id ID! Non-Null
Unique ID for this entity.
metadata AtsSyncCandidateSyncAssetMetadata! Non-Null
Transfer metadata for this entity.
stagedAt DateTime! Non-Null
When the asset became available.
stagedTest Boolean! Non-Null
True if stageAssets staged this asset.
completeSourceAttribution [AtsSyncCandidateSyncCompleteSourceAttribution!]! Non-Null
Indeed products that sourced this asset.
smartScreeningUpdate AtsSyncCandidateSyncSmartScreeningUpdate
Smart Screening update data. A null value with no error means the data is no longer available.
applicationIdentifier AtsSyncCandidateSyncScreeningApplicationIdentifier! Non-Null
Application identifier for the screening update.
smartFitScore Float
Smart Fit score for the candidate, if available.
resume AtsSyncCandidateSyncAssetFile! Non-Null
Resume file for the candidate.
createdAt DateTime! Non-Null
When the screening update was created. Order updates by this value.
Example
{ "id": "opaqueId", "metadata": AtsSyncCandidateSyncAssetMetadata, "smartScreeningUpdate": AtsSyncCandidateSyncSmartScreeningUpdate}