Motion Activity
GET/review/activity/motion
Get motion and audio activity.
Request
Query Parameters
cameras Cameras
Default value:
all
before Before
after After
scale Scale
Default value:
30
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
start_time Start Time (integer)required
motion Motion (number)required
camera Camera (string)required
[
{
"start_time": 0,
"motion": 0,
"camera": "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...