List lookup tables

Returns a list of lookup tables belonging to customer account. Workato includes the project_id of the project to which the lookup table belongs in the response.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageintegerOptional

Page number of the lookup tables to fetch. Defaults to 1.

per_pageintegerOptional

Number of lookup tables to return in a single page. Defaults to 100. Max is 100.

Response

A successful response returns an array of lookup tables.
idinteger or null
The unique identifier of the lookup table.
namestring or null
The name of the lookup table.
schemastring or null
The schema of the lookup table in JSON string format.
created_atstring or null
The timestamp when the lookup table was created.
updated_atstring or null
The timestamp when the lookup table was last updated.
project_idstring or null
The unique identifier of the project associated with the lookup table.

Errors