Data tables

Use the endpoints below to manage data tables programmatically.

FEATURE AVAILABILITY

The Data Table APIs are currently accessible only to workspaces participating in Workato’s Data Tables beta program. Contact your customer success representative for more information.

Quick reference

TypeResourceDescription
GET/api/v2/managed_users
/:managed_user_id/data_tables
List all data tables.
GET/api/v2/managed_users
/:managed_user_id/data_tables/:data_table_id
Get data table by ID.
POST/api/v2/managed_users
/:managed_user_id/data_tables
Creates a data table.
PUT/api/v2/managed_users/:managed_user_id/data_tables
/:data_table_id
Updates a data table you specify.
DELETE/api/v2/managed_users
/:managed_user_id
/data_tables
/:data_table_id
Deletes a data table you specify.
POST/api/v2/managed_users
/:managed_user_id/data_tables
/:data_table_id/truncate
Truncates a data table you specify. Truncating a data table deletes all data from a data table, but leaves the table structure intact.