Skip to main content

POST /Info/KPIs

Returns information about the KPIs 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":
      {"KPIs":
         [
           {"name":"Aviation Actions","caption":"Aviation Actions",
                                      "moddate":"2016-11-14 11:22:08","type":"kpi"},
           {"name":"AviationTopConcepts","caption":"AviationTopConcepts",
                                      "moddate":"2016-11-14 11:22:08","type":"kpi"},
           {"name":"BPDiastolic","caption":"BPDiastolic",
                                      "moddate":"2016-11-14 11:22:08","type":"kpi"}
          ...]
      }
}

In the response object, the Result property contains a property called KPIs, which contains an array of objects, one for each KPI.

For information that applies to all response objects, see the discussion at the start of this reference.

FeedbackOpens in a new tab