Retrieves the list of tables available for a specific employee and terminal.
GET/gateway/tables
This endpoint returns the tables accessible to the given employee on the specified terminal. Required query parameters: employeeId, terminalId, and tableFilter. TableFilter options:
- Free (0) - Returns only free tables.
- Open (1) - Returns only open/occupied tables.
Request
Responses
- 200
- 401
- 404
- 500
OK
Unauthorized
Not Found
Internal Server Error