Table Management
Create Table
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Available options:
generic
, company
Column configurations.
Optional number of rows to create. Rows created will be empty.
Response
200
application/json
Successful Response
Table ID.
Table creation time.
Table name.
Table type.
Available options:
generic
, company
Table columns configurations.
Table description.
Table tags.