Get Worker Policies
GET
/api/organizations/{organization_id}/worker-policies/{worker_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/organizations//worker-policies/'
Response Response Example
{
"policies": {
"worker-123": {
"hoursBalance": 40,
"isIncluded": true
},
"worker-456": {
"hoursBalance": 20,
"isIncluded": false
}
}
}
Request
Path Params
organization_id
string
required
worker_id
string
required