/Info/Dashboards
Request Method
GET or POST
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/Dashboards
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.
Example Response
{
"Info": {
"Error":""
},
"Result": {
"Dashboards": [
{"fullName":"Basic Dashboard Demo",
"name":"Basic Dashboard Demo",
"lastModified":"2016-11-14 19:39:14",
"itemType":"dashboard"},
{"fullName":"Custom Drilldown Spec",
"name":"Custom Drilldown Spec",
"lastModified":"2016-11-14 19:39:14",
"itemType":"dashboard"}
...]
}
}
In the response object, the Result property contains a property called Dashboards, which contains an array of objects, one for each dashboard.
For information that applies to all response objects, see Notes on the Response Objects.