/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
-
Request Method:
GET
-
Request URL:
https://localhost/api/deepsee/v3/Data/GetTermList/Region%20Colors
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.
Example Response
{
"Info": {
"Error": "",
"TermList": "Region Colors"
},
"Result": {
"Asia": "Aqua",
"Europe": "BlueViolet",
"N. America": "Firebrick",
"S. America": "Green"
}
}