/consents/self/applications/{applicationId}
Mount Point: /privacy/v1/consents/self/applications/{applicationId}/
GET
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
result: | consent |
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 |