916e669fc527
Get a list of resource groups
Retrieve a paged collection of resource groups (required scope resources:read)
Query parameters
Represents the sort options for resource groups<p>Possible values:</p><ul><li><b>name</b>: Sort by name</li></ul>
The field to sort items in the page by
Represents the direction in which sorting should be applied<p>Possible values:</p><ul><li><b>ascending</b>: Indicates ascending sorting order</li><li><b>descending</b>: Indicates descending sorting order</li></ul>
The direction to apply the sort
Only return resources where name matches with the value(s) provided (Max items: 50)
Only return resources where id matches the value(s) provided (Max items: 50)
The page number being requested (minimum: 1, maximum: 2147483)
The page size being requested (minimum: 1, maximum: 1000)
Headers
The customer identifier
Response
OK
Example response
{
"items": [
{
"id": 5514123,
"name": "Plumbers"
}
],
"pageNumber": 2,
"pageSize": 100,
"pageItemCount": 55
}