{"info":{"_postman_id":"3db30b5f-335e-4c2d-9796-c778103b18a9","name":"New Collection","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"29763810","collectionId":"3db30b5f-335e-4c2d-9796-c778103b18a9","publishedId":"2sB2j978ZA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-08T22:28:03.000Z"},"item":[{"name":"Movie Tracker","item":[{"name":"Create Movie","id":"cd40cab8-a05f-439e-9ad5-5d4b441f51d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Infamous of Wars\",\n  \"notes\": \"Love \",\n  \"watched\": true,\n  \"rating\": 11\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5096/api/movie","description":"<p><strong>Description:</strong> Create a new movie entry.</p>\n","urlObject":{"protocol":"http","port":"5096","path":["api","movie"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5945cf65-a85d-40de-b277-e9d70fd0f83c","name":"Saved Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Infamous of Wars\",\n  \"notes\": \"Love \",\n  \"watched\": true,\n  \"rating\": 11\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5096/api/movie"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 08 May 2025 22:14:39 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Location","value":"http://localhost:5096/api/Movie/681d2ccdc56ccce90573a2a8"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"681d2ccdc56ccce90573a2a8\",\n    \"title\": \"Infamous of Wars\",\n    \"notes\": \"Love \",\n    \"watched\": true,\n    \"rating\": 11\n}"}],"_postman_id":"cd40cab8-a05f-439e-9ad5-5d4b441f51d2"},{"name":"Get All Movies","id":"3b1c8671-1460-41ac-b5a5-8e28345367cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5096/api/movie","description":"<p><strong>Description:</strong> Fetch all movies in the collection.</p>\n","urlObject":{"protocol":"http","port":"5096","path":["api","movie"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"80abaaaa-6354-4d93-b667-34a8ab69c527","name":"Saved Response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5096/api/movie"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 08 May 2025 22:15:06 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"681d1cabc56ccce90573a2a4\",\n        \"title\": \"Gods of Wars\",\n        \"notes\": \"UY\",\n        \"watched\": true,\n        \"rating\": 5\n    },\n    {\n        \"id\": \"681d1d01c56ccce90573a2a5\",\n        \"title\": \"@nd \",\n        \"notes\": \"Gnere\",\n        \"watched\": true,\n        \"rating\": 5\n    },\n    {\n        \"id\": \"681d24e8c56ccce90573a2a6\",\n        \"title\": \"Pirates of the Caribbean\",\n        \"notes\": \"Action, Thriller, Drama\",\n        \"watched\": true,\n        \"rating\": 10\n    },\n    {\n        \"id\": \"681d24e9c56ccce90573a2a7\",\n        \"title\": \"Pirates of the Caribbean\",\n        \"notes\": \"Action, Thriller, Drama\",\n        \"watched\": true,\n        \"rating\": 10\n    },\n    {\n        \"id\": \"681d2ccdc56ccce90573a2a8\",\n        \"title\": \"Infamous of Wars\",\n        \"notes\": \"Love \",\n        \"watched\": true,\n        \"rating\": 11\n    }\n]"}],"_postman_id":"3b1c8671-1460-41ac-b5a5-8e28345367cc"},{"name":"Get Movie By Id","id":"5e8fd41f-c013-4cb0-95fa-a1f2a0dbadfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5096/api/movie/681d1cabc56ccce90573a2a4","description":"<p><strong>Description:</strong> Retrieve a single movie by its unique ID.</p>\n","urlObject":{"protocol":"http","port":"5096","path":["api","movie","681d1cabc56ccce90573a2a4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"057a636d-5887-48ff-b040-c1d52e2868c7","name":"Saved Response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5096/api/movie/681d1cabc56ccce90573a2a4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 08 May 2025 22:15:27 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"681d1cabc56ccce90573a2a4\",\n    \"title\": \"Gods of Wars\",\n    \"notes\": \"UY\",\n    \"watched\": true,\n    \"rating\": 5\n}"}],"_postman_id":"5e8fd41f-c013-4cb0-95fa-a1f2a0dbadfd"},{"name":"Update Movie By Id","id":"2b59e5d5-3b93-45a6-97ff-a19602813ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Infamous of Wars Updated\",\n  \"notes\": \"Love Updated \",\n  \"watched\": true,\n  \"rating\": 11\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5096/api/movie/681d1cabc56ccce90573a2a4","description":"<p><strong>Description:</strong> Update an existing movie by ID.</p>\n","urlObject":{"protocol":"http","port":"5096","path":["api","movie","681d1cabc56ccce90573a2a4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b25cd850-d293-48cd-8441-12864befdb04","name":"Saved Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Infamous of Wars Updated\",\n  \"notes\": \"Love Updated \",\n  \"watched\": true,\n  \"rating\": 11\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5096/api/movie/681d1cabc56ccce90573a2a4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 08 May 2025 22:16:08 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"681d1cabc56ccce90573a2a4\",\n    \"title\": \"Infamous of Wars Updated\",\n    \"notes\": \"Love Updated \",\n    \"watched\": true,\n    \"rating\": 11\n}"}],"_postman_id":"2b59e5d5-3b93-45a6-97ff-a19602813ec8"},{"name":"Delete Movie By Id","id":"3acc4646-8e7d-43c4-a08e-7a46010aec0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5096/api/movie/681d1cabc56ccce90573a2a4","description":"<p><strong>Description:</strong> Delete a movie from the collection by ID.</p>\n","urlObject":{"protocol":"http","port":"5096","path":["api","movie","681d1cabc56ccce90573a2a4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2e9526d6-e3a3-44ee-9c87-605cd4593032","name":"Saved Response","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:5096/api/movie/681d1cabc56ccce90573a2a4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 08 May 2025 22:16:31 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Movie successfully deleted\"\n}"}],"_postman_id":"3acc4646-8e7d-43c4-a08e-7a46010aec0f"}],"id":"d436c475-a0e5-4d47-ad8b-9c3bbb53454a","description":"<p>A simple backend service for tracking movies built with <strong>ASP.NET Core</strong> and <strong>MongoDB</strong>. This API allows users to manage a personal collection of movies — including creating, reading, updating, and deleting movie entries.</p>\n","_postman_id":"d436c475-a0e5-4d47-ad8b-9c3bbb53454a"}]}