Data tables

Use the endpoints below to manage data tables programmatically.

Quick reference

TypeResourceDescription
GET/api/data_tablesList all data tables.
GET/api/data_tables/:data_table_idGet data table by ID.
POST/api/data_tablesCreates a data table.
PUT/api/data_tables/:data_table_idUpdates a data table you specify.
DELETE/api/data_tables/:data_table_idDeletes a data table you specify.
POST/api/data_tables/:data_table_id/truncateTruncates a data table you specify. Truncating a data table deletes all data from a data table, but leaves the table structure intact.