curl --location --request GET '/annotation_layer//annotation/'
{
"count": 0,
"ids": [
"string"
],
"result": [
{
"changed_by": {
"first_name": "string",
"id": 0
},
"changed_on_delta_humanized": null,
"created_by": {
"first_name": "string",
"id": 0
},
"end_dttm": "2019-08-24T14:15:22Z",
"id": 0,
"long_descr": "string",
"short_descr": "string",
"start_dttm": "2019-08-24T14:15:22Z"
}
]
}