KpiAssociations Data Type

Properties
name data type description
kpi KeyPerformanceIndex
stable array of StableAssociation
trending array of Association

Example

{
  "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" : "..."
  } ]
}