AtsSyncCandidateSyncApplicationQueries
Object
Fields
findStatuses AtsSyncCandidateSyncApplicationFindStatusesConnection
Finds the statuses of your application versions.
input AtsSyncCandidateSyncApplicationFindStatusesInput!
The input to use when searching for application version statuses.
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.
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.
first Int
The page size when using forward pagination
after String
The cursor from which to start searching when using forward pagination. Use null to retrieve the first page.
last Int
The page size when using backwards pagination
before String
The cursor from which to start searching backwards
edges [AtsSyncCandidateSyncApplicationFindStatusesEdge!]! Non-Null
A list of application version statuses and their cursors
node AtsSyncCandidateSyncApplicationVersionStatus! Non-Null
The application version status
cursor String! Non-Null
The cursor for the node in the query set
pageInfo PageInfo! Non-Null
The relay connection pageinfo about 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.
status AtsSyncCandidateSyncApplicationVersionStatusType! Non-Null
Current status of the application version.
findLatestStatuses AtsSyncCandidateSyncApplicationFindLatestStatusesConnection
Finds the statuses of the latest version of your applications.
input AtsSyncCandidateSyncApplicationFindLatestStatusesInput!
The filter to use when searching for the latest application version statuses
filter AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput! default:{indeedRegistrationIds: [], applications: [], applicationVersionStatusTypes: []}
Filter criteria to search for statuses of the latest version of applications
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.
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.
first Int
The page size when using forward pagination
after String
The cursor from which to start searching when using forward pagination. Use null to retrieve the first page.
last Int
The page size when using backwards pagination
before String
The cursor from which to start searching backwards
edges [AtsSyncCandidateSyncApplicationFindLatestStatusesEdge!]! Non-Null
A list of application version statuses and their cursors
node AtsSyncCandidateSyncApplicationVersionStatus! Non-Null
The application version status
cursor String! Non-Null
The cursor for the node in the query set
pageInfo PageInfo! Non-Null
The relay connection pageinfo about 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.
status AtsSyncCandidateSyncApplicationVersionStatusType! Non-Null
Current status of the application version.
Example
{ "findStatuses": AtsSyncCandidateSyncApplicationFindStatusesConnection, "findLatestStatuses": AtsSyncCandidateSyncApplicationFindLatestStatusesConnection}