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

KeyDatatypeRequiredDescription
pageNumbernumberPage number
jobStatusCodestringJob Status Code
beforeLastModifiedDateTimestringLess than last modified date time of the job (Example format: 2023-11-23T23:54:13)
afterLastModifiedDateTimestringGreater than last modified date time of the job (Example format: 2023-11-23T23:54:13)
jobIdstringExternal Job ID

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;PUReferenceID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;JobID&quot;:&quot;\u003cstring\u003e&quot;,&quot;Title&quot;:&quot;\u003cstring\u003e&quot;,&quot;JobStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;CreatedDate&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;LastModifiedDate&quot;:&quot;\u003cdateTime\u003e&quot;}