Get job position by PageUp job ID / PUReferenceID (lJobID)

GET {{baseUrl}}/recruitment/hire/jobs/{{jobId}}/jobposition?jobPositionWithoutOfferOnly=<boolean>&jobPositionStatus=Cancelled&cancelledPosition=<boolean>

Returning job positions that belongs to a job


Required OAuth scopes for authentication: Public.Job.Read

Request Params

KeyDatatypeRequiredDescription
jobPositionWithoutOfferOnlystringSet to "true", to only return job position that has no offers.

Set to "false", to only return get job position with offers | | jobPositionStatus | string | | Status of the job position (Vacant, Filled, Cancelled, Hold, Offer accepted, Offer made) | | cancelledPosition | string | | Set to "true", to only return cancelled job position

Set to "false", to only return NOT cancelled job position |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;PositionID&quot;:&quot;\u003cstring\u003e&quot;,&quot;PUReferenceID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;OfferPUReferenceID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;Cancelled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;DateAdded&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;JobPositionStatus&quot;:&quot;Hold&quot;,&quot;JobPositionType&quot;:&quot;Replacement&quot;}