Skip to main content
GET
/
workers
/
{id}
/
tags
Get Worker Tags
curl --request GET \
  --url https://api.roostedhr.com/api/1_12/workers/{id}/tags \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": "WzDHL",
    "text": "VIP"
  },
  {
    "id": "Xk9mP",
    "text": "Trained"
  }
]

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Worker ID

Response

OK

id
string
required

Unique tag identifier.

Example:

"WzDHL"

text
string
required

The tag label.

Example:

"New Tag"