Parameter | Description |
---|---|
Filter | The filter expression that should be used to limit the results. |
Return All Pages | Automatically fetch all resources, page by page. |
Parameter | Description |
---|---|
Limit | The maximum records to return. [1-5000]. |
Offset | The offset to start retrieving records from. |
Sort | The property to sort by. |
{
"meta": {
"query_time": 2,
"pagination": {
"offset": 208,
"limit": 53,
"total": 164
},
"trace_id": "<string>"
},
"errors": null,
"resources": [
{
"id": "<string>",
"group_type": "<string>",
"name": "<string>",
"description": "<string>",
"assignment_rule": "<string>",
"created_by": "<string>",
"created_timestamp": "<string>",
"modified_by": "<string>",
"modified_timestamp": "<string>"
},
{
"id": "<string>",
"group_type": "<string>",
"name": "<string>",
"description": "<string>",
"assignment_rule": "<string>",
"created_by": "<string>",
"created_timestamp": "<string>",
"modified_by": "<string>",
"modified_timestamp": "<string>"
}
]
}
Was this page helpful?