Add get_collections_table and get_playlists_table to API docs
This commit is contained in:
40
API.md
40
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_date_formats
|
||||||
Get the date and time formats used by Tautulli.
|
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_plays_by_date
|
||||||
Get graph data by date.
|
Get graph data by date.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user