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.

Request Params

KeyDatatypeRequiredDescription
owner-idstringThe 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"pending":53140629,"approved":-92667922,"rejected":73766825}