Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

/Data/GetTermList/:termList

Retrieves the definition of the given term list table.

Request Method

GET

URL Parameters

termList

Full name of the term list.

Request Body Details

The request body is ignored.

Example Request

Example Response

{
  "Info": {
    "Error": "",
    "TermList": "Region Colors"
  },
  "Result": {
    "Asia": "Aqua",
    "Europe": "BlueViolet",
    "N. America": "Firebrick",
    "S. America": "Green"
  }
}
FeedbackOpens in a new tab