AtsSyncCandidateSyncApplicationVersionStatus
Object
Version status for the application.
Fields
applicationVersionId ID! Non-Null
Unique identifier tracking an application version
applicationIdentifier AtsSyncCandidateSyncApplicationIdentifier! Non-Null
Unique ID for the application on Indeed.
indeedRegistrationId ID! Non-Null
Unique ID that links an Indeed employer to a partner employer. Provided during registration.
atsCandidateId ID
ID of a candidate profile in the ATS that is associated with one or more applications, if provided.
atsApplicationId ID! Non-Null
Unique ID of the application in the ATS.
job AtsSyncCandidateSyncJob! Non-Null
Job posting details.
They let Indeed match imported application data to jobs published through the Job Sync API.
sourcedPostingId ID
Unique ID of the job posting.
status AtsSyncCandidateSyncApplicationVersionStatusType! Non-Null
Current status of the application version.
Example
{ "applicationVersionId": "opaqueId", "applicationIdentifier": AtsSyncCandidateSyncApplicationIdentifier, "status": "INITIALIZED"}