KpisAssociationsResponse Data Type

Properties
name data type description
kpiAssociations array of KpiAssociations

Example

{
  "kpiAssociations" : [ {
    "kpi" : {
      "id" : 12345,
      "name" : "...",
      "editable" : true
    },
    "stable" : [ {
      "strength" : 12345.0,
      "word" : "..."
    }, {
      "strength" : 12345.0,
      "word" : "..."
    } ],
    "trending" : [ {
      "word" : "...",
      "strength" : 12345.0,
      "documentCount" : 12345,
      "forWord" : "..."
    }, {
      "word" : "...",
      "strength" : 12345.0,
      "documentCount" : 12345,
      "forWord" : "..."
    } ]
  }, {
    "kpi" : {
      "id" : 12345,
      "name" : "...",
      "editable" : true
    },
    "stable" : [ {
      "strength" : 12345.0,
      "word" : "..."
    }, {
      "strength" : 12345.0,
      "word" : "..."
    } ],
    "trending" : [ {
      "word" : "...",
      "strength" : 12345.0,
      "documentCount" : 12345,
      "forWord" : "..."
    }, {
      "word" : "...",
      "strength" : 12345.0,
      "documentCount" : 12345,
      "forWord" : "..."
    } ]
  } ]
}