/Info/TermLists
Returns information about all the term lists.
Request Method
GET
URL Parameters
None.
Request Body Details
This endpoint ignores the request body.
Example Request
-
Request Method:
POST
-
Request URL:
https://localhost/api/deepsee/v3/Info/TermLists
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.
Example Response
{
"Info": {
"Error": ""
},
"Result": {
"TermLists": [
{
"name": "Patients Pivots",
"caption": "Patients Pivots",
"modDate": "2024-03-11 16:02:57",
"type": "termlist"
},
{
"name": "PATIENTS ROWSPECS",
"caption": "PATIENTS ROWSPECS",
"modDate": "2024-03-11 16:02:57",
"type": "termlist"
},
{
"name": "Region Colors",
"caption": "Region Colors",
"modDate": "2024-03-11 16:03:00",
"type": "termlist"
}
]
}
}
For information that applies to all response objects, see Notes on the Response Objects.