Returns an array of Job
objects containing information about
the employee jobs configured at a restaurant.
Returns the specified jobs.
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?jobIds=string' \ -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
}
]