Returns the preference status of a specific worker for this client.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/clients/{id}/workers/{worker_id}/status \ --header 'X-API-KEY: <api-key>'
200
Example
{ "personnel_id": "<string>", "status": "preferred", "date": "<string>" }
Client ID
Worker ID
OK
Worker ID.
Worker's preference status for this client.
preferred
normal
banned
Datetime when the status was last changed.