Screen Annotation

Type: object

AttributeTypeDescription
idstringThe unique id of the annotation
contentstringThe text of the annotation
typeScreen Annotation Note Type-
positionScreen Annotation Position-
creatorUser-
updatedintegerThe unix timestamp when the annotation was last updated
createdintegerThe unix timestamp when the annotation was created

Example

{
  "id": "642dbd0527586e8ea06dc2d7",
  "content": "The button should be red.",
  "type": {
    "id": "6436877c182345f62e94ab8e",
    "name": "Requirements",
    "color": {
      "name": "yellow",
      "r": 254,
      "g": 207,
      "b": 51,
      "a": 1
    }
  },
  "position": {
    "x": 0.93,
    "y": 0.1
  },
  "creator": {
    "id": "5d9caaecb4a3fa9bc9718686",
    "email": "[email protected]",
    "username": "zozo",
    "emotar": "🍎",
    "avatar": "http://placekitten.com/200/300",
    "last_seen": 1616739240
  },
  "updated": 1680719128,
  "created": 1680719128
}