Search jobs
GET {{baseUrl}}/recruitment/hire/jobs?pageNumber=1&jobStatusCode=<string>&beforeLastModifiedDateTime=<dateTime>&afterLastModifiedDateTime=<dateTime>&jobId=<string>
Required OAuth scopes for authentication: Public.Job.Read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageNumber | number | Page number | |
jobStatusCode | string | Job Status Code | |
beforeLastModifiedDateTime | string | Less than last modified date time of the job (Example format: 2023-11-23T23:54:13) | |
afterLastModifiedDateTime | string | Greater than last modified date time of the job (Example format: 2023-11-23T23:54:13) | |
jobId | string | External Job ID |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"PUReferenceID":"\u003cinteger\u003e","JobID":"\u003cstring\u003e","Title":"\u003cstring\u003e","JobStatus":"\u003cstring\u003e","CreatedDate":"\u003cdateTime\u003e","LastModifiedDate":"\u003cdateTime\u003e"}