{"info":{"_postman_id":"35b5866f-80f5-4e47-8dcd-216221cc6226","name":"Advanced Routing Queries Assignment","description":"<html><head></head><body><p>Postman collection for the Notes Management REST API assignment.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"50839274","collectionId":"35b5866f-80f5-4e47-8dcd-216221cc6226","publishedId":"2sBXqGpMCY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-23T19:40:29.000Z"},"item":[{"name":"CRUD","item":[{"name":"Create Note","id":"abaf5b0d-ae0f-4a71-971b-26928ff88110","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"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:5000/api/notes","urlObject":{"path":["api","notes"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"abaf5b0d-ae0f-4a71-971b-26928ff88110"},{"name":"Create Bulk Notes","id":"72313b77-40a0-4d21-8eeb-dc7ea1af5d4a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"notes\": [\n    {\n      \"title\": \"Note one\",\n      \"content\": \"Content one\",\n      \"category\": \"work\"\n    },\n    {\n      \"title\": \"Note two\",\n      \"content\": \"Content two\",\n      \"category\": \"study\"\n    },\n    {\n      \"title\": \"Note three\",\n      \"content\": \"Content three\",\n      \"category\": \"personal\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notes/bulk","urlObject":{"path":["api","notes","bulk"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"72313b77-40a0-4d21-8eeb-dc7ea1af5d4a"},{"name":"Get All Notes","id":"885f79a1-eb1a-48be-b6e5-b06a457b34dc","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes","urlObject":{"path":["api","notes"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"885f79a1-eb1a-48be-b6e5-b06a457b34dc"},{"name":"Get Note By ID","id":"09a8acc6-7d87-40aa-802e-dc6ce0a227f2","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes/","urlObject":{"path":["api","notes",""],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"09a8acc6-7d87-40aa-802e-dc6ce0a227f2"},{"name":"Replace Note","id":"46653971-48d6-4274-aa3a-dec760aa9a46","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"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":"http://localhost:5000/api/notes/","urlObject":{"path":["api","notes",""],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"46653971-48d6-4274-aa3a-dec760aa9a46"},{"name":"Update Note","id":"2dd888c0-4752-4769-9c0b-d9461ac79e88","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"isPinned\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notes/","urlObject":{"path":["api","notes",""],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"2dd888c0-4752-4769-9c0b-d9461ac79e88"},{"name":"Delete Note","id":"e345d94b-ab5a-4492-8521-c0f0c7d215af","request":{"method":"DELETE","header":[],"url":"http://localhost:5000/api/notes/","urlObject":{"path":["api","notes",""],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"e345d94b-ab5a-4492-8521-c0f0c7d215af"},{"name":"Delete Bulk Notes","id":"b53ac700-a74d-4c24-beef-f783e3d356bf","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ids\": [\n    \"64b1f2c3e4d5a6b7c8d9e0f1\",\n    \"64b1f2c3e4d5a6b7c8d9e0f2\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notes/bulk","urlObject":{"path":["api","notes","bulk"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b53ac700-a74d-4c24-beef-f783e3d356bf"}],"id":"a38e69cf-8b68-4f8f-a498-2979adb2ad11","_postman_id":"a38e69cf-8b68-4f8f-a498-2979adb2ad11","description":""},{"name":"Route Parameters","item":[{"name":"Get Notes By Category","id":"33e4f4fb-7f68-42da-b0d2-3c8f7488a482","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes/category/work","urlObject":{"path":["api","notes","category","work"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"33e4f4fb-7f68-42da-b0d2-3c8f7488a482"},{"name":"Get Notes By Status","id":"9e7ff68b-4eb9-47a9-9ff2-d9add9595906","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes/status/true","urlObject":{"path":["api","notes","status","true"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e7ff68b-4eb9-47a9-9ff2-d9add9595906"},{"name":"Get Note Summary","id":"1407901e-9070-44e4-b4ce-7a2c7ba607fe","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes//summary","urlObject":{"path":["api","notes","","summary"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"1407901e-9070-44e4-b4ce-7a2c7ba607fe"}],"id":"6ec35ed8-ca31-40c1-af36-4dcd3e6935db","_postman_id":"6ec35ed8-ca31-40c1-af36-4dcd3e6935db","description":""},{"name":"Query Parameters","item":[{"name":"Filter Notes","id":"6bbea3ae-7547-4c62-8f8b-02d25336acfc","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes/filter?category=study&isPinned=false","urlObject":{"path":["api","notes","filter"],"host":["http://localhost:5000"],"query":[{"key":"category","value":"study"},{"key":"isPinned","value":"false"}],"variable":[]}},"response":[],"_postman_id":"6bbea3ae-7547-4c62-8f8b-02d25336acfc"},{"name":"Get Pinned Notes","id":"ead9e523-1e03-44ac-bf7c-0a6366803f39","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes/filter/pinned?category=work","urlObject":{"path":["api","notes","filter","pinned"],"host":["http://localhost:5000"],"query":[{"key":"category","value":"work"}],"variable":[]}},"response":[],"_postman_id":"ead9e523-1e03-44ac-bf7c-0a6366803f39"},{"name":"Filter By Category Query","id":"8045096c-2702-4cb8-b0d4-32e8a9a5dd66","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes/filter/category?name=work","urlObject":{"path":["api","notes","filter","category"],"host":["http://localhost:5000"],"query":[{"key":"name","value":"work"}],"variable":[]}},"response":[],"_postman_id":"8045096c-2702-4cb8-b0d4-32e8a9a5dd66"},{"name":"Filter By Date Range","id":"e3ec59ae-9094-4e63-afcd-a7402c89f4da","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes/filter/date-range?from=2024-01-01&to=2024-12-31","urlObject":{"path":["api","notes","filter","date-range"],"host":["http://localhost:5000"],"query":[{"key":"from","value":"2024-01-01"},{"key":"to","value":"2024-12-31"}],"variable":[]}},"response":[],"_postman_id":"e3ec59ae-9094-4e63-afcd-a7402c89f4da"}],"id":"ed98e265-3e72-4848-8e1d-e8d2fcb06555","_postman_id":"ed98e265-3e72-4848-8e1d-e8d2fcb06555","description":""},{"name":"Pagination","item":[{"name":"Paginate Notes","id":"e578560f-01fb-43bd-b02f-723376493728","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes/paginate?page=1&limit=5","urlObject":{"path":["api","notes","paginate"],"host":["http://localhost:5000"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"5"}],"variable":[]}},"response":[],"_postman_id":"e578560f-01fb-43bd-b02f-723376493728"},{"name":"Paginate Notes By Category","id":"195d5843-5270-4cc9-a6ae-68d8b9215b61","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes/paginate/category/work?page=1&limit=3","urlObject":{"path":["api","notes","paginate","category","work"],"host":["http://localhost:5000"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"3"}],"variable":[]}},"response":[],"_postman_id":"195d5843-5270-4cc9-a6ae-68d8b9215b61"}],"id":"680e54d0-ee8e-43a6-bc03-f8f47af911b9","_postman_id":"680e54d0-ee8e-43a6-bc03-f8f47af911b9","description":""},{"name":"Sorting","item":[{"name":"Sort Notes","id":"b8a63339-5fe3-4859-a8e3-787ae8cf57d0","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes/sort?sortBy=title&order=asc","urlObject":{"path":["api","notes","sort"],"host":["http://localhost:5000"],"query":[{"key":"sortBy","value":"title"},{"key":"order","value":"asc"}],"variable":[]}},"response":[],"_postman_id":"b8a63339-5fe3-4859-a8e3-787ae8cf57d0"},{"name":"Sort Pinned Notes","id":"85d893ef-433b-4745-91e0-c9e4a7325cf4","request":{"method":"GET","header":[],"url":"http://localhost:5000/api/notes/sort/pinned?sortBy=createdAt&order=desc","urlObject":{"path":["api","notes","sort","pinned"],"host":["http://localhost:5000"],"query":[{"key":"sortBy","value":"createdAt"},{"key":"order","value":"desc"}],"variable":[]}},"response":[],"_postman_id":"85d893ef-433b-4745-91e0-c9e4a7325cf4"}],"id":"a65c8116-5c13-407a-b077-31fc5a13c001","_postman_id":"a65c8116-5c13-407a-b077-31fc5a13c001","description":""}],"variable":[{"key":"baseUrl","value":"http://localhost:5000"},{"key":"noteId","value":""}]}