/consents/self/applications/{applicationId}
This resource is available only to principals with these entitlements: "ROLE_READ_OWN_CONSENT" "ROLE_BROKER_ADMIN"
Mount Point: /privacy/v1/consents/self/applications/{applicationId}/
GET
This operation is available only to principals with these entitlements: "ROLE_READ_OWN_CONSENT" "ROLE_BROKER_ADMIN"
Gets consents associated with the OAuth2 token bearer and application.
Parameters
name | description | type | default |
---|---|---|---|
applicationId | The application id to get consents for. | path | |
startIndex | The index number of the first item to be provided in the results. A null value is equivalent to 0. | query | |
count | The maximum number of items to be provided in the results. A null value signifies no maximum. | query |
Response Body
element: | (custom) |
media types: | application/json |
Paged list of consents associated with the given owner and application.
Status Codes
code | description |
---|---|
200 | Success |
404 | No such object |