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.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number of the lookup tables to fetch. Defaults to 1
.
per_page
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.
id
The unique identifier of the lookup table.
name
The name of the lookup table.
schema
The schema of the lookup table in JSON string format.
created_at
The timestamp when the lookup table was created.
updated_at
The timestamp when the lookup table was last updated.
project_id
The unique identifier of the project associated with the lookup table.