External job board providers can use this endpoint to retrieve status updates for job applications that they sent using the POST Candidate Sourcing endpoint.
This call is limited to retrieving 1,000 status updates per call. Dayforce includes a flag in the response data to indicate if there are remaining status updates that haven't been retrieved: "HasUnretrievedStatuses": "True". If all status updates have been retrieved, the value for this flag will be set to "False".
To use this endpoint, you need to enable the Allow Candidates and Job Application Sourcing from External Job Boards client property in Recruiting Setup > Client Properties.
Response
The following is an example of the JSON response to this request:
{
"Data": {
"HasUnretrievedStatuses": "string",
"ApplicationStatusUpdates": [
{
"Identifier": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"ApplicationStatuses": [
{
"StatusName": "string",
"StatusGroupName": "string",
"EffectiveStart": "2021-09-07T13:36:24.844Z",
"EffectiveEnd": "2021-09-07T13:36:24.844Z"
}
]
}
]
},
"ProcessResults": [
{
"Code": "string",
"Context": "string",
"Level": "string",
"Message": "string"
}
]
}