/Namespaces
Provides a JSON array that lists the namespaces which are accessible to the current user.
Request Method
GET
URL Parameters
None.
Request Body Details
This endpoint ignores the request body.
Example Request
-
Request Method:
GET
-
Request URL:
https://localhost/biserver/api/deepsee/v3/Namespaces
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.
Note:All valid versions of the Business Intelligence REST API support this service.
Example Response
{
"Info": {
"Error": ""
}
"Result: [
"SALES",
"MARKETING"
]
}