Returns a Table
object containing information about a dining table configured for a
restaurant.
Returns a Table
object.
curl -i -X GET \ 'https://toast-api-server/config/v2/tables/{guid}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
{- "guid": "string",
- "entityType": "string",
- "name": "string",
- "serviceArea": {
- "guid": "string",
- "entityType": "string"
}, - "revenueCenter": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
}