Parameter | Description |
---|---|
Platform Type | Filter by the type of the platform associated with the policies. |
Return All Pages | Automatically fetch all resources, page by page. |
Parameter | Description |
---|---|
Limit | The maximum amount of records to return. |
Offset | The offset to start retrieving records from. |
Sort | Specify how to sort the results in the format property|order . |
{
"meta": {
"query_time": 0.714759,
"pagination": {
"offset": 0,
"limit": 100,
"total": 3
},
"powered_by": "filevantage-api",
"trace_id": "262a390b-6ca5-4e5f-b02b-d082b8371161"
},
"resources": [
"<id1>",
"<id2>",
"<id3>"
]
}
Was this page helpful?