Table
id
long?
Table ID - cannot be null in PUT/PATCH methods
📶 EQUALS
,ENUM
_tableGroupId
long?
Table group
📶 EQUALS
,ENUM
_sellerId
long?
Seller ID
📶 EQUALS
,ENUM
display
boolean
Table displayed
📶 EQUALS
, ENUM
🔽 BOTH
enabled
boolean
Table enabled
📶 EQUALS
, ENUM
locationName
string
Location name
📶 EQUALS
,ENUM
🔽 BOTH
name
string(180)
Table name - must not be empty
📶 STRING
🔽 BOTH
positionX
integer?
Table position XpositionY
integer?
Table position Yrotation
integer?
Table rotation angleseats
integer?
Number of seats
📶 EQUALS
,NUMBER
🔽 BOTH
tags
string[]
Tags list for tables
📶 EQUALS
, ENUM
type
enum
Table type
📶 EQUALS
, ENUM
versionDate
timestamp?
Last modification date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
// representation as string
SQUARE,
SQUARE6,
CIRCLE2,
CIRCLE4,
DELIVERY,
CHAIR_SINGLE,
ROUND,
DOOR,
GENERIC,
CAR1,
CAR2
{
"_branchId": <integer>,
"_cloudId": <integer>,
"_sellerId": <long>,
"_tableGroupId": <long>,
"display": <boolean>,
"enabled": <boolean>,
"id": <long>,
"locationName": <string>,
"name": <string>,
"positionX": <integer>,
"positionY": <integer>,
"rotation": <integer>,
"seats": <integer>,
"tags": <string[]>,
"type": <enum>,
"versionDate": <timestamp>
}
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/tables
Get tables
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/tables/:tableId
Get table
options
https://api.dotykacka.cz
/v2/clouds/:cloudId/tables
Options tables
options
https://api.dotykacka.cz
/v2/clouds/:cloudId/tables/:tableId
Options table
Last modified 10mo ago