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?