AtsSyncCandidateSyncApplicationFindLatestStatusesInput
Input Object
Input for findLatestStatuses query.
Fields
filter AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput! default:{indeedRegistrationIds: [], applications: [], applicationVersionStatusTypes: []}
Filter criteria for searching the latest application version statuses.
indeedRegistrationIds [ID!]! default:[]
Optional list of registration IDs linking Indeed employers to partner employers. Provided during registration. Filters results to application versions for the specified registrations.
applications [AtsSyncCandidateSyncApplicationIdentifierInput!]! default:[]
Optional list of applications. Filters results to application versions for 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.
applicationVersionStatusTypes [AtsSyncCandidateSyncApplicationVersionStatusTypeInput!]! default:[]
Optional list of application version status types. Filters results to application versions with the specified status types.
Example
{ "filter": AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput}