Assets
: Read.Parameter | Description |
---|---|
Filter | Filter the results based on FQL queries guidelines. |
Return All Pages | Automatically fetch all resources, page by page. |
Parameter | Description |
---|---|
Limit | The maximum number of records to return. [1-100]. Default value: 100. |
Offset | The zero-based position of the first record to return. Default value: 0. |
Sort | Sort applications by their properties. The format of the sort criteria is: field|direction . Direction can be either asc (ascending) or desc (descending) order.For example: last_used_timestamp|asc . |
{
"meta": {
"query_time": 1,
"pagination": {
"offset": 2,
"limit": 191,
"total": 10
},
"powered_by": "<string>",
"trace_id": "<string>"
},
"resources": [
"<string>",
"<string>"
]
}
Was this page helpful?