SectorAnnotations Data Type

Properties
name data type description
annotations array of SectorAnnotation

Example

{
  "annotations" : [ {
    "id" : 12345,
    "resolution" : "HOUR",
    "date" : { },
    "created" : { },
    "text" : "...",
    "author" : {
      "name" : "...",
      "email" : "..."
    },
    "createdBy" : "...",
    "observerIds" : [ 12345, 12345 ],
    "kpiIds" : [ 12345, 12345 ]
  }, {
    "id" : 12345,
    "resolution" : "DAY",
    "date" : { },
    "created" : { },
    "text" : "...",
    "author" : {
      "name" : "...",
      "email" : "..."
    },
    "createdBy" : "...",
    "observerIds" : [ 12345, 12345 ],
    "kpiIds" : [ 12345, 12345 ]
  } ]
}