Skip to main content

/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