AtsSyncCandidateSyncApplicationFindStatusesConnection
Object
findStatuses connection object.
Fields
edges [AtsSyncCandidateSyncApplicationFindStatusesEdge!]! Non-Null
A list of application version statuses and their cursors.
node AtsSyncCandidateSyncApplicationVersionStatus! Non-Null
Application version status.
applicationVersionId ID! Non-Null
Unique identifier tracking an application version
applicationIdentifier AtsSyncCandidateSyncApplicationIdentifier! Non-Null
Unique ID for the application on Indeed.
status AtsSyncCandidateSyncApplicationVersionStatusType! Non-Null
Current status of the application version.
cursor String! Non-Null
Cursor for this node in the query set.
pageInfo PageInfo! Non-Null
Relay connection page info for the response.
endCursor String
When paginating forwards, the cursor to continue. Null if there is no next page
hasNextPage Boolean! Non-Null
Indicates if there are more pages to fetch
hasPreviousPage Boolean! Non-Null
Indicates if there are any pages prior to the current page
startCursor String
When paginating backwards, the cursor to continue. Null if there is no previous page
applicationVersionStatuses [AtsSyncCandidateSyncApplicationVersionStatus!]! Non-Null
A list of application version statuses.
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.
status AtsSyncCandidateSyncApplicationVersionStatusType! Non-Null
Current status of the application version.
Example
{ "edges": [ AtsSyncCandidateSyncApplicationFindStatusesEdge ], "pageInfo": PageInfo, "applicationVersionStatuses": [ AtsSyncCandidateSyncApplicationVersionStatus ]}