runscript
command.
Parameter | Description |
---|---|
Filter | Optional filter criteria in the form of an FQL query. For more information about FQL queries, see FQL documentation in Falcon. |
Return All Pages | Automatically fetch all resources, page by page. |
Parameter | Description |
---|---|
Limit | Number of ids to return. |
Offset | Starting index of overall result set from which to return ids. |
Sort | Sort by spec. Ex: name.desc. |
{
"meta": {
"query_time": "x.xxxxxxxx",
"pagination": {
"offset": x,
"limit": xxx,
"total": x
},
"powered_by": "xxxxxxxxxxxx",
"trace_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
},
"resources": [
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
]
}
Was this page helpful?