Create a lookup table

Create a new lookup table. Depending on your requirements, you can choose to make the lookup table available for general access across your workspace or limit its scope to a specific project.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
lookup_tableobjectOptional

Response

Success reply
idinteger or null
The unique identifier of the object.
namestring or null
The name of the object.
schemastring or null
The schema of the object in JSON string format.
project_idinteger or null
The unique identifier of the project associated with this 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