Get a row

Finds the first row matching the given criteria in the lookup table. Returns a 404 when the lookup fails.

Path parameters

lookup_table_idintegerRequired
Lookup table ID.
row_idintegerRequired
Lookup table row ID.

Headers

AuthorizationstringRequired

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

Response

Success reply
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