Get Entitlement Request Config
GET {{baseUrl}}/entitlements/:id/entitlement-request-config
This API returns the entitlement request config for a specified entitlement.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"accessRequestConfig":{"requestCommentRequired":true,"denialCommentRequired":true,"approvalSchemes":[{"approverType":"ENTITLEMENT_OWNER","approverId":null},{"approverType":"SOURCE_OWNER","approverId":null},{"approverType":"MANAGER","approverId":null},{"approverType":"GOVERNANCE_GROUP","approverId":"46c79819-a69f-49a2-becb-12c971ae66c6"}]}}