Labor
GetBreakType
Returns a single BreakType specified by id.
get/v2/labor/break-types/{id}
Path parameters
idstring required
The UUID for the BreakType being retrieved.
Response
Success
Example response
{
"break_type": {
"break_name": "Lunch Break",
"created_at": "2019-02-21T17:50:00Z",
"expected_duration": "PT30M",
"id": "lA0mj_RSOprNPwMUXdYp",
"is_paid": true,
"location_id": "059SB0E0WCNWS",
"updated_at": "2019-02-21T17:50:00Z",
"version": 1
}
}