{"info":{"_postman_id":"d1622431-a46d-4f1b-ae4e-e22f5d309887","name":"advanced-routing-queries","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"50839472","collectionId":"d1622431-a46d-4f1b-ae4e-e22f5d309887","publishedId":"2sBXqGpLyK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-23T17:28:33.000Z"},"item":[{"name":"Create Single","id":"d3f85a8f-7c1a-48c7-a494-758a11c0b5df","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Team standup agenda\",\n  \"content\": \"Discuss sprint blockers and deployment plan\",\n  \"category\": \"work\",\n  \"isPinned\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/notes","urlObject":{"protocol":"http","port":"3000","path":["api","notes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3f85a8f-7c1a-48c7-a494-758a11c0b5df"},{"name":"Create Bulk","id":"d4bef09b-7d68-4d4e-a83d-aa30ec78786d","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"notes\": [\n    { \"title\": \"Note one\", \"content\": \"Content one\", \"category\": \"work\" },\n    { \"title\": \"Note two\", \"content\": \"Content two\", \"category\": \"study\" },\n    { \"title\": \"Note three\", \"content\": \"Content three\", \"category\": \"personal\" }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/notes/bulk","urlObject":{"protocol":"http","port":"3000","path":["api","notes","bulk"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4bef09b-7d68-4d4e-a83d-aa30ec78786d"},{"name":"Get All Notes","id":"b32697fc-811a-49b1-a889-23dcf54fb57b","request":{"method":"GET","header":[],"url":"http://localhost:3000/api/notes","urlObject":{"protocol":"http","port":"3000","path":["api","notes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b32697fc-811a-49b1-a889-23dcf54fb57b"},{"name":"Get By ID","id":"31640de1-b9c3-49a7-8371-00a958843db8","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/:id","urlObject":{"port":"3000","path":["api","notes",":id"],"host":["localhost"],"query":[],"variable":[{"id":"4fb7158c-e008-4020-b597-2a2c6d04230e","type":"any","value":"64b1f2c3e4d5a6b7c8d9e0f1","key":"id"}]}},"response":[],"_postman_id":"31640de1-b9c3-49a7-8371-00a958843db8"},{"name":"Full Replace","id":"bd94f95d-6657-4188-96bd-4c29926f3c4c","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Completely new title\",\n  \"content\": \"Completely new content\",\n  \"category\": \"personal\",\n  \"isPinned\": false\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/notes/:id","urlObject":{"port":"3000","path":["api","notes",":id"],"host":["localhost"],"query":[],"variable":[{"id":"aab01fe7-6dfa-43a3-a94c-2cce01f9c769","type":"any","value":"64b1f2c3e4d5a6b7c8d9e0f1","key":"id"}]}},"response":[],"_postman_id":"bd94f95d-6657-4188-96bd-4c29926f3c4c"},{"name":"Partial Update","id":"0b319ba9-5eb4-4a00-a59e-7d59caa1b247","request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n  \"isPinned\": true\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/notes/:id","urlObject":{"port":"3000","path":["api","notes",":id"],"host":["localhost"],"query":[],"variable":[{"id":"fd64e58e-fca8-4208-9d00-607c689a21db","type":"any","value":"64b1f2c3e4d5a6b7c8d9e0f1","key":"id"}]}},"response":[],"_postman_id":"0b319ba9-5eb4-4a00-a59e-7d59caa1b247"},{"name":"Delete Single","id":"90acad94-f90b-4fca-81c3-1a304b771f67","request":{"method":"DELETE","header":[],"url":"localhost:3000/api/notes/:id","urlObject":{"port":"3000","path":["api","notes",":id"],"host":["localhost"],"query":[],"variable":[{"id":"cbf425ea-e2f7-4b21-a653-e78fc6e682aa","type":"any","value":"64b1f2c3e4d5a6b7c8d9e0f1","key":"id"}]}},"response":[],"_postman_id":"90acad94-f90b-4fca-81c3-1a304b771f67"},{"name":"Delete Bulk","id":"b9d21908-1fca-4c0e-ad87-72b753bf5cd1","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"ids\": [\n    \"64b1f2c3e4d5a6b7c8d9e0f1\",\n    \"64b1f2c3e4d5a6b7c8d9e0f2\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/notes/bulk","urlObject":{"protocol":"http","port":"3000","path":["api","notes","bulk"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9d21908-1fca-4c0e-ad87-72b753bf5cd1"},{"name":"Get By Category","id":"bde8fbc5-1937-4e72-ba8c-56c10be73e0f","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/category/:category","urlObject":{"port":"3000","path":["api","notes","category",":category"],"host":["localhost"],"query":[],"variable":[{"id":"fb47a883-a3cd-4fd1-b847-935ea9ea9689","type":"any","value":"work","key":"category"}]}},"response":[],"_postman_id":"bde8fbc5-1937-4e72-ba8c-56c10be73e0f"},{"name":"Get By Status","id":"13b8af59-8785-449b-a5e0-77d0eeb87024","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/status/:isPinned","urlObject":{"port":"3000","path":["api","notes","status",":isPinned"],"host":["localhost"],"query":[],"variable":[{"id":"5a387ef3-b854-46b9-b09c-b349b497bdd9","type":"any","value":"true","key":"isPinned"}]}},"response":[],"_postman_id":"13b8af59-8785-449b-a5e0-77d0eeb87024"},{"name":"Get Summary","id":"bddbe39d-0f8c-4ac0-bfb4-b8d2cd9f4367","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/:id/summary","urlObject":{"port":"3000","path":["api","notes",":id","summary"],"host":["localhost"],"query":[],"variable":[{"id":"95eec578-e522-4cdf-8321-0e7fe9b10969","type":"any","value":"64b1f2c3e4d5a6b7c8d9e0f1","key":"id"}]}},"response":[],"_postman_id":"bddbe39d-0f8c-4ac0-bfb4-b8d2cd9f4367"},{"name":"General Filter","id":"917be76a-5e13-4dc4-a91b-28f1bde170b3","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/filter?category=work&isPinned=true","urlObject":{"port":"3000","path":["api","notes","filter"],"host":["localhost"],"query":[{"key":"category","value":"work"},{"key":"isPinned","value":"true"}],"variable":[]}},"response":[],"_postman_id":"917be76a-5e13-4dc4-a91b-28f1bde170b3"},{"name":"Pinned Filter","id":"232f3618-1a43-4a5b-93b5-5bc04d49f70f","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/filter/pinned?category=work","urlObject":{"port":"3000","path":["api","notes","filter","pinned"],"host":["localhost"],"query":[{"key":"category","value":"work"}],"variable":[]}},"response":[],"_postman_id":"232f3618-1a43-4a5b-93b5-5bc04d49f70f"},{"name":"Category Filter","id":"52982837-2453-4b0c-aba1-e7e7d7e77f85","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/filter/category?name=work","urlObject":{"port":"3000","path":["api","notes","filter","category"],"host":["localhost"],"query":[{"key":"name","value":"work"}],"variable":[]}},"response":[],"_postman_id":"52982837-2453-4b0c-aba1-e7e7d7e77f85"},{"name":"Date Range Filter","id":"fcce5d7a-12d8-44af-b8d4-ba70423b01c2","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/filter/date-range?from=2024-01-01&to=2024-12-31","urlObject":{"port":"3000","path":["api","notes","filter","date-range"],"host":["localhost"],"query":[{"key":"from","value":"2024-01-01"},{"key":"to","value":"2024-12-31"}],"variable":[]}},"response":[],"_postman_id":"fcce5d7a-12d8-44af-b8d4-ba70423b01c2"},{"name":"Paginate All","id":"5bdca3cd-87be-4add-991e-37c271992fdb","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/paginate?page=1&limit=5","urlObject":{"port":"3000","path":["api","notes","paginate"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"5"}],"variable":[]}},"response":[],"_postman_id":"5bdca3cd-87be-4add-991e-37c271992fdb"},{"name":"Paginate By Category","id":"aab9a9b7-1646-4bfc-b30d-c77f464d11c0","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/paginate/category/:category?page=1&limit=3","urlObject":{"port":"3000","path":["api","notes","paginate","category",":category"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"3"}],"variable":[{"id":"7e6cb432-9d38-4fcf-b87c-4cfe0ed134a9","type":"any","value":"work","key":"category"}]}},"response":[],"_postman_id":"aab9a9b7-1646-4bfc-b30d-c77f464d11c0"},{"name":"Sort All","id":"fe6c2515-0c73-4ec1-8009-1f46037bcd85","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/sort?sortBy=title&order=asc","urlObject":{"port":"3000","path":["api","notes","sort"],"host":["localhost"],"query":[{"key":"sortBy","value":"title"},{"key":"order","value":"asc"}],"variable":[]}},"response":[],"_postman_id":"fe6c2515-0c73-4ec1-8009-1f46037bcd85"},{"name":"Sort Pinned","id":"ba492f34-be00-407a-9fa0-e1b2bfe63c2f","request":{"method":"GET","header":[],"url":"localhost:3000/api/notes/sort/pinned?sortBy=createdAt&order=desc","urlObject":{"port":"3000","path":["api","notes","sort","pinned"],"host":["localhost"],"query":[{"key":"sortBy","value":"createdAt"},{"key":"order","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"ba492f34-be00-407a-9fa0-e1b2bfe63c2f"}]}