GET   tags

Get customer tags.

Request example

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"
      }
    ]
  }
]
NameType Description
keyObject

Tag key.

idInteger

Tag key's numeric identifier.

nameString

Tag name.

colorInteger

Tag color code. Integer representation of the hex RGB format.

valuesArray

Tag values.

idInteger

Tag value's numeric identifier.

valueString

Tag value.