Summary of Certification Decisions
GET {{baseUrl}}/certifications/:id/decision-summary
This API returns a summary of the decisions made on an identity campaign certification. The decisions are summarized by type. A token with ORGADMIN or CERTADMIN authority is required to call this API. Reviewers for this certification can also call this API.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filters | string | Filter results using the standard syntax described in V3 API Standard Collection Parameters |
Filtering is supported for the following fields and operators:
identitySummary.id: eq, in |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"entitlementDecisionsMade":3,"accessProfileDecisionsMade":5,"roleDecisionsMade":2,"accountDecisionsMade":4,"entitlementDecisionsTotal":6,"accessProfileDecisionsTotal":10,"roleDecisionsTotal":4,"accountDecisionsTotal":8,"entitlementsApproved":2,"entitlementsRevoked":1,"accessProfilesApproved":3,"accessProfilesRevoked":2,"rolesApproved":2,"rolesRevoked":0,"accountsApproved":1,"accountsRevoked":3}