diff --git a/API:List-Exclusions.md b/API:List-Exclusions.md new file mode 100644 index 0000000..1a3c85f --- /dev/null +++ b/API:List-Exclusions.md @@ -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 + } +] +```` \ No newline at end of file