mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Add get_collections_table and get_playlists_table to API docs
This commit is contained in:
parent
f151bb1451
commit
f5c99f712a
1 changed files with 40 additions and 0 deletions
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 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue