GET tags
Get customer tags.
Request example
curl --request GET "https://api-asm1.apica.io/v3/tags?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
Tags
[
{
"key": {
"id": 1,
"name": "sample string 2",
"color": 1
},
"values": [
{
"id": 1,
"value": "sample string 2"
},
{
"id": 1,
"value": "sample string 2"
},
{
"id": 1,
"value": "sample string 2"
}
]
},
{
"key": {
"id": 1,
"name": "sample string 2",
"color": 1
},
"values": [
{
"id": 1,
"value": "sample string 2"
},
{
"id": 1,
"value": "sample string 2"
},
{
"id": 1,
"value": "sample string 2"
}
]
},
{
"key": {
"id": 1,
"name": "sample string 2",
"color": 1
},
"values": [
{
"id": 1,
"value": "sample string 2"
},
{
"id": 1,
"value": "sample string 2"
},
{
"id": 1,
"value": "sample string 2"
}
]
}
]
| Name | Type | Description |
|---|---|---|
| key | Object | Tag key. |
| id | Integer | Tag key's numeric identifier. |
| name | String | Tag name. |
| color | Integer | Tag color code. Integer representation of the hex RGB format. |
| values | Array | Tag values. |
| id | Integer | Tag value's numeric identifier. |
| value | String | Tag value. |