{"info":{"_postman_id":"de56c036-1486-45b3-a256-1148e0b51c1a","name":"tasksapi","description":"<html><head></head><body><p>This is the documentation for tasks scheduler api</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13224907","collectionId":"de56c036-1486-45b3-a256-1148e0b51c1a","publishedId":"2s9YyvAL5f","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-02T06:45:36.000Z"},"item":[{"name":"tasks","id":"011ad8ab-8d29-42fa-81e0-67b69d4da0a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX3VkIjoicHJhdGlrcmFpIn0.wNfICKURoEJ2n5TF8ljWk01stkUDNi6KzWqVDfkz-rw"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Build college website for your college\",\r\n  \"description\": \"website for college\",\r\n  \"due_date\": \"2024-02-05\",\r\n  \"user_id\": \"65bcad0e8b2474e8abe34523\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/tasks/create","urlObject":{"protocol":"http","port":"3000","path":["api","tasks","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"011ad8ab-8d29-42fa-81e0-67b69d4da0a4"},{"name":"subtasks","id":"59b33043-9259-43fe-8e8f-bdd0e32cce01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX3VkIjoicHJhdGlrcmFpIn0.wNfICKURoEJ2n5TF8ljWk01stkUDNi6KzWqVDfkz-rw"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"task_id\": \"65bcad298b2474e8abe34525\",\r\n    \"status\": 0\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/subtasks/create","urlObject":{"protocol":"http","port":"3000","path":["api","subtasks","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"59b33043-9259-43fe-8e8f-bdd0e32cce01"},{"name":"gettasks","event":[{"listen":"test","script":{"id":"0de16d4f-9b80-44aa-9bd9-e12c0d86b3e6","exec":[""],"type":"text/javascript"}}],"id":"f4b8a8ef-d6ec-4a75-878a-7bb6e164ea47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX3VkIjoicHJhdGlrcmFpIn0.wNfICKURoEJ2n5TF8ljWk01stkUDNi6KzWqVDfkz-rw"}]},"isInherited":false},"method":"GET","header":[{"key":"priority","value":"high","type":"text"}],"url":"http://localhost:3000/api/tasks/gettasks","urlObject":{"protocol":"http","port":"3000","path":["api","tasks","gettasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4b8a8ef-d6ec-4a75-878a-7bb6e164ea47"},{"name":"getsubtasks","id":"8c1b09bc-6a69-4468-95a7-3e3aaf1fbc32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX3VkIjoicHJhdGlrcmFpIn0.wNfICKURoEJ2n5TF8ljWk01stkUDNi6KzWqVDfkz-rw"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/subtasks/getsubtasks?id=65bcad298b2474e8abe34525","urlObject":{"protocol":"http","port":"3000","path":["api","subtasks","getsubtasks"],"host":["localhost"],"query":[{"key":"id","value":"65bcad298b2474e8abe34525"}],"variable":[]}},"response":[],"_postman_id":"8c1b09bc-6a69-4468-95a7-3e3aaf1fbc32"},{"name":"updatetasks","id":"8c58f409-3f3c-493b-875d-55d586256ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"due_date\": \"2024-03-21\",\r\n  \"status\": \"DONE\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/tasks/update/65bcad298b2474e8abe34525","urlObject":{"protocol":"http","port":"3000","path":["api","tasks","update","65bcad298b2474e8abe34525"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c58f409-3f3c-493b-875d-55d586256ecf"},{"name":"updatesubtasks","id":"7e24005f-0e05-460c-9e72-374838558f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"status\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/subtasks/update/65bcad448b2474e8abe34528","urlObject":{"protocol":"http","port":"3000","path":["api","subtasks","update","65bcad448b2474e8abe34528"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e24005f-0e05-460c-9e72-374838558f06"},{"name":"deletetasks","id":"246ffe33-87e2-4ed2-a623-8793474657ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"status\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/tasks/delete/65bcad298b2474e8abe34525","urlObject":{"protocol":"http","port":"3000","path":["api","tasks","delete","65bcad298b2474e8abe34525"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"246ffe33-87e2-4ed2-a623-8793474657ca"},{"name":"deleteSubtasks","id":"63435ece-e4ce-48fe-8b6a-5cdf7b9133d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"status\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/subtasks/delete/65bcad448b2474e8abe34528","urlObject":{"protocol":"http","port":"3000","path":["api","subtasks","delete","65bcad448b2474e8abe34528"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"63435ece-e4ce-48fe-8b6a-5cdf7b9133d0"},{"name":"createUser","id":"f301a00f-3c0f-44fd-b0d8-9991c74308f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"phone_number\": 123456789,\r\n  \"priority\": 1\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/users/create","urlObject":{"protocol":"http","port":"3000","path":["api","users","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f301a00f-3c0f-44fd-b0d8-9991c74308f1"}],"variable":[{"key":"authToken","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX3VkIjoicHJhdGlrcmFpIn0.wNfICKURoEJ2n5TF8ljWk01stkUDNi6KzWqVDfkz-rw"}]}