API enhancements (#8107)

This commit is contained in:
tpjanssen
2023-10-09 15:52:26 +02:00
committed by GitHub
parent d7ddcea951
commit a82334ca1c
2 changed files with 10 additions and 0 deletions

View File

@@ -172,6 +172,8 @@ Events from the database. Accepts the following query string parameters:
| `min_score` | float | Minimum score of the event |
| `max_score` | float | Maximum score of the event |
| `is_submitted` | int | Filter events that are submitted to Frigate+ (0 or 1) |
| `min_length` | float | Minimum length of the event |
| `max_length` | float | Maximum length of the event |
### `GET /api/timeline`