Query all objects by an object type.

Basic Parameters

ParameterDescription
Object TypeThe type of the object.
QueryThe query. For more information about ThreatQuotient query language see ThreatQuotient documentation.

Advanced Parameters

ParameterDescription
LimitThe maximum amount of results that are returned.
OffsetThe offset of the results that are returned.
SortThe field to sort the response by. Adding a starting - sign will reverse the sort order. For example: -id.

Example Output

{
	"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"
		}
	],
	"total": 1
}

Workflow Library Example

Query Objects with Threatquotient and Send Results Via Email

Preview this Workflow on desktop