External DocumentationTo learn more, visit the ThreatQuotient documentation.
Actions
List Object Attributes
Get the attributes by a give object type and ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | The maximum amount of results that are returned. |
| Object ID | The ID of the object to get the attributes from. |
| Object Type | The type of the object. |
| Offset | The offset of the results that are returned. |
| Parameter | Description |
|---|---|
| Include | A comma-separated list of related object names to include in the response. |
| Sort | The field to sort the response by. Adding a starting - sign will reverse the sort order. For example: -id. |
{
"total": 2,
"data": [
{
"id": 206371,
"indicator_id": 136395,
"attribute_id": 33,
"value": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"name": "<string>",
"attribute": {
"id": 59,
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}
},
{
"id": 473785,
"indicator_id": 41607,
"attribute_id": 104,
"value": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"name": "<string>",
"attribute": {
"id": 218,
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
}
}
]
}
Was this page helpful?