GetAdminPositionDefinitions


Description:

Requester gets list of position definitions available in the database that the requestor is authorized to view.


Request:

https://dev02-api-gateway.moorepay.co.uk/workers/v1/Worker/GetAdminPositionDefinitions


Request headers:

Name

Required

Type

Description

Authorization

Yes

string

access token


Response example:


Response: 200 OK


{
"positionNumber": "string",
"positionTitle": "string",
"creationDate": "string",
"classificationNumber": "string",
"jobFamily": 0,
"salaryGradeNum": "string",
"ascoCode": "string",
"award": "string",
"orgUnit": "string",
"locationCode": "string",
"positionReportsTo": "string",
"positionType": 0,
"managerPosition": 0,
"plannedOccupancyCount": 0,
"seniorityLevel": 0,
"phoneNumber": "string",
"extension": "string",
"costCentre": "string",
"dateVacated": "string",
"smgPosition": "string",
"smgDirectReport": "string",
"positionOccupancy": 0.0,
"fteHoursPerWeek": 0.0,
"positionFullTitle": "string",
"positionStatus": "string",
"positionComment": "string"
}



Response: 400 Bad Request

Bad Request


Response: 401 Unauthorized

Unauthorized


Response: 404 Not Found

Not Found


Response: 405 Method Not Allowed

Method Not Allowed


Response: 500 Internal Server Error

Internal Server Error

Created with the Personal Edition of HelpNDoc: Qt Help documentation made easy