{"info":{"_postman_id":"5580596c-a739-47ee-a85d-ce6b2415e5f4","name":"Contacts Application","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23090035","collectionId":"5580596c-a739-47ee-a85d-ce6b2415e5f4","publishedId":"2sAYX3rP2U","public":true,"customColor":{"top-bar":"212121","right-sidebar":"212121","highlight":"E8E4DF"},"publishDate":"2025-02-02T11:12:25.000Z"},"item":[{"name":"Contact Service","item":[{"name":"Actuator Service","item":[{"name":"public/actuator/health","id":"5161d36c-d376-49ad-81b9-587c84f85790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{CONTACT_SERVICE_API_URL}}/public/actuator/health","urlObject":{"path":["public","actuator","health"],"host":["{{CONTACT_SERVICE_API_URL}}"],"query":[],"variable":[]}},"response":[{"id":"10c24ee7-db6a-4bb4-9c28-882a9be74508","name":"public/actuator/health","originalRequest":{"method":"GET","header":[],"url":"{{CONTACT_SERVICE_API_URL}}/public/actuator/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 02 Feb 2025 11:22:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"UP\"\n}"}],"_postman_id":"5161d36c-d376-49ad-81b9-587c84f85790"},{"name":"public/actuator/info","id":"3493f761-9555-47f5-bab6-8a1e1cf8c7ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{CONTACT_SERVICE_API_URL}}/public/actuator/info","urlObject":{"path":["public","actuator","info"],"host":["{{CONTACT_SERVICE_API_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c46fc39a-33e3-4925-be94-576a23fc4ce1","name":"public/actuator/info","originalRequest":{"method":"GET","header":[],"url":"{{CONTACT_SERVICE_API_URL}}/public/actuator/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 02 Feb 2025 11:23:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"application\": {\n        \"name\": \"contact\",\n        \"description\": \"contact\",\n        \"version\": \"1.0.0\"\n    }\n}"}],"_postman_id":"3493f761-9555-47f5-bab6-8a1e1cf8c7ba"}],"id":"7ab24d4d-dc19-4460-b3e3-060279213d27","_postman_id":"7ab24d4d-dc19-4460-b3e3-060279213d27","description":""},{"name":"Person Management","item":[{"name":"api/v1/person","id":"bad78525-1b77-4471-a65d-e20437e2af96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{CONTACT_SERVICE_API_URL}}/api/v1/person?page=1&pageSize=10","urlObject":{"path":["api","v1","person"],"host":["{{CONTACT_SERVICE_API_URL}}"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}],"variable":[]}},"response":[{"id":"9d458bad-b774-4f75-adac-bd35d7b1a56b","name":"api/v1/person","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{CONTACT_SERVICE_API_URL}}/api/v1/person?page=1&pageSize=10","host":["{{CONTACT_SERVICE_API_URL}}"],"path":["api","v1","person"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"time\": \"2025-01-30T18:52:50.038\",\n\t\"isSuccess\": true,\n\t\"content\": [\n\t\t{\n\t\t\t\"id\": \"10c737d5-2f15-4574-b9d8-1f6fe2dabfd2\",\n\t\t\t\"firstName\": \"John\",\n\t\t\t\"lastName\": \"Doe\",\n\t\t\t\"company\": \"JD Limited\",\n\t\t\t\"createdAt\": \"2025-01-30T18:52:50\"\n\t\t}\n\t]\n}"},{"id":"ccc25b19-a987-49db-a2db-d04e939c44cd","name":"api/v1/person","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{CONTACT_SERVICE_API_URL}}/api/v1/person?page=1&pageSize=10","host":["{{CONTACT_SERVICE_API_URL}}"],"path":["api","v1","person"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"time\": \"2025-01-30T18:52:50.038\",\n\t\"isSuccess\": true,\n\t\"content\": []\n}"}],"_postman_id":"bad78525-1b77-4471-a65d-e20437e2af96"},{"name":"api/v1/person/{id}","id":"13ce235b-3259-4759-92c0-166dcadc8cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/:id","urlObject":{"path":["api","v1","person",":id"],"host":["{{CONTACT_SERVICE_API_URL}}"],"query":[],"variable":[{"id":"2ed3e0d2-01ce-4620-932d-1db85fca2c6a","type":"any","value":"","key":"id"}]}},"response":[{"id":"52c874f0-08cb-47d3-8a08-bcecd03b12e1","name":"api/v1/person/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/:id","host":["{{CONTACT_SERVICE_API_URL}}"],"path":["api","v1","person",":id"],"variable":[{"key":"id","value":"10c737d5-2f15-4574-b9d8-1f6fe2dabfd2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-01-30T18:52:50.038\",\n    \"isSuccess\": true,\n    \"content\": {\n        \"id\": \"10c737d5-2f15-4574-b9d8-1f6fe2dabfd2\",\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"company\": \"JD Limited\",\n        \"createdAt\": \"2025-01-30T18:52:50\",\n        \"contact\": [\n            {\n                \"emailAddres\": \"john.doe@contacts.test\",\n                \"lastName\": \"905051234567\",\n                \"city\": \"İstanbul\",\n                \"district\": \"Kadıköy\"\n            },\n            {\n                \"emailAddres\": \"john.doe2@contacts.test\",\n                \"lastName\": \"905051234568\",\n                \"city\": \"Ankara\",\n                \"district\": \"Çankaya\"\n            }\n        ]\n    }\n}"},{"id":"a886187f-cda3-4dca-9842-7cd8acab88f8","name":"api/v1/person/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/:id","host":["{{CONTACT_SERVICE_API_URL}}"],"path":["api","v1","person",":id"],"variable":[{"key":"id","value":"fa78768b-537c-4497-b0ac-ad46fc850e3f"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-02-01T09:41:53.394164\",\n    \"isSuccess\": false,\n    \"header\": \"NOT FOUND ERROR\",\n    \"message\": \"Person not found with id: fa78768b-537c-4497-b0ac-ad46fc850e3f\"\n}"}],"_postman_id":"13ce235b-3259-4759-92c0-166dcadc8cd7"},{"name":"api/v1/person","id":"95f57396-36d9-4895-9d40-e01b8a0cb98d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"company\": \"JD Limited\"\n}","options":{"raw":{"language":"json"}}},"url":"{{CONTACT_SERVICE_API_URL}}/api/v1/person","urlObject":{"path":["api","v1","person"],"host":["{{CONTACT_SERVICE_API_URL}}"],"query":[],"variable":[]}},"response":[{"id":"f75fe8f6-cdab-4186-ba31-0e38be38f094","name":"api/v1/person","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"company\": \"JD Limited\"\n}","options":{"raw":{"language":"json"}}},"url":"{{CONTACT_SERVICE_API_URL}}/api/v1/person"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-01-30T18:52:50.038\",\n    \"isSuccess\": true\n}"}],"_postman_id":"95f57396-36d9-4895-9d40-e01b8a0cb98d"},{"name":"api/v1/person/{id}","id":"27c589fc-98a1-4cf4-a3ce-9816a2e420aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/:id","urlObject":{"path":["api","v1","person",":id"],"host":["{{CONTACT_SERVICE_API_URL}}"],"query":[],"variable":[{"id":"682e78e5-ef38-4c0d-bc5e-0a715953961b","type":"any","value":"","key":"id"}]}},"response":[{"id":"aa072243-6c43-4ddc-aa88-90d6b5e82213","name":"api/v1/person/{id}","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/:id","host":["{{CONTACT_SERVICE_API_URL}}"],"path":["api","v1","person",":id"],"variable":[{"key":"id","value":"3e50135c-15ed-436a-9cbd-134212f2518c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-01-30T18:52:50.038\",\n    \"isSuccess\": true\n}"},{"id":"7030d7b3-22ba-4ccd-9afc-66649309102c","name":"api/v1/person/{id}","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/:id","host":["{{CONTACT_SERVICE_API_URL}}"],"path":["api","v1","person",":id"],"variable":[{"key":"id","value":"fa78768b-537c-4497-b0ac-ad46fc850e3f"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-02-01T09:41:53.394164\",\n    \"isSuccess\": false,\n    \"header\": \"NOT FOUND ERROR\",\n    \"message\": \"Person not found with id: fa78768b-537c-4497-b0ac-ad46fc850e3f\"\n}"}],"_postman_id":"27c589fc-98a1-4cf4-a3ce-9816a2e420aa"}],"id":"d2afc970-155a-4bbd-952c-8cf2e3c48402","_postman_id":"d2afc970-155a-4bbd-952c-8cf2e3c48402","description":""},{"name":"Person Contact Management","item":[{"name":"api/v1/person/{id}/contact","id":"4bee0608-3df5-41da-9fb0-885885b2d1fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"emailAddress\": \"john.doe@contacts.test\",\n    \"phoneNumber\": \"905051234567\",\n    \"city\": \"İstanbul\",\n    \"district\": \"Kadıköy\"\n}","options":{"raw":{"language":"json"}}},"url":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/:id/contact","urlObject":{"path":["api","v1","person",":id","contact"],"host":["{{CONTACT_SERVICE_API_URL}}"],"query":[],"variable":[{"id":"3030b74f-dd81-46f8-b622-82b85cdb1a6a","type":"any","value":"6c837988-bb12-46b8-a9aa-182eca219927","key":"id"}]}},"response":[{"id":"24db7a74-5d95-4e0a-a748-fc39548fb2af","name":"api/v1/person/{id}/contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"emailAddress\": \"john.doe@contacts.test\",\n    \"phoneNumber\": \"905051234567\",\n    \"city\": \"İstanbul\",\n    \"district\": \"Kadıköy\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/:id/contact","host":["{{CONTACT_SERVICE_API_URL}}"],"path":["api","v1","person",":id","contact"],"variable":[{"key":"id","value":"fa78768b-537c-4497-b0ac-ad46fc850e3f"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-02-01T09:41:53.394164\",\n    \"isSuccess\": false,\n    \"header\": \"NOT FOUND ERROR\",\n    \"message\": \"Person not found with id: fa78768b-537c-4497-b0ac-ad46fc850e3f\"\n}"},{"id":"0d1040c0-bef9-4600-9cf8-cb0deb20648c","name":"api/v1/person/{id}/contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"emailAddress\": \"john.doe@contacts.test\",\n    \"phoneNumber\": \"905051234567\",\n    \"city\": \"İstanbul\",\n    \"district\": \"Kadıköy\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/:id/contact","host":["{{CONTACT_SERVICE_API_URL}}"],"path":["api","v1","person",":id","contact"],"variable":[{"key":"id","value":"10c737d5-2f15-4574-b9d8-1f6fe2dabfd2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-01-30T18:52:50.038\",\n    \"isSuccess\": true\n}"}],"_postman_id":"4bee0608-3df5-41da-9fb0-885885b2d1fd"},{"name":"api/v1/person/contact/{id}","id":"e8b056e7-58ab-4988-85cb-f0eab041a983","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/contact/:id","urlObject":{"path":["api","v1","person","contact",":id"],"host":["{{CONTACT_SERVICE_API_URL}}"],"query":[],"variable":[{"id":"9528d82b-7bdf-412d-bbb3-f760b88a3611","type":"any","value":"","key":"id"}]}},"response":[{"id":"3ca8efc1-c171-425c-a0e3-aeebe579fe42","name":"api/v1/person/contact/{id}","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/contact/:id","host":["{{CONTACT_SERVICE_API_URL}}"],"path":["api","v1","person","contact",":id"],"variable":[{"key":"id","value":"94e2c054-04bc-4ebf-8986-d835a864e8fa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-01-30T18:52:50.038\",\n    \"isSuccess\": true\n}"},{"id":"4469814f-7728-44a6-84c0-0e39b55eb13a","name":"api/v1/person/contact/{id}","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/contact/:id","host":["{{CONTACT_SERVICE_API_URL}}"],"path":["api","v1","person","contact",":id"],"variable":[{"key":"id","value":"6a047560-1cb0-4246-b8d4-94582f2e0c92"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-02-01T09:41:53.394164\",\n    \"isSuccess\": false,\n    \"header\": \"NOT FOUND ERROR\",\n    \"message\": \"Contact not found  with id: 6a047560-1cb0-4246-b8d4-94582f2e0c92\"\n}"}],"_postman_id":"e8b056e7-58ab-4988-85cb-f0eab041a983"}],"id":"4bfa73af-9072-463b-b039-4e6d95a68ceb","_postman_id":"4bfa73af-9072-463b-b039-4e6d95a68ceb","description":""},{"name":"Person Statistics","item":[{"name":"api/v1/person/statistic","id":"dc318b37-d7da-48d6-a881-354c3c6f19f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/statistic","urlObject":{"path":["api","v1","person","statistic"],"host":["{{CONTACT_SERVICE_API_URL}}"],"query":[],"variable":[]}},"response":[{"id":"315a0214-0727-44e2-99da-34269a69a254","name":"api/v1/person/statistic","originalRequest":{"method":"GET","header":[],"url":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/statistic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 01 Feb 2025 20:47:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-02-01T23:47:37.557339\",\n    \"isSuccess\": true,\n    \"content\": [\n        {\n            \"city\": \"Ankara\",\n            \"district\": \"Çankaya\",\n            \"personCount\": 1,\n            \"phoneNumberCount\": 2\n        },\n        {\n            \"city\": \"Antalya\",\n            \"district\": \"Konyaaltı\",\n            \"personCount\": 2,\n            \"phoneNumberCount\": 4\n        },\n        {\n            \"city\": \"İstanbul\",\n            \"district\": \"Kadıköy\",\n            \"personCount\": 2,\n            \"phoneNumberCount\": 3\n        }\n    ]\n}"},{"id":"28832fe4-5803-4d84-994a-ffe578cb85a8","name":"api/v1/person/statistic","originalRequest":{"method":"GET","header":[],"url":"{{CONTACT_SERVICE_API_URL}}/api/v1/person/statistic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 01 Feb 2025 20:47:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-02-01T23:47:37.557339\",\n    \"isSuccess\": true,\n    \"content\": []\n}"}],"_postman_id":"dc318b37-d7da-48d6-a881-354c3c6f19f1"}],"id":"d4924790-e248-423b-a034-fb5ce517912d","_postman_id":"d4924790-e248-423b-a034-fb5ce517912d","description":""}],"id":"44aa298b-32d7-4ad3-aa2d-c2425acdf3f2","_postman_id":"44aa298b-32d7-4ad3-aa2d-c2425acdf3f2","description":""},{"name":"Report Service","item":[{"name":"Actuator Service","item":[{"name":"public/actuator/health","id":"35efad66-af0a-4b02-9d33-476e2a8ba961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{REPORT_SERVICE_API_URL}}/public/actuator/health","urlObject":{"path":["public","actuator","health"],"host":["{{REPORT_SERVICE_API_URL}}"],"query":[],"variable":[]}},"response":[{"id":"d19532c7-1e8d-4325-8d1e-ef22cdb67176","name":"public/actuator/health","originalRequest":{"method":"GET","header":[],"url":"{{REPORT_SERVICE_API_URL}}/public/actuator/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 02 Feb 2025 11:21:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"UP\"\n}"}],"_postman_id":"35efad66-af0a-4b02-9d33-476e2a8ba961"},{"name":"public/actuator/info","id":"dccac868-6ddc-4d7d-bfc6-430e8c35e288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{REPORT_SERVICE_API_URL}}/public/actuator/info","urlObject":{"path":["public","actuator","info"],"host":["{{REPORT_SERVICE_API_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c90ec67f-0b6f-44f5-9b16-2f2f2f888aae","name":"public/actuator/info","originalRequest":{"method":"GET","header":[],"url":"{{REPORT_SERVICE_API_URL}}/public/actuator/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.spring-boot.actuator.v3+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 02 Feb 2025 11:22:12 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"application\": {\n        \"name\": \"report\",\n        \"description\": \"report\",\n        \"version\": \"1.0.0\"\n    }\n}"}],"_postman_id":"dccac868-6ddc-4d7d-bfc6-430e8c35e288"}],"id":"6bd5af35-93b5-4e2a-b0c4-01208d3e634f","_postman_id":"6bd5af35-93b5-4e2a-b0c4-01208d3e634f","description":""},{"name":"Report Management","item":[{"name":"api/v1/report","id":"8e5c7d67-7c3f-4bec-9d09-ed27e5f33b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{REPORT_SERVICE_API_URL}}/api/v1/report?page=1&pageSize=10","urlObject":{"path":["api","v1","report"],"host":["{{REPORT_SERVICE_API_URL}}"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}],"variable":[]}},"response":[{"id":"3dbb2639-f11c-498e-b889-a4be707e7933","name":"api/v1/report","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{REPORT_SERVICE_API_URL}}/api/v1/report?page=1&pageSize=10","host":["{{REPORT_SERVICE_API_URL}}"],"path":["api","v1","report"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"time\": \"2025-01-30T18:52:50.038\",\n\t\"isSuccess\": true,\n\t\"content\": [\n\t\t{\n\t\t\t\"id\": \"0266c957-65a1-4843-af5d-451d6a888aa8\",\n\t\t\t\"type\": \"PEOPLE_STATISTICS_BY_LOCATION\",\n\t\t\t\"status\": \"COMPLETED\",\n\t\t\t\"createdAt\": \"2025-01-30T18:52:50\",\n\t\t\t\"updatedAt\": \"2025-01-30T18:53:50\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"d6f7fb56-1eaf-409b-98f2-4cda0af606a5\",\n\t\t\t\"type\": \"PEOPLE_STATISTICS_BY_LOCATION\",\n\t\t\t\"status\": \"PENDING\",\n\t\t\t\"createdAt\": \"2025-01-30T18:52:50\",\n\t\t\t\"updatedAt\": null\n\t\t}\n\t]\n}"},{"id":"9682e0b4-6a68-4e9d-8d48-943d1ccfb703","name":"api/v1/report","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{REPORT_SERVICE_API_URL}}/api/v1/report?page=1&pageSize=10","host":["{{REPORT_SERVICE_API_URL}}"],"path":["api","v1","report"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"time\": \"2025-01-30T18:52:50.038\",\n\t\"isSuccess\": true,\n\t\"content\": []\n}"}],"_postman_id":"8e5c7d67-7c3f-4bec-9d09-ed27e5f33b52"},{"name":"api/v1/report/{id}","id":"532f9bda-8a39-44f9-b913-46718c0056e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{REPORT_SERVICE_API_URL}}/api/v1/report/:id","urlObject":{"path":["api","v1","report",":id"],"host":["{{REPORT_SERVICE_API_URL}}"],"query":[],"variable":[{"id":"cc72675a-efae-4edb-86a9-3d24ac2b2a81","type":"any","value":"","key":"id"}]}},"response":[{"id":"f580c2c5-715c-4617-9efe-a2c5a5f7ccf7","name":"api/v1/report/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{REPORT_SERVICE_API_URL}}/api/v1/report/:id","host":["{{REPORT_SERVICE_API_URL}}"],"path":["api","v1","report",":id"],"variable":[{"key":"id","value":"d6f7fb56-1eaf-409b-98f2-4cda0af606a5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-01-30T18:52:50.038\",\n    \"isSuccess\": true,\n    \"content\": {\n        \"id\": \"10c737d5-2f15-4574-b9d8-1f6fe2dabfd2\",\n        \"type\": \"PEOPLE_STATISTICS_BY_LOCATION\",\n        \"status\": \"COMPLETED\",\n        \"data\": {\n            \"statistics\": [\n                {\n                    \"city\": \"İstanbul\",\n                    \"district\": \"Kadıköy\",\n                    \"peopleCount\": 12,\n                    \"phoneNumbersCount\": 9\n                },\n                {\n                    \"city\": \"Ankara\",\n                    \"district\": \"Çankaya\",\n                    \"peopleCount\": 3,\n                    \"phoneNumbersCount\": 26\n                }\n            ]\n        },\n        \"createdAt\": \"2025-01-30T18:52:50\",\n        \"updatedAt\": \"2025-01-30T18:53:50\"\n    }\n}"},{"id":"5a3461e1-582b-4fc6-9106-a8e5a40e9652","name":"api/v1/report/{id}","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{REPORT_SERVICE_API_URL}}/api/v1/report/:id","host":["{{REPORT_SERVICE_API_URL}}"],"path":["api","v1","report",":id"],"variable":[{"key":"id","value":"10c737d5-2f15-4574-b9d8-1f6fe2dabfd2"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-02-01T09:41:53.394164\",\n    \"isSuccess\": false,\n    \"header\": \"NOT FOUND ERROR\",\n    \"message\": \"Report not found with id: 10c737d5-2f15-4574-b9d8-1f6fe2dabfd2\"\n}"}],"_postman_id":"532f9bda-8a39-44f9-b913-46718c0056e6"},{"name":"api/v1/report","id":"439fc1e9-25d4-416c-9232-e46bc043b3c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"PEOPLE_STATISTICS_BY_LOCATION\"\n}","options":{"raw":{"language":"json"}}},"url":"{{REPORT_SERVICE_API_URL}}/api/v1/report","urlObject":{"path":["api","v1","report"],"host":["{{REPORT_SERVICE_API_URL}}"],"query":[],"variable":[]}},"response":[{"id":"70600f99-b051-496e-8e14-5c670f95ef57","name":"api/v1/report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"PEOPLE_STATISTICS_BY_LOCATION\"\n}","options":{"raw":{"language":"json"}}},"url":"{{REPORT_SERVICE_API_URL}}/api/v1/report"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2025-01-30T18:52:50.038\",\n    \"isSuccess\": true\n}"}],"_postman_id":"439fc1e9-25d4-416c-9232-e46bc043b3c6"}],"id":"53e15098-6b1d-42fb-a610-9dcf8c2fa35a","_postman_id":"53e15098-6b1d-42fb-a610-9dcf8c2fa35a","description":""}],"id":"7960289a-bb6d-42b2-a8dd-5fbcb22a47b8","_postman_id":"7960289a-bb6d-42b2-a8dd-5fbcb22a47b8","description":""}]}