SectorKPIResponse Data Type

Properties
name data type description
sectorMentions SectorMentions
observerGroupMentions array of SectorObserverGroupMentions

Example

{
  "sectorMentions" : {
    "totalNumberOfKPIs" : 12345,
    "kpiMentions" : [ {
      "mentions" : [ { }, { } ],
      "kpi" : { }
    }, {
      "mentions" : [ { }, { } ],
      "kpi" : { }
    } ],
    "averageMentions" : [ {
      "value" : 12345.0,
      "timestamp" : { },
      "quote" : "..."
    }, {
      "value" : 12345.0,
      "timestamp" : { },
      "quote" : "..."
    } ]
  },
  "observerGroupMentions" : [ {
    "observer" : {
      "id" : 12345,
      "name" : "...",
      "created" : { },
      "kpiId" : 12345
    },
    "kpiMentions" : [ {
      "mentions" : [ { }, { } ],
      "kpi" : { }
    }, {
      "mentions" : [ { }, { } ],
      "kpi" : { }
    } ]
  }, {
    "observer" : {
      "id" : 12345,
      "name" : "...",
      "created" : { },
      "kpiId" : 12345
    },
    "kpiMentions" : [ {
      "mentions" : [ { }, { } ],
      "kpi" : { }
    }, {
      "mentions" : [ { }, { } ],
      "kpi" : { }
    } ]
  } ]
}