{"info":{"_postman_id":"730a4d19-ab85-4e00-b46b-4bd790217f5b","name":"To Do list application","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"27765893","collectionId":"730a4d19-ab85-4e00-b46b-4bd790217f5b","publishedId":"2s9Xy3sB74","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-10T15:02:07.000Z"},"item":[{"name":"to do","item":[{"name":"to do list","id":"ffb0e3f0-998d-4416-bffa-ee3d4ad4db80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token 12d63aaf270f8b46d1fda52a898effa34a7906f2","type":"default"}],"url":"http://127.0.0.1:8000/todo_app/api/todo_list/","urlObject":{"protocol":"http","port":"8000","path":["todo_app","api","todo_list",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"0587277d-8819-4f9f-9d0e-020a77b806fe","name":"to do list","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 12d63aaf270f8b46d1fda52a898effa34a7906f2","type":"default"}],"url":"http://127.0.0.1:8000/todo_app/api/todo_list/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:11:43 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"2477"},{"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    \"count\": 34,\n    \"next\": \"http://127.0.0.1:8000/todo_app/api/todo_list/?limit=10&start=10\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 18,\n            \"author\": \"admin\",\n            \"title\": \"Finish report\",\n            \"description\": \"Write the final report for the project\",\n            \"tags\": [\n                \"Urgent\"\n            ],\n            \"progress_note\": null,\n            \"timestamp\": \"2023-06-01T12:11:51.220821Z\",\n            \"due_date\": \"2023-06-12\",\n            \"status\": \"OVERDUE\"\n        },\n        {\n            \"id\": 21,\n            \"author\": \"admin\",\n            \"title\": \"Finish report\",\n            \"description\": \"Write the final report for the project\",\n            \"tags\": [\n                \"Urgent\"\n            ],\n            \"progress_note\": null,\n            \"timestamp\": \"2023-06-01T16:09:29.729208Z\",\n            \"due_date\": \"2023-06-12\",\n            \"status\": \"OVERDUE\"\n        },\n        {\n            \"id\": 22,\n            \"author\": \"admin\",\n            \"title\": \"Meeting with client\",\n            \"description\": \"Discuss project requirements with the client\",\n            \"tags\": [\n                \"Work\",\n                \"Personal\"\n            ],\n            \"progress_note\": null,\n            \"timestamp\": \"2023-06-01T16:10:54.362857Z\",\n            \"due_date\": \"2023-06-16\",\n            \"status\": \"OVERDUE\"\n        },\n        {\n            \"id\": 23,\n            \"author\": \"admin\",\n            \"title\": \"Complete the presentation\",\n            \"description\": \"Prepare slides and content for the project presentation\",\n            \"tags\": [\n                \"Work\"\n            ],\n            \"progress_note\": null,\n            \"timestamp\": \"2023-06-01T16:15:21.187580Z\",\n            \"due_date\": \"2023-06-05\",\n            \"status\": \"WORKING\"\n        },\n        {\n            \"id\": 24,\n            \"author\": \"admin\",\n            \"title\": \"Meeting with clients\",\n            \"description\": \"Discuss project requirements with clients\",\n            \"tags\": [\n                \"Work\",\n                \"Meeting\"\n            ],\n            \"progress_note\": null,\n            \"timestamp\": \"2023-06-01T16:41:42.920858Z\",\n            \"due_date\": null,\n            \"status\": \"OPEN\"\n        },\n        {\n            \"id\": 25,\n            \"author\": \"admin\",\n            \"title\": \"Prepare presentation\",\n            \"description\": \"Create a presentation for upcoming conference\",\n            \"tags\": [\n                \"Work\",\n                \"Presentation\"\n            ],\n            \"progress_note\": null,\n            \"timestamp\": \"2023-06-01T16:42:51.757073Z\",\n            \"due_date\": null,\n            \"status\": \"OPEN\"\n        },\n        {\n            \"id\": 26,\n            \"author\": \"admin\",\n            \"title\": \"Buy groceries\",\n            \"description\": \"Purchase groceries for the week\",\n            \"tags\": [\n                \"Personal\",\n                \"Shopping\"\n            ],\n            \"progress_note\": null,\n            \"timestamp\": \"2023-06-01T16:43:09.925155Z\",\n            \"due_date\": null,\n            \"status\": \"OPEN\"\n        },\n        {\n            \"id\": 27,\n            \"author\": \"admin\",\n            \"title\": \"Research new technology\",\n            \"description\": \"Study and explore emerging technologies\",\n            \"tags\": [\n                \"Work\",\n                \"Research\"\n            ],\n            \"progress_note\": null,\n            \"timestamp\": \"2023-06-01T16:43:25.807355Z\",\n            \"due_date\": null,\n            \"status\": \"OPEN\"\n        },\n        {\n            \"id\": 28,\n            \"author\": \"admin\",\n            \"title\": \"Exercise\",\n            \"description\": \"Go for a run or hit the gym\",\n            \"tags\": [\n                \"Personal\",\n                \"Health\"\n            ],\n            \"progress_note\": null,\n            \"timestamp\": \"2023-06-01T16:43:44.561708Z\",\n            \"due_date\": null,\n            \"status\": \"OPEN\"\n        },\n        {\n            \"id\": 29,\n            \"author\": \"admin\",\n            \"title\": \"Read book\",\n            \"description\": \"Finish reading 'The Alchemist' by Paulo Coelho\",\n            \"tags\": [\n                \"Personal\",\n                \"Reading\"\n            ],\n            \"progress_note\": null,\n            \"timestamp\": \"2023-06-01T16:44:05.677467Z\",\n            \"due_date\": null,\n            \"status\": \"OPEN\"\n        }\n    ]\n}"}],"_postman_id":"ffb0e3f0-998d-4416-bffa-ee3d4ad4db80"},{"name":"to do list details","id":"b1ea9bdf-39a4-4d1c-bbd8-bcb6b67278d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token 12d63aaf270f8b46d1fda52a898effa34a7906f2","type":"default"}],"url":"http://127.0.0.1:8000/todo_app/api/todo_detail/22/","urlObject":{"protocol":"http","port":"8000","path":["todo_app","api","todo_detail","22",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"420ea9e2-14c1-4aaa-b84a-567f45a45b30","name":"to do list details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 12d63aaf270f8b46d1fda52a898effa34a7906f2","type":"default"}],"url":"http://127.0.0.1:8000/todo_app/api/todo_detail/22/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:12:08 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"250"},{"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    \"id\": 22,\n    \"author\": \"admin\",\n    \"title\": \"Meeting with client\",\n    \"description\": \"Discuss project requirements with the client\",\n    \"tags\": [\n        \"Work\",\n        \"Personal\"\n    ],\n    \"progress_note\": null,\n    \"timestamp\": \"2023-06-01T16:10:54.362857Z\",\n    \"due_date\": \"2023-06-16\",\n    \"status\": \"OVERDUE\"\n}"}],"_postman_id":"b1ea9bdf-39a4-4d1c-bbd8-bcb6b67278d1"}],"id":"96ccdaa3-fd7d-43c2-a2ae-983401e7f64f","_postman_id":"96ccdaa3-fd7d-43c2-a2ae-983401e7f64f","description":""},{"name":"account","item":[{"name":"login","id":"1994de1a-fb63-41ee-9333-e635ee0c03ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eab6af4f518707236c91fda29dfc330efbb9da27","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"admin","type":"default"},{"key":"password","value":"admin","type":"default"}]},"url":"http://127.0.0.1:8000/account/api/login/","urlObject":{"protocol":"http","port":"8000","path":["account","api","login",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"f3032924-949e-4484-87e6-4c2acf71f7ac","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eab6af4f518707236c91fda29dfc330efbb9da27","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"admin","type":"default"},{"key":"password","value":"admin","type":"default"}]},"url":"http://127.0.0.1:8000/account/api/login/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:13:11 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"52"},{"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    \"token\": \"12d63aaf270f8b46d1fda52a898effa34a7906f2\"\n}"}],"_postman_id":"1994de1a-fb63-41ee-9333-e635ee0c03ca"},{"name":"logout","id":"eb3ada19-7fc6-4067-bed8-3142124e1e77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"9cfdd7e6-b9f2-43d4-a50f-abe880c0baf2","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token a5b0167b012f64c46d4e877fd01a7b7c480f4a15","type":"default"}],"url":"http://127.0.0.1:8000/account/api/logout_user/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:14:08 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"WWW-Authenticate","value":"Token"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"OPTIONS, POST"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"27"},{"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    \"detail\": \"Invalid token.\"\n}"}],"_postman_id":"eb3ada19-7fc6-4067-bed8-3142124e1e77"},{"name":"register","id":"7c771a05-bf09-4ae0-90bf-e8e1d826aac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"abcd","type":"default"},{"key":"email","value":"nikhilcs36@gmail.com","type":"default"},{"key":"password","value":"Abcd@123","type":"default"},{"key":"password2","value":"Abcd@123","type":"default"}]},"url":"http://127.0.0.1:8000/account/api/register/","urlObject":{"protocol":"http","port":"8000","path":["account","api","register",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"ca81b76b-3724-4d57-bb14-80a051311f78","name":"register","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"abcd","type":"default"},{"key":"email","value":"nikhilcs36@gmail.com","type":"default"},{"key":"password","value":"Abcd@123","type":"default"},{"key":"password2","value":"Abcd@123","type":"default"}]},"url":"http://127.0.0.1:8000/account/api/register/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:49:17 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"OPTIONS, POST"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"214"},{"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    \"response\": \"Account has been created\",\n    \"username\": \"abcd\",\n    \"email\": \"nikhilcs36@gmail.com\",\n    \"token\": \"0a13ef4b525f47aff44af31de2c446d7352a9573\",\n    \"message\": \"Activate your account by clicking the link sent to your email.\"\n}"}],"_postman_id":"7c771a05-bf09-4ae0-90bf-e8e1d826aac7"},{"name":"request reset email","id":"df3463d0-5994-42b1-a174-24a489847668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"cc81d50d-6505-4bf4-99a1-aefe63e8230a","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"nikhilcs36@gmail.com","type":"default"}]},"url":{"raw":"http://127.0.0.1:8000/account/api/request_reset_email/?=","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["account","api","request_reset_email",""],"query":[{"key":"","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:49:32 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"OPTIONS, POST"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"87"},{"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\": \"We have sent you an email with instructions on how to reset the password.\"\n}"}],"_postman_id":"df3463d0-5994-42b1-a174-24a489847668"},{"name":"set new password","id":"0e12d27a-2651-4f2b-8177-aecdcfcc7961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"1eda4e7a-5482-400b-a65c-3fff6065004b","name":"set new password","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"password","value":"Abcd@123","type":"default"},{"key":"confirm_password","value":"Abcd@123","type":"default"}]},"url":"http://127.0.0.1:8000/account/api/set_new_password/Njc/brv746-e52074da8ff6df72415a76b32ae9a79c/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:49:51 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"OPTIONS, POST"},{"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":[],"responseTime":null,"body":"{\n    \"error\": \"User does not exist.\"\n}"}],"_postman_id":"0e12d27a-2651-4f2b-8177-aecdcfcc7961"},{"name":"activate account","id":"a5687ee7-0ffd-4ade-809f-506f76015126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/account/api/activate/Njg/brv7od-252078df4a5ddb3e0ee91bcd17e6bd51/","urlObject":{"protocol":"http","port":"8000","path":["account","api","activate","Njg","brv7od-252078df4a5ddb3e0ee91bcd17e6bd51",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"8c88cf03-1ba2-4ca8-8ee9-f3b49aec0349","name":"activate account","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/account/api/activate/Njg/brv7od-252078df4a5ddb3e0ee91bcd17e6bd51/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:50:08 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"OPTIONS, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"36"},{"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    \"Error\": \"Invalid activation link.\"\n}"}],"_postman_id":"a5687ee7-0ffd-4ade-809f-506f76015126"}],"id":"6f995524-ff7e-4e15-a35c-7e9edd528d8f","_postman_id":"6f995524-ff7e-4e15-a35c-7e9edd528d8f","description":""},{"name":"Progress note","item":[{"name":"Progress note detail","id":"dab50f1c-ee36-4130-9428-21361b3c6436","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"8bdb2ba7-cfa5-4293-9f58-e083fd6eb723","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 12d63aaf270f8b46d1fda52a898effa34a7906f2","type":"default"}],"url":"http://127.0.0.1:8000/todo_app/api/progress_note_detail/49/2/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:50:29 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"158"},{"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    \"id\": 2,\n    \"todotask\": \"First day of job\",\n    \"author\": \"Nik\",\n    \"progress_note\": \"collected all information from internet 4\",\n    \"date_created\": \"2023-06-19T14:23:41.219277Z\"\n}"}],"_postman_id":"dab50f1c-ee36-4130-9428-21361b3c6436"},{"name":"Progress note list","id":"01fbd2ee-0c05-4aa6-871e-38ea8f39f024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"3ba4ebe5-ed03-4791-a71b-724f5e19c68c","name":"Progress note list","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 12d63aaf270f8b46d1fda52a898effa34a7906f2","type":"default"}],"url":"http://127.0.0.1:8000/todo_app/api/progress_note_list/51/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:50:59 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"393"},{"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    \"count\": 3,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 15,\n            \"todotask\": \"Pay\",\n            \"author\": \"admin\",\n            \"progress_note\": \"bill\",\n            \"date_created\": \"2023-07-02T22:03:40.501732Z\"\n        },\n        {\n            \"id\": 16,\n            \"todotask\": \"Pay\",\n            \"author\": \"admin\",\n            \"progress_note\": \"bill 2\",\n            \"date_created\": \"2023-07-09T16:08:56.698793Z\"\n        },\n        {\n            \"id\": 21,\n            \"todotask\": \"Pay\",\n            \"author\": \"admin\",\n            \"progress_note\": \"bill 122\",\n            \"date_created\": \"2023-07-24T11:25:43.744272Z\"\n        }\n    ]\n}"}],"_postman_id":"01fbd2ee-0c05-4aa6-871e-38ea8f39f024"}],"id":"037be693-20e9-4439-b1d4-4ad4e1c5ff1f","_postman_id":"037be693-20e9-4439-b1d4-4ad4e1c5ff1f","description":""},{"name":"Tag","item":[{"name":"Tag list","id":"1788f534-ca49-4edb-8fd5-55378565c5e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token 12d63aaf270f8b46d1fda52a898effa34a7906f2","type":"default"}],"url":"http://127.0.0.1:8000/todo_app/api/tag_list/","urlObject":{"protocol":"http","port":"8000","path":["todo_app","api","tag_list",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"eb4b2e5a-24ba-44b3-9232-6d5d8b7840e6","name":"Tag list","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 12d63aaf270f8b46d1fda52a898effa34a7906f2","type":"default"}],"url":"http://127.0.0.1:8000/todo_app/api/tag_list/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:51:24 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"573"},{"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    \"count\": 21,\n    \"next\": \"http://127.0.0.1:8000/todo_app/api/tag_list/?p=2\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 5,\n            \"author\": \"admin\",\n            \"tag_name\": \"Work\"\n        },\n        {\n            \"id\": 6,\n            \"author\": \"admin\",\n            \"tag_name\": \"Personal\"\n        },\n        {\n            \"id\": 7,\n            \"author\": \"admin\",\n            \"tag_name\": \"Urgent\"\n        },\n        {\n            \"id\": 8,\n            \"author\": \"admin\",\n            \"tag_name\": \"Important\"\n        },\n        {\n            \"id\": 9,\n            \"author\": \"admin\",\n            \"tag_name\": \"Home\"\n        },\n        {\n            \"id\": 10,\n            \"author\": \"admin\",\n            \"tag_name\": \"Entertainment\"\n        },\n        {\n            \"id\": 11,\n            \"author\": \"admin\",\n            \"tag_name\": \"Coding\"\n        },\n        {\n            \"id\": 12,\n            \"author\": \"admin\",\n            \"tag_name\": \"Travel\"\n        },\n        {\n            \"id\": 13,\n            \"author\": \"admin\",\n            \"tag_name\": \"Proposal\"\n        },\n        {\n            \"id\": 14,\n            \"author\": \"admin\",\n            \"tag_name\": \"Family\"\n        }\n    ]\n}"}],"_postman_id":"1788f534-ca49-4edb-8fd5-55378565c5e2"},{"name":"Tag Detail","id":"43aa2658-dabc-4243-b85d-4cc2d172c485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[{"id":"7dd08ac9-8357-4f1e-b78f-bf8859852d51","name":"Tag Detail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token 12d63aaf270f8b46d1fda52a898effa34a7906f2","type":"default"}],"url":"http://127.0.0.1:8000/todo_app/api/tag_detail/22/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 12:51:38 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.10.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"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    \"id\": 22,\n    \"author\": \"Nik\",\n    \"tag_name\": \"Exam\"\n}"}],"_postman_id":"43aa2658-dabc-4243-b85d-4cc2d172c485"}],"id":"cd1fdf79-ef70-43fe-a852-8e02a16ffc0e","_postman_id":"cd1fdf79-ef70-43fe-a852-8e02a16ffc0e","description":""}]}