List all objects by their type.

Basic Parameters

ParameterDescription
LimitThe maximum amount of results that are returned.
Object TypeThe type of the object to list.
OffsetThe offset of the results that are returned.

Advanced Parameters

ParameterDescription
IncludeA comma-separated list of related object names to include in the response.
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

List Objects with Threatquotient and Send Results Via Email

Preview this Workflow on desktop