Get the attributes by a give object type and ID.

External Documentation

To learn more, visit the ThreatQuotient documentation.

Basic Parameters

ParameterDescription
LimitThe maximum amount of results that are returned.
Object IDThe ID of the object to get the attributes from.
Object TypeThe type of the object.
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": [
		{
			"sources": [
				{
					"id": 42,
					"tlp_id": 1,
					"type": "other_sources",
					"reference_id": 2,
					"name": "ThreatQ",
					"created_at": "2021-07-29 13:58:03",
					"updated_at": "2022-04-12 08:32:16",
					"published_at": "2017-01-13 15:28:17",
					"pivot": {
						"id": 11,
						"<object_code>_attribute_id": 8,
						"source_id": 42,
						"creator_source_id": 2
					}
				}
			],
			"id": 8,
			"attribute_id": 7,
			"<object_type>_id": 517,
			"name": "Confidence",
			"value": "High",
			"created_at": "2021-07-29 13:58:03",
			"updated_at": "2022-04-12 08:32:16"
		}
	],
	"total": 1
}

Workflow Library Example

List Object Attributes with Threatquotient and Send Results Via Email

Preview this Workflow on desktop