Retrieve Approval Status
GET {{base_url}}/AbsenceRequests/CFGAPPROVALSTATUS
Use this endpoint to retrieve all approval status for absence request feature.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"Code":"Approved","Description":"Approved"},{"Code":"Cancelled","Description":"Cancelled"},{"Code":"Completed","Description":"Completed"},{"Code":"InApproval","Description":"In Approval"},{"Code":"InProgress","Description":"In Progress"},{"Code":"InReview","Description":"In Review"},{"Code":"Reassigned","Description":"Reassigned"},{"Code":"Rejected","Description":"Rejected"},{"Code":"Resumed","Description":"Resumed"},{"Code":"RevChanges","Description":"Review Changes"},{"Code":"Start","Description":"Start"},{"Code":"Suspended","Description":"Suspended"},{"Code":"Waiting","Description":"Waiting"}]