Review
GET/review
Review
Request
Query Parameters
cameras Cameras
Default value:
all
labels Labels
Default value:
all
zones Zones
Default value:
all
reviewed Reviewed
Default value:
0
limit Limit
severity any
before Before
after After
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id Id (string)required
camera Camera (string)required
start_time date-timerequired
end_time date-timerequired
has_been_reviewed Has Been Reviewed (boolean)required
severity SeverityEnum (string)required
Possible values: [alert
, detection
]
thumb_path Thumb Path (string)required
data Datarequired
[
{
"id": "string",
"camera": "string",
"start_time": "2024-07-29T15:51:28.071Z",
"end_time": "2024-07-29T15:51:28.071Z",
"has_been_reviewed": true,
"severity": "alert",
"thumb_path": "string"
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...