Returns a BreakType
object containing information about a break type configured for
a restaurant.
Returns a BreakType
object.
curl -i -X GET \ 'https://toast-api-server/config/v2/breakTypes/{guid}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
{- "guid": "string",
- "entityType": "string",
- "name": "string",
- "active": true,
- "paid": true,
- "duration": 0,
- "enforceMinimumTime": true,
- "trackMissedBreaks": true,
- "breakIntervalHrs": 0,
- "breakIntervalMins": 0,
- "trackBreakAcknowledgement": true
}