AtsSyncCandidateSyncSmartScreeningUpdate
Object
Smart screening update data for a candidate application.
Fields
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
{ "applicationIdentifier": AtsSyncCandidateSyncIndeedApplyApplicationIdentifier, "smartFitScore": 987.65, "resume": AtsSyncCandidateSyncAssetFile, "createdAt": "2023-01-01T09:00:00Z"}