AtsSyncCandidateSyncApplicationFindStatusesInput
Input Object
Fields
filter AtsSyncCandidateSyncApplicationFindStatusesFilterInput! default:{indeedRegistrationIds: [], applications: [], applicationVersionIds: [], applicationVersionStatusTypes: []}
Filter criteria to search for statuses of application versions
indeedRegistrationIds [ID!]! default:[]
Optional list of unique identifiers representing the references between Indeed employers and Partner employers
Provided to Partners during registration.
Used to filter the returned list of application versions to only those for any of the specified registration IDs.
applications [AtsSyncCandidateSyncApplicationIdentifierInput!]! default:[]
Optional list of applications
Used to filter the returned list of application versions to only those of any of the specified applications.
indeedRegistrationId ID! Required
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! Required
Unique ID for the application in the ATS.
job AtsSyncCandidateSyncJobInput! Required
Information about the job posting. Lets Indeed to associate imported application data with jobs published through the Job Sync API.
applicationVersionIds [ID!]! default:[]
Optional list of application version IDs
Used to filter the returned list of application versions to only the specified versions.
applicationVersionStatusTypes [AtsSyncCandidateSyncApplicationVersionStatusTypeInput!]! default:[]
Optional list of application version status types
Used to filter the returned list of application versions to only those for any of the specified version status types.
Example
{ "filter": AtsSyncCandidateSyncApplicationFindStatusesFilterInput}