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 linking an Indeed employer to a partner employer. Provided during registration.
atsCandidateId ID
Optional ID for a candidate profile associated with one or more applications in the ATS.
atsApplicationId ID! Non-Null
Unique ID for the application in the ATS.
job AtsSyncCandidateSyncJob! Non-Null
Information about the job posting. Lets Indeed to associate imported application data with jobs published through the Job Sync API.
sourcedPostingId ID
Unique ID for the job posting.
status AtsSyncCandidateSyncApplicationVersionStatusType! Non-Null
Current status of the application version.
Example
{ "applicationVersionId": "opaqueId", "applicationIdentifier": AtsSyncCandidateSyncApplicationIdentifier, "status": "INITIALIZED"}