mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Update API docs
This commit is contained in:
parent
e8b0de0320
commit
3a439cb81c
2 changed files with 8 additions and 5 deletions
11
API.md
11
API.md
|
@ -413,6 +413,7 @@ Export library or media metadata to a file
|
||||||
```
|
```
|
||||||
Required parameters:
|
Required parameters:
|
||||||
section_id (int): The section id of the library items to export, OR
|
section_id (int): The section id of the library items to export, OR
|
||||||
|
user_id (int): The user id of the playlist items to export, OR
|
||||||
rating_key (int): The rating key of the media item to export
|
rating_key (int): The rating key of the media item to export
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
|
@ -423,7 +424,7 @@ Optional parameters:
|
||||||
include_art (bool): True to export background artwork images
|
include_art (bool): True to export background artwork images
|
||||||
custom_fields (str): Comma separated list of custom fields to export
|
custom_fields (str): Comma separated list of custom fields to export
|
||||||
in addition to the export level selected
|
in addition to the export level selected
|
||||||
library_export (str): collection or playlist for library export,
|
export_type (str): collection or playlist for library/user export,
|
||||||
otherwise default to all library items
|
otherwise default to all library items
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
@ -716,7 +717,7 @@ Get the data on the Tautulli collections tables.
|
||||||
|
|
||||||
```
|
```
|
||||||
Required parameters:
|
Required parameters:
|
||||||
section_id (str): The id of the Plex library section, OR
|
section_id (str): The id of the Plex library section
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
None
|
None
|
||||||
|
@ -781,6 +782,7 @@ Get the data on the Tautulli export tables.
|
||||||
```
|
```
|
||||||
Required parameters:
|
Required parameters:
|
||||||
section_id (str): The id of the Plex library section, OR
|
section_id (str): The id of the Plex library section, OR
|
||||||
|
user_id (str): The id of the Plex user, OR
|
||||||
rating_key (str): The rating key of the exported item
|
rating_key (str): The rating key of the exported item
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
|
@ -1211,7 +1213,7 @@ Returns:
|
||||||
"user_thumb": "https://plex.tv/users/k10w42309cynaopq/avatar",
|
"user_thumb": "https://plex.tv/users/k10w42309cynaopq/avatar",
|
||||||
"username": "LordCommanderSnow"
|
"username": "LordCommanderSnow"
|
||||||
},
|
},
|
||||||
{"platform_type": "DanyKhaleesi69",
|
{"friendly_name": "DanyKhaleesi69",
|
||||||
"total_plays": 42,
|
"total_plays": 42,
|
||||||
"user_id": 8008135,
|
"user_id": 8008135,
|
||||||
"user_thumb": "https://plex.tv/users/568gwwoib5t98a3a/avatar",
|
"user_thumb": "https://plex.tv/users/568gwwoib5t98a3a/avatar",
|
||||||
|
@ -1704,7 +1706,8 @@ Get the data on the Tautulli playlists tables.
|
||||||
|
|
||||||
```
|
```
|
||||||
Required parameters:
|
Required parameters:
|
||||||
section_id (str): The id of the Plex library section, OR
|
section_id (str): The section id of the Plex library, OR
|
||||||
|
user_id (str): The user id of the Plex user
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
None
|
None
|
||||||
|
|
|
@ -6637,7 +6637,7 @@ class WebInterface(object):
|
||||||
```
|
```
|
||||||
Required parameters:
|
Required parameters:
|
||||||
section_id (int): The section id of the library items to export, OR
|
section_id (int): The section id of the library items to export, OR
|
||||||
user_id (int): The user id of the playlist items to export,
|
user_id (int): The user id of the playlist items to export, OR
|
||||||
rating_key (int): The rating key of the media item to export
|
rating_key (int): The rating key of the media item to export
|
||||||
|
|
||||||
Optional parameters:
|
Optional parameters:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue