{"info":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","description":"<html><head></head><body><img src=\"https://content.pstmn.io/e1664eb9-3311-4a99-92a4-b27004aacc08/bG9nb18xLnBuZw==\">\n\n<p>The Enelyzer Gateway follows the OpenAPI specification to provide partners with REST API service access. Following an API-first principle and security by design, the initial scope is kept narrow, but will be extended in future releases.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<ul>\n<li>the initial version enforeced the use of an api-key, the api-key is issued by Enprove and is not yet available through a developer portal</li>\n</ul>\n<hr>\n<h2 id=\"functionalities\">Functionalities</h2>\n<ul>\n<li><p>Retrieve all tags available for an organisation</p>\n</li>\n<li><p>Retrieve tag record data</p>\n</li>\n<li><p>Retrieve tag categories</p>\n</li>\n<li><p>Overview of manual meters</p>\n</li>\n<li><p>Retrieve manual meter data</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"getting-started-guide\"><strong>Getting started guide</strong></h2>\n<p>To start using the ((add APIs here)), you need to:</p>\n<ul>\n<li><p>You must use a valid API Key to send requests to the API endpoints. You can get your API key by requesting it from <a href=\"https://info@enprove.be\">info@enprove.be</a></p>\n</li>\n<li><p>The API has rate and usage limits.</p>\n</li>\n<li><p>The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources.</p>\n</li>\n<li><p>The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key.</p>\n</li>\n</ul>\n<h2 id=\"authentication-1\">Authentication</h2>\n<p>For each reqeust, add a header with key: 'apikey' and with a value, the api-key you have received.</p>\n<p><strong>Note: In a future release you will have the possibility to use short-lived tokens, in the form of a JWT (Json Web Token). JWT can be used directly from a front-end, while api-keys MUST be kept secret at all times by the service consumer. Typically an api-key is used from a back-end service, or a BFF (Backend-For-Frontend).</strong></p>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<h3 id=\"need-some-help\"><strong>Need some help?</strong></h3>\n<p>For technical support or questions please contact: <a href=\"https://info@enprove.be\">info@enprove.be</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28097472","collectionId":"84735988-1b4e-4577-9a45-94537c322480","publishedId":"2s9YXk1zzS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-10T11:55:13.000Z"},"item":[{"name":"Organisation","item":[{"name":"Tags","item":[{"name":"Get Tags","id":"42d76791-8fba-4d2d-9500-bcaf515ca356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.enelyzer.com/effy/tags?offset=0&limit=3&sortByName=false","description":"<p>Retrieve all tags for an organisation. The offset, limit can be used to paginate the response. The sorting is done on the tag-technical name.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"path":["effy","tags"],"host":["https://api.enelyzer.com"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"3"},{"key":"sortByName","value":"false"}],"variable":[]}},"response":[{"id":"320051dd-4f0d-4628-8bed-31008a6cd0f1","name":"Get Tags Response","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"YOUR_API_KEY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"url":{"raw":"http://localhost:9000/effy/tags?offset=0&limit=3&sortByName=false","protocol":"http","host":["localhost"],"port":"9000","path":["effy","tags"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"3"},{"key":"sortByName","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"content-length","value":"1051"},{"key":"date","value":"Fri, 10 Nov 2023 07:09:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"buildingId\": 1,\n            \"comments\": \"\",\n            \"conversionType\": 0,\n            \"dataLoggerId\": 4,\n            \"dataQuantityId\": 26,\n            \"dataUnitId\": 55,\n            \"discriminator\": \"Tag\",\n            \"displayQuantityId\": 26,\n            \"displayUnitId\": 55,\n            \"energyDirection\": 0,\n            \"id\": 1,\n            \"isActive\": true,\n            \"isBillable\": true,\n            \"isIndex\": false,\n            \"name\": \"Office T2\",\n            \"readInterval\": 900,\n            \"technicalName\": \"office_t2\"\n        },\n        {\n            \"buildingId\": 7,\n            \"categoryId\": 1,\n            \"comments\": \"\",\n            \"conversionType\": 0,\n            \"dataLoggerId\": 7,\n            \"dataQuantityId\": 7,\n            \"dataUnitId\": 4,\n            \"discriminator\": \"Tag\",\n            \"displayQuantityId\": 7,\n            \"displayUnitId\": 4,\n            \"energyDirection\": 0,\n            \"id\": 2,\n            \"isActive\": true,\n            \"isBillable\": true,\n            \"isIndex\": true,\n            \"name\": \"Backroom T1\",\n            \"readInterval\": 86400,\n            \"technicalName\": \"backroom_t1\"\n        },\n        {\n            \"buildingId\": 1,\n            \"conversionType\": 0,\n            \"dataLoggerId\": 7,\n            \"dataQuantityId\": 7,\n            \"dataUnitId\": 4,\n            \"discriminator\": \"Tag\",\n            \"displayQuantityId\": 7,\n            \"displayUnitId\": 4,\n            \"energyDirection\": 0,\n            \"id\": 3,\n            \"isActive\": true,\n            \"isBillable\": true,\n            \"isIndex\": true,\n            \"name\": \"Warehouse Food\",\n            \"readInterval\": 86400,\n            \"technicalName\": \"warehouse_food\"\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"42d76791-8fba-4d2d-9500-bcaf515ca356"},{"name":"Get Unit","id":"b5a37677-291e-4ff5-ae17-4809e3a7f2f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.enelyzer.com/effy/units/1","description":"<p>Retrieve information upon the unit.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"path":["effy","units","1"],"host":["https://api.enelyzer.com"],"query":[],"variable":[]}},"response":[{"id":"a04bb0ab-4e83-4b04-9611-4077fb41862c","name":"Get Tags Unit Response","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"YOUR_API_KEY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:9000/effy/units/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"content-length","value":"193"},{"key":"date","value":"Fri, 10 Nov 2023 07:09:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"conversionFactorDenominator\": 1000,\n        \"conversionFactorNumerator\": 1,\n        \"id\": 1,\n        \"isInstantaneous\": true,\n        \"name\": \"kW\",\n        \"referenceUnitId\": 37,\n        \"timeIntegratedUnitId\": 4,\n        \"unitCode\": 100\n    },\n    \"success\": true\n}"}],"_postman_id":"b5a37677-291e-4ff5-ae17-4809e3a7f2f3"},{"name":"Get Category","id":"889b86d0-c0c7-4574-833b-75d9f4a23c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.enelyzer.com/effy/categories/:cat-name","description":"<p>Retrieve information on a specific category (by name).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"path":["effy","categories",":cat-name"],"host":["https://api.enelyzer.com"],"query":[],"variable":[{"type":"any","value":"Electricity","key":"cat-name"}]}},"response":[{"id":"1be4de2b-3918-4739-ba7a-79f9db9337c9","name":"Get Category Response","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"YOUR_API_KEY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"http://localhost:9000/effy/categories/:cat-name","protocol":"http","host":["localhost"],"port":"9000","path":["effy","categories",":cat-name"],"variable":[{"key":"cat-name","value":"Electricity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"content-length","value":"53"},{"key":"date","value":"Fri, 10 Nov 2023 07:09:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Electricity\"\n    },\n    \"success\": true\n}"}],"_postman_id":"889b86d0-c0c7-4574-833b-75d9f4a23c3d"},{"name":"Get Tag Records","id":"4e1c7d60-5a0e-4fb0-a23e-2ae9c29648fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"from\": \"2023-01-07T23:00:00Z\",\n    \"to\": \"2023-10-07T23:00:00Z\",\n    \"order\": \"ASC\",\n    \"size\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://api.enelyzer.com/effy/tags/:tag-id/records","description":"<p>Retrieve registered values (records) belonging to a given tag. The record values return have a delta value and an optional index value (when the tag is an index meter).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"path":["effy","tags",":tag-id","records"],"host":["https://api.enelyzer.com"],"query":[],"variable":[{"type":"any","value":"1312","key":"tag-id"}]}},"response":[{"id":"f6b12bbb-9632-4702-8d56-8ddd80d3cf32","name":"Get Tag Records Response","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"YOUR_API_KEY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"from\": \"2023-01-07T23:00:00Z\",\n    \"to\": \"2023-10-07T23:00:00Z\",\n    \"order\": \"ASC\",\n    \"size\": 10\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:9000/effy/tags/:tag-id/records","protocol":"http","host":["localhost"],"port":"9000","path":["effy","tags",":tag-id","records"],"variable":[{"key":"tag-id","value":"1312"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"content-length","value":"1285"},{"key":"date","value":"Fri, 10 Nov 2023 07:10:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T00:15:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-07T23:15:00Z\"\n        },\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T00:30:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-07T23:30:00Z\"\n        },\n        {\n            \"delta\": 0.002,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T00:45:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-07T23:45:00Z\"\n        },\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T01:00:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T00:00:00Z\"\n        },\n        {\n            \"delta\": 0.002,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T01:15:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T00:15:00Z\"\n        },\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T01:30:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T00:30:00Z\"\n        },\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T01:45:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T00:45:00Z\"\n        },\n        {\n            \"delta\": 0.002,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T02:00:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T01:00:00Z\"\n        },\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T02:15:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T01:15:00Z\"\n        },\n        {\n            \"delta\": 0.002,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T02:30:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T01:30:00Z\"\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"4e1c7d60-5a0e-4fb0-a23e-2ae9c29648fa"},{"name":"Ingest TS","id":"3eb760a4-68e0-40e7-9f99-3e5af8c4a123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"timestamp\": 123456123123,\n  \"data\": [\n    {\n      \"meter_name\": \"meter_123\",\n      \"value\": 679106.23\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.enelyzer.com/effy/tags/:tag-id/records","description":"<p>Retrieve registered values (records) belonging to a given tag. The record values return have a delta value and an optional index value (when the tag is an index meter).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"path":["effy","tags",":tag-id","records"],"host":["https://api.enelyzer.com"],"query":[],"variable":[{"type":"any","value":"1312","key":"tag-id"}]}},"response":[{"id":"d6ad38eb-0178-4872-b9f8-07eb41d47f8f","name":"Get Tag Records Response","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"YOUR_API_KEY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"from\": \"2023-01-07T23:00:00Z\",\n    \"to\": \"2023-10-07T23:00:00Z\",\n    \"order\": \"ASC\",\n    \"size\": 10\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:9000/effy/tags/:tag-id/records","protocol":"http","host":["localhost"],"port":"9000","path":["effy","tags",":tag-id","records"],"variable":[{"key":"tag-id","value":"1312"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"content-length","value":"1285"},{"key":"date","value":"Fri, 10 Nov 2023 07:10:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T00:15:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-07T23:15:00Z\"\n        },\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T00:30:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-07T23:30:00Z\"\n        },\n        {\n            \"delta\": 0.002,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T00:45:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-07T23:45:00Z\"\n        },\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T01:00:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T00:00:00Z\"\n        },\n        {\n            \"delta\": 0.002,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T01:15:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T00:15:00Z\"\n        },\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T01:30:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T00:30:00Z\"\n        },\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T01:45:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T00:45:00Z\"\n        },\n        {\n            \"delta\": 0.002,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T02:00:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T01:00:00Z\"\n        },\n        {\n            \"delta\": 0.001,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T02:15:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T01:15:00Z\"\n        },\n        {\n            \"delta\": 0.002,\n            \"index\": 0,\n            \"localTimestamp\": \"2023-01-08T02:30:00Z\",\n            \"quality\": 0,\n            \"tagId\": 1312,\n            \"timestamp\": \"2023-01-08T01:30:00Z\"\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"3eb760a4-68e0-40e7-9f99-3e5af8c4a123"},{"name":"Get Categories","id":"ca57d8ad-1d90-4f2c-b0fc-56657d0dd850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.enelyzer.com/effy/tag-categories","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"path":["effy","tag-categories"],"host":["https://api.enelyzer.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca57d8ad-1d90-4f2c-b0fc-56657d0dd850"}],"id":"85ff5603-2567-4021-bd7d-178f4ad74d88","description":"<p>A Tag represents a time-series monitored in the system. A Tag is identified by an id and/or a unique technical name. A Tag is linked to a time-series and has semantical info upon the unit representation and relations in the Enelyzer eco-system.</p>\n","_postman_id":"85ff5603-2567-4021-bd7d-178f4ad74d88","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}}},{"name":"Manual Meters","item":[{"name":"Get Manual Meters","id":"bcc8ddd6-8284-461d-9095-73ec2fa7ee43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.enelyzer.com/effy/manual-meters","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"path":["effy","manual-meters"],"host":["https://api.enelyzer.com"],"query":[],"variable":[]}},"response":[{"id":"87f883f0-6da4-4c32-b6a4-958788bb99de","name":"Get Manual Meters Response","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"YOUR_API_KEY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://staging-gateway.enprove.be/effy/manual-meters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"content-length","value":"11317"},{"key":"date","value":"Fri, 10 Nov 2023 10:45:02 GMT"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ean\": \"211212\",\n            \"enprove\": false,\n            \"id\": 2,\n            \"latestMeterInputDate\": \"2022-10-02T22:00:00Z\",\n            \"overflow\": 999999,\n            \"period\": 2,\n            \"sendInterval\": 900,\n            \"tagId\": 55,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 3,\n            \"latestMeterInputDate\": \"2022-12-09T16:17:36.820Z\",\n            \"overflow\": 9999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 57,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 5,\n            \"latestMeterInputDate\": \"2021-12-31T23:00:00Z\",\n            \"overflow\": 9999,\n            \"period\": 6,\n            \"sendInterval\": 900,\n            \"tagId\": 60,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 6,\n            \"latestMeterInputDate\": \"2023-10-16T22:00:00Z\",\n            \"overflow\": 9999,\n            \"period\": 6,\n            \"sendInterval\": 900,\n            \"tagId\": 61,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 7,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 0,\n            \"period\": 2,\n            \"sendInterval\": 900,\n            \"tagId\": 63,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"123456789\",\n            \"enprove\": false,\n            \"id\": 8,\n            \"latestMeterInputDate\": \"2022-09-08T22:00:00Z\",\n            \"overflow\": 0,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 64,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 9,\n            \"latestMeterInputDate\": \"2022-09-06T22:00:00Z\",\n            \"overflow\": 0,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 65,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 10,\n            \"latestMeterInputDate\": \"2022-09-10T22:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 66,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 11,\n            \"latestMeterInputDate\": \"2023-10-23T04:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 67,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 12,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 68,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 13,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 69,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 14,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 70,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 15,\n            \"latestMeterInputDate\": \"2023-03-14T23:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 71,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 16,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 72,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 17,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 73,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 18,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 74,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 19,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 99999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 75,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 20,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 76,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 21,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 77,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 22,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 78,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 23,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 79,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 24,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 80,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 25,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 81,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 26,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 82,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 27,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 83,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 28,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 84,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 29,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 85,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 30,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 86,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 31,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 87,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 32,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 88,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 33,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 89,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 34,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 90,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 35,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 91,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 36,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 92,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 37,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 93,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 38,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 94,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 39,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 95,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 40,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 96,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 41,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 97,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 42,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 98,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 43,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 99,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 44,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 100,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 45,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 101,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 46,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 102,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 47,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 103,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 48,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 104,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 49,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 105,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 50,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 106,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 51,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 107,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 52,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 108,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 53,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 109,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 54,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 110,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 55,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 111,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 56,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 112,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 57,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 113,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 58,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 114,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 59,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 115,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 60,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 116,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 61,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 9999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 117,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 62,\n            \"latestMeterInputDate\": \"2023-03-22T23:00:00Z\",\n            \"overflow\": 0,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 458,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 63,\n            \"latestMeterInputDate\": \"2023-09-30T22:00:00Z\",\n            \"overflow\": 999999,\n            \"period\": 2,\n            \"sendInterval\": 900,\n            \"tagId\": 1278,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 64,\n            \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n            \"overflow\": 0,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 1279,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 65,\n            \"latestMeterInputDate\": \"2022-12-31T23:00:00Z\",\n            \"overflow\": 999999,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 1280,\n            \"tz\": \"Europe/Paris\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": true,\n            \"id\": 66,\n            \"latestMeterInputDate\": \"2022-12-31T22:45:00Z\",\n            \"overflow\": 0,\n            \"period\": 6,\n            \"sendInterval\": 900,\n            \"tagId\": 1281,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 67,\n            \"latestMeterInputDate\": \"2023-09-30T22:00:00Z\",\n            \"overflow\": 233333333,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 1282,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 68,\n            \"latestMeterInputDate\": \"2023-10-30T23:00:00Z\",\n            \"overflow\": 0,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 1283,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 69,\n            \"latestMeterInputDate\": \"2023-03-31T21:45:00Z\",\n            \"overflow\": 0,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 1287,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 70,\n            \"latestMeterInputDate\": \"2023-09-30T21:45:00Z\",\n            \"overflow\": 0,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 1311,\n            \"tz\": \"Europe/Brussels\"\n        },\n        {\n            \"ean\": \"\",\n            \"enprove\": false,\n            \"id\": 71,\n            \"latestMeterInputDate\": \"2023-09-30T21:45:00Z\",\n            \"overflow\": 0,\n            \"period\": 0,\n            \"sendInterval\": 900,\n            \"tagId\": 1312,\n            \"tz\": \"Europe/Brussels\"\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"bcc8ddd6-8284-461d-9095-73ec2fa7ee43"},{"name":"Get Manual Meter by Id","id":"6c4a2ab3-9003-4a24-a084-e127a79559e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.enelyzer.com/effy/manual-meters/:mm-id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"path":["effy","manual-meters",":mm-id"],"host":["https://api.enelyzer.com"],"query":[],"variable":[{"type":"any","value":"48","key":"mm-id"}]}},"response":[{"id":"05c61e1e-871a-4541-800b-639dcd4e9080","name":"Get Manual Meter by Id Response","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"YOUR_API_KEY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://staging-gateway.enprove.be/effy/manual-meters/:mm-id","protocol":"https","host":["staging-gateway","enprove","be"],"path":["effy","manual-meters",":mm-id"],"variable":[{"key":"mm-id","value":"48"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"content-length","value":"188"},{"key":"date","value":"Fri, 10 Nov 2023 10:45:42 GMT"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ean\": \"\",\n        \"enprove\": false,\n        \"id\": 48,\n        \"latestMeterInputDate\": \"0000-12-30T00:00:00Z\",\n        \"overflow\": 9999999,\n        \"period\": 0,\n        \"sendInterval\": 900,\n        \"tagId\": 104,\n        \"tz\": \"Europe/Brussels\"\n    },\n    \"success\": true\n}"}],"_postman_id":"6c4a2ab3-9003-4a24-a084-e127a79559e8"},{"name":"Get Manual Meter by Id Inputs","id":"1fd795af-def2-4b29-a27d-c68f9675dfb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"from\": \"2020-01-07T23:00:00Z\",\n    \"to\": \"2023-10-07T23:00:00Z\",\n    \"order\": \"ASC\",\n    \"size\": 10\n}"},"url":"https://api.enelyzer.com/effy/manual-meters/:mm-id/inputs","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"path":["effy","manual-meters",":mm-id","inputs"],"host":["https://api.enelyzer.com"],"query":[],"variable":[{"type":"any","value":"48","key":"mm-id"}]}},"response":[{"id":"d7547b30-4a10-4153-857c-40ee2db76ac1","name":"Get Manual Meter by Id Inputs Response","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"YOUR_API_KEY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"from\": \"2020-01-07T23:00:00Z\",\n    \"to\": \"2023-10-07T23:00:00Z\",\n    \"order\": \"ASC\",\n    \"size\": 10\n}"},"url":{"raw":"https://staging-gateway.enprove.be/effy/manual-meters/:mm-id/inputs","protocol":"https","host":["staging-gateway","enprove","be"],"path":["effy","manual-meters",":mm-id","inputs"],"variable":[{"key":"mm-id","value":"48"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"content-length","value":"4108"},{"key":"date","value":"Fri, 10 Nov 2023 10:45:58 GMT"},{"key":"Via","value":"1.1 google"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 49025,\n            \"isOverflow\": true,\n            \"manualMeterId\": 48,\n            \"meterReading\": 52,\n            \"utcTimestamp\": \"2020-01-31T00:00:00Z\"\n        },\n        {\n            \"id\": 49026,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 52,\n            \"utcTimestamp\": \"2020-02-28T00:00:00Z\"\n        },\n        {\n            \"id\": 49027,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 52,\n            \"utcTimestamp\": \"2020-03-30T00:00:00Z\"\n        },\n        {\n            \"id\": 49028,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 53,\n            \"utcTimestamp\": \"2020-04-30T00:00:00Z\"\n        },\n        {\n            \"id\": 49029,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 53,\n            \"utcTimestamp\": \"2020-05-29T00:00:00Z\"\n        },\n        {\n            \"id\": 49030,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 53,\n            \"utcTimestamp\": \"2020-06-30T00:00:00Z\"\n        },\n        {\n            \"id\": 49031,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 53,\n            \"utcTimestamp\": \"2020-07-31T00:00:00Z\"\n        },\n        {\n            \"id\": 49032,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 53,\n            \"utcTimestamp\": \"2020-08-31T00:00:00Z\"\n        },\n        {\n            \"id\": 49033,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 56,\n            \"utcTimestamp\": \"2020-09-30T00:00:00Z\"\n        },\n        {\n            \"id\": 49034,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 59,\n            \"utcTimestamp\": \"2020-10-30T00:00:00Z\"\n        },\n        {\n            \"id\": 49035,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 63,\n            \"utcTimestamp\": \"2020-11-30T00:00:00Z\"\n        },\n        {\n            \"id\": 49036,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 66,\n            \"utcTimestamp\": \"2021-01-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49037,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 66,\n            \"utcTimestamp\": \"2021-01-31T00:00:00Z\"\n        },\n        {\n            \"id\": 49038,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 70,\n            \"utcTimestamp\": \"2021-02-26T00:00:00Z\"\n        },\n        {\n            \"id\": 49039,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 75,\n            \"utcTimestamp\": \"2021-04-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49040,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 78,\n            \"utcTimestamp\": \"2021-05-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49041,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 81,\n            \"utcTimestamp\": \"2021-06-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49042,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 84,\n            \"utcTimestamp\": \"2021-07-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49043,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 87,\n            \"utcTimestamp\": \"2021-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49044,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 95,\n            \"utcTimestamp\": \"2021-09-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49045,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 102,\n            \"utcTimestamp\": \"2021-10-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49046,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 118,\n            \"utcTimestamp\": \"2021-11-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49047,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 129,\n            \"utcTimestamp\": \"2021-12-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49048,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 133,\n            \"utcTimestamp\": \"2022-01-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49049,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 133,\n            \"utcTimestamp\": \"2022-02-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49050,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 134,\n            \"utcTimestamp\": \"2022-03-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49051,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 142,\n            \"utcTimestamp\": \"2022-04-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49052,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 147,\n            \"utcTimestamp\": \"2022-05-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49053,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 152,\n            \"utcTimestamp\": \"2022-06-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49054,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 157,\n            \"utcTimestamp\": \"2022-07-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49055,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 159,\n            \"utcTimestamp\": \"2022-08-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49056,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 162,\n            \"utcTimestamp\": \"2022-09-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49057,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 167,\n            \"utcTimestamp\": \"2022-10-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49208,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 170,\n            \"utcTimestamp\": \"2022-11-01T00:00:00Z\"\n        },\n        {\n            \"id\": 49209,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 171,\n            \"utcTimestamp\": \"2022-11-02T00:00:00Z\"\n        },\n        {\n            \"id\": 49210,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 172,\n            \"utcTimestamp\": \"2022-11-03T00:00:00Z\"\n        },\n        {\n            \"id\": 49211,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 174,\n            \"utcTimestamp\": \"2022-11-04T00:00:00Z\"\n        },\n        {\n            \"id\": 49212,\n            \"isOverflow\": false,\n            \"manualMeterId\": 48,\n            \"meterReading\": 175,\n            \"utcTimestamp\": \"2022-11-05T00:00:00Z\"\n        }\n    ],\n    \"success\": true\n}"}],"_postman_id":"1fd795af-def2-4b29-a27d-c68f9675dfb1"}],"id":"bf7e7897-4c0e-4e3e-976f-8f371a66985e","_postman_id":"bf7e7897-4c0e-4e3e-976f-8f371a66985e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}}},{"name":"Readings","item":[{"name":"Get latest readings","id":"23c17836-cecd-4cb9-8461-75f37696310a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.enelyzer.com/effy/readings/latest?page=1&page_size=1000","description":"<p>Gets the latest reading value for each tag in the organisation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"path":["effy","readings","latest"],"host":["https://api.enelyzer.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"1000"},{"disabled":true,"key":"fze","value":null}],"variable":[]}},"response":[{"id":"0e352ded-44ea-4378-baf3-bc011e44c0e1","name":"Get latest readings","originalRequest":{"method":"GET","header":[{"key":"apiKey","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://api.enelyzer.com/effy/readings/latest?page=2&page_size=2","host":["https://api.enelyzer.com"],"path":["effy","readings","latest"],"query":[{"key":"page","value":"2"},{"key":"page_size","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"paging\": {\n            \"items_per_page\": 2,\n            \"page\": 2,\n            \"total_items\": 500\n        },\n        \"readings\": [\n            {\n                \"category\": \"UNKNOWN\",\n                \"direction\": \"PRODUCTION\",\n                \"interval_seconds\": 900,\n                \"latest_timestamp\": \"2024-03-20T23:00:00Z\",\n                \"latest_value\": 21.73,\n                \"name\": \"production tag\",\n                \"quantity\": \"UNKNOWN\",\n                \"tag_id\": \"0b465eef-9840-44ab-b774-6f107f38cccf\",\n                \"technical_name\": \"production_tag\",\n                \"unit\": \"KILOWATT\",\n                \"value_type\": \"DELTA\"\n            },\n            {\n                \"category\": \"ELECTRICITY\",\n                \"direction\": \"UNKNOWN\",\n                \"interval_seconds\": 900,\n                \"latest_timestamp\": \"2024-03-20T23:00:00Z\",\n                \"latest_value\": 41,\n                \"name\": \"power tag facility 1\",\n                \"quantity\": \"POWER\",\n                \"tag_id\": \"f873765f-5529-4fcb-b711-192c277b9dc9\",\n                \"technical_name\": \"pow_tag\",\n                \"unit\": \"KILOWATT\",\n                \"value_type\": \"DELTA\"\n            }\n        ],\n        \"request_id\": \"d328139e-9f47-4c39-b960-ec8ed1ef719d\",\n        \"status\": \"success\"\n    },\n    \"success\": true\n}"}],"_postman_id":"23c17836-cecd-4cb9-8461-75f37696310a"}],"id":"c8563828-628b-48a0-a60a-fd08876bae91","description":"<p>A Reading is a single value of the time-series of a Tag.</p>\n","_postman_id":"c8563828-628b-48a0-a60a-fd08876bae91","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}}},{"name":"Sync Legacy","id":"4ed8647f-36f0-48ab-b342-99b4d78ea653","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.enelyzer.com/effy/migration/sync","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"path":["effy","migration","sync"],"host":["https://api.enelyzer.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ed8647f-36f0-48ab-b342-99b4d78ea653"}],"id":"41d69e12-33ce-45e1-afa3-11d9a0f57994","description":"<p>Organisaiton Service is used to retrieve information releated to organisation assets, tags, meters, units and categories.</p>\n","_postman_id":"41d69e12-33ce-45e1-afa3-11d9a0f57994","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}}},{"name":"Status","id":"127f42d8-c223-4d6b-96e7-1e3773559ade","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.enelyzer.com","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"84735988-1b4e-4577-9a45-94537c322480","id":"84735988-1b4e-4577-9a45-94537c322480","name":"Enelyzer API Gateway [PROD]","type":"collection"}},"urlObject":{"host":["https://api.enelyzer.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"127f42d8-c223-4d6b-96e7-1e3773559ade"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apikey"},{"key":"value","value":"{{apikey}}"}]}},"event":[{"listen":"prerequest","script":{"id":"54be48a1-0100-4c66-9730-ec3980da372c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d423ea9d-28d1-4362-87b0-d9927ed6074f","type":"text/javascript","exec":[""]}}],"variable":[{"key":"gtw-url","value":"https://api.enelyzer.com"}]}