Skip to main content

Show Employee Tag


GET /services/api/v1/employee_tags/{id}

Returns the requested employee tags.

Parameters

ParameterTypeDescription
idstringThe ID of the employee tag.

Response

Results list.

  {
"id": "x4Ykmxzm",
"color": "#F6CC9C",
"name_en": "Just started",
"name_de": "Gerade gestartet",
"name_it": "Appena iniziato",
}