To fetch all results, call repeatedly with the offset parameter as long as the result metadata has a next_offset value. Requires “Grant read resource” API permission.Documentation Index
Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Description |
|---|---|
| Limit | The maximum number of records returned.Default: 100; Max: 100 |
| Offset | The offset from 0 at which to start record retrieval.When used with “limit”, the handler will return “limit” records starting at the n-th record, where n is the offset.Default: 0 |