SEEK hirer | Advertised on SEEK | Send position status updates? |
---|---|---|
Yes | Yes | |
Yes | No | |
No | No |
positionProfileId
s of the SEEK job ads that correspond to the relevant position as correlating identifiers.An array is accepted as the position may have been advertised on SEEK more than once.
These identifiers are available in either:PositionProfilePosted
event from Job Posting{
"input": {
"typeCode": "PositionStatusUpdate",
// The identifiers to correlate the signal back to the SEEK job ads.
"positionProfileIds": "seekAnzPublicTest:positionProfile:jobAd:27cuZeA47",
"current": {
// Omit `phase` if your software does not support hierarchies.
"phase": {
"label": "Closed",
"index": 4,
"total": 4
},
"status": {
"label": "Withdrawn",
"index": 6,
"total": 6
},
// Whether placement(s) were made for the position.
// Set to `null` for non-final statuses like `Review`.
"success": false,
"timestamp": "2020-01-02T00:00:00.000Z"
},
// Omit `previous` if your software does not track prior states.
"previous": {
"phase": {
"label": "Open",
"index": 3,
"total": 4
},
"status": {
"label": "Review",
"index": 4,
"total": 6
},
"success": null,
"timestamp": "2020-01-01T00:00:00.000Z"
}
}
}