Get all ORDS roles in an OAuth client
get
/ords/_/db-api/stable/ords/rest/clients/{id}/roles/
Describes all the ORDS roles in an OAuth client.
Request
Path Parameters
-
id: integer
ID of the OAuth client.
Response
Supported Media Types
- application/json
200 Response
Details of all the ORDS roles in the OAuth client.
Root Schema : ItemsCollection
Type:
Show Source
object
-
count(optional):
integer
Total number of records in the current response.
-
hasMore(optional):
boolean
Indicates if there are more records to be retrieved.
-
items(optional):
array items
-
limit(optional):
integer
The actual page size limit on number of records applied by the server.
-
links(optional):
array links
-
offset(optional):
integer
The actual index from which the item resources are returned.
Nested Schema : items
Type:
Show Source
array
-
Array of:
object ResourceItem
Additional Properties Allowed:
true