LithosPOS
  1. Catalogues
LithosPOS
  • Online Ordering
    • Getting Started
    • Catalogues
      • categories
        GET
      • tables
        GET
      • items
        GET
      • items by category
        GET
    • Customers
      • customers
  1. Catalogues

tables

Developing
GET
/tables

Request

Authorization
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/tables' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "data": [
        {
            "sessionId": 0,
            "Session": "string",
            "Tables": [
                {
                    "Name": "string",
                    "Chairs": 0,
                    "tableId": 0
                }
            ]
        }
    ]
}
Modified at 2025-08-01 09:09:26
Previous
categories
Next
items
Built with