Skip to Content
Get Annotation
get

Returns the details of a specific annotation.

Request path & query params
ANNOTATION_ID
string

The annotation ID

get
200
/data/v1/annotations/{ANNOTATION_ID}
Response
(application/json)
{
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "note": "This is a note",
    "date": "2025-04-23T19:10:00Z",
    "sub_property_id": "123456"
  },
  "total_row_count": 1,
  "timeframe": [
    1745434800,
    1745438400
  ]
}