Parameter | Description |
---|---|
Filter | Optional filter criteria in the form of an FQL query. For more information about FQL queries, see our FQL documentation in Falcon. “user_id” can accept a special value ‘@me’ which will restrict results to records with current user’s ID. |
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: ‘date_created|asc’. |
{
"errors": [
{
"code": 0,
"id": "string",
"message": "string"
}
],
"meta": {
"pagination": {
"limit": 0,
"offset": 0,
"total": 0
},
"powered_by": "string",
"query_time": 0,
"trace_id": "string",
"writes": {
"resources_affected": 0
}
},
"resources": [
"string"
]
}
Was this page helpful?