{"info":{"_postman_id":"9408518e-746f-4069-a1b0-8bf115a8e064","name":"go-hris","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23207346","collectionId":"9408518e-746f-4069-a1b0-8bf115a8e064","publishedId":"2sA3duEsLN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-28T12:53:17.000Z"},"item":[{"name":"Health","id":"edcb791f-f60b-4211-a2d8-974d275123b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/health","urlObject":{"port":"8080","path":["health"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"edcb791f-f60b-4211-a2d8-974d275123b7"},{"name":"Login","event":[{"listen":"test","script":{"id":"eaa76690-c08f-447f-aec3-b9782a3d38c1","exec":["const response = pm.response.json()","pm.collectionVariables.set(\"jwt_token\", response.access_token);","pm.collectionVariables.set(\"refresh_token\", response.refresh_token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"44c81d98-2854-4ac0-b8cf-b08375475cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/login","urlObject":{"port":"8080","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"44c81d98-2854-4ac0-b8cf-b08375475cfe"},{"name":"RefreshToken","event":[{"listen":"test","script":{"id":"eaa76690-c08f-447f-aec3-b9782a3d38c1","exec":["const response = pm.response.json()","pm.collectionVariables.set(\"jwt_token\", response.access_token);","pm.collectionVariables.set(\"refresh_token\", response.refresh_token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"69dad58a-02c1-4393-81d5-4d0af3cee3da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/refresh","urlObject":{"port":"8080","path":["auth","refresh"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"69dad58a-02c1-4393-81d5-4d0af3cee3da"},{"name":"Logout","event":[{"listen":"test","script":{"id":"eaa76690-c08f-447f-aec3-b9782a3d38c1","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2bc47230-2e4e-4c3a-85f9-e7909f18ea2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refresh_token\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/auth/logout","urlObject":{"port":"8080","path":["auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bc47230-2e4e-4c3a-85f9-e7909f18ea2c"},{"name":"GetUsers","id":"821608ca-fd02-4c31-85fe-1d37a5616e92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/users?page=1&per_page=5","urlObject":{"port":"8080","path":["users"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"per_page","value":"5"},{"disabled":true,"key":"name","value":"admin"},{"disabled":true,"key":"role","value":"administrator"}],"variable":[]}},"response":[],"_postman_id":"821608ca-fd02-4c31-85fe-1d37a5616e92"},{"name":"GetUser","id":"348943a1-af12-44ca-a3e4-8ea7e3cdebdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/users/:id","urlObject":{"port":"8080","path":["users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"348943a1-af12-44ca-a3e4-8ea7e3cdebdf"},{"name":"CreateUser","id":"2ba4bbbd-80e3-442d-92a1-efa278d41410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"shun_admin\",\n    \"password\": \"password\",\n    \"name\": \"shun_admin\",\n    \"role\": \"administrator\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users","urlObject":{"port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5c98d561-ae34-49a3-a3af-d3e3c14916e7","name":"CreateManager","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"shun_manager\",\n    \"password\": \"password\",\n    \"name\": \"shun_manager\",\n    \"role\": \"manager\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"2498c8ea-4603-4e7a-acd0-eed7c7d519e5","name":"CreateStaff","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"shun_staff\",\n    \"password\": \"password\",\n    \"name\": \"shun_staff\",\n    \"role\": \"staff\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2ba4bbbd-80e3-442d-92a1-efa278d41410"},{"name":"UpdateUser","id":"2b7be903-4adf-443f-9e96-7cf749bbcc53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"shun_test\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/users/:id","urlObject":{"port":"8080","path":["users",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"id"}]}},"response":[],"_postman_id":"2b7be903-4adf-443f-9e96-7cf749bbcc53"},{"name":"GetApprovals","id":"e238019c-54b9-4e15-ab8f-d3a7c8605974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/approvals?cursor=&limit=5","urlObject":{"port":"8080","path":["approvals"],"host":["localhost"],"query":[{"key":"cursor","value":""},{"key":"limit","value":"5"},{"disabled":true,"description":{"content":"<p>PENDING, APPROVED, REJECTED</p>\n","type":"text/plain"},"key":"status","value":"PENDING"}],"variable":[]}},"response":[],"_postman_id":"e238019c-54b9-4e15-ab8f-d3a7c8605974"},{"name":"GetApproval","id":"b2d1ee1d-56c6-40a7-aa4f-13c918246d95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8080/approvals/:id","urlObject":{"port":"8080","path":["approvals",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"47dc30e0-2c8c-4f8d-b62a-bfaaee998b55","name":"ActionApproval","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"APPROVED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8080/approvals/:id/action","host":["localhost"],"port":"8080","path":["approvals",":id","action"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"dadc830e-0152-4ff3-bc1d-4a1deb6fff94","name":"Reject Approval","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"REJECTED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8080/approvals/:id/action","host":["localhost"],"port":"8080","path":["approvals",":id","action"],"variable":[{"key":"id","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b2d1ee1d-56c6-40a7-aa4f-13c918246d95"},{"name":"AddApproval","id":"f3719f33-d8a0-4db4-b08f-7d9aea71caea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8080/approvals","urlObject":{"port":"8080","path":["approvals"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3719f33-d8a0-4db4-b08f-7d9aea71caea"},{"name":"ActionApproval","id":"5b3441f7-eb51-43d1-995c-861309b6936e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"PENDING\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/approvals/:id/action","urlObject":{"port":"8080","path":["approvals",":id","action"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"b2299555-045a-4317-87cc-2449242d02d9","name":"ActionApproval","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"APPROVED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8080/approvals/:id/action","host":["localhost"],"port":"8080","path":["approvals",":id","action"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"a9b975cd-9639-411e-8e60-8364da6e53f6","name":"Reject Approval","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"REJECTED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8080/approvals/:id/action","host":["localhost"],"port":"8080","path":["approvals",":id","action"],"variable":[{"key":"id","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5b3441f7-eb51-43d1-995c-861309b6936e"}],"event":[{"listen":"prerequest","script":{"id":"8adfc247-64a0-453d-b13a-465439e28e54","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"69e064ca-0f1c-49ae-9b35-e9ad5208f99e","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"jwt_token","value":""},{"key":"refresh_token","value":""}]}