Update an annotation if it exists, create a new one otherwise.
OK.
OK.
Bad request.
Authentication failed.
Not allowed.
Gone.
Unprocessable entity.
Failed.
Not implemented.
{- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "kind": "polygon",
- "roi": { },
- "state": "active"
}
{- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "createdAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "kind": "polygon",
- "roi": { },
- "state": "active"
}
Delete an annotation.
OK.
Bad request.
Authentication failed.
Not allowed.
Not found.
Gone.
Unprocessable entity.
Failed.
Not implemented.
{- "code": 0,
- "message": "string"
}
Get an annotation identified by its id.
OK.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
Not implemented.
{- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "createdAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "kind": "polygon",
- "roi": { },
- "state": "active"
}
Get all available annotations subject to filters.
OK.
Authentication failed.
Not allowed.
Unprocessable entity.
Failed.
Not implemented.
[- {
- "cameraPositionId": "37eacd70-df6f-462c-b57e-ba61d0ee7150",
- "createdAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "kind": "polygon",
- "roi": { },
- "state": "active"
}
]