Enumerate all application grants
POST/vedsdk/oauth/enumerategrants
Enumerate all grants giving access to the application specified with the ApplicationId parameter.
When enumerating application grants, use the Start and Count parameters. Start indicates the number of grants to skip, Count indicates the number of grants to return.
Optionally, use OrderBy and Descending to determine in what order the grants are returned.
Required scope: admin
Request
Responses
- 200
- 400
- 401
- 403
Success
Missing or invalid request property.
A valid access token is required.
The API requires a scope not granted to the provided access token