GETADITUS/Survey/Lookups/Get lookups by name

Get lookups by name

GET{{API_BASE_URL}}/survey/v1/lookups/:lookupListName

This endpoint retrieves the lookup list data for a specific lookup list name.

Request

  • lookupListName (string): The name of the lookup list

Response

  • data (object): The main data container.

    • id (number): The ID of the lookup list.

    • language (string): The language of the lookup list.

    • lookups (array): An array of lookup items.

      • key (string): The key of the lookup item.

      • value (string): The value of the lookup item.

      • isFreeText (boolean): Indicates if the lookup item allows free text input.

      • lookups (array): Nested lookup items, if available.

Authentication#auth

This endpoint does not require authentication.

Responses#responses

200OKGet countries lookup
200OKGet salutations lookup
200OKGet languages lookup
200OKGet Saudia Arabian cities lookup