πͺManage your tables
Follow this steps to know how does it work to create tables in OctoTable
https://api.octotable.com/octotable-pms/api/v2π Find all tables
Name
Value
curl --location "https://api.octotable.com/octotable-pms/api/v2/room/18802/tables" \
--header "Cache-Control: no-cache" \
--header "Postman-Token: <calculated when request is sent>" \
--header "Host: <calculated when request is sent>" \
--header "User-Agent: PostmanRuntime/7.32.1" \
--header "Accept: */*" \
--header "Accept-Encoding: gzip, deflate, br" \
--header "Connection: keep-alive" \
--header "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJndWVzdCIsImlzcyI6Ik9DVE9SQVRFLVNSTCIsImV4cCI6MTcwMDY1MTY3MywiaWF0IjoxNjk5MzU1NjczLCJqdGkiOiI5OGJmZTVjMi1iYmUxLTRiMDItYWM1ZC00Njk5MTFlOGJjZDIiLCJncm91cHMiOlsiZ3Vlc3QiXSwicHJvcGVydHlfaWQiOjQ0NDc3fQ.VEsHWJ-_-R9HDhZ8L-PJ0mmqGMSu92Km9wRImGh-pSsz0wU4rKPll5SFlu_XLllGfz38f522z9jjlsNhtNlxhrCR3h1eFfQjyY2fM_8ZHh75KKaASL0U1pIwG1HKf2JTrMu9ceHqpfm2yJ5_KQgLipZRMfpCutOVx-5Lnq023Km0unz-Snb-XSP8gK8KMtRuutj8lkOFiZLskKHNIlIHJ4lUsKoh8C2GB7O3IOaKab3m6ETwB9oux8vWoB6pE6T14F9nNW1NhWfBzqSH3yC5ZA2WSZCDmFQjuInDS7BSsIKqPS8Z491ehOsZhycvchW7aSkWJ9uyX58ef0iJkqN0BQ" \
--header "Property: 44477"{{
"data": [
{
"id": 148129,
"name": "10",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
},
{
"id": 148130,
"name": "11",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
},
{
"id": 148136,
"name": "12",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
},
{
"id": 148131,
"name": "13",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
},
{
"id": 148122,
"name": "14",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
},
{
"id": 148135,
"name": "15",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
},
{
"id": 148126,
"name": "4",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
},
{
"id": 148134,
"name": "5",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
},
{
"id": 148123,
"name": "6",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
},
{
"id": 148124,
"name": "7",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
},
{
"id": 148127,
"name": "8",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
},
{
"id": 148125,
"name": "9",
"bookable": true,
"free": true,
"group": false,
"room_id": 18802,
"table_type": "Q2"
}
],
"page_number": 0,
"page_size": 0,
"total_elements": 0,
"total_pages": 0,
"last_page": true,
"links": []
}π Find a table
Name
Value
π Create a new table
Name
Value
Name
Type
Description
π Update a table
Name
Value
Name
Type
Description
ποΈ Delete a table
Name
Value
Last updated