Get job feeds
Get all job feeds.
Query parameters
An optional cursor string used for pagination. This can be retrieved from the next property of the previous page response.
An optional cursor string used for pagination. This can be retrieved from the next property of the previous page response.
The number of results to return per page. Maximum is 250.
The number of results to return per page. Maximum is 250.
Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.
Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.
Response
GET /ai-apply/job-feeds Positive response
Example response
{
"data": {
"results": [
{
"id": "mK7pQw9xNvEr2LdY5sGh8TcZ",
"label": "Standard Acquisition Services LLC"
}
],
"next": null
}
}Changes
Changed in 1 of the 15 revisions of this API.1
- ●
added the new
AI_APPLY.JOB_POSTING_ALREADY_EXISTSenum value to theerror/coderesponse property for the response statusdefaultresponse-property-enum-value-added
- ●