{"info":{"_postman_id":"1360d2ef-ada8-4afc-8736-222d74b28ce6","name":"Task Management App","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"33128498","collectionId":"1360d2ef-ada8-4afc-8736-222d74b28ce6","publishedId":"2sA3Bj9Zoj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-15T17:09:16.000Z"},"item":[{"name":"Retrieve all tasks.","id":"d0a82acf-910e-4c7f-ba9b-ef2ccfade126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/tasks","urlObject":{"protocol":"http","port":"8080","path":["api","tasks"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0a82acf-910e-4c7f-ba9b-ef2ccfade126"},{"name":"Retrieve task by taskID.","id":"484a65c9-6c80-4b45-b09a-5d48cf54d037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/search/661e163b30a9f384bc7692b8","urlObject":{"protocol":"http","port":"8080","path":["api","search","661e163b30a9f384bc7692b8"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"484a65c9-6c80-4b45-b09a-5d48cf54d037"},{"name":"Add a new post.","id":"e0960bfd-95a5-4fe1-be0f-6a8c41df9ac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\":\"task1\",\n    \"description\":\"this is the task\",\n    \"status\":\"pending\",\n    \"due_date\":\"02-02-2029\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/add","urlObject":{"protocol":"http","port":"8080","path":["api","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0960bfd-95a5-4fe1-be0f-6a8c41df9ac4"},{"name":"Update data in task by taskId.","id":"ea7bf517-adc5-4b53-ac15-6f151da017d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\":\"task3\",\n    \"description\":\"completed 1part\",\n    \"status\":\"completed\",\n    \"due_date\":\"02-02-2029\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/update/661d59e34cd03605d4ef9d7e","urlObject":{"protocol":"http","port":"8080","path":["api","update","661d59e34cd03605d4ef9d7e"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea7bf517-adc5-4b53-ac15-6f151da017d6"},{"name":"Delete task by taskId.","id":"05de4db0-e577-48b1-b09d-a0eaad8e4270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/remove/661d59cd4cd03605d4ef9d7c","urlObject":{"protocol":"http","port":"8080","path":["api","remove","661d59cd4cd03605d4ef9d7c"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"05de4db0-e577-48b1-b09d-a0eaad8e4270"}]}