Retrieve break types for a specific location
GET
/api/organizations/{organization_id}/locations/{id}/breaks
locations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/organizations//locations//breaks'
Response Response Example
200 - Success
{
"id": "break_type_001",
"name": "Lunch Break",
"locationId": "loc_001",
"durationMinutes": 30,
"frequencyMinutes": 240,
"paid": false,
"mandatory": true,
"active": true,
"enabled": true,
"createdAt": "2023-10-27T09:00:00Z",
"updatedAt": "2023-10-27T09:00:00Z",
"deletedAt": null
}
Request
Path Params
organization_id
string
required
Example:
org_12345
id
string
required
Example:
loc_001
Query Params
includeDisabled
boolean
optional
Example:
false