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
Date and time the asset became available.
stagedTest Boolean! Non-Null
Whether the asset was staged using the stageAssets mutation.
completeSourceAttribution [AtsSyncCandidateSyncCompleteSourceAttribution!]! Non-Null
Indeed products the asset was sourced from.
smartScreeningUpdate AtsSyncCandidateSyncSmartScreeningUpdate
Smart screening update data. A null value with no error indicates the smart screening update 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
Timestamp when the screening update was created. Updates should be ordered by this timestamp.
Example
{ "id": "opaqueId", "metadata": AtsSyncCandidateSyncAssetMetadata, "smartScreeningUpdate": AtsSyncCandidateSyncSmartScreeningUpdate}