Skip to main content

Get table by id

GET 

/api/v2/tables/:table_id

Retrieve a table by its id

Request

Path Parameters

    table_id stringrequired

Responses

Schema

    id uuidrequired

    Unique ID of the table

    floor_plan_id uuidnullable

    ID of the floor plan that the table belongs to

    number stringrequired

    Human-friendly identifier of the table

    number_of_seats integerrequired

    Number of seats the table has

    position_x numberrequired

    X position of the table in the floor plan

    position_y numberrequired

    Y position of the table in the floor plan

    rotation numberrequired

    Rotation of the table in the floor plan

    shape stringrequired

    Possible values: [round, square, rectangular]

    Shape of the table in the floor plan

Loading...