SectorObserverGroupMentions Data Type

Properties
name data type description
observer Observer
kpiMentions array of KeyPerformanceIndexMentions

Example

{
  "observer" : {
    "id" : 12345,
    "name" : "...",
    "created" : { },
    "kpiId" : 12345
  },
  "kpiMentions" : [ {
    "mentions" : [ {
      "value" : 12345.0,
      "timestamp" : { },
      "quote" : "..."
    }, {
      "value" : 12345.0,
      "timestamp" : { },
      "quote" : "..."
    } ],
    "kpi" : {
      "id" : 12345,
      "name" : "...",
      "editable" : true
    }
  }, {
    "mentions" : [ {
      "value" : 12345.0,
      "timestamp" : { },
      "quote" : "..."
    }, {
      "value" : 12345.0,
      "timestamp" : { },
      "quote" : "..."
    } ],
    "kpi" : {
      "id" : 12345,
      "name" : "...",
      "editable" : true
    }
  } ]
}