Add get_collections_table and get_playlists_table to API docs

This commit is contained in:
JonnyWong16 2020-09-30 22:10:06 -07:00
parent f151bb1451
commit f5c99f712a
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

40
API.md
View file

@ -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.