mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Update api docs
This commit is contained in:
parent
51a1526146
commit
a7d0859dfb
@ -381,9 +381,13 @@ List of frames in the preview cache for the time range. Previews are only kept i
|
|||||||
|
|
||||||
Specific preview frame from preview cache.
|
Specific preview frame from preview cache.
|
||||||
|
|
||||||
### `GET /<camera>/start/<start-timestamp>/end/<end-timestamp>/preview.gif`
|
### `GET /<camera>/start/<start-timestamp>/end/<end-timestamp>/preview`
|
||||||
|
|
||||||
Gif made from preview video / frames during this time range
|
Looping image made from preview video / frames during this time range.
|
||||||
|
|
||||||
|
| param | Type | Description |
|
||||||
|
| --------- | ---- | -------------------------------- |
|
||||||
|
| `format` | str | Format of preview [`gif`, `mp4`] |
|
||||||
|
|
||||||
## Recordings
|
## Recordings
|
||||||
|
|
||||||
@ -455,6 +459,10 @@ Reviews from the database. Accepts the following query string parameters:
|
|||||||
| `limit` | int | Limit the number of events returned |
|
| `limit` | int | Limit the number of events returned |
|
||||||
| `severity` | str | Limit items to severity (alert, detection, significant_motion) |
|
| `severity` | str | Limit items to severity (alert, detection, significant_motion) |
|
||||||
|
|
||||||
|
### `GET /api/review/<id>`
|
||||||
|
|
||||||
|
Get review with `id` from the database.
|
||||||
|
|
||||||
### `GET /api/review/summary`
|
### `GET /api/review/summary`
|
||||||
|
|
||||||
Summary of reviews for the last 30 days. Accepts the following query string parameters:
|
Summary of reviews for the last 30 days. Accepts the following query string parameters:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user