v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Tags

Get tag by ID

get/tags/view/{tagId}

Path parameters

tagIdstring required
Example:12345

Numeric ID of the attribute

Response

Tag response

idstring
namestring
colourstring
exportableboolean
org_idstring
user_idstring
hide_tagboolean
numerical_valuestring nullable
is_galaxyboolean
is_custom_galaxyboolean
inheritedinteger

Example response

{
  "id": "12345",
  "name": "tlp:white",
  "colour": "#ffffff",
  "org_id": "12345",
  "user_id": "12345",
  "numerical_value": "12345"
}