# List annotation Get all available annotations subject to filters. Endpoint: GET /annotations Version: 0.0.1 Security: o_auth ## Query parameters: - `cameraPositionId` (string) The ID of a camera position linked to the annotations. - `organisationId` (string) The ID of the associated organisation. - `siteId` (string) The ID of the associated site. - `state` (string) annotation state. Enum: "active", "deleted" ## Response 200 fields (application/json): - `cameraPositionId` (string, required) - `createdAt` (string) - `deletedAt` (string,null) - `id` (string,null) - `kind` (string) Enum: "polygon", "multipolygon" - `roi` (object,null, required) - `state` (string) Enum: "active", "deleted" ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields ## Response 501 fields