From c86cad8216af3f828f9fd84b3e082c57e9b5eef2 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Fri, 28 Sep 2018 11:00:38 -0500 Subject: [PATCH] Updated API (markdown) --- API.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/API.md b/API.md index 3db832a..120ed71 100644 --- a/API.md +++ b/API.md @@ -138,6 +138,24 @@ Parameters: continuation: String ``` +##### GET `/api/v1/insights/:id` + +> Schema: + +```javascript +{ + "viewCount": Int64, + "timeWatchedText": String, + "subscriptionsDriven": Int32, + "shares": Int32, + "avgViewDurationSeconds": Int32, + + "graphData": { + ... + } +} +``` + ##### GET `/api/v1/captions/:id` > Schema: