List rows

Returns a lists of rows from the lookup table. Supports filtering and pagination.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

lookup_table_idintegerRequired
Lookup table ID.

Headers

AuthorizationstringRequired

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

Query parameters

pageintegerOptional

Page number of the lookup table rows to fetch. Defaults to 1.

per_pageintegerOptional

Number of API clients to return in a single page. Defaults to 500. Max is 1000.

Response

Success reply. Also returns an error message on failures in the following format: { error: error_message }

idinteger or null
The unique identifier of the object.
dataobject or null
The data associated with the object.
created_atstring or null
The timestamp when the object was created.
updated_atstring or null
The timestamp when the object was last updated.

Errors