List Application Tags
GET /services/api/v1/application_tags
Returns a list of application tags.
Response
Results list.
- Example
- Schema
{
"entries": [
{
"id": "q0Bp7zrE",
"color": "#E0E0E0",
"name_en": "Only remote",
"name_de": "Nur remote",
"name_it": "Solo remote",
},
{
"id": "x4Ykp6my",
"color": "#E3C3EC",
"name_en": "Inactive",
"name_de": "Inaktiv",
"name_it": "Inattivo",
},
{
"id": "x4Ykmxzm",
"color": "#F6CC9C",
"name_en": "Degree",
"name_de": "Diplom",
"name_it": "Laurea",
}
],
"current_page": 1,
"per_page": 30,
"total_entries": 3
}
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. |