Show Application Tag
GET /services/api/v1/application_tags/{id}
Returns the requested application tags.
Parameters
Parameter | Type | Description |
---|---|---|
id | string | The ID of the application tag. |
Response
Results list.
- Example
- Schema
{
"id": "x4Ykmxzm",
"color": "#F6CC9C",
"name_en": "Degree",
"name_de": "Diplom",
"name_it": "Laurea",
}
Attribute | Type | Description |
---|---|---|
id | string | Application tag id. |
color | string | Hex Code of the color of the tag. |
name_{locale} | string | Application tag name in all locales of the business. |