Data tables
Table management APIs
You can use the following endpoints to manage and structure data tables:
BASE URL
Table management endpoints use the workato.com
base URL.
Quick reference
Record manipulation APIs
You can use the following endpoints to create, delete, and update data table records. Refer the OpenAPI Specification for additional information.
BASE URL
Record manipulation endpoints use the data-tables.workato.com
base URL.
Quick reference
Query records (v1)
You can add a set of conditions to filter the records you query. Refer to the following sections for more information.
Where field structure
Single condition
The following example shows the basic form of a where
clause:
, where operator
is either a single value or:
For example:
The following table lists available operator_ident
values:
Compound conditions
You can combine multiple conditions with $and
compound operator:
For example:
Alternatively, you can also use the equivalent short-hand notation for $and
operator. For example:
order
field hash structure
You must use the following structure when you provide a hash for the order
field: