Parameter | Description |
---|---|
Object Type | The type of the object. |
Query | The query. For more information about ThreatQuotient query language see ThreatQuotient documentation. |
Parameter | Description |
---|---|
Limit | The maximum amount of results that are returned. |
Offset | The offset of the results that are returned. |
Sort | The field to sort the response by. Adding a starting - sign will reverse the sort order. For example: -id . |
{
"total": -1,
"data": [
{
"id": 68,
"value": "MacBook Pro",
"description": "Development machine",
"created_at": "2021-07-29 13:58:03",
"updated_at": "2022-04-12 08:32:16",
"touched_at": "2021-11-13 15:28:17"
}
],
"limit": 0,
"offset": 1
}
Was this page helpful?