Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the annotation |
content | string | The text of the annotation |
type | Screen Annotation Note Type | - |
position | Screen Annotation Position | - |
creator | User | - |
updated | integer | The unix timestamp when the annotation was last updated |
created | integer | The 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
}