/consents/self/consented/applications
Mount Point: /privacy/v1/consents/self/consented/applications/
GET
Gets a list of all applications, or a given application id, that the OAuth2 token bearer has consented to.
Parameters
name | description | type | default |
---|---|---|---|
applicationId | Optional application id to search for. Can be null to return applications for all consented resources. | query | |
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 | |
sortBy | Specifies how the results should be sorted. Allowed values are APPLICATION_HIDDEN, APPLICATION_UNHIDDEN, NAME_ASCENDING, NAME_DESCENDING, OAUTH2_ENABLED, OAUTH2_DISABLED, TRUST_LEVEL_ASCENDING, and TRUST_LEVEL_DESCENDING. A null value returns items in an unspecified order. | query | NAME_ASCENDING |
filterBy | Specifies how filtering will occur. Allowed values are NAME_EQUALITY, NAME, DESCRIPTION, HIDDEN, ID and VERSION. | query | |
filter | user-supplied input used for filtering. | query | |
excludesList | comma-separated list of ids to exclude from results. | query |
Response Body
result: | application |
media types: | application/json |
Paged list of consented Applications.
Status Codes
code | description |
---|---|
200 | Success |
404 | No such object |