{"info":{"_postman_id":"b8083637-ee02-4d98-9bb6-8585556ffcd2","name":"moviecharactersapi","description":"<html><head></head><body><p>API Endpoint documentation for Movie Character API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14576152","collectionId":"b8083637-ee02-4d98-9bb6-8585556ffcd2","publishedId":"TWDRtftQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-14T12:27:10.000Z"},"item":[{"name":"Get all characters","id":"bfc64b24-73b4-457b-be8e-9999fd53acca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://moviecharactersapi.herokuapp.com/api/v1/characters","description":"<p>Get all characters in database</p>\n","urlObject":{"protocol":"http","path":["api","v1","characters"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfc64b24-73b4-457b-be8e-9999fd53acca"},{"name":"Get specific character","id":"47ab95da-b14f-4434-8c81-f935e0e2b041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://moviecharactersapi.herokuapp.com/api/v1/characters/{characterId}","description":"<p>Get a specific character from database</p>\n","urlObject":{"protocol":"http","path":["api","v1","characters","{characterId}"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"47ab95da-b14f-4434-8c81-f935e0e2b041"},{"name":"Create new character","id":"9b935e09-f0a4-4789-9722-50db0beceb5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"Gandalf\",\r\n        \"alias\": \"Ian McKellen\",\r\n        \"gender\": \"Male\",\r\n        \"picture\": null,\r\n        \"movies\": [{\"id\":2}]\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://moviecharactersapi.herokuapp.com/api/v1/characters","description":"<p>Create a new character</p>\n","urlObject":{"protocol":"http","path":["api","v1","characters"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b935e09-f0a4-4789-9722-50db0beceb5f"},{"name":"Update character","id":"f27b1f15-dc54-4b84-9c06-47d57480cc2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"   {\r\n        \"id\": 2,\r\n        \"name\": \"Gandalf\",\r\n        \"alias\": \"Ian McKellen\",\r\n        \"gender\": \"Male\",\r\n        \"picture\": null,\r\n        \"movies\": [{\"id\":2}, {\"id\": 3}]\r\n    }\r\n    ","options":{"raw":{"language":"json"}}},"url":"http://moviecharactersapi.herokuapp.com/api/v1/characters/{characterId}","description":"<p>Update an existing character</p>\n","urlObject":{"protocol":"http","path":["api","v1","characters","{characterId}"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f27b1f15-dc54-4b84-9c06-47d57480cc2b"},{"name":"Delete character","id":"feaf697e-f6b2-4612-a8a5-1153f97bf666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://moviecharactersapi.herokuapp.com/api/v1/characters/{characterId}","description":"<p>Delete character from database</p>\n","urlObject":{"protocol":"http","path":["api","v1","characters","{characterId}"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"feaf697e-f6b2-4612-a8a5-1153f97bf666"},{"name":"Get all movies","id":"651f136a-55ef-4f40-a81d-3fb25d04f57c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://moviecharactersapi.herokuapp.com/api/v1/movies","description":"<p>Get all movies in database</p>\n","urlObject":{"protocol":"http","path":["api","v1","movies"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"651f136a-55ef-4f40-a81d-3fb25d04f57c"},{"name":"Get specific movie","id":"fa7491bf-fd68-4888-81fa-919aabf3e41e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://moviecharactersapi.herokuapp.com/api/v1/movies/{movieId}","description":"<p>Get a specific movie from database</p>\n","urlObject":{"protocol":"http","path":["api","v1","movies","{movieId}"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa7491bf-fd68-4888-81fa-919aabf3e41e"},{"name":"Create new movie","id":"e10cedbf-c5f3-4ec1-8d0e-d33ddf44a678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"title\": \"Spiderman\",\r\n        \"genre\": \"Action\",\r\n        \"releaseYear\": 2012,\r\n        \"director\": \"Marc Webb\",\r\n        \"picture\": \"picture.com\",\r\n        \"trailer\": \"youtubelink.com\",\r\n        \"characters\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://moviecharactersapi.herokuapp.com/api/v1/movies","description":"<p>Create a new movie</p>\n","urlObject":{"protocol":"http","path":["api","v1","movies"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e10cedbf-c5f3-4ec1-8d0e-d33ddf44a678"},{"name":"Update movie","id":"c73919bc-bb84-4c0f-9d5a-ae932c2cd982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"    {\r\n        \"id\": 10,\r\n        \"title\": \"Spiderman\",\r\n        \"genre\": \"Action\",\r\n        \"releaseYear\": 2012,\r\n        \"director\": \"Marc Webb\",\r\n        \"picture\": \"picture.com\",\r\n        \"trailer\": \"youtubelink.com\",\r\n        \"characters\": [{\"id\": 1}],\r\n        \"franchise\": null\r\n    }\r\n","options":{"raw":{"language":"json"}}},"url":"http://moviecharactersapi.herokuapp.com/api/v1/movies/{movieId}","description":"<p>Update an existing movie</p>\n","urlObject":{"protocol":"http","path":["api","v1","movies","{movieId}"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c73919bc-bb84-4c0f-9d5a-ae932c2cd982"},{"name":"Delete movie","id":"756bf27f-ae13-4754-a0d3-11e33a5b238d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 4,\r\n    \"movieTitle\": \"new Movie\",\r\n    \"releaseYear\": \"2001\",\r\n    \"director\": \"Lilly Director\",\r\n    \"picture\": \"someurlhere.com\",\r\n    \"trailer\": \"youtubelink.com\",\r\n    \"characters\": null,\r\n    \"franchise\": null,\r\n    \"gere\": \"Horror\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://moviecharactersapi.herokuapp.com/api/v1/movies/{movieId}","description":"<p>Delete movie from database</p>\n","urlObject":{"protocol":"http","path":["api","v1","movies","{movieId}"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"756bf27f-ae13-4754-a0d3-11e33a5b238d"},{"name":"Get all franchises","id":"c2e23b8d-006f-4cd3-8217-2bd306153e54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://moviecharactersapi.herokuapp.com/api/v1/franchises","description":"<p>Get all franchises in database</p>\n","urlObject":{"protocol":"http","path":["api","v1","franchises"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2e23b8d-006f-4cd3-8217-2bd306153e54"},{"name":"Get specific franchise","id":"9ca8b303-8762-4040-a65a-c9b8c660c6f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://moviecharactersapi.herokuapp.com/api/v1/franchises/{franchiseId}","description":"<p>Get a specific franchise from database</p>\n","urlObject":{"protocol":"http","path":["api","v1","franchises","{franchiseId}"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ca8b303-8762-4040-a65a-c9b8c660c6f1"},{"name":"Create new franchise","id":"66e177c2-0196-4a20-95fe-0dd8452fc998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Twilight\",\r\n    \"description\": \"Twilight is a 2008 American romantic fantasy film.\",\r\n    \"movies\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"http://moviecharactersapi.herokuapp.com/api/v1/franchises","description":"<p>Create a new franchise</p>\n","urlObject":{"protocol":"http","path":["api","v1","franchises"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"66e177c2-0196-4a20-95fe-0dd8452fc998"},{"name":"Update franchise","id":"2a4b4685-b0bd-49cd-bd9f-f3675646bb7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n        \"id\": 3,\r\n        \"name\": \"Twilight\",\r\n        \"description\": \"Twilight is a 2008 American romantic fantasy film.\",\r\n        \"movies\": [{\"id\": 5}]\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://moviecharactersapi.herokuapp.com/api/v1/franchises/{franchiseId}","description":"<p>Update an existing franchise</p>\n","urlObject":{"protocol":"http","path":["api","v1","franchises","{franchiseId}"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a4b4685-b0bd-49cd-bd9f-f3675646bb7a"},{"name":"Delete franchise","id":"6024f518-e18e-4a1f-9856-594a6895d17e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 4,\r\n    \"name\": \"new Franchise\",\r\n    \"description\": \"Test description...\",\r\n    \"movies\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"http://moviecharactersapi.herokuapp.com/api/v1/franchises/{franchiseId}","description":"<p>Delete franchise from database</p>\n","urlObject":{"protocol":"http","path":["api","v1","franchises","{franchiseId}"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6024f518-e18e-4a1f-9856-594a6895d17e"},{"name":"Get all the movies for a franchise","id":"bd8551f2-3b72-4a05-b01f-b0f425493e35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://moviecharactersapi.herokuapp.com/api/v1/franchises/{franchiseId}/movies","description":"<p>Get all the movies for a franchise</p>\n","urlObject":{"protocol":"http","path":["api","v1","franchises","{franchiseId}","movies"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd8551f2-3b72-4a05-b01f-b0f425493e35"},{"name":"Get all the characters in a franchise","id":"544847a7-000a-4a1f-873f-385d67bb2720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://moviecharactersapi.herokuapp.com/api/v1/franchises/{franchiseId}/characters","description":"<p>Get all the characters in a franchise</p>\n","urlObject":{"protocol":"http","path":["api","v1","franchises","{franchiseId}","characters"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"544847a7-000a-4a1f-873f-385d67bb2720"},{"name":"Get all the characters in a movie","id":"611f7a8d-f2bb-430c-9a3a-129c26e73d07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://moviecharactersapi.herokuapp.com/api/v1/movies/{movieId}/characters","description":"<p>Get all characters in a movie</p>\n","urlObject":{"protocol":"http","path":["api","v1","movies","{movieId}","characters"],"host":["moviecharactersapi","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"611f7a8d-f2bb-430c-9a3a-129c26e73d07"}]}