ObserverMentions Data Type

Properties
name data type description
observer Observer
mentions array of TimestampValue
totalMentions number

Example

{
  "observer" : {
    "id" : 12345,
    "name" : "...",
    "created" : { },
    "kpiId" : 12345
  },
  "mentions" : [ {
    "value" : 12345.0,
    "timestamp" : { },
    "quote" : "..."
  }, {
    "value" : 12345.0,
    "timestamp" : { },
    "quote" : "..."
  } ],
  "totalMentions" : 12345
}