Returns a Job
object containing information about one
employee job at a restaurant.
Returns the specified job.
The Toast platform GUID or external identifier was malformed.
An unexpected internal error occurred. There is a
requestId
attached to this error that can be referenced
by Toast support.
curl -i -X GET \ 'https://toast-api-server/labor/v1/jobs/{jobId}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
{- "guid": "string",
- "entityType": "string",
- "externalId": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "deletedDate": "2019-08-24T14:15:22Z",
- "title": "string",
- "deleted": true,
- "wageFrequency": "HOURLY",
- "defaultWage": 0,
- "tipped": true,
- "code": "string",
- "excludeFromReporting": true
}