Get Summary of Non-Employee Approval Requests
GET {{baseUrl}}/non-employee-approvals/summary/:requested-for
This request will retrieve a summary of non-employee approval requests. There are two contextual uses for the requested-for
path parameter: 1. The current user is the Org Admin, in which case he or she may request a summary of all non-employee approval requests assigned to a particular approver by passing in that approver's id. 2. The current user is an approver, in which case me
should be provided as the requested-for
value. This will provide the approver with a summary of the approval items assigned to him or her.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"approved":70512570.14888659,"pending":94220594.83343378,"rejected":-52427923.32370856}