Get a table
GET/api/v1/tables/:id
Get a table
Request
Path Parameters
id int32required
Responses
- 200
 
Get a table
- application/vnd.api+json
 
- Schema
 - Example (from schema)
 
Schema
data
object
required
id string
type string
attributes
object
number string
number-of-seats integer
shape string
rotation integer
position-x integer
position-y integer
{
  "data": {
    "id": "string",
    "type": "string",
    "attributes": {
      "number": "string",
      "number-of-seats": 0,
      "shape": "string",
      "rotation": 0,
      "position-x": 0,
      "position-y": 0
    }
  }
}
Loading...