v1

latestOpenAPI 3.0.12026-07-2427125325.2 KB

/essentials/lookup

Use the /lookup endpoint to retrieve a list of the tables that can be passed as a filter_name to the lookup detail endpoints. The tables and their contents can be used to generate dropdowns and filters in your system when using the Essentials API.

get/lookup

Response

OK

codeinteger

Response Code

messagestring

Diagnostic message for response status

tookinteger

Time taken for request to process

errorsstring[]

List of errors encountered

datastring[]

Example response

{
  "code": 200,
  "message": "Request was processed successfully!",
  "took": 20,
  "errors": []
}