Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

POST /Info/Dashboards

Returns information about the dashboards available in the Caché namespace that you access via this REST call.

URL Parameters

None.

Request Body Details

This service ignores the request body.

Example Request

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 the discussion at the start of this reference.

FeedbackOpens in a new tab