List all schedule entries
GET
/api/organizations/{organization_id}/locations/{location_id}/schedules
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/organizations//locations//schedules?start&end&employees&roles'
Response Response Example
[
{
"id": "string",
"employeeId": "string",
"roleId": "string",
"start": "string",
"end": "string",
"locationId": "string",
"timezone": "string",
"utcOffset": 0,
"colors": {
"background": "string",
"text": "string"
},
"breaks": [
"string"
],
"employeeExternalId": "string",
"payrollId": "string",
"role": {
"id": "string",
"name": "string",
"hourlyWage": 0
}
}
]
Request
Path Params
location_id
string
required
organization_id
string
required
Query Params
start
string
required
end
string
required
employees
array[string]
optional
roles
array[string]
optional