diff --git a/API.md b/API.md index c1ecb6ff..8159b2e4 100644 --- a/API.md +++ b/API.md @@ -708,6 +708,26 @@ Returns: ``` +### get_collections_table +Get the data on the Tautulli collections tables. + +``` +Required parameters: + section_id (str): The id of the Plex library section, OR + +Optional parameters: + None + +Returns: + json: + {"draw": 1, + "recordsTotal": 5, + "data": + [...] + } +``` + + ### get_date_formats Get the date and time formats used by Tautulli. @@ -1672,6 +1692,26 @@ Returns: ``` +### get_playlists_table +Get the data on the Tautulli playlists tables. + +``` +Required parameters: + section_id (str): The id of the Plex library section, OR + +Optional parameters: + None + +Returns: + json: + {"draw": 1, + "recordsTotal": 5, + "data": + [...] + } +``` + + ### get_plays_by_date Get graph data by date.