Skip to main content
GET
/
clients
/
{id}
/
workers
/
{worker_id}
/
status
Get Client Worker Status
curl --request GET \
  --url https://api.roostedhr.com/api/1_12/clients/{id}/workers/{worker_id}/status \
  --header 'X-API-KEY: <api-key>'
{
  "personnel_id": "<string>",
  "status": "preferred",
  "date": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Client ID

worker_id
string
required

Worker ID

Response

OK

personnel_id
string

Worker ID.

status
enum<string>

Worker's preference status for this client.

Available options:
preferred,
normal,
banned
date
string | null

Datetime when the status was last changed.