{"info":{"_postman_id":"91710b66-0ffe-4b15-84e7-753af73590c7","name":"delos-intern","description":"<html><head></head><body><p>delos intern project test by Moh. Ilham Fakhri Zamzami</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23908351","collectionId":"91710b66-0ffe-4b15-84e7-753af73590c7","publishedId":"2s8YYJp2qj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-06T17:52:56.000Z"},"item":[{"name":"Farm","item":[{"name":"Create Farm","id":"fa174597-0f5d-42aa-9564-80f72838a765","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"new farm 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/farm","description":"<p>Create farm with name atribute for binding with post method</p>\n","urlObject":{"protocol":"https","path":["farm"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"54dba9c8-4a5f-4372-9859-f1749d3fac49","name":"Create Farm","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"new farm 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/farm"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 16:48:08 GMT"},{"key":"content-length","value":"209"},{"key":"x-envoy-upstream-service-time","value":"35"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully create farm\",\n    \"errors\": null,\n    \"data\": {\n        \"ID\": 1,\n        \"CreatedAt\": \"2022-11-06T16:48:08.886542035Z\",\n        \"UpdatedAt\": \"2022-11-06T16:48:08.886542035Z\",\n        \"DeletedAt\": null,\n        \"name\": \"new farm 1\",\n        \"ponds\": null\n    }\n}"}],"_postman_id":"fa174597-0f5d-42aa-9564-80f72838a765"},{"name":"Put Farm","id":"8bb0b73d-8d85-42c2-bf94-1108b26e7da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"try put at unregistered farm\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/farm/2","description":"<p>Using put at unregistered farm (using param value = 2) to create new farm. also applies this feature at pond</p>\n","urlObject":{"protocol":"https","path":["farm","2"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"06c02791-bb33-4386-a6f7-064fbd8c1c74","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"try put at unregistered farm\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/farm/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 16:52:42 GMT"},{"key":"content-length","value":"228"},{"key":"x-envoy-upstream-service-time","value":"13"},{"key":"server","value":"railway"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully updated farm\",\n    \"errors\": null,\n    \"data\": {\n        \"ID\": 2,\n        \"CreatedAt\": \"2022-11-06T16:52:42.766967863Z\",\n        \"UpdatedAt\": \"2022-11-06T16:52:42.766967863Z\",\n        \"DeletedAt\": null,\n        \"name\": \"try put at unregistered farm\",\n        \"ponds\": null\n    }\n}"}],"_postman_id":"8bb0b73d-8d85-42c2-bf94-1108b26e7da6"},{"name":"Get Farm","id":"a9b51dd3-7481-4c0f-bc97-c80fb88d6316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://delos-intern-production.up.railway.app/farm","description":"<p>Its approved by getting list of farm</p>\n","urlObject":{"protocol":"https","path":["farm"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"567be458-b5f4-4250-ac13-664e1019ff85","name":"Get Farm","originalRequest":{"method":"GET","header":[],"url":"https://delos-intern-production.up.railway.app/farm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 16:54:51 GMT"},{"key":"content-length","value":"364"},{"key":"x-envoy-upstream-service-time","value":"18"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully get farms\",\n    \"errors\": null,\n    \"data\": [\n        {\n            \"ID\": 1,\n            \"CreatedAt\": \"2022-11-06T16:48:08.886542Z\",\n            \"UpdatedAt\": \"2022-11-06T16:48:08.886542Z\",\n            \"DeletedAt\": null,\n            \"name\": \"new farm 1\",\n            \"ponds\": null\n        },\n        {\n            \"ID\": 2,\n            \"CreatedAt\": \"2022-11-06T16:52:42.766967Z\",\n            \"UpdatedAt\": \"2022-11-06T16:52:42.766967Z\",\n            \"DeletedAt\": null,\n            \"name\": \"try put at unregistered farm\",\n            \"ponds\": null\n        }\n    ]\n}"}],"_postman_id":"a9b51dd3-7481-4c0f-bc97-c80fb88d6316"},{"name":"Get Farm By Id","id":"36832e03-5714-450b-b90e-6fec7a772894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://delos-intern-production.up.railway.app/farm/1","description":"<p>getting farm by id from param value = 1</p>\n","urlObject":{"protocol":"https","path":["farm","1"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"c9c740cf-4e6b-4098-bd52-cac3c584e086","name":"Get Farm By Id","originalRequest":{"method":"GET","header":[],"url":"https://delos-intern-production.up.railway.app/farm/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 16:56:55 GMT"},{"key":"content-length","value":"200"},{"key":"x-envoy-upstream-service-time","value":"14"},{"key":"server","value":"railway"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully get farm\",\n    \"errors\": null,\n    \"data\": {\n        \"ID\": 1,\n        \"CreatedAt\": \"2022-11-06T16:48:08.886542Z\",\n        \"UpdatedAt\": \"2022-11-06T16:48:08.886542Z\",\n        \"DeletedAt\": null,\n        \"name\": \"new farm 1\",\n        \"ponds\": null\n    }\n}"}],"_postman_id":"36832e03-5714-450b-b90e-6fec7a772894"},{"name":"Delete Farm","id":"d005053b-56c2-4b25-bb3b-e2400f07b0dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://delos-intern-production.up.railway.app/farm/1","description":"<p>Soft delete farm with id = 1</p>\n<img src=\"https://content.pstmn.io/662e8d1c-c815-48dc-8ebb-1e54f925aec7/U2NyZWVuc2hvdCAoODQ1KS5wbmc=\" alt />","urlObject":{"protocol":"https","path":["farm","1"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"edf43382-d37c-48d8-8810-3f4f97463b38","name":"Delete Farm","originalRequest":{"method":"DELETE","header":[],"url":"https://delos-intern-production.up.railway.app/farm/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 16:57:35 GMT"},{"key":"content-length","value":"66"},{"key":"x-envoy-upstream-service-time","value":"16"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully deleted farm\",\n    \"errors\": null,\n    \"data\": null\n}"}],"_postman_id":"d005053b-56c2-4b25-bb3b-e2400f07b0dc"}],"id":"ce2d5957-9806-4b33-ac25-938fabf9346d","description":"<p>All stuff about farm entity</p>\n","_postman_id":"ce2d5957-9806-4b33-ac25-938fabf9346d"},{"name":"Pond","item":[{"name":"Create Pond","id":"646b9b59-69c7-4555-9dfe-d0de23aba2a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"new pond from unregistered farm\",\r\n    \"farm_id\" : 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/pond","description":"<p>Create pond with unregistered farm, then the feature can make that farm first</p>\n","urlObject":{"protocol":"https","path":["pond"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"c889e385-f5f4-4b19-8ab8-d0840a870359","name":"Create Pond","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"new pond from unregistered farm\",\r\n    \"farm_id\" : 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/pond"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 17:16:13 GMT"},{"key":"content-length","value":"229"},{"key":"x-envoy-upstream-service-time","value":"21"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully create pond\",\n    \"errors\": null,\n    \"data\": {\n        \"ID\": 1,\n        \"CreatedAt\": \"2022-11-06T17:16:13.173274042Z\",\n        \"UpdatedAt\": \"2022-11-06T17:16:13.173274042Z\",\n        \"DeletedAt\": null,\n        \"name\": \"new pond from unregistered farm\",\n        \"farm_id\": 3\n    }\n}"}],"_postman_id":"646b9b59-69c7-4555-9dfe-d0de23aba2a0"},{"name":"Create More Pond","id":"80394223-8ad1-4489-8832-8c34f833da5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"new pond 1\",\r\n    \"farm_id\" : 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/pond","description":"<p>create normally pond with registered farm</p>\n","urlObject":{"protocol":"https","path":["pond"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"4ec0cc79-8556-4487-9500-c4b1efbfdeb8","name":"Create More Pond","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"new pond 1\",\r\n    \"farm_id\" : 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/pond"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 17:20:16 GMT"},{"key":"content-length","value":"208"},{"key":"x-envoy-upstream-service-time","value":"12"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully create pond\",\n    \"errors\": null,\n    \"data\": {\n        \"ID\": 2,\n        \"CreatedAt\": \"2022-11-06T17:20:16.183075352Z\",\n        \"UpdatedAt\": \"2022-11-06T17:20:16.183075352Z\",\n        \"DeletedAt\": null,\n        \"name\": \"new pond 1\",\n        \"farm_id\": 2\n    }\n}"}],"_postman_id":"80394223-8ad1-4489-8832-8c34f833da5f"},{"name":"Update Pond","id":"a1e959cd-6b22-4302-a554-0aadccc1830b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"pond 1 updated\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/pond/2","description":"<p>update the pond normally, if the json raw atribute not written full, then that attribute is same as before</p>\n","urlObject":{"protocol":"https","path":["pond","2"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"5b258150-9f6c-4787-a9ef-2212b328d897","name":"Update Pond","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"pond 1 updated\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/pond/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 17:22:24 GMT"},{"key":"content-length","value":"210"},{"key":"x-envoy-upstream-service-time","value":"14"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully updated pond\",\n    \"errors\": null,\n    \"data\": {\n        \"ID\": 2,\n        \"CreatedAt\": \"2022-11-06T17:20:16.183075Z\",\n        \"UpdatedAt\": \"2022-11-06T17:22:24.881895304Z\",\n        \"DeletedAt\": null,\n        \"name\": \"pond 1 updated\",\n        \"farm_id\": 2\n    }\n}"}],"_postman_id":"a1e959cd-6b22-4302-a554-0aadccc1830b"},{"name":"Update More Pond","id":"6c40cb13-d01d-42e2-a264-bf3879e076e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"try update from unregistered pond\",\r\n    \"farm_id\" : 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/pond/4","description":"<p>updating pond at unregistered id (param value = 4), then the feature can make pond with next id from database</p>\n","urlObject":{"protocol":"https","path":["pond","4"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"f15dd190-c74c-40b0-a0be-87af99f827c7","name":"Update More Pond","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"try update from unregistered pond\",\r\n    \"farm_id\" : 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/pond/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 17:26:48 GMT"},{"key":"content-length","value":"232"},{"key":"x-envoy-upstream-service-time","value":"14"},{"key":"server","value":"railway"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully updated pond\",\n    \"errors\": null,\n    \"data\": {\n        \"ID\": 3,\n        \"CreatedAt\": \"2022-11-06T17:26:48.505899889Z\",\n        \"UpdatedAt\": \"2022-11-06T17:26:48.505899889Z\",\n        \"DeletedAt\": null,\n        \"name\": \"try update from unregistered pond\",\n        \"farm_id\": 3\n    }\n}"}],"_postman_id":"6c40cb13-d01d-42e2-a264-bf3879e076e0"},{"name":"Get Pond","id":"25b2795e-dc12-4e07-89ac-1afe338f7779","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://delos-intern-production.up.railway.app/pond","description":"<p>Get pond list normally</p>\n","urlObject":{"protocol":"https","path":["pond"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"d82d7aea-19b4-4905-a01e-580edf884417","name":"Get Pond","originalRequest":{"method":"GET","header":[],"url":"https://delos-intern-production.up.railway.app/pond"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 17:27:51 GMT"},{"key":"content-length","value":"534"},{"key":"x-envoy-upstream-service-time","value":"14"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully get ponds\",\n    \"errors\": null,\n    \"data\": [\n        {\n            \"ID\": 1,\n            \"CreatedAt\": \"2022-11-06T17:16:13.173274Z\",\n            \"UpdatedAt\": \"2022-11-06T17:16:13.173274Z\",\n            \"DeletedAt\": null,\n            \"name\": \"new pond from unregistered farm\",\n            \"farm_id\": 3\n        },\n        {\n            \"ID\": 2,\n            \"CreatedAt\": \"2022-11-06T17:20:16.183075Z\",\n            \"UpdatedAt\": \"2022-11-06T17:22:24.881895Z\",\n            \"DeletedAt\": null,\n            \"name\": \"pond 1 updated\",\n            \"farm_id\": 2\n        },\n        {\n            \"ID\": 3,\n            \"CreatedAt\": \"2022-11-06T17:26:48.505899Z\",\n            \"UpdatedAt\": \"2022-11-06T17:26:48.505899Z\",\n            \"DeletedAt\": null,\n            \"name\": \"try update from unregistered pond\",\n            \"farm_id\": 3\n        }\n    ]\n}"}],"_postman_id":"25b2795e-dc12-4e07-89ac-1afe338f7779"},{"name":"Get Pond Id","id":"78f2e3ac-cced-4b7d-a918-40b93401b0d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/pond/3","description":"<p>get pond by id normally</p>\n","urlObject":{"protocol":"https","path":["pond","3"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"e060e46d-dc39-4d48-94be-158b9a00612d","name":"Get Pond Id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://delos-intern-production.up.railway.app/pond/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 17:29:55 GMT"},{"key":"content-length","value":"222"},{"key":"x-envoy-upstream-service-time","value":"9"},{"key":"server","value":"railway"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully get pond\",\n    \"errors\": null,\n    \"data\": {\n        \"ID\": 3,\n        \"CreatedAt\": \"2022-11-06T17:26:48.505899Z\",\n        \"UpdatedAt\": \"2022-11-06T17:26:48.505899Z\",\n        \"DeletedAt\": null,\n        \"name\": \"try update from unregistered pond\",\n        \"farm_id\": 3\n    }\n}"}],"_postman_id":"78f2e3ac-cced-4b7d-a918-40b93401b0d7"},{"name":"New Request","id":"9d38422a-87ff-477a-b30b-464d9272a9f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://delos-intern-production.up.railway.app/pond/2","description":"<p>soft delete pond from list</p>\n<img src=\"https://content.pstmn.io/5855ea00-2bb5-4529-9e46-20bdc3026bf8/U2NyZWVuc2hvdCAoODQ3KS5wbmc=\" alt />","urlObject":{"protocol":"https","path":["pond","2"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"ff2e8be9-a610-4e92-b7b8-b4fadefd03ee","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"https://delos-intern-production.up.railway.app/pond/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 17:30:47 GMT"},{"key":"content-length","value":"66"},{"key":"x-envoy-upstream-service-time","value":"15"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully deleted pond\",\n    \"errors\": null,\n    \"data\": null\n}"}],"_postman_id":"9d38422a-87ff-477a-b30b-464d9272a9f2"}],"id":"7fbb58fb-2635-48f6-ac6d-892862b4b3e8","description":"<p>All stuff about pond entity</p>\n","_postman_id":"7fbb58fb-2635-48f6-ac6d-892862b4b3e8"},{"name":"Telemetry","item":[{"name":"Get Telemetry","id":"17d161bc-e080-4eb8-a914-6f49e7d50132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://delos-intern-production.up.railway.app/telemetry","description":"<p>Get telemetry and deliver it with count respons like the command in the question</p>\n","urlObject":{"protocol":"https","path":["telemetry"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"e519c906-92db-4b25-899a-650bc073e6fe","name":"Get Telemetry","originalRequest":{"method":"GET","header":[],"url":"https://delos-intern-production.up.railway.app/telemetry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 17:32:43 GMT"},{"key":"content-length","value":"962"},{"key":"x-envoy-upstream-service-time","value":"10"},{"key":"server","value":"railway"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully get telemetry\",\n    \"errors\": null,\n    \"data\": [\n        {\n            \"endpoint\": \"/\",\n            \"method\": \"GET\",\n            \"count\": 4,\n            \"unique_user\": 2\n        },\n        {\n            \"endpoint\": \"/farm\",\n            \"method\": \"GET\",\n            \"count\": 3,\n            \"unique_user\": 1\n        },\n        {\n            \"endpoint\": \"/farm\",\n            \"method\": \"POST\",\n            \"count\": 1,\n            \"unique_user\": 1\n        },\n        {\n            \"endpoint\": \"/farm/1\",\n            \"method\": \"DELETE\",\n            \"count\": 1,\n            \"unique_user\": 1\n        },\n        {\n            \"endpoint\": \"/farm/1\",\n            \"method\": \"GET\",\n            \"count\": 1,\n            \"unique_user\": 1\n        },\n        {\n            \"endpoint\": \"/farm/2\",\n            \"method\": \"PUT\",\n            \"count\": 1,\n            \"unique_user\": 1\n        },\n        {\n            \"endpoint\": \"/favicon.ico\",\n            \"method\": \"GET\",\n            \"count\": 4,\n            \"unique_user\": 2\n        },\n        {\n            \"endpoint\": \"/pond\",\n            \"method\": \"GET\",\n            \"count\": 6,\n            \"unique_user\": 1\n        },\n        {\n            \"endpoint\": \"/pond\",\n            \"method\": \"POST\",\n            \"count\": 2,\n            \"unique_user\": 1\n        },\n        {\n            \"endpoint\": \"/pond/2\",\n            \"method\": \"DELETE\",\n            \"count\": 1,\n            \"unique_user\": 1\n        },\n        {\n            \"endpoint\": \"/pond/2\",\n            \"method\": \"PUT\",\n            \"count\": 2,\n            \"unique_user\": 1\n        },\n        {\n            \"endpoint\": \"/pond/3\",\n            \"method\": \"GET\",\n            \"count\": 1,\n            \"unique_user\": 1\n        },\n        {\n            \"endpoint\": \"/pond/4\",\n            \"method\": \"PUT\",\n            \"count\": 1,\n            \"unique_user\": 1\n        },\n        {\n            \"endpoint\": \"/telemetry\",\n            \"method\": \"GET\",\n            \"count\": 6,\n            \"unique_user\": 2\n        }\n    ]\n}"}],"_postman_id":"17d161bc-e080-4eb8-a914-6f49e7d50132"}],"id":"06b5ffdd-cc6a-49a4-a09b-d5c5a749420f","description":"<p>telemetry and count endpoint middleware</p>\n","_postman_id":"06b5ffdd-cc6a-49a4-a09b-d5c5a749420f"},{"name":"Get Farm","id":"37d65db3-8320-48ba-8430-18aeb4981915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://delos-intern-production.up.railway.app/farm","description":"<p>Get all item with get farm feature</p>\n","urlObject":{"protocol":"https","path":["farm"],"host":["delos-intern-production","up","railway","app"],"query":[],"variable":[]}},"response":[{"id":"c24c865d-30bd-4ef0-8f3e-fbea84d77394","name":"Get Farm","originalRequest":{"method":"GET","header":[],"url":"https://delos-intern-production.up.railway.app/farm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"date","value":"Sun, 06 Nov 2022 17:34:04 GMT"},{"key":"content-length","value":"693"},{"key":"x-envoy-upstream-service-time","value":"11"},{"key":"server","value":"railway"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully get farms\",\n    \"errors\": null,\n    \"data\": [\n        {\n            \"ID\": 2,\n            \"CreatedAt\": \"2022-11-06T16:52:42.766967Z\",\n            \"UpdatedAt\": \"2022-11-06T16:52:42.766967Z\",\n            \"DeletedAt\": null,\n            \"name\": \"try put at unregistered farm\",\n            \"ponds\": null\n        },\n        {\n            \"ID\": 3,\n            \"CreatedAt\": \"2022-11-06T17:16:13.169769Z\",\n            \"UpdatedAt\": \"2022-11-06T17:16:13.169769Z\",\n            \"DeletedAt\": null,\n            \"name\": \"Unnamed Farm 3\",\n            \"ponds\": [\n                {\n                    \"ID\": 1,\n                    \"CreatedAt\": \"2022-11-06T17:16:13.173274Z\",\n                    \"UpdatedAt\": \"2022-11-06T17:16:13.173274Z\",\n                    \"DeletedAt\": null,\n                    \"name\": \"new pond from unregistered farm\",\n                    \"farm_id\": 3\n                },\n                {\n                    \"ID\": 3,\n                    \"CreatedAt\": \"2022-11-06T17:26:48.505899Z\",\n                    \"UpdatedAt\": \"2022-11-06T17:26:48.505899Z\",\n                    \"DeletedAt\": null,\n                    \"name\": \"try update from unregistered pond\",\n                    \"farm_id\": 3\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"37d65db3-8320-48ba-8430-18aeb4981915"}]}