Get Access Requests Approvals Number
GET {{baseUrl}}/access-request-approvals/approval-summary
Use this API to return the number of pending, approved and rejected access requests approvals. See the owner-id
query parameter for authorization information. info.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
owner-id | string | The ID of the owner or approver identity of the approvals. If present, the value returns approval summary for the specified identity. |
- ORG_ADMIN users can call this with any identity ID value.
- ORG_ADMIN user can also fetch all the approvals in the org, when owner-id is not used.
- Non ORG_ADMIN users can only specify me or pass their own
identity ID value. |
|
from-date
| string | | This is the date and time the results will be shown from. It must be in a valid ISO-8601 format. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"pending":0,"approved":0,"rejected":0}