KpisResponse Data Type

Properties
name data type description
totalNumberOfKpis number
keyPerformanceIndices array of KeyPerformanceIndexDetails

Example

{
  "totalNumberOfKpis" : 12345,
  "keyPerformanceIndices" : [ {
    "id" : 12345,
    "name" : "...",
    "language" : "KM",
    "andKpiTerms" : [ "...", "..." ],
    "orKpiTerms" : [ "...", "..." ],
    "description" : "...",
    "editable" : true
  }, {
    "id" : 12345,
    "name" : "...",
    "language" : "AY",
    "andKpiTerms" : [ "...", "..." ],
    "orKpiTerms" : [ "...", "..." ],
    "description" : "...",
    "editable" : true
  } ]
}