From ccc9b90625e8d49cd9dfc613181515c25c33148c Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Wed, 11 May 2022 07:16:36 -0500 Subject: [PATCH] update docs --- docs/docs/integrations/api.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 |