Data Table
The maximum number of items to return.
100Example: 100Paginate by setting the cursor parameter to the nextCursor attribute returned by the previous request's response. Default value fetches the first "page" of the collection. See pagination for more detail.
JSON string of filter conditions
{"name":"my-table"}Sort format: field:asc or field:desc
name:ascSuccessfully retrieved data tables
Paginate through data tables by setting the cursor parameter to a nextCursor attribute returned by a previous request. Default value fetches the first "page" of the collection.
MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDAThe request is invalid or provides malformed data.
Unauthorized
Name of the data table
ID of the project to create the table in. When omitted, the table is created in the user's personal project.
Data table created successfully
Unique identifier for the data table
Name of the data table
ID of the project this table belongs to
Timestamp when the table was created
Timestamp when the table was last updated
The request is invalid or provides malformed data.
Unauthorized
Forbidden
Conflict
The ID of the data table
Successfully retrieved data table
Unique identifier for the data table
Name of the data table
ID of the project this table belongs to
Timestamp when the table was created
Timestamp when the table was last updated
Unauthorized
The specified resource was not found.
The ID of the data table
New name for the data table
Data table updated successfully
Unique identifier for the data table
Name of the data table
ID of the project this table belongs to
Timestamp when the table was created
Timestamp when the table was last updated
The request is invalid or provides malformed data.
Unauthorized
The specified resource was not found.
Conflict
The ID of the data table
The maximum number of items to return.
100Example: 100Paginate by setting the cursor parameter to the nextCursor attribute returned by the previous request's response. Default value fetches the first "page" of the collection. See pagination for more detail.
JSON string of filter conditions
{"type":"and","filters":[{"columnName":"status","condition":"eq","value":"active"}]}Sort format: columnName:asc or columnName:desc
createdAt:descSearch text across all string columns
Successfully retrieved rows
Paginate through rows by setting the cursor parameter to a nextCursor attribute returned by a previous request. Default value fetches the first "page" of the collection.
MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDAThe request is invalid or provides malformed data.
Unauthorized
The specified resource was not found.
The ID of the data table
- count: Return only the number of rows inserted
- id: Return an array of inserted row IDs
- all: Return the full row data for all inserted rows
countPossible values: Rows inserted successfully
Array of inserted row IDs (when returnType is 'id')
The request is invalid or provides malformed data.
Unauthorized
The specified resource was not found.
The ID of the data table
If true, return the updated rows; if false, return true on success
falseIf true, preview changes without persisting them
falseRows updated successfully
True when returnData is false
The request is invalid or provides malformed data.
Unauthorized
The specified resource was not found.
The ID of the data table
If true, return the upserted row; if false, return true on success
falseIf true, preview changes without persisting them
falseRow upserted successfully
True when returnData is false
The request is invalid or provides malformed data.
Unauthorized
The specified resource was not found.
The ID of the data table
Rows cleared successfully
The number of rows that were deleted
Unauthorized
The specified resource was not found.
The ID of the data table
JSON string of filter conditions. Required to prevent accidental deletion of all data.
{"type":"and","filters":[{"columnName":"status","condition":"eq","value":"archived"}]}If true, return the deleted rows; if false, return true on success
falseIf true, preview which rows would be deleted without actually deleting them
falseRows deleted successfully
True when returnData is false
The request is invalid or provides malformed data.
Unauthorized
The specified resource was not found.
The ID of the data table
Successfully retrieved columns
Column ID
Column name
ID of the data table this column belongs to
Column data type
Column position
Unauthorized
The specified resource was not found.
The ID of the data table
Column name. Must start with a letter; only letters, digits, and underscores after that; maximum 63 characters.
^[a-zA-Z][a-zA-Z0-9_]*$Column data type
Column position (optional, appended to end if omitted)
Column created successfully
Column ID
Column name
ID of the data table this column belongs to
Column data type
Column position
The request is invalid or provides malformed data.
Unauthorized
The specified resource was not found.
Conflict
The ID of the data table
The ID of the column
Column deleted successfully
No content
Unauthorized
The specified resource was not found.
No content
The ID of the data table
The ID of the column
Column updated successfully
Column ID
Column name
ID of the data table this column belongs to
Column data type
Column position
The request is invalid or provides malformed data.
Unauthorized
The specified resource was not found.
Conflict
Last updated
Was this helpful?