Basic Parameters
| 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. |
Advanced Parameters
| 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’. |