Get All Lookup Data Sets
-
- Last UpdatedApr 29, 2025
- 1 minute read
Description
Returns a list of the names of data sets.
URL
https://{host:port}/SecureSphere/api/v1/conf/dataSets/
HTTP Method
GET
Response Body Example
{
"dataset-name" : "employees",
"number-of-columns" : 3,
"columns":
[
{
"name":"Key",
"key":"true"
},
{
"name":"User",
"key":"false"
},
{
"name":"Groups","
key":"false"
}
]
}
HTTP Example
GET /SecureSphere/api/v1/conf/dataSets/ HTTP/1.1
Host: mxserver:8083
Cookie: JSESSIONID=0123456789ABCDEF0123456789ABCDEF