diff --git a/docs/docs/integrations/api.md b/docs/docs/integrations/api.md index 4f3c1a9cb..cae8aff68 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -247,3 +247,16 @@ HTTP Live Streaming Video on Demand URL for the specified event. Can be viewed i ### `GET /vod//start//end//index.m3u8` HTTP Live Streaming Video on Demand URL for the camera with the specified time range. Can be viewed in an application like VLC. + +### `GET /api//recordings/summary` + +Hourly summary of recordings data for a camera. + +### `GET /api//recordings` + +Get recording segment details for the given timestamp range. + +| param | Type | Description | +| -------- | ---- | ------------------------------------- | +| `after` | int | Unix timestamp for beginning of range | +| `before` | int | Unix timestamp for end of range |