{"info":{"_postman_id":"4e6c080e-0531-40f2-96f4-303e2990acea","name":"Code-With-Django (ToDo Testing)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"38375474","collectionId":"4e6c080e-0531-40f2-96f4-303e2990acea","publishedId":"2sB3B7NZL4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-28T08:42:10.000Z"},"item":[{"name":"DELETE Request Testing","item":[{"name":"GET for To_Do_3 ( get_To_Dos_3 ) For DELETE!","id":"adc9682f-2ed5-42c6-b3fa-2d59fbf46cd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/get_To_Dos_3/","urlObject":{"protocol":"http","port":"8000","path":["get_To_Dos_3",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"84264f58-ee08-4f95-9522-cddf694d7de9","name":"GET for To_Do_3 for DELETE Checking ! ( # Response )","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/get_To_Dos_3/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Jul 2025 12:40:25 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"163"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"task\": \"Django Course\",\n        \"completed\": false\n    },\n    {\n        \"id\": 2,\n        \"task\": \"Flask Course\",\n        \"completed\": true\n    },\n    {\n        \"id\": 3,\n        \"task\": \"MERN Course\",\n        \"completed\": true\n    }\n]"}],"_postman_id":"adc9682f-2ed5-42c6-b3fa-2d59fbf46cd5"},{"name":"POST for add_To_Do for DELETE TESTING","id":"0949a3c4-0f95-433e-822a-5d5dc70dd1c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 3,\r\n        \"task\": \"MERN Course\",\r\n        \"completed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/add_To_Do_3/","urlObject":{"protocol":"http","port":"8000","path":["add_To_Do_3",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"e55ac3c4-b045-4bdb-b624-0cbca2a94037","name":"POST for add_To_Do for DELETE TESTING (# Response )","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 3,\r\n        \"task\": \"MERN Course\",\r\n        \"completed\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/add_To_Do_3/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Jul 2025 12:36:12 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"32"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"task\": \"MERN Course\"\n}"}],"_postman_id":"0949a3c4-0f95-433e-822a-5d5dc70dd1c7"},{"name":"DELETE for Delete_To_Do TESTING","id":"82849ab1-3cd1-48ba-a58f-394b8021c3c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/Delete_To_Do/1","urlObject":{"protocol":"http","port":"8000","path":["Delete_To_Do","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"b4a7096f-e168-49ae-bb5d-e552b3515fab","name":"DELETE for Delete_To_Do TESTING ( # Response )","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/Delete_To_Do/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Jul 2025 12:46:22 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"42"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"To_Do_Object Got Deleted  !\"\n}"}],"_postman_id":"82849ab1-3cd1-48ba-a58f-394b8021c3c0"},{"name":"GET for To_Do_3 ( get_To_Dos_3 ) For DELETE Output Checking !","id":"d2a1c14c-25e1-4181-85b1-62c640dc2515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/get_To_Dos_3/","urlObject":{"protocol":"http","port":"8000","path":["get_To_Dos_3",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"1fef183e-3abc-4fd2-a4a4-f3a7cbc447ba","name":"GET for To_Do_3 ( get_To_Dos_3 ) For DELETE Output Checking ! ( # Request )","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/get_To_Dos_3/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Jul 2025 12:59:50 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"107"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"task\": \"Flask Course\",\n        \"completed\": true\n    },\n    {\n        \"id\": 3,\n        \"task\": \"MERN Course\",\n        \"completed\": true\n    }\n]"}],"_postman_id":"d2a1c14c-25e1-4181-85b1-62c640dc2515"}],"id":"5c8b6e25-9e59-4e38-ba0f-965a244b9012","_postman_id":"5c8b6e25-9e59-4e38-ba0f-965a244b9012","description":""},{"name":"PUT Request Testing ( Full Updating)","item":[{"name":"POST for Update_Example_add_Data (Update Testing)","id":"64001d84-c223-4df0-888e-9d84a5bed7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"task\":\"Study Python\",\r\n    \"completed\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/update_add_post_data/","urlObject":{"protocol":"http","port":"8000","path":["update_add_post_data",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"33da42ff-afcf-4f66-9617-637c39bacf92","name":"POST for Update_Example_add_Data (Update Testing)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"task\":\"Study Python\",\r\n    \"completed\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/update_add_post_data/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 04:23:56 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"165"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The Data for Update testing is Added Successfully. Now you can test for Update_To_Do\",\n    \"GET Data\": {\n        \"id\": 1,\n        \"task\": \"Study Python\",\n        \"completed\": true\n    }\n}"}],"_postman_id":"64001d84-c223-4df0-888e-9d84a5bed7f4"},{"name":"PUT for Update_To_Do","id":"c5b2f832-292a-4b3e-b2b2-20b161736472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"task\":\"Study Flask\"\r\n}"},"url":"http://localhost:8000/To_Do_Update_Variable/1","urlObject":{"protocol":"http","port":"8000","path":["To_Do_Update_Variable","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7be3f30b-204d-4f06-9fdc-628b6185319f","name":"Patch for Update_To_Do  ( # Response )","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"task\":\"Study Flask\"\r\n}"},"url":"http://localhost:8000/To_Do_Update_Variable/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 07:25:06 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"49"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"To Do of task content got  Updated\"\n}"}],"_postman_id":"c5b2f832-292a-4b3e-b2b2-20b161736472"},{"name":"GET for Fetched_ALL_To_Do_Update","id":"a50ad862-497e-49f8-ad3e-38877341ab7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"task\":\"Study Flask\"\r\n}"},"url":"http://localhost:8000/Fetched_ALL_To_Do_Update/","urlObject":{"protocol":"http","port":"8000","path":["Fetched_ALL_To_Do_Update",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0208c579-511a-4cad-b1bf-11ba33b19fac","name":"GET for Fetched_ALL_To_Do_Update ( # Response )","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/Fetched_ALL_To_Do_Update/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 07:33:25 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"83"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"Fetched_ALL_To_Do_Update\": [\n        {\n            \"id\": 1,\n            \"task\": \"Study Flask\",\n            \"completed\": true\n        }\n    ]\n}"}],"_postman_id":"a50ad862-497e-49f8-ad3e-38877341ab7c"}],"id":"d0496855-c4a6-4217-aef9-a74941356d8f","_postman_id":"d0496855-c4a6-4217-aef9-a74941356d8f","description":""},{"name":"PATCH Request Testing","item":[{"name":"POST for add_POST_Data_For_Patch","id":"5fe20173-79af-4cd8-b5e0-63fbca4970a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"course\":\"Django For Beginners\",\r\n    \"description\": \"○ Django is more feature-rich and follows the \\\"batteries-included\\\" philosophy.○ It includes built-in authentication, an admin panel, and ORM for database management.\",\r\n    \"course_completed\": true\r\n}"},"url":"http://localhost:8000/add_POST_Data_For_Patch/","urlObject":{"protocol":"http","port":"8000","path":["add_POST_Data_For_Patch",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6bebf35a-2d69-4e73-92b5-9d9feec9d7dc","name":"POST for add_POST_Data_For_Patch ( # Response )","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"course\":\"Django For Beginners\",\r\n    \"description\": \"○ Django is more feature-rich and follows the \\\"batteries-included\\\" philosophy.○ It includes built-in authentication, an admin panel, and ORM for database management.\",\r\n    \"completed\": true\r\n}"},"url":"http://localhost:8000/add_POST_Data_For_Patch/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Jul 2025 05:22:58 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"333"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"meesage\": \"To_Do Patch Data Added Successful. Now Ready for Patch Testing\",\n    \"POST DAta\": [\n        {\n            \"id\": 1,\n            \"course\": \"Django For Beginners\",\n            \"description\": \"○ Django is more feature-rich and follows the \\\"batteries-included\\\" philosophy.○ It includes built-in authentication, an admin panel, and ORM for database management.\"\n        }\n    ]\n}"},{"id":"f850bace-381e-4a33-abcb-6116092e3cdc","name":"POST for add_POST_Data_For_Patch (# Response )","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"course\":\"Django For Beginners\",\r\n    \"description\": \"○ Django is more feature-rich and follows the \\\"batteries-included\\\" philosophy.○ It includes built-in authentication, an admin panel, and ORM for database management.\",\r\n    \"course_completed\": true\r\n}"},"url":"http://localhost:8000/add_POST_Data_For_Patch/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Jul 2025 06:49:25 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"352"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"meesage\": \"To_Do Patch Data Added Successful. Now Ready for Patch Testing\",\n    \"POST DAta\": [\n        {\n            \"id\": 6,\n            \"course\": \"Django For Beginners\",\n            \"description\": \"○ Django is more feature-rich and follows the \\\"batteries-included\\\" philosophy.○ It includes built-in authentication, an admin panel, and ORM for database management.\",\n            \"completed\": true\n        }\n    ]\n}"}],"_postman_id":"5fe20173-79af-4cd8-b5e0-63fbca4970a7"},{"name":"PATCH for Update_Patch","id":"f6537460-6120-4533-bede-20091d8b7feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \" 1) Django is more feature-rich and follows the \\\"batteries-included\\\" philosophy. 2) It includes built-in authentication, an admin panel, and ORM for database management. 3) Great for large-scale projects or when you need an all-in-one solution.\"\r\n}"},"url":"http://localhost:8000/Update_Patch/Django For Beginners/","urlObject":{"protocol":"http","port":"8000","path":["Update_Patch","Django For Beginners",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c10471f4-7bbb-4f4f-8dd7-970704c0451c","name":"PATCH for Update_Patch ( # Response )","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \" 1) Django is more feature-rich and follows the \\\"batteries-included\\\" philosophy. 2) It includes built-in authentication, an admin panel, and ORM for database management. 3) Great for large-scale projects or when you need an all-in-one solution.\"\r\n}"},"url":"http://localhost:8000/Update_Patch/Django For Beginners/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Jul 2025 08:24:39 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"421"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"POST DATA Got Updated Using PATCH\",\n    \"Patch DATA (Partically Updated)\": [\n        {\n            \"id\": 7,\n            \"course\": \"Django For Beginners\",\n            \"description\": \" 1) Django is more feature-rich and follows the \\\"batteries-included\\\" philosophy. 2) It includes built-in authentication, an admin panel, and ORM for database management. 3) Great for large-scale projects or when you need an all-in-one solution.\",\n            \"course_completed\": true\n        }\n    ]\n}"}],"_postman_id":"f6537460-6120-4533-bede-20091d8b7feb"},{"name":"GET for get_Patch_Data","id":"c666622f-9be0-4b5b-9351-ed306231e879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/get_Patch_Data/","urlObject":{"protocol":"http","port":"8000","path":["get_Patch_Data",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e9c44c25-b0dd-490b-89ae-3c57597d2fb8","name":"GET for get_Patch_Data ( # Response )","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/get_Patch_Data/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Jul 2025 08:43:10 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"419"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Retrieval of Patch DATA successfull\",\n    \" Fetched_Patch_Data_Object \": [\n        {\n            \"id\": 7,\n            \"course\": \"Django For Beginners\",\n            \"description\": \" 1) Django is more feature-rich and follows the \\\"batteries-included\\\" philosophy. 2) It includes built-in authentication, an admin panel, and ORM for database management. 3) Great for large-scale projects or when you need an all-in-one solution.\",\n            \"course_completed\": true\n        }\n    ]\n}"}],"_postman_id":"c666622f-9be0-4b5b-9351-ed306231e879"}],"id":"548a8852-85d6-4e5f-b566-476f7c884e86","_postman_id":"548a8852-85d6-4e5f-b566-476f7c884e86","description":""},{"name":"POST Request Testing","item":[{"name":"Adds a New Task","id":"27055417-7807-4423-9705-82bd4026a1a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"task\" : \"Task Assigned from postman\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/add-todo/","urlObject":{"protocol":"http","port":"8000","path":["add-todo",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"27055417-7807-4423-9705-82bd4026a1a7"},{"name":"Post for  To Do 3 (add_To_Do_3)","id":"f189350d-a5ef-4a14-8f72-625b3e5e701c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"DBMS Course\",\r\n    \"completed\" : false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/add_To_Do_3/","urlObject":{"protocol":"http","port":"8000","path":["add_To_Do_3",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f189350d-a5ef-4a14-8f72-625b3e5e701c"},{"name":"POST for (add_To_Do_3) - Method 2","id":"0a2e5cec-2da2-4b86-8a22-c3558efd1842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n  {\"title\": \"clean\", \"description\": \"Study models\", \"completed\": false},\r\n  {\"title\": \"Flask\", \"description\": \"Learn about MVC\", \"completed\": true},\r\n  {\"title\": \"DBMS\", \"description\": \"Learn about DML and DDL\", \"completed\": true},\r\n  {\"title\": \"MERN\", \"description\": \"Study about MongoDB\", \"completed\": true}\r\n]","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/add_To_Do_3/","urlObject":{"protocol":"http","port":"8000","path":["add_To_Do_3",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a2e5cec-2da2-4b86-8a22-c3558efd1842"}],"id":"ea03ca44-801b-4041-aa9a-b1526a45f5bf","_postman_id":"ea03ca44-801b-4041-aa9a-b1526a45f5bf","description":""},{"name":"GET Request Testing","item":[{"name":"Get all the Tasks","id":"8c5b57e5-7cb8-4dd1-b3c0-9b0127b2e744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000","urlObject":{"protocol":"http","port":"8000","host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c5b57e5-7cb8-4dd1-b3c0-9b0127b2e744"},{"name":"GET for To_Do_3 ( get_To_Dos_3 )","id":"67d42e0a-6a80-430b-8680-975224d2e079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/get_To_Dos_3/","urlObject":{"protocol":"http","port":"8000","path":["get_To_Dos_3",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"67d42e0a-6a80-430b-8680-975224d2e079"},{"name":"GET for To_Do_3 ( get_completed_3 )","id":"75aef2df-edeb-4b67-9a18-6f97dccad39a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/get_completed_3/","urlObject":{"protocol":"http","port":"8000","path":["get_completed_3",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"75aef2df-edeb-4b67-9a18-6f97dccad39a"},{"name":"GET for get_To_Dos_3 (Method - 2) ","id":"9ba23c49-b1d9-4afc-a4aa-7a3ba0332efd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/get_To_Dos_3/","urlObject":{"protocol":"http","port":"8000","path":["get_To_Dos_3",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ba23c49-b1d9-4afc-a4aa-7a3ba0332efd"},{"name":"GET for get_filtered_To_Do_3 ( Using Q - i__contains ) ","id":"42d54cdd-9403-4ba7-acf3-a1ea3ed42731","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/get_filtered_To_Do_3/","urlObject":{"protocol":"http","port":"8000","path":["get_filtered_To_Do_3",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"42d54cdd-9403-4ba7-acf3-a1ea3ed42731"},{"name":"GET ( Retrieving a Single Record by ID) To_Do_3","id":"3ec78e74-fcce-4bdd-be4d-ae5fe28f56aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/get_To_Dos_3/3/","urlObject":{"protocol":"http","port":"8000","path":["get_To_Dos_3","3",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ec78e74-fcce-4bdd-be4d-ae5fe28f56aa"},{"name":"GET for preload","id":"76bfd32e-c820-4ee2-9821-b9abab9d7d3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/preload/","urlObject":{"protocol":"http","port":"8000","path":["preload",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"76bfd32e-c820-4ee2-9821-b9abab9d7d3a"},{"name":"GET for get_todos_by_category_and_tag ( preloaded data)","id":"c0794463-3aab-4837-8b21-3147db04af85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/ToDos_preload/filter/?category_preload=Home&tag_preload=Urgent","urlObject":{"protocol":"http","port":"8000","path":["ToDos_preload","filter",""],"host":["localhost"],"query":[{"key":"category_preload","value":"Home"},{"key":"tag_preload","value":"Urgent"}],"variable":[]}},"response":[],"_postman_id":"c0794463-3aab-4837-8b21-3147db04af85"}],"id":"88218fca-0e31-4e70-bd2e-2bcc7647cacc","_postman_id":"88218fca-0e31-4e70-bd2e-2bcc7647cacc","description":""},{"name":"Authentication, Authorization, & Security Testing","item":[{"name":"Data Validation And Error Handling","item":[{"name":"POST through register by  To_Do_Validation","id":"92ce93a1-e897-483a-9d1b-6b06534eb67e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P Again for To_Do_Validation\",\r\n    \"email\" : \"madhavp2023@klebcahubli.com\",\r\n    \"password\": 2005\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/register/","urlObject":{"protocol":"http","port":"8000","path":["register",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"d91bb753-b4e8-4181-811f-86a0caaf67c2","name":"POST through register by  To_Do_Validation ( # Response )","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P Again for To_Do_Validation\",\r\n    \"email\" : \"madhavp2023@klebcahubli.com\",\r\n    \"password\": 2005\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/register/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 26 Jul 2025 13:52:11 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"43"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User registered successfully\"\n}"}],"_postman_id":"92ce93a1-e897-483a-9d1b-6b06534eb67e"},{"name":"POST by login  for To_Do_Validation","id":"241f2d0a-cbdf-4cb8-9b08-ea262d9b1899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P Again for To_Do_Validation\",\r\n    \"password\" : 2005\r\n}"},"url":"http://127.0.0.1:8000/login/","urlObject":{"protocol":"http","port":"8000","path":["login",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"1c6abbb0-f60a-4647-ac88-dbc56739158d","name":"POST by login  for To_Do_Validation (# Response)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P Again for To_Do_Validation\",\r\n    \"password\" : 2005\r\n}"},"url":"http://127.0.0.1:8000/login/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 26 Jul 2025 13:54:46 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"Content-Length","value":"66"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Set-Cookie","value":"csrftoken=DrGFUQ459GebUNnv1B8vondMn1vrFXgq; expires=Sat, 25 Jul 2026 13:54:46 GMT; Max-Age=31449600; Path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"sessionid=y68dn4sov9xqiuy7tcanfu7m0f79zvtn; expires=Sat, 09 Aug 2025 13:54:46 GMT; HttpOnly; Max-Age=1209600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User logged in successfully\",\n    \"csrf_token\": \"abc123\"\n}"}],"_postman_id":"241f2d0a-cbdf-4cb8-9b08-ea262d9b1899"},{"name":"POST by login for To_Do_Validation","id":"29203ab5-3a6f-461e-a359-ed7b3801e658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token abc123","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"Madhav P Again for To_Do_Validation\",\r\n  \"task\": \"Finish Django homework\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/To_Do_Validation/","urlObject":{"protocol":"http","port":"8000","path":["To_Do_Validation",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"7ed1315c-eb9e-4533-ab88-2f851a4564ba","name":"POST by login for To_Do_Validation (# Response)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token abc123","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"Madhav P Again for To_Do_Validation\",\r\n  \"task\": \"Finish Django homework\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/To_Do_Validation/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 26 Jul 2025 17:26:33 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"39"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"To_Do added Successfully\"\n}"}],"_postman_id":"29203ab5-3a6f-461e-a359-ed7b3801e658"}],"id":"f5b913c9-b8fa-432a-936c-e183b1a17de7","_postman_id":"f5b913c9-b8fa-432a-936c-e183b1a17de7","description":""},{"name":"Implementing Pagination","item":[{"name":"POST by register for Pagination","id":"3ab0af5a-d3b0-4e82-bf79-eaf59f510d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P Again for Pagination Testing\",\r\n    \"email\" : \"madhavp2023@pagination.com\",\r\n    \"password\": 2025\r\n}"},"url":"http://127.0.0.1:8000/register/","urlObject":{"protocol":"http","port":"8000","path":["register",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"10481595-8176-44c5-8a42-eb9794ae8af4","name":"POST by register for Pagination (# Response)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P Again for Pagination Testing\",\r\n    \"email\" : \"madhavp2023@pagination.com\",\r\n    \"password\": 2025\r\n}"},"url":"http://127.0.0.1:8000/register/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 27 Jul 2025 03:58:04 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"43"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User registered successfully\"\n}"}],"_postman_id":"3ab0af5a-d3b0-4e82-bf79-eaf59f510d62"},{"name":"POST by login for Pagination","id":"978b3b47-c2bc-4627-9892-85b303a5f5ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P Again for Pagination Testing\",\r\n    \"password\" : 2025\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/login/","urlObject":{"protocol":"http","port":"8000","path":["login",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"7eae1c59-7e05-42a4-8abd-7b379ae97b73","name":"POST by login for Pagination (# Response)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P Again for Pagination Testing\",\r\n    \"password\" : 2025\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/login/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 27 Jul 2025 04:40:29 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"Content-Length","value":"145"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Set-Cookie","value":"csrftoken=0c4jJCIM4vE2xKaKQZnJcPwHZG5Uz9H9; expires=Sun, 26 Jul 2026 04:40:29 GMT; Max-Age=31449600; Path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"sessionid=3lqod0jjra2mbvs6wm8jcp9zfm1meupc; expires=Sun, 10 Aug 2025 04:40:29 GMT; HttpOnly; Max-Age=1209600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User logged in successfully\",\n    \"csrf_token\": \"Token ImplementingPagination2025\",\n    \"username\": \"Madhav P Again for Pagination Testing\"\n}"}],"_postman_id":"978b3b47-c2bc-4627-9892-85b303a5f5ac"},{"name":"Post by To_Do_validation for Pagination","id":"230a2e75-457d-40fe-9233-a9d963b3523b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token ImplementingPagination2025","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"Madhav P Again for Pagination Testing\",\r\n  \"task\": \"JavaScript Task 9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/To_Do_Validation/","urlObject":{"protocol":"http","port":"8000","path":["To_Do_Validation",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"e5bb0cb7-2cc7-4779-b4bf-05512c65834c","name":"Post by To_Do_validation for Pagination (# Response)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token ImplementingPagination2025","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"Madhav P Again for Pagination Testing\",\r\n  \"task\": \"JavaScript Task 9\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/To_Do_Validation/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 27 Jul 2025 07:54:19 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"39"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"To_Do added Successfully\"\n}"}],"_postman_id":"230a2e75-457d-40fe-9233-a9d963b3523b"},{"name":"GET by get_ToDos_Pagination for Pagination  1","id":"d7d89643-4b37-4d53-a4b3-e8a3ede2e42d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token ImplementingPagination2025","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/get_ToDos_Pagination?username=Madhav%20P%20Again%20for%20Pagination%20Testing&page=1\n","urlObject":{"protocol":"http","port":"8000","path":["get_ToDos_Pagination"],"host":["127","0","0","1"],"query":[{"key":"username","value":"Madhav%20P%20Again%20for%20Pagination%20Testing"},{"key":"page","value":"1\n"}],"variable":[]}},"response":[{"id":"0de56970-a4dd-43af-9d31-37f203bf3f06","name":"Get by get_ToDos_Pagination for Pagination 1 (# Response)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token ImplementingPagination2025","type":"text"}],"url":{"raw":"http://127.0.0.1:8000/get_ToDos_Pagination?username=Madhav%20P%20Again%20for%20Pagination%20Testing&page=1\n","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["get_ToDos_Pagination"],"query":[{"key":"username","value":"Madhav%20P%20Again%20for%20Pagination%20Testing"},{"key":"page","value":"1\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 27 Jul 2025 09:09:22 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"216"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"ToDos\": [\n        {\n            \"id\": 7,\n            \"task\": \"Django Task 1\",\n            \"completed\": false,\n            \"user_id\": 3\n        },\n        {\n            \"id\": 8,\n            \"task\": \"SQL Task 2\",\n            \"completed\": false,\n            \"user_id\": 3\n        },\n        {\n            \"id\": 9,\n            \"task\": \"MERN Task 3\",\n            \"completed\": false,\n            \"user_id\": 3\n        }\n    ]\n}"}],"_postman_id":"d7d89643-4b37-4d53-a4b3-e8a3ede2e42d"},{"name":"GET by get_ToDos_Pagination for Pagination  2","id":"34cfc1de-6507-4770-8aa8-b78927d5b65c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token ImplementingPagination2025","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/get_ToDos_Pagination?username=Madhav%20P%20Again%20for%20Pagination%20Testing&page=2","urlObject":{"protocol":"http","port":"8000","path":["get_ToDos_Pagination"],"host":["127","0","0","1"],"query":[{"key":"username","value":"Madhav%20P%20Again%20for%20Pagination%20Testing"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"86595083-0add-48f5-bda5-f10e2ac2f894","name":"GET by get_ToDos_Pagination for Pagination  2 ( # Response )","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token ImplementingPagination2025","type":"text"}],"url":{"raw":"http://127.0.0.1:8000/get_ToDos_Pagination?username=Madhav%20P%20Again%20for%20Pagination%20Testing&page=2","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["get_ToDos_Pagination"],"query":[{"key":"username","value":"Madhav%20P%20Again%20for%20Pagination%20Testing"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 27 Jul 2025 09:15:50 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"226"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"ToDos\": [\n        {\n            \"id\": 10,\n            \"task\": \"Flask Task 4\",\n            \"completed\": false,\n            \"user_id\": 3\n        },\n        {\n            \"id\": 11,\n            \"task\": \"AWS Task 6\",\n            \"completed\": false,\n            \"user_id\": 3\n        },\n        {\n            \"id\": 12,\n            \"task\": \"React Native Task 7\",\n            \"completed\": false,\n            \"user_id\": 3\n        }\n    ]\n}"}],"_postman_id":"34cfc1de-6507-4770-8aa8-b78927d5b65c"},{"name":"GET by get_ToDos_Pagination for Pagination  3","id":"efa0bcbb-5aef-43fc-ba2b-24efecbfb398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token ImplementingPagination2025","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/get_ToDos_Pagination?username=Madhav%20P%20Again%20for%20Pagination%20Testing&page=3","urlObject":{"protocol":"http","port":"8000","path":["get_ToDos_Pagination"],"host":["127","0","0","1"],"query":[{"key":"username","value":"Madhav%20P%20Again%20for%20Pagination%20Testing"},{"key":"page","value":"3"}],"variable":[]}},"response":[{"id":"1cba4599-5605-49c9-a055-386b9629c2d3","name":"GET by get_ToDos_Pagination for Pagination  3  ( # Response )","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token ImplementingPagination2025","type":"text"}],"url":{"raw":"http://127.0.0.1:8000/get_ToDos_Pagination?username=Madhav%20P%20Again%20for%20Pagination%20Testing&page=3","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["get_ToDos_Pagination"],"query":[{"key":"username","value":"Madhav%20P%20Again%20for%20Pagination%20Testing"},{"key":"page","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 27 Jul 2025 09:18:06 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"157"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"ToDos\": [\n        {\n            \"id\": 13,\n            \"task\": \"Python Task 8\",\n            \"completed\": false,\n            \"user_id\": 3\n        },\n        {\n            \"id\": 14,\n            \"task\": \"JavaScript Task 9\",\n            \"completed\": false,\n            \"user_id\": 3\n        }\n    ]\n}"}],"_postman_id":"efa0bcbb-5aef-43fc-ba2b-24efecbfb398"}],"id":"b4e60f67-3cfd-40c2-b044-561e34dc98fa","description":"<p>In this section, you’ll learn how to implement pagination in your <strong>Django</strong> application. Pagination divides your content into separate pages, making it easier for users to navigate through large sets of data.</p>\n","_postman_id":"b4e60f67-3cfd-40c2-b044-561e34dc98fa"},{"name":"POST for register","id":"1e159428-ade7-464c-b844-81a78806c3b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P\",\r\n    \"email\" : \"madhavp2023@gmail.com\",\r\n    \"password\" : 12345\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/register/","urlObject":{"protocol":"http","port":"8000","path":["register",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"987b1054-fb5c-438c-8ee1-efe8e2eb0040","name":"POST for register (# Response )","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P\",\r\n    \"email\" : \"madhavp2023@gmail.com\",\r\n    \"password\" : 12345\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/register/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 06:02:20 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"43"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User registered successfully\"\n}"}],"_postman_id":"1e159428-ade7-464c-b844-81a78806c3b0"},{"name":"POST for user_login","id":"b1348dcc-b285-48cf-8b2a-19708a2d23b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P\",\r\n    \"password\" : 12345\r\n}"},"url":"http://127.0.0.1:8000/login/","urlObject":{"protocol":"http","port":"8000","path":["login",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"de760fc0-dc03-4abd-ba63-c49c2f801713","name":"POST for user_login (# Response)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P\",\r\n    \"password\" : 12345\r\n}"},"url":"http://127.0.0.1:8000/login/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 06:15:47 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"Content-Length","value":"42"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Set-Cookie","value":"csrftoken=6ISsfc2Vjw1Jlxe82Fv5PlHgYA7Fntd5; expires=Thu, 16 Jul 2026 06:15:47 GMT; Max-Age=31449600; Path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"sessionid=poix8nipr6r01yvh1iv0s7hmex9yciai; expires=Thu, 31 Jul 2025 06:15:47 GMT; HttpOnly; Max-Age=1209600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User Logged in Successfully\"\n}"}],"_postman_id":"b1348dcc-b285-48cf-8b2a-19708a2d23b7"},{"name":"POST for user_logout","id":"19882d24-34e5-4787-8581-5ce1e336d144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P\",\r\n    \"password\" : 12345\r\n}"},"url":"http://127.0.0.1:8000/logout/","urlObject":{"protocol":"http","port":"8000","path":["logout",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"71857a3d-e50c-4143-aa7d-d1fe4f1a7b2c","name":"POST for user_logout (# Response)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P\",\r\n    \"password\" : 12345\r\n}"},"url":"http://127.0.0.1:8000/logout/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 06:24:05 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"43"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User logged out successfully\"\n}"}],"_postman_id":"19882d24-34e5-4787-8581-5ce1e336d144"},{"name":"GET for protected_route (Without Headers)","id":"8620f87a-2e96-45e7-9e7e-a393b22f4861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/protected_route/","urlObject":{"protocol":"http","port":"8000","path":["protected_route",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"f78ad5c3-23f2-4cf3-899c-e8caec4fe64c","name":"GET for protected_route (Without Headers  Response)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"url":"http://127.0.0.1:8000/protected_route/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 12:22:52 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"28"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Access Denied\"\n}"}],"_postman_id":"8620f87a-2e96-45e7-9e7e-a393b22f4861"},{"name":"GET for protected_route (With Headers)","id":"63e278e7-de48-4de0-8c9a-72b45ea01587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token abc123","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/protected_route/","urlObject":{"protocol":"http","port":"8000","path":["protected_route",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"3335e2d1-1eb5-4eb1-bef3-a346f389943f","name":"GET for protected_route (With Headers Response)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token abc123","type":"text"}],"url":"http://127.0.0.1:8000/protected_route/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 13:16:30 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"40"},{"key":"Vary","value":"Cookie"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This is Protected Route !\"\n}"}],"_postman_id":"63e278e7-de48-4de0-8c9a-72b45ea01587"},{"name":"POST using  protected_route  for user_login","id":"ca15b5d9-c196-4299-aa9d-74b17c664364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P\",\r\n    \"password\" : 12345\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/login/","urlObject":{"protocol":"http","port":"8000","path":["login",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"c28d0c44-341a-46d7-bb39-2a324984541f","name":"POST using  protected_route  for user_login (# Response)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"Madhav P\",\r\n    \"password\" : 12345\r\n}"},"url":"http://127.0.0.1:8000/login/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 12:48:43 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie"},{"key":"Content-Length","value":"66"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Set-Cookie","value":"csrftoken=mQr0hKQdwn7XDyCIMXJrF9q6FDVM1e2i; expires=Thu, 16 Jul 2026 12:48:43 GMT; Max-Age=31449600; Path=/; SameSite=Lax"},{"key":"Set-Cookie","value":"sessionid=xm1dnjjuxqt19jwftbjzblh060s9ugg2; expires=Thu, 31 Jul 2025 12:48:43 GMT; HttpOnly; Max-Age=1209600; Path=/; SameSite=Lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User logged in successfully\",\n    \"csrf_token\": \"abc123\"\n}"}],"_postman_id":"ca15b5d9-c196-4299-aa9d-74b17c664364"},{"name":"GET using protected_route for Denial Request(With Headers)","id":"944bec51-3ab6-4758-ba4f-e85504cd904a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"q4w534523","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/protected_route/","urlObject":{"protocol":"http","port":"8000","path":["protected_route",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"b12db3d6-ab90-423f-8433-ed8f020e61d8","name":"GET using protected_route for Denial Request(With Headers Response)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"q4w534523","type":"text"}],"url":"http://127.0.0.1:8000/protected_route/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 13:50:45 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.13.1"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"28"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Access Denied\"\n}"}],"_postman_id":"944bec51-3ab6-4758-ba4f-e85504cd904a"}],"id":"9abab8eb-bc5f-49dc-9a97-d0bcdb4dbba0","description":"<p>StartFragment Understanding user authentication ensures that your application can manage user-specific data securely and provide each user with a personalized experience.EndFragment</p>\n","_postman_id":"9abab8eb-bc5f-49dc-9a97-d0bcdb4dbba0"}]}