[POST] Position List - mynexthire/apigateway-docs GitHub Wiki

URL:

Get positions updated between fromDate and toDate

/apigateway/position_list/get

Request Payload:

{
  "fromDate": "2019-08-16T00:00:00.000+0000",
  "toDate": "2019-08-31T23:59:59.999+0000",
  "pageDetails": {
    "pageNumber": 1
  }
}

Response:

[
  {
    "id": 2216,
    "officeLocationId": 45,
    "requisitionId": 1098,
    "posRefNo": null,
    "applicationId": 0,
    "createdDate": "2019-08-30T09:48:05.000+0000",
    "updatedDate": "2019-08-30T09:55:28.000+0000",
    "statusId": 3,
    "comments": "-",
    "archivalReason": null,
    "officeLocationReferenceNo": null,
    "lastStatusChangeDate": "2019-08-30T09:55:28.000+0000",
    "coordinatorEmpId": 244,
    "coordinatorEmpReferenceNo": null,
    "bufferPosition": false
  },
  {
    "id": 2217,
    "officeLocationId": 45,
    "requisitionId": 1098,
    "posRefNo": null,
    "applicationId": 0,
    "createdDate": "2019-08-30T09:48:05.000+0000",
    "updatedDate": "2019-08-30T09:55:28.000+0000",
    "statusId": 3,
    "comments": "-",
    "archivalReason": null,
    "officeLocationReferenceNo": null,
    "lastStatusChangeDate": "2019-08-30T09:55:28.000+0000",
    "coordinatorEmpId": 244,
    "coordinatorEmpReferenceNo": null,
    "bufferPosition": false
  }
]