{"info":{"_postman_id":"da64426e-5151-4711-983c-b1ff7b9fb2e8","name":"Finance Backend","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"41474781","collectionId":"da64426e-5151-4711-983c-b1ff7b9fb2e8","publishedId":"2sBXiqDTVx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-04T09:01:46.000Z"},"item":[{"name":"get all records","id":"40d4a441-b0f0-41a6-927d-18b28c7f6725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/records","urlObject":{"protocol":"http","port":"8080","path":["api","records"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"40d4a441-b0f0-41a6-927d-18b28c7f6725"},{"name":"register user","id":"8d4469a1-28b7-47c4-ac88-4d5a215c641a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Viewer User\",\r\n  \"email\": \"viewer@gmail.com\",\r\n  \"password\": \"Viewer@123\",\r\n  \"role\": \"VIEWER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/register","urlObject":{"protocol":"http","port":"8080","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d4469a1-28b7-47c4-ac88-4d5a215c641a"},{"name":"login user","id":"ce714f86-fa7f-4b8f-ae44-b1bc14a5ff9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"viewer@gmail.com\",\r\n  \"password\": \"Viewer@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/login","urlObject":{"protocol":"http","port":"8080","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce714f86-fa7f-4b8f-ae44-b1bc14a5ff9c"},{"name":"create a record","id":"9d1b5149-00ef-49cd-8ef9-912e2b79b4ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 1000,\r\n  \"category\": \"Food\",\r\n  \"type\": \"EXPENSE\",\r\n  \"date\": \"2026-04-03\",\r\n  \"notes\": \"Dinner\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/records","urlObject":{"protocol":"http","port":"8080","path":["api","records"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d1b5149-00ef-49cd-8ef9-912e2b79b4ee"},{"name":"delete a record","id":"85eaa8ae-fdfe-4222-a5c2-d049132eff2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 1000,\r\n  \"category\": \"Food\",\r\n  \"type\": \"EXPENSE\",\r\n  \"date\": \"2026-04-03\",\r\n  \"description\": \"Lunch\"\r\n}"},"url":"http://localhost:8080/api/records/1","urlObject":{"protocol":"http","port":"8080","path":["api","records","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"85eaa8ae-fdfe-4222-a5c2-d049132eff2d"},{"name":"update a record","id":"d027039e-a397-42f5-9e9f-3e4abacaa8f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 1200,\r\n  \"category\": \"Food\",\r\n  \"type\": \"EXPENSE\",\r\n  \"date\": \"2026-04-03\",\r\n  \"notes\": \"Dinner updated\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/records/2","urlObject":{"protocol":"http","port":"8080","path":["api","records","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d027039e-a397-42f5-9e9f-3e4abacaa8f2"},{"name":"summary","id":"6235a62a-2cd5-4781-90ce-41eeb9ed0802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8080/api/dashboard/summary","urlObject":{"protocol":"http","port":"8080","path":["api","dashboard","summary"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6235a62a-2cd5-4781-90ce-41eeb9ed0802"},{"name":"get all users","id":"394a9ec0-8c67-47b8-ac55-da64442c1221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/users","urlObject":{"protocol":"http","port":"8080","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"394a9ec0-8c67-47b8-ac55-da64442c1221"},{"name":"get user by id","id":"7eae7074-c95d-44b0-8c72-c81c85d1107f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/users/1","urlObject":{"protocol":"http","port":"8080","path":["api","users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eae7074-c95d-44b0-8c72-c81c85d1107f"},{"name":"update user role/status","id":"4f6a8880-ead0-4615-82cb-15782d549aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"ANALYST\",\r\n  \"status\": \"ACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/2","urlObject":{"protocol":"http","port":"8080","path":["api","users","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f6a8880-ead0-4615-82cb-15782d549aec"},{"name":"filter by type","id":"98d9ad18-1813-4b87-9d34-5afb8a6cb1b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/records/filter?type=EXPENSE","urlObject":{"protocol":"http","port":"8080","path":["api","records","filter"],"host":["localhost"],"query":[{"key":"type","value":"EXPENSE"}],"variable":[]}},"response":[],"_postman_id":"98d9ad18-1813-4b87-9d34-5afb8a6cb1b2"},{"name":"filter by category","id":"8b1c8ea7-d623-45d6-8c16-6760ce1f0fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/records/filter?category=Food","urlObject":{"protocol":"http","port":"8080","path":["api","records","filter"],"host":["localhost"],"query":[{"key":"category","value":"Food"}],"variable":[]}},"response":[],"_postman_id":"8b1c8ea7-d623-45d6-8c16-6760ce1f0fca"},{"name":"filter by date range","id":"8687e031-3503-4610-a80f-b5585929310c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/records/filter?startDate=2026-04-01&endDate=2026-04-30","urlObject":{"protocol":"http","port":"8080","path":["api","records","filter"],"host":["localhost"],"query":[{"key":"startDate","value":"2026-04-01"},{"key":"endDate","value":"2026-04-30"}],"variable":[]}},"response":[],"_postman_id":"8687e031-3503-4610-a80f-b5585929310c"},{"name":"combined filter","id":"0c10d846-ae5e-4f92-893b-8e3386c4d779","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/records/filter?type=EXPENSE&category=Food&startDate=2026-04-01&endDate=2026-04-30","urlObject":{"protocol":"http","port":"8080","path":["api","records","filter"],"host":["localhost"],"query":[{"key":"type","value":"EXPENSE"},{"key":"category","value":"Food"},{"key":"startDate","value":"2026-04-01"},{"key":"endDate","value":"2026-04-30"}],"variable":[]}},"response":[],"_postman_id":"0c10d846-ae5e-4f92-893b-8e3386c4d779"},{"name":"monthly trends","id":"ca8a0c9b-7da0-44be-99a2-c1b925e778a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/dashboard/monthly-trends?startDate=2026-01-01&endDate=2026-12-31","urlObject":{"protocol":"http","port":"8080","path":["api","dashboard","monthly-trends"],"host":["localhost"],"query":[{"key":"startDate","value":"2026-01-01"},{"key":"endDate","value":"2026-12-31"}],"variable":[]}},"response":[],"_postman_id":"ca8a0c9b-7da0-44be-99a2-c1b925e778a0"}]}