{"info":{"_postman_id":"350a5274-b174-4155-b151-2f1eb511f92f","name":"routing-query","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50840953","collectionId":"350a5274-b174-4155-b151-2f1eb511f92f","publishedId":"2sBXqGq1wC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-24T10:03:08.000Z"},"item":[{"name":"create note","id":"03544329-4dd0-4a4b-8dd3-e7f9162d42a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Learn Node.js routing\",\r\n  \"content\": \"Mastering express routes and controllers.\",\r\n  \"category\": \"study\",\r\n  \"isPinned\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://routing-query.onrender.com/api/notes","urlObject":{"protocol":"https","path":["api","notes"],"host":["routing-query","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"03544329-4dd0-4a4b-8dd3-e7f9162d42a7"},{"name":"create bulk notes","id":"125c802f-19ee-4d67-876f-a3152c5a65bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"notes\": [\r\n    { \"title\": \"Work Meeting\", \"content\": \"10 AM Sync\", \"category\": \"work\" },\r\n    { \"title\": \"Grocery Run\", \"content\": \"Milk, eggs\", \"category\": \"personal\" },\r\n    { \"title\": \"Math Assignment\", \"content\": \"Page 55\", \"category\": \"study\" }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://routing-query.onrender.com/api/notes/bulk","urlObject":{"protocol":"https","path":["api","notes","bulk"],"host":["routing-query","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"125c802f-19ee-4d67-876f-a3152c5a65bf"},{"name":"Get all notes","id":"d3156d78-7ea7-4291-8c44-f629504be905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://routing-query.onrender.com/api/notes","urlObject":{"protocol":"https","path":["api","notes"],"host":["routing-query","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3156d78-7ea7-4291-8c44-f629504be905"},{"name":"get note by id","id":"a5f7c7b9-77e2-4191-9e4b-f49d70f8db7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://routing-query.onrender.com/api/notes/69eb3c96f6282788c6a32e8f","urlObject":{"protocol":"https","path":["api","notes","69eb3c96f6282788c6a32e8f"],"host":["routing-query","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5f7c7b9-77e2-4191-9e4b-f49d70f8db7e"},{"name":"replace note","id":"776e2e38-18b0-43b1-9ae4-14958c3c4748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Completely new title\",\r\n  \"content\": \"Completely new content\",\r\n  \"category\": \"personal\",\r\n  \"isPinned\": false\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://routing-query.onrender.com/api/notes/69eb3c96f6282788c6a32e8f","urlObject":{"protocol":"https","path":["api","notes","69eb3c96f6282788c6a32e8f"],"host":["routing-query","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"776e2e38-18b0-43b1-9ae4-14958c3c4748"},{"name":"update note","id":"eba9665e-eb2b-4356-b1f9-92820c781bf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"isPinned\": true\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://routing-query.onrender.com/api/notes/69eb3c96f6282788c6a32e8f","urlObject":{"protocol":"https","path":["api","notes","69eb3c96f6282788c6a32e8f"],"host":["routing-query","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eba9665e-eb2b-4356-b1f9-92820c781bf3"},{"name":"delete single note","id":"8a2b0082-f43e-41e6-a4f9-dac06abbd56d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"isPinned\": true\r\n}\r\n"},"url":"https://routing-query.onrender.com/api/notes/69eb3c96f6282788c6a32e8f","urlObject":{"protocol":"https","path":["api","notes","69eb3c96f6282788c6a32e8f"],"host":["routing-query","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a2b0082-f43e-41e6-a4f9-dac06abbd56d"},{"name":"delete bulk notes","id":"20e2a174-5da7-435e-ba8a-29f5068a7e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ids\": [\r\n    \"69eb3cd5f6282788c6a32e90\", \r\n    \"69eb3cd5f6282788c6a32e91\"\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://routing-query.onrender.com/api/notes/bulk","urlObject":{"protocol":"https","path":["api","notes","bulk"],"host":["routing-query","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"20e2a174-5da7-435e-ba8a-29f5068a7e14"},{"name":"get notes by category","id":"9115d993-5faf-4c6b-bf78-36deeff19fb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://routing-query.onrender.com/api/notes/category/work","urlObject":{"protocol":"https","path":["api","notes","category","work"],"host":["routing-query","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9115d993-5faf-4c6b-bf78-36deeff19fb2"}]}