mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 13:54:29 +00:00
Created API:List Exclusions (markdown)
parent
413fa8793c
commit
58ef607d9c
1 changed files with 33 additions and 0 deletions
33
API:List-Exclusions.md
Normal file
33
API:List-Exclusions.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
**Endpoint: "/exclusions"**
|
||||
|
||||
## GET ##
|
||||
|
||||
##### Summary #####
|
||||
Gets movies marked as List Exclusions
|
||||
|
||||
##### Parameters ######
|
||||
|
||||
Required:
|
||||
*None*
|
||||
|
||||
Optional:
|
||||
*None*
|
||||
|
||||
##### Returns JsonArray ######
|
||||
|
||||
````JSON
|
||||
[
|
||||
{
|
||||
"tmdbId": 559969,
|
||||
"movieTitle": "El Camino: A Breaking Bad Movie",
|
||||
"movieYear": 2019,
|
||||
"id": 20
|
||||
},
|
||||
{
|
||||
"tmdbId": 535544,
|
||||
"movieTitle": "Downton Abbey",
|
||||
"movieYear": 2019,
|
||||
"id": 21
|
||||
}
|
||||
]
|
||||
````
|
Loading…
Reference in a new issue