AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput
Input Object
Filters for findLatestStatuses query.
Fields
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.
sourcedPostingId ID
Unique ID for the job posting.
applicationVersionStatusTypes [AtsSyncCandidateSyncApplicationVersionStatusTypeInput!]! default:[]
Optional list of application version status types. Filters results to application versions with the specified status types.
Example
{ "indeedRegistrationIds": ["opaqueId"], "applications": [ AtsSyncCandidateSyncApplicationIdentifierInput ], "applicationVersionStatusTypes": ["INITIALIZED"]}