{"info":{"_postman_id":"5b281a50-855d-480a-b8c6-daff71dde70d","name":"Public Ubi APIs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5468298","collectionId":"5b281a50-855d-480a-b8c6-daff71dde70d","publishedId":"RzffLqEf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-12-05T10:30:56.000Z"},"item":[{"name":"auth/token [client_credentials]","event":[{"listen":"test","script":{"id":"cb17628c-2132-47f8-8ce2-ae0175df5592","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"ACCESS TOKEN\", jsonData.access_token);"],"type":"text/javascript"}}],"id":"b6d9fa10-8c43-4f6f-9dc0-7635d329755d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The oauth client id</p>\n","key":"client_id","type":"text","value":"{{INSERT OAUTH CLIENT ID}}"},{"description":"<p>The oauth client secret</p>\n","key":"client_secret","type":"text","value":"{{INSERT OAUTH CLIENT SECRET}}"},{"key":"grant_type","type":"text","value":"client_credentials"}]},"url":"{{BASE_URL}}/auth/token","description":"<p>Returns a Bearer Token to be used when calling any API endpoint (access_token).  The token is valid for 30 minutes.\nAll the other API requests need to include the access_token as part of the Authorization header, with the value Bearer {access_token}.\nThe authentication token is also set as a cookie through this endpoint, and in case cookie storage is enabled, the Authorization header is optional.</p>\n","urlObject":{"path":["auth","token"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"29486585-e20d-4916-a6d4-b1c66bda3caa","name":"/auth/token [client_credentials]","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"The oauth client id","key":"client_id","type":"text","value":"<insert client id>"},{"description":"The oauth client secret","key":"client_secret","type":"text","value":"<insert client secret>"},{"key":"grant_type","type":"text","value":"client_credentials"}]},"url":"{{BASE_URL}}/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Oct 2020 09:54:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"323"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=/eVo8aZMl+7eRYwmV0ewt0I8lG/NlrTnRgA/wcld1KO4jiYw/EdvecCrTwuRa98vdTsWurK9Y0+y2Vq0WSkStCp4T6YwEK5LYe7ORa78J3C7ZHBRONupvw4e2Qfg; Expires=Mon, 02 Nov 2020 09:54:37 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=/eVo8aZMl+7eRYwmV0ewt0I8lG/NlrTnRgA/wcld1KO4jiYw/EdvecCrTwuRa98vdTsWurK9Y0+y2Vq0WSkStCp4T6YwEK5LYe7ORa78J3C7ZHBRONupvw4e2Qfg; Expires=Mon, 02 Nov 2020 09:54:37 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"accessToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3N1ZXIiOiJVYmlxaVNlbnNlIERldmVsb3BtZW50IiwiY2xpZW50SWQiOiJ1YmktZXh0ZXJuYWwtY2xpZW50IiwidXNlcklkIjo1LCJncmFudHMiOlsiY2xpZW50X2NyZWRlbnRpYWxzIl0sImV4cGlyZXNBdCI6IjIwMjAtMTAtMjZUMTA6MjQ6MzcuNjQzWiIsImlhdCI6MTYwMzcwNjA3N30.qo6HNqOFYnDJflx0B138hzsWgPFeP7dwdINkeM-6cOI; Path=/; HttpOnly"},{"key":"Set-Cookie","value":"refreshToken=undefined; Path=/; HttpOnly"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ETag","value":"W/\"143-oDh3TVTbqmeHKvJmtiLZi9LIXpE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3N1ZXIiOiJVYmlxaVNlbnNlIERldmVsb3BtZW50IiwiY2xpZW50SWQiOiJ1YmktZXh0ZXJuYWwtY2xpZW50IiwidXNlcklkIjo1LCJncmFudHMiOlsiY2xpZW50X2NyZWRlbnRpYWxzIl0sImV4cGlyZXNBdCI6IjIwMjAtMTAtMjZUMTA6MjQ6MzcuNjQzWiIsImlhdCI6MTYwMzcwNjA3N30.qo6HNqOFYnDJflx0B138hzsWgPFeP7dwdINkeM-6cOI\"\n}"}],"_postman_id":"b6d9fa10-8c43-4f6f-9dc0-7635d329755d"},{"name":"account/me","id":"d28d660e-a09b-4b2c-8e79-c74c6a7ce51c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/account/me","description":"<p>Returns information about the current logged in user.</p>\n<p>The user includes a \"memberships\" property containing all organizations it has access to. The \"organizationId\" property from each membership needs to be passed in to all subsequent APIs.</p>\n","urlObject":{"path":["account","me"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"9c573f3a-9264-462a-aee8-ce8f23edaa54","name":"/account/me","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"The authorization header containing the access token","type":"text"}],"url":"{{BASE_URL}}/account/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Jun 2022 12:07:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"940"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Lp9E+8Siid9h/X8iGpJe0PVShN87Zr3RdS0vN/p/cm3c/751rv+DIkIg6H1Ss001DzxtS27YW4hxirUoerqaUSb/jQUN1GXS/h7+Xup+Nyginbys9RFuG+OsTU/s; Expires=Thu, 23 Jun 2022 12:07:08 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Lp9E+8Siid9h/X8iGpJe0PVShN87Zr3RdS0vN/p/cm3c/751rv+DIkIg6H1Ss001DzxtS27YW4hxirUoerqaUSb/jQUN1GXS/h7+Xup+Nyginbys9RFuG+OsTU/s; Expires=Thu, 23 Jun 2022 12:07:08 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-AppVersion","value":"3.0.3"},{"key":"Access-Control-Expose-Headers","value":"X-AppVersion"},{"key":"ETag","value":"W/\"3ac-B+AeeamcLFuV8X6om0W3O4vCXII\""}],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": 1,\n    \"updatedBy\": 1,\n    \"createdAt\": \"2019-07-08T05:48:52.772Z\",\n    \"updatedAt\": \"2019-07-08T05:48:52.772Z\",\n    \"id\": 10,\n    \"username\": \"....\",\n    \"status\": 1,\n    \"email\": \".....\",\n    \"temporaryEmail\": null,\n    \"firstName\": \"API\",\n    \"lastName\": \"User\",\n    \"type\": \"Api\",\n    \"twoFactorAuthenticationEnabled\": false,\n    \"memberships\": [\n        {\n            \"createdBy\": 1,\n            \"updatedBy\": 1,\n            \"createdAt\": \"2019-07-08T05:48:53.006Z\",\n            \"updatedAt\": \"2019-07-08T05:48:53.006Z\",\n            \"id\": 14,\n            \"userId\": 10,\n            \"organizationId\": 1,\n            \"role\": \"User\",\n            \"organization\": {\n                \"createdBy\": 1,\n                \"updatedBy\": 1,\n                \"createdAt\": \"2019-03-11T15:56:45.000Z\",\n                \"updatedAt\": \"2022-01-06T15:33:05.991Z\",\n                \"id\": 1,\n                \"name\": \"UbiqiSense\",\n                \"displayName\": \"UbiqiSense\",\n                \"currencyCode\": \"DKK\",\n                \"active\": true,\n                \"enableBeachToweling\": true,\n                \"enableRulesProcessing\": true,\n                \"parentOrganizationId\": null,\n                \"socialDistancingMaxGroupSize\": 1,\n                \"ruleEventWebhook\": \"\",\n                \"mongoConnectionUrl\": null\n            },\n            \"permissions\": [\n                \"RuleEvents\",\n                \"SpacesReports\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"d28d660e-a09b-4b2c-8e79-c74c6a7ce51c"},{"name":"buildings","event":[{"listen":"test","script":{"id":"bd85d999-0bf5-4037-8169-fa6a566f53f7","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"siteId\", jsonData.results[0].id);"],"type":"text/javascript"}}],"id":"f055ce0f-b44c-427a-976d-f58f1e4b0297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/buildings?page=1&pageSize=5&term=South","description":"<p>Returns the list of buildings inside the organization with the specified organization ID. Organization ID can be found on the \"My Organization\" page under the \"Admin\" menu</p>\n","urlObject":{"path":["organizations",":organizationId","buildings"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>The page number (1 indexed)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The page size</p>\n","type":"text/plain"},"key":"pageSize","value":"5"},{"description":{"content":"<p>(Optional) Search term</p>\n","type":"text/plain"},"key":"term","value":"South"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"}]}},"response":[{"id":"5e732543-90c4-4564-9498-6638533294b8","name":"buildings","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","description":"The authorization header containing the access token","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/buildings?page=1&pageSize=5&term=INSERT_TERM","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","buildings"],"query":[{"key":"page","value":"1","description":"The page number (1 indexed)"},{"key":"pageSize","value":"5","description":"The page size"},{"key":"term","value":"INSERT_TERM","description":"(Optional) Search term"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID","description":"The organization identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Sep 2021 12:01:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"246"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=eF9reVisHNkIR2J+saMXcXKrK4oIAAr+dWDiDGeDky2r5K13vZg+harbYkUCV/mqhnkENlpBWuXljqM60oBLm4EUNs2yv6ppQ1R2lDO0G2IEg8TJjDGg4PC0YSoS; Expires=Tue, 28 Sep 2021 12:01:25 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=eF9reVisHNkIR2J+saMXcXKrK4oIAAr+dWDiDGeDky2r5K13vZg+harbYkUCV/mqhnkENlpBWuXljqM60oBLm4EUNs2yv6ppQ1R2lDO0G2IEg8TJjDGg4PC0YSoS; Expires=Tue, 28 Sep 2021 12:01:25 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ETag","value":"W/\"f6-CZibiQuaLQzsS2C82uk5w0iOpis\""}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pageSize\": 5,\n    \"totalCount\": 1,\n    \"results\": [\n        {\n            \"createdBy\": 1,\n            \"updatedBy\": 50,\n            \"createdAt\": \"2018-11-16T14:30:42.412Z\",\n            \"updatedAt\": \"2021-07-13T12:42:43.494Z\",\n            \"id\": 2,\n            \"name\": \"Ubiqi CPH South\",\n            \"pricingType\": \"PerSQM\",\n            \"price\": 1153,\n            \"organizationId\": 1\n        }\n    ]\n}"}],"_postman_id":"f055ce0f-b44c-427a-976d-f58f1e4b0297"},{"name":"buildings/{{id}}","event":[{"listen":"test","script":{"id":"0051bddf-5bed-4c40-80ea-fb4c8acd96eb","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"siteId\", jsonData.results[0].id);"],"type":"text/javascript"}}],"id":"3c667f8c-abc3-465b-b2ba-8d8e7d287713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/buildings/:buildingId","description":"<p>Returns a single building by its identifier.</p>\n","urlObject":{"path":["organizations",":organizationId","buildings",":buildingId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"},{"description":{"content":"<p>The building identifier</p>\n","type":"text/plain"},"type":"any","value":"BUILDING_ID","key":"buildingId"}]}},"response":[{"id":"9a9f0ab1-b451-4590-a24f-c8ebbf16881b","name":"buildings/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","description":"The authorization header containing the access token","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/buildings/:buildingId","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","buildings",":buildingId"],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID","description":"The organization identifier"},{"key":"buildingId","value":"INSERT_BUILDING_ID","description":"The building identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Sep 2021 12:02:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"195"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Z/kbxZDVHzSj517iOVYuB5M9wpqDWofcIRdwHjil0StnpdcvZnvQPxcVU19Z995M0rczm74UhL6zOnO7XJlnDuLxYNhpCyaGsu0KaiKOuwNApNVF1PVD40YobTQp; Expires=Tue, 28 Sep 2021 12:02:05 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Z/kbxZDVHzSj517iOVYuB5M9wpqDWofcIRdwHjil0StnpdcvZnvQPxcVU19Z995M0rczm74UhL6zOnO7XJlnDuLxYNhpCyaGsu0KaiKOuwNApNVF1PVD40YobTQp; Expires=Tue, 28 Sep 2021 12:02:05 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ETag","value":"W/\"c3-BvFD39gLaPJicSyZPUMjflLVCqg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": 1,\n    \"updatedBy\": 50,\n    \"createdAt\": \"2018-11-16T14:30:42.412Z\",\n    \"updatedAt\": \"2021-07-13T12:42:43.494Z\",\n    \"id\": 2,\n    \"name\": \"Ubiqi CPH South\",\n    \"pricingType\": \"PerSQM\",\n    \"price\": 1153,\n    \"organizationId\": 1\n}"}],"_postman_id":"3c667f8c-abc3-465b-b2ba-8d8e7d287713"},{"name":"locations","event":[{"listen":"test","script":{"id":"85381a75-7943-4e82-8ae4-1457f4f9e8fe","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"locationId\", jsonData.results[0].id);"],"type":"text/javascript"}}],"id":"3c4c422b-00db-4c7f-b465-2749b4d744dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/locations?page=1&pageSize=2&siteId=SITE_ID","description":"<p>Returns the list of locations belonging to the specified organization.</p>\n","urlObject":{"path":["organizations",":organizationId","locations"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>Page Number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Page Size</p>\n","type":"text/plain"},"key":"pageSize","value":"2"},{"description":{"content":"<p>(Optional) site id filter</p>\n","type":"text/plain"},"key":"siteId","value":"SITE_ID"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"}]}},"response":[{"id":"f72dadaf-a0f7-46b2-bad9-d9aa72356781","name":"locations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","description":"The authorization header containing the access token","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/locations?page=1&pageSize=2&siteId=INSERT_SITE_ID","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","locations"],"query":[{"key":"page","value":"1","description":"Page Number"},{"key":"pageSize","value":"2","description":"Page Size"},{"key":"siteId","value":"INSERT_SITE_ID","description":"(Optional) site id filter"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID","description":"The organization identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Sep 2021 12:02:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5510"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=TV9ywnn4PBR1BsV+T1Ou81AUFE03kpqrLkIv2zsd+H5EGDRv6XcAa9vHl7xkgsoBsXAIeezzpbuJoxKZkBxnSq3Aph1FK7EXV4/ODRaoVACTfykrPNXq51UoOLql; Expires=Tue, 28 Sep 2021 12:02:13 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=TV9ywnn4PBR1BsV+T1Ou81AUFE03kpqrLkIv2zsd+H5EGDRv6XcAa9vHl7xkgsoBsXAIeezzpbuJoxKZkBxnSq3Aph1FK7EXV4/ODRaoVACTfykrPNXq51UoOLql; Expires=Tue, 28 Sep 2021 12:02:13 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ETag","value":"W/\"1586-DNlwKaYxocYJtEwIMVfcd70lhVI\""}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pageSize\": 2,\n    \"totalCount\": 25,\n    \"results\": [\n        {\n            \"createdBy\": 2,\n            \"updatedBy\": 50,\n            \"createdAt\": \"2018-11-16T14:30:43.000Z\",\n            \"updatedAt\": \"2021-02-12T13:41:27.231Z\",\n            \"id\": 1,\n            \"name\": \"Meeting room\",\n            \"buildingId\": 1,\n            \"building\": {\n                \"createdBy\": 1,\n                \"updatedBy\": 50,\n                \"createdAt\": \"2018-11-16T14:30:42.408Z\",\n                \"updatedAt\": \"2021-07-13T12:42:36.391Z\",\n                \"id\": 1,\n                \"name\": \"Ubiqi CPH North\",\n                \"pricingType\": \"PerSQM\",\n                \"price\": 2000,\n                \"organizationId\": 1\n            },\n            \"gatewayId\": 96,\n            \"gateway\": {\n                \"createdBy\": 1,\n                \"updatedBy\": 1,\n                \"createdAt\": \"2019-11-15T13:19:36.000Z\",\n                \"updatedAt\": \"2021-09-21T12:01:58.407Z\",\n                \"id\": 96,\n                \"name\": \"USG087\",\n                \"url\": \"http://usg087.gateways.ubiqisense.com\",\n                \"organizationId\": 1,\n                \"status\": \"Valid\",\n                \"keepAliveStatus\": \"ok\",\n                \"keepAliveTimestamp\": \"2021-09-21T12:01:58.185Z\",\n                \"inMaintenance\": false\n            },\n            \"locationTypeId\": 285,\n            \"locationType\": {\n                \"createdBy\": null,\n                \"updatedBy\": null,\n                \"createdAt\": \"2021-04-28T07:35:50.000Z\",\n                \"updatedAt\": \"2021-04-28T07:35:50.000Z\",\n                \"id\": 285,\n                \"name\": \"Other\",\n                \"targetTimeOccupancy\": 1,\n                \"organizationId\": 1\n            },\n            \"maxCapacity\": 6,\n            \"length\": 345,\n            \"width\": 462,\n            \"fileId\": 42,\n            \"timezone\": \"Europe/Copenhagen\",\n            \"floor\": 0,\n            \"file\": {\n                \"createdBy\": 2,\n                \"updatedBy\": 2,\n                \"createdAt\": \"2019-03-25T14:37:31.000Z\",\n                \"updatedAt\": \"2019-03-25T14:37:31.477Z\",\n                \"id\": 42,\n                \"name\": \"meeting-01.png\",\n                \"type\": \"image/png\",\n                \"awsObjectKey\": \"1553524651421_42\",\n                \"awsETag\": \"\\\"bc6dce13e6c1b9afdefbeedd1e10657b\\\"\",\n                \"awsVersionId\": \"Bk5yqDYAJdeT.8yIqmLSKX1G3y1b7ToL\"\n            },\n            \"sensors\": [\n                {\n                    \"createdBy\": 50,\n                    \"updatedBy\": 50,\n                    \"createdAt\": \"2021-02-12T11:44:19.802Z\",\n                    \"updatedAt\": \"2021-09-21T12:01:40.297Z\",\n                    \"id\": 1875,\n                    \"name\": \"test\",\n                    \"locationId\": 1,\n                    \"ox\": 0,\n                    \"oy\": 0,\n                    \"degree\": 45,\n                    \"height\": 210,\n                    \"networkConnectionId\": 308,\n                    \"type\": \"Occupancy\",\n                    \"bluetoothMajor\": null,\n                    \"bluetoothMinor\": null,\n                    \"bluetoothId\": null,\n                    \"bluetoothAveragingInterval\": null,\n                    \"provisioningState\": \"Successful\",\n                    \"provisioningSignallingState\": \"dhcp_ok\",\n                    \"provisioningInitiatedAt\": \"2021-02-12T13:27:50.383Z\",\n                    \"provisioningDoneAt\": \"2021-02-12T13:29:22.906Z\",\n                    \"provisioningUuid\": \"0025c4a3-5057-47e9-ad45-75c4f5b26968\",\n                    \"uuid\": \"e27b48a2ce5f492da601907627560a13\",\n                    \"provisioningInitiatorId\": 50,\n                    \"tiltAngle\": 0,\n                    \"connectionUrl\": null,\n                    \"frameWidth\": null,\n                    \"frameHeight\": null,\n                    \"onlineStatus\": \"Offline\",\n                    \"onlineStatusUpdatedAt\": \"2021-09-21T12:01:39.777Z\",\n                    \"onlineStatusValidUntil\": \"2021-09-21T12:01:49.777Z\",\n                    \"currentlySendingData\": false,\n                    \"sensorModelId\": 1,\n                    \"sensorModelEditable\": true\n                }\n            ],\n            \"locationTags\": [\n                {\n                    \"createdBy\": 2,\n                    \"updatedBy\": 2,\n                    \"createdAt\": \"2019-05-31T19:16:21.000Z\",\n                    \"updatedAt\": \"2021-02-12T13:41:27.291Z\",\n                    \"id\": 78,\n                    \"locationId\": 1,\n                    \"tagId\": 5,\n                    \"tag\": {\n                        \"createdBy\": 1,\n                        \"updatedBy\": 1,\n                        \"createdAt\": \"2019-05-29T13:43:49.717Z\",\n                        \"updatedAt\": \"2019-05-29T13:43:49.717Z\",\n                        \"id\": 5,\n                        \"name\": \"Meeting Room\",\n                        \"organizationId\": 1,\n                        \"type\": \"Predefined\"\n                    }\n                }\n            ],\n            \"inMaintenanceUntil\": \"2021-02-13T13:41:27.192Z\",\n            \"socialDistancingMaxGroupSize\": 3,\n            \"socialDistancingDistanceBetweenPeople\": null,\n            \"socialDistancingOccupancyAlertThreshold\": 2,\n            \"enableGeofencing\": false\n        },\n        {\n            \"createdBy\": 2,\n            \"updatedBy\": 50,\n            \"createdAt\": \"2019-01-21T09:58:35.092Z\",\n            \"updatedAt\": \"2021-08-24T12:28:10.611Z\",\n            \"id\": 19,\n            \"name\": \"Demo\",\n            \"buildingId\": 13,\n            \"building\": {\n                \"createdBy\": 2,\n                \"updatedBy\": 50,\n                \"createdAt\": \"2019-02-11T09:50:30.450Z\",\n                \"updatedAt\": \"2021-07-13T12:42:59.156Z\",\n                \"id\": 13,\n                \"name\": \"Demo\",\n                \"pricingType\": \"PerSQM\",\n                \"price\": 999,\n                \"organizationId\": 1\n            },\n            \"gatewayId\": 159,\n            \"gateway\": {\n                \"createdBy\": 1,\n                \"updatedBy\": 1,\n                \"createdAt\": \"2020-07-09T15:22:50.144Z\",\n                \"updatedAt\": \"2021-08-26T14:00:58.553Z\",\n                \"id\": 159,\n                \"name\": \"USG069\",\n                \"url\": \"http://usg069.gateways.ubiqisense.com\",\n                \"organizationId\": 1,\n                \"status\": \"Valid\",\n                \"keepAliveStatus\": \"ok\",\n                \"keepAliveTimestamp\": \"2021-08-26T14:00:58.456Z\",\n                \"inMaintenance\": false\n            },\n            \"locationTypeId\": 285,\n            \"locationType\": {\n                \"createdBy\": null,\n                \"updatedBy\": null,\n                \"createdAt\": \"2021-04-28T07:35:50.000Z\",\n                \"updatedAt\": \"2021-04-28T07:35:50.000Z\",\n                \"id\": 285,\n                \"name\": \"Other\",\n                \"targetTimeOccupancy\": 1,\n                \"organizationId\": 1\n            },\n            \"maxCapacity\": 10,\n            \"length\": 1536,\n            \"width\": 2048,\n            \"fileId\": 81,\n            \"timezone\": \"Europe/Copenhagen\",\n            \"floor\": 0,\n            \"file\": {\n                \"createdBy\": 2,\n                \"updatedBy\": 2,\n                \"createdAt\": \"2019-05-06T08:44:53.000Z\",\n                \"updatedAt\": \"2019-05-06T08:44:53.780Z\",\n                \"id\": 81,\n                \"name\": \"generic 6x10 room.jpg\",\n                \"type\": \"image/jpeg\",\n                \"awsObjectKey\": \"1557132293628_81\",\n                \"awsETag\": \"\\\"18c0c69094edf11d10b8a74ee19baa48\\\"\",\n                \"awsVersionId\": \"dWVG9WJ_4dNllNIfDmfpj7.QJQ2V9gvx\"\n            },\n            \"sensors\": [\n                {\n                    \"createdBy\": 50,\n                    \"updatedBy\": 50,\n                    \"createdAt\": \"2021-07-15T07:58:53.996Z\",\n                    \"updatedAt\": \"2021-09-21T12:01:39.778Z\",\n                    \"id\": 2411,\n                    \"name\": \"Demo\",\n                    \"locationId\": 19,\n                    \"ox\": 0,\n                    \"oy\": 0,\n                    \"degree\": 45,\n                    \"height\": 210,\n                    \"networkConnectionId\": 304,\n                    \"type\": \"Occupancy\",\n                    \"bluetoothMajor\": null,\n                    \"bluetoothMinor\": null,\n                    \"bluetoothId\": null,\n                    \"bluetoothAveragingInterval\": null,\n                    \"provisioningState\": \"Initial\",\n                    \"provisioningSignallingState\": \"dhcp_ok\",\n                    \"provisioningInitiatedAt\": \"2021-07-15T15:05:54.271Z\",\n                    \"provisioningDoneAt\": null,\n                    \"provisioningUuid\": \"6210fbd8-87e6-42a2-9480-0f67643008e0\",\n                    \"uuid\": \"\",\n                    \"provisioningInitiatorId\": 50,\n                    \"tiltAngle\": 0,\n                    \"connectionUrl\": null,\n                    \"frameWidth\": 2048,\n                    \"frameHeight\": 1536,\n                    \"onlineStatus\": \"Unreachable\",\n                    \"onlineStatusUpdatedAt\": \"2021-09-21T12:01:39.777Z\",\n                    \"onlineStatusValidUntil\": \"2021-09-21T12:01:49.777Z\",\n                    \"currentlySendingData\": false,\n                    \"sensorModelId\": 2,\n                    \"sensorModelEditable\": true\n                }\n            ],\n            \"locationTags\": [\n                {\n                    \"createdBy\": 50,\n                    \"updatedBy\": 50,\n                    \"createdAt\": \"2019-05-29T13:43:49.000Z\",\n                    \"updatedAt\": \"2021-08-24T12:28:10.669Z\",\n                    \"id\": 8,\n                    \"locationId\": 19,\n                    \"tagId\": 67,\n                    \"tag\": {\n                        \"createdBy\": 1,\n                        \"updatedBy\": 1,\n                        \"createdAt\": \"2019-05-29T13:43:49.717Z\",\n                        \"updatedAt\": \"2019-05-29T13:43:49.717Z\",\n                        \"id\": 67,\n                        \"name\": \"Other\",\n                        \"organizationId\": 1,\n                        \"type\": \"Predefined\"\n                    }\n                }\n            ],\n            \"inMaintenanceUntil\": \"2021-07-16T08:25:25.411Z\",\n            \"socialDistancingMaxGroupSize\": null,\n            \"socialDistancingDistanceBetweenPeople\": null,\n            \"socialDistancingOccupancyAlertThreshold\": null,\n            \"enableGeofencing\": false\n        }\n    ]\n}"}],"_postman_id":"3c4c422b-00db-4c7f-b465-2749b4d744dc"},{"name":"locations/{{id}}","event":[{"listen":"test","script":{"id":"9618c4ad-3db1-476a-85b0-9379ba611b14","exec":[""],"type":"text/javascript"}}],"id":"4fcb104a-f90c-4211-bc08-f0be22ac4aac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId","description":"<p>Returns a single location by id.</p>\n","urlObject":{"path":["organizations",":organizationId","locations",":locationId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"},{"description":{"content":"<p>The location identifier</p>\n","type":"text/plain"},"type":"any","value":"LOCATION_ID","key":"locationId"}]}},"response":[{"id":"935152e2-350e-44cc-a0cb-4755bb6b2752","name":"locations/{{id}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","description":"The authorization header containing the access token","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","locations",":locationId"],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID","description":"The organization identifier"},{"key":"locationId","value":"INSERT_LOCATION_ID","description":"The location identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Sep 2021 12:02:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2890"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=42zFg9IxZ1BVE7Q89u+LGHYeDZbWyWl1c0NaLsLOfZFUGYoFFgRLRa80plJFbGFCgWq0KtQAWDKuyrP80dpi5UeeUJsP7BJT7PRR3SlPm6XoVKs6pQbiPoqbqOas; Expires=Tue, 28 Sep 2021 12:02:43 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=42zFg9IxZ1BVE7Q89u+LGHYeDZbWyWl1c0NaLsLOfZFUGYoFFgRLRa80plJFbGFCgWq0KtQAWDKuyrP80dpi5UeeUJsP7BJT7PRR3SlPm6XoVKs6pQbiPoqbqOas; Expires=Tue, 28 Sep 2021 12:02:43 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ETag","value":"W/\"b4a-w79QHSCUMaDYZrXK4rRJ/nMhk0k\""}],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": 2,\n    \"updatedBy\": 50,\n    \"createdAt\": \"2018-11-16T14:30:43.000Z\",\n    \"updatedAt\": \"2021-02-12T13:41:27.231Z\",\n    \"id\": 1,\n    \"name\": \"Meeting room\",\n    \"buildingId\": 1,\n    \"gatewayId\": 96,\n    \"gateway\": {\n        \"createdBy\": 1,\n        \"updatedBy\": 1,\n        \"createdAt\": \"2019-11-15T13:19:36.000Z\",\n        \"updatedAt\": \"2021-09-21T12:01:58.407Z\",\n        \"id\": 96,\n        \"name\": \"USG087\",\n        \"url\": \"http://usg087.gateways.ubiqisense.com\",\n        \"organizationId\": 1,\n        \"status\": \"Valid\",\n        \"keepAliveStatus\": \"ok\",\n        \"keepAliveTimestamp\": \"2021-09-21T12:01:58.185Z\",\n        \"inMaintenance\": false\n    },\n    \"locationTypeId\": 285,\n    \"locationType\": {\n        \"createdBy\": null,\n        \"updatedBy\": null,\n        \"createdAt\": \"2021-04-28T07:35:50.000Z\",\n        \"updatedAt\": \"2021-04-28T07:35:50.000Z\",\n        \"id\": 285,\n        \"name\": \"Other\",\n        \"targetTimeOccupancy\": 1,\n        \"organizationId\": 1\n    },\n    \"maxCapacity\": 6,\n    \"length\": 345,\n    \"width\": 462,\n    \"fileId\": 42,\n    \"timezone\": \"Europe/Copenhagen\",\n    \"floor\": 0,\n    \"file\": {\n        \"createdBy\": 2,\n        \"updatedBy\": 2,\n        \"createdAt\": \"2019-03-25T14:37:31.000Z\",\n        \"updatedAt\": \"2019-03-25T14:37:31.477Z\",\n        \"id\": 42,\n        \"name\": \"meeting-01.png\",\n        \"type\": \"image/png\",\n        \"awsObjectKey\": \"1553524651421_42\",\n        \"awsETag\": \"\\\"bc6dce13e6c1b9afdefbeedd1e10657b\\\"\",\n        \"awsVersionId\": \"Bk5yqDYAJdeT.8yIqmLSKX1G3y1b7ToL\"\n    },\n    \"sensors\": [\n        {\n            \"createdBy\": 50,\n            \"updatedBy\": 50,\n            \"createdAt\": \"2021-02-12T11:44:19.802Z\",\n            \"updatedAt\": \"2021-09-21T12:02:40.476Z\",\n            \"id\": 1875,\n            \"name\": \"test\",\n            \"locationId\": 1,\n            \"ox\": 0,\n            \"oy\": 0,\n            \"degree\": 45,\n            \"height\": 210,\n            \"networkConnectionId\": 308,\n            \"type\": \"Occupancy\",\n            \"bluetoothMajor\": null,\n            \"bluetoothMinor\": null,\n            \"bluetoothId\": null,\n            \"bluetoothAveragingInterval\": null,\n            \"provisioningState\": \"Successful\",\n            \"provisioningSignallingState\": \"dhcp_ok\",\n            \"provisioningInitiatedAt\": \"2021-02-12T13:27:50.383Z\",\n            \"provisioningDoneAt\": \"2021-02-12T13:29:22.906Z\",\n            \"provisioningUuid\": \"0025c4a3-5057-47e9-ad45-75c4f5b26968\",\n            \"uuid\": \"e27b48a2ce5f492da601907627560a13\",\n            \"provisioningInitiatorId\": 50,\n            \"tiltAngle\": 0,\n            \"connectionUrl\": null,\n            \"frameWidth\": null,\n            \"frameHeight\": null,\n            \"onlineStatus\": \"Offline\",\n            \"onlineStatusUpdatedAt\": \"2021-09-21T12:02:39.961Z\",\n            \"onlineStatusValidUntil\": \"2021-09-21T12:02:49.961Z\",\n            \"currentlySendingData\": false,\n            \"sensorModelId\": 1,\n            \"sensorModel\": {\n                \"createdBy\": null,\n                \"updatedBy\": null,\n                \"createdAt\": \"2020-12-19T16:11:36.427Z\",\n                \"updatedAt\": \"2020-12-19T16:11:36.427Z\",\n                \"id\": 1,\n                \"code\": \"KLTW\",\n                \"displayName\": \"Wide Angle\",\n                \"expertDisplayName\": \"KLTW (Wide Angle)\",\n                \"showOnlyInExpertView\": false,\n                \"angle\": 84,\n                \"range\": 7,\n                \"allowedSensorTypes\": \"Occupancy,Footfall\"\n            },\n            \"sensorModelEditable\": true\n        }\n    ],\n    \"seats\": [],\n    \"locationTags\": [\n        {\n            \"createdBy\": 2,\n            \"updatedBy\": 2,\n            \"createdAt\": \"2019-05-31T19:16:21.000Z\",\n            \"updatedAt\": \"2021-02-12T13:41:27.291Z\",\n            \"id\": 78,\n            \"locationId\": 1,\n            \"tagId\": 5,\n            \"tag\": {\n                \"createdBy\": 1,\n                \"updatedBy\": 1,\n                \"createdAt\": \"2019-05-29T13:43:49.717Z\",\n                \"updatedAt\": \"2019-05-29T13:43:49.717Z\",\n                \"id\": 5,\n                \"name\": \"Meeting Room\",\n                \"organizationId\": 1,\n                \"type\": \"Predefined\"\n            }\n        }\n    ],\n    \"inMaintenanceUntil\": \"2021-02-13T13:41:27.192Z\",\n    \"socialDistancingMaxGroupSize\": 3,\n    \"socialDistancingDistanceBetweenPeople\": null,\n    \"socialDistancingOccupancyAlertThreshold\": 2,\n    \"enableGeofencing\": false,\n    \"locationGeofences\": []\n}"}],"_postman_id":"4fcb104a-f90c-4211-bc08-f0be22ac4aac"},{"name":"sensors","id":"96e70684-3737-446a-9055-a8ff1af7f681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/sensors?page=1&pageSize=2","description":"<p>Returns the sensors belonging to the specified organization.</p>\n","urlObject":{"path":["organizations",":organizationId","sensors"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>The page number (1 indexed)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The page size</p>\n","type":"text/plain"},"key":"pageSize","value":"2"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"}]}},"response":[{"id":"6e0d78c4-4c2d-4d1e-8c5c-52062fbc3aeb","name":"sensors","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","description":"The authorization header containing the access token","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/sensors?page=1&pageSize=2","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","sensors"],"query":[{"key":"page","value":"1","description":"The page number (1 indexed)"},{"key":"pageSize","value":"2","description":"The page size"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID","description":"The organization identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Sep 2021 12:03:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3230"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Z49BCpWdysKkb6thKksdjz2CQ4MVpodPcYw0Ff5Vy//XGGCcdO+kdz3pyli3O8k3glkopsMQ2O+9SQrAt0ZWJ3/hhYces3EIy5oOvzc9BrmG4MTtE1GAj7fE8r4Y; Expires=Tue, 28 Sep 2021 12:03:24 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Z49BCpWdysKkb6thKksdjz2CQ4MVpodPcYw0Ff5Vy//XGGCcdO+kdz3pyli3O8k3glkopsMQ2O+9SQrAt0ZWJ3/hhYces3EIy5oOvzc9BrmG4MTtE1GAj7fE8r4Y; Expires=Tue, 28 Sep 2021 12:03:24 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ETag","value":"W/\"c9e-Cqdw/aIgSTL0IHs5h6Rwcklsl0I\""}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pageSize\": 2,\n    \"totalCount\": 46,\n    \"results\": [\n        {\n            \"createdBy\": 2,\n            \"updatedBy\": 50,\n            \"createdAt\": \"2019-03-01T10:39:26.000Z\",\n            \"updatedAt\": \"2021-09-21T12:02:40.463Z\",\n            \"id\": 28,\n            \"name\": null,\n            \"locationId\": 27,\n            \"location\": {\n                \"id\": 27,\n                \"name\": \"Demo2\"\n            },\n            \"ox\": 0,\n            \"oy\": 100,\n            \"degree\": 30,\n            \"height\": 200,\n            \"networkConnectionId\": 440,\n            \"networkConnection\": {\n                \"createdBy\": 50,\n                \"updatedBy\": 50,\n                \"createdAt\": \"2021-08-10T13:27:18.628Z\",\n                \"updatedAt\": \"2021-08-10T13:27:18.628Z\",\n                \"id\": 440,\n                \"name\": \"testpoe\",\n                \"type\": \"Wired\",\n                \"encryptedConfiguration\": \"96234a71a231113f921e2a48a3623604:9f9f08973516c43580dd66c95919fdae68ce0a6f528e56664d870a9985bf7171\",\n                \"organizationId\": 1\n            },\n            \"type\": \"Occupancy\",\n            \"bluetoothMajor\": null,\n            \"bluetoothMinor\": null,\n            \"bluetoothId\": null,\n            \"bluetoothAveragingInterval\": null,\n            \"provisioningState\": \"Successful\",\n            \"provisioningSignallingState\": \"dhcp_ok\",\n            \"provisioningInitiatedAt\": null,\n            \"provisioningDoneAt\": null,\n            \"provisioningUuid\": \"5269cdf3-c950-4785-9267-e9259e4f3cd5\",\n            \"uuid\": \"5a130a6e953349ebbfaf12e4c1ec0d2a\",\n            \"provisioningInitiatorId\": null,\n            \"provisioningInitiator\": null,\n            \"tiltAngle\": null,\n            \"connectionUrl\": null,\n            \"frameWidth\": null,\n            \"frameHeight\": null,\n            \"onlineStatus\": \"Offline\",\n            \"onlineStatusUpdatedAt\": \"2021-09-21T12:02:39.961Z\",\n            \"onlineStatusValidUntil\": \"2021-09-21T12:02:49.961Z\",\n            \"currentlySendingData\": false,\n            \"sensorModelId\": 2,\n            \"sensorModel\": {\n                \"createdBy\": null,\n                \"updatedBy\": null,\n                \"createdAt\": \"2020-12-19T16:11:36.427Z\",\n                \"updatedAt\": \"2020-12-19T16:11:36.427Z\",\n                \"id\": 2,\n                \"code\": \"OV2732\",\n                \"displayName\": \"Normal\",\n                \"expertDisplayName\": \"OV2732 (Normal)\",\n                \"showOnlyInExpertView\": false,\n                \"angle\": 60,\n                \"range\": 10,\n                \"allowedSensorTypes\": \"Occupancy,Footfall\"\n            },\n            \"sensorModelEditable\": true\n        },\n        {\n            \"createdBy\": 50,\n            \"updatedBy\": 50,\n            \"createdAt\": \"2019-06-11T13:24:02.000Z\",\n            \"updatedAt\": \"2021-09-21T12:02:40.463Z\",\n            \"id\": 161,\n            \"name\": \"Lænestol\",\n            \"locationId\": 25,\n            \"location\": {\n                \"id\": 25,\n                \"name\": \"New sales\"\n            },\n            \"ox\": 50,\n            \"oy\": 50,\n            \"degree\": 30,\n            \"height\": 190,\n            \"networkConnectionId\": 6,\n            \"networkConnection\": {\n                \"createdBy\": 2,\n                \"updatedBy\": 50,\n                \"createdAt\": \"2019-02-06T09:44:55.675Z\",\n                \"updatedAt\": \"2021-07-15T08:10:44.254Z\",\n                \"id\": 6,\n                \"name\": \"UbiqiSenseIoT\",\n                \"type\": \"WiFi\",\n                \"encryptedConfiguration\": \"c69c670c461bf15d7ba37d3ee7281be5:35c0bfe2e45bf8b2c4a33c667b20854709beedd061190350cf93909e737f5aa0695e82515a1721ed78ae05777ff31c1f2795c3ff1eb3211496800836401a10b8\",\n                \"organizationId\": 1\n            },\n            \"type\": \"Occupancy\",\n            \"bluetoothMajor\": null,\n            \"bluetoothMinor\": null,\n            \"bluetoothId\": null,\n            \"bluetoothAveragingInterval\": null,\n            \"provisioningState\": \"Successful\",\n            \"provisioningSignallingState\": \"dhcp_ok\",\n            \"provisioningInitiatedAt\": null,\n            \"provisioningDoneAt\": null,\n            \"provisioningUuid\": \"099bbe3c-f53d-41c1-82d0-64dce5a0f349\",\n            \"uuid\": \"6f8ce983d3534c94904169243f47955c\",\n            \"provisioningInitiatorId\": null,\n            \"provisioningInitiator\": null,\n            \"tiltAngle\": null,\n            \"connectionUrl\": null,\n            \"frameWidth\": null,\n            \"frameHeight\": null,\n            \"onlineStatus\": \"Offline\",\n            \"onlineStatusUpdatedAt\": \"2021-09-21T12:02:39.961Z\",\n            \"onlineStatusValidUntil\": \"2021-09-21T12:02:49.961Z\",\n            \"currentlySendingData\": false,\n            \"sensorModelId\": 2,\n            \"sensorModel\": {\n                \"createdBy\": null,\n                \"updatedBy\": null,\n                \"createdAt\": \"2020-12-19T16:11:36.427Z\",\n                \"updatedAt\": \"2020-12-19T16:11:36.427Z\",\n                \"id\": 2,\n                \"code\": \"OV2732\",\n                \"displayName\": \"Normal\",\n                \"expertDisplayName\": \"OV2732 (Normal)\",\n                \"showOnlyInExpertView\": false,\n                \"angle\": 60,\n                \"range\": 10,\n                \"allowedSensorTypes\": \"Occupancy,Footfall\"\n            },\n            \"sensorModelEditable\": true\n        }\n    ]\n}"}],"_postman_id":"96e70684-3737-446a-9055-a8ff1af7f681"},{"name":"seats","id":"ca76f5b8-a9fa-479d-a5d4-517579d18d15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/seats?page=1&pageSize=5","description":"<p>Returns the sticky seats defined for a location</p>\n","urlObject":{"path":["organizations",":organizationId","locations",":locationId","seats"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>The page number (1 indexed)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The page size</p>\n","type":"text/plain"},"key":"pageSize","value":"5"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"},{"description":{"content":"<p>The location identifier</p>\n","type":"text/plain"},"type":"any","value":"LOCATION_ID","key":"locationId"}]}},"response":[{"id":"4995bfa5-3854-4cce-8945-baa8b2f877b7","name":"seats","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/seats?page=1&pageSize=5","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","locations",":locationId","seats"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"5"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID"},{"key":"locationId","value":"INSERT_LOCATION_ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"544"},{"key":"ETag","value":"W/\"220-p7eNbDccyS9CSatGcLPWIKaFUQo\""},{"key":"Date","value":"Fri, 17 Apr 2020 08:03:35 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pageSize\": 5,\n    \"totalCount\": 2,\n    \"results\": [\n        {\n            \"createdBy\": 2,\n            \"updatedBy\": 2,\n            \"createdAt\": \"2020-04-17T07:46:59.000Z\",\n            \"updatedAt\": \"2020-04-17T07:46:59.000Z\",\n            \"id\": 1,\n            \"name\": \"Seat 1\",\n            \"locationId\": 1,\n            // the center Ox coordinate where the seat will be placed\n            \"centerOx\": 187,\n            // the center Oy coordinate where the seat will be placed\n            \"centerOy\": 218,\n            // the corrected center Ox coordinate where the measurements overlapping the seat will be placed\n            \"correctedCenterOx\": 187,\n            // the corrected center Ox coordinate where the measurements overlapping the seat will be placed\n            \"correctedCenterOy\": 218,\n            \"length\": 50,\n            \"width\": 50\n        },\n        {\n            \"createdBy\": 2,\n            \"updatedBy\": 2,\n            \"createdAt\": \"2020-04-17T07:46:59.000Z\",\n            \"updatedAt\": \"2020-04-17T07:46:59.000Z\",\n            \"id\": 2,\n            \"name\": \"Seat 2\",\n            \"locationId\": 1,\n            \"centerOx\": 191,\n            \"centerOy\": 114,\n            \"correctedCenterOx\": 191,\n            \"correctedCenterOy\": 114,\n            \"length\": 50,\n            \"width\": 50\n        }\n    ]\n}"}],"_postman_id":"ca76f5b8-a9fa-479d-a5d4-517579d18d15"},{"name":"locations/{{id}}/reports/reference-timestamp","id":"caa77549-b87f-49ca-8950-ee706de2eee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/reports/reference-timestamp","description":"<p>Returns the reference timestamp for reports for a given organization. The reference timestamp represents the latest timestamp received from the location's gateway. To make sure that the results from the other reporting APIs, make sure to send the referenceTimestamp as the end date.</p>\n","urlObject":{"path":["organizations",":organizationId","locations",":locationId","reports","reference-timestamp"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"},{"description":{"content":"<p>The location identifier</p>\n","type":"text/plain"},"type":"any","value":"LOCATION_ID","key":"locationId"}]}},"response":[{"id":"1082e6bb-0f46-42ff-8a85-16d34821e23c","name":"locations/{{id}}/reports/reference-timestamp","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/reports/reference-timestamp","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","locations",":locationId","reports","reference-timestamp"],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID"},{"key":"locationId","value":"INSERT_LOCATION_ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"ETag","value":"W/\"31-TpSlVxVZXdr3cf0t5pp1S3upUok\""},{"key":"Date","value":"Fri, 17 Apr 2020 08:10:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t// the timestamp when the location received the most recent occupancy measurement or footfall document\n    \"referenceTimestamp\": \"2019-10-30T08:27:26.501Z\"\n}"}],"_postman_id":"caa77549-b87f-49ca-8950-ee706de2eee2"},{"name":"occupancy","id":"b0d89145-6e2f-47d2-8c96-5c80f9043138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n"}],"url":"{{BASE_URL}}/organizations/:organizationId/occupancy?start=2024-05-29T07:30:00.474Z&end=2024-05-30T13:30:00.474Z&breakdownInterval=60&roundUp=false","description":"<p>Gives an interval breakdown for the occupancy for all the locations inside the organization.</p>\n","urlObject":{"path":["organizations",":organizationId","occupancy"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>Start timestamp</p>\n","type":"text/plain"},"key":"start","value":"2024-05-29T07:30:00.474Z"},{"description":{"content":"<p>End timestamp</p>\n","type":"text/plain"},"key":"end","value":"2024-05-30T13:30:00.474Z"},{"description":{"content":"<p>Breakdown interval in minutes</p>\n","type":"text/plain"},"key":"breakdownInterval","value":"60"},{"description":{"content":"<p>Round up the minutes for the start and end date so that they are divisible w/ breakdownInterval</p>\n","type":"text/plain"},"key":"roundUp","value":"false"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"}]}},"response":[{"id":"1fbf2405-4071-4b5c-8420-61b9543f3186","name":"occupancy","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"The authorization header containing the access token"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/occupancy?start=2024-05-29T07:30:00.474Z&end=2024-05-30T13:30:00.474Z&breakdownInterval=60&roundUp=false","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","occupancy"],"query":[{"key":"start","value":"2024-05-29T07:30:00.474Z","description":"Start timestamp"},{"key":"end","value":"2024-05-30T13:30:00.474Z","description":"End timestamp"},{"key":"breakdownInterval","value":"60","description":"Breakdown interval in minutes"},{"key":"roundUp","value":"false","description":"Round up the minutes for the start and end date so that they are divisible w/ breakdownInterval"}],"variable":[{"key":"organizationId","value":"32","description":"The organization identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Jun 2024 11:07:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44374"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=FoQlrNG5/G9990FQjWHFil6Hp2H+2uZAUGOAZbI2Caqhz1mrU2TdhcdpCovGr7LytgZlLdzTaEnWdjkFEgRxsQnqz0/QBN1n2YufJS2PwvJdknUn+dNf3++H76Rf; Expires=Tue, 18 Jun 2024 11:06:54 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=FoQlrNG5/G9990FQjWHFil6Hp2H+2uZAUGOAZbI2Caqhz1mrU2TdhcdpCovGr7LytgZlLdzTaEnWdjkFEgRxsQnqz0/QBN1n2YufJS2PwvJdknUn+dNf3++H76Rf; Expires=Tue, 18 Jun 2024 11:06:54 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Accept,Authorization,Content-Type,Origin,X-Requested-With,X-ClientId,Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-AppVersion","value":"3.7.0"},{"key":"Access-Control-Expose-Headers","value":"X-AppVersion"},{"key":"ETag","value":"W/\"ad56-ga4R7DdrEt0DCm9JBbDlFR7lCaA\""}],"cookie":[],"responseTime":null,"body":"{\n    \"intervals\": [\n        {\n            \"start\": \"2024-05-29T07:30:00.474Z\",\n            \"end\": \"2024-05-29T08:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 1.45,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 4.41,\n                    \"max\": 8\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.45,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 1.66,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 1.98,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0.75,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 1.87,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 2.96,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 3,\n                    \"max\": 7\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 1.89,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0.19,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 3.41,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 2.01,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0.58,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 2.22,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0.21,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 1.41,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0.68,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0.15,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 3.94,\n                    \"max\": 8\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5408\n        },\n        {\n            \"start\": \"2024-05-29T08:30:00.474Z\",\n            \"end\": \"2024-05-29T09:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 1.14,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 2.82,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 6.52,\n                    \"max\": 8\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.18,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 1.07,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 1.34,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0.4,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 2.68,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 2.67,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 1.98,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 1.92,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 2.41,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 5.1,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 2.2,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 1.04,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 1.02,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 2.82,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0.78,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 1.94,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0.8,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0.55,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0.88,\n                    \"max\": 8\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 3.2,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5401\n        },\n        {\n            \"start\": \"2024-05-29T09:30:00.474Z\",\n            \"end\": \"2024-05-29T10:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 1.24,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0.22,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 1.16,\n                    \"max\": 7\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.57,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 1.9,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 1.89,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 1.6,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 1.1,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 1.47,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 2.27,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0.56,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 1.52,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 4.99,\n                    \"max\": 7\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 2.3,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0.59,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0.86,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 2.3,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0.02,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 1.85,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 1.07,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 8.52,\n                    \"max\": 16\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 2.77,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5432\n        },\n        {\n            \"start\": \"2024-05-29T10:30:00.474Z\",\n            \"end\": \"2024-05-29T11:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 1.4,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0.33,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 2.92,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.66,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 1.97,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 1.8,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0.89,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0.62,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 1.99,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 3.52,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0.46,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 5.4,\n                    \"max\": 7\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 1.8,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0.11,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 1.47,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 16.29,\n                    \"max\": 21\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 4.96,\n                    \"max\": 8\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5452\n        },\n        {\n            \"start\": \"2024-05-29T11:30:00.474Z\",\n            \"end\": \"2024-05-29T12:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 1.28,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 1.66,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 4.68,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.49,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 1.49,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 2.51,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 2.49,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 1.3,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 2.08,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 2.86,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 1,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0.8,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 2.78,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 2.28,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0.65,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 1.99,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0.06,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 17.53,\n                    \"max\": 21\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 5.81,\n                    \"max\": 10\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5432\n        },\n        {\n            \"start\": \"2024-05-29T12:30:00.474Z\",\n            \"end\": \"2024-05-29T13:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 2.69,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0.55,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0.24,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.25,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 1.86,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 5.25,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 2.22,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0.31,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 1.67,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 5.31,\n                    \"max\": 7\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0.13,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0.85,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0.57,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 1.44,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 1.45,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0.09,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0.77,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 1.81,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 2.07,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 16.53,\n                    \"max\": 20\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 6.9,\n                    \"max\": 12\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5441\n        },\n        {\n            \"start\": \"2024-05-29T13:30:00.474Z\",\n            \"end\": \"2024-05-29T14:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0.93,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 1.24,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.43,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 1.46,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 4.85,\n                    \"max\": 7\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0.02,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 1.98,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0.65,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 2.08,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0.59,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 1.49,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0.02,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0.43,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 1.88,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0.42,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 1.11,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 1.95,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 9.39,\n                    \"max\": 18\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 6.17,\n                    \"max\": 10\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5440\n        },\n        {\n            \"start\": \"2024-05-29T14:30:00.474Z\",\n            \"end\": \"2024-05-29T15:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0.87,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.04,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 2.16,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0.14,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0.61,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 2.25,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 4.58,\n                    \"max\": 7\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0.52,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0.26,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0.07,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 1.54,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 2.38,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 4.12,\n                    \"max\": 8\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5457\n        },\n        {\n            \"start\": \"2024-05-29T15:30:00.474Z\",\n            \"end\": \"2024-05-29T16:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0.09,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 1,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0.55,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 1.78,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 2.78,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0.01,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0.02,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 5.13,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 2.46,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 1.16,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5430\n        },\n        {\n            \"start\": \"2024-05-29T16:30:00.474Z\",\n            \"end\": \"2024-05-29T17:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0.96,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0.02,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 2.59,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 2.47,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0.16,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5411\n        },\n        {\n            \"start\": \"2024-05-29T17:30:00.474Z\",\n            \"end\": \"2024-05-29T18:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0.98,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0.98,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0.03,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5432\n        },\n        {\n            \"start\": \"2024-05-29T18:30:00.474Z\",\n            \"end\": \"2024-05-29T19:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.13,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0.99,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0.03,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0.8,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0.03,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5412\n        },\n        {\n            \"start\": \"2024-05-29T19:30:00.474Z\",\n            \"end\": \"2024-05-29T20:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.13,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0.96,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0.05,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0.09,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0.08,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5264\n        },\n        {\n            \"start\": \"2024-05-29T20:30:00.474Z\",\n            \"end\": \"2024-05-29T21:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0.73,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0.04,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0.02,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5333\n        },\n        {\n            \"start\": \"2024-05-29T21:30:00.474Z\",\n            \"end\": \"2024-05-29T22:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.03,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.02,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0.04,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0.04,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0.02,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0.04,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5378\n        },\n        {\n            \"start\": \"2024-05-29T22:30:00.474Z\",\n            \"end\": \"2024-05-29T23:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5418\n        },\n        {\n            \"start\": \"2024-05-29T23:30:00.474Z\",\n            \"end\": \"2024-05-30T00:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0.02,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0.02,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5267\n        },\n        {\n            \"start\": \"2024-05-30T00:30:00.474Z\",\n            \"end\": \"2024-05-30T01:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5414\n        },\n        {\n            \"start\": \"2024-05-30T01:30:00.474Z\",\n            \"end\": \"2024-05-30T02:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0.23,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5451\n        },\n        {\n            \"start\": \"2024-05-30T02:30:00.474Z\",\n            \"end\": \"2024-05-30T03:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.05,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0.09,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 0.1,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5404\n        },\n        {\n            \"start\": \"2024-05-30T03:30:00.474Z\",\n            \"end\": \"2024-05-30T04:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.05,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 1.75,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0.06,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5417\n        },\n        {\n            \"start\": \"2024-05-30T04:30:00.474Z\",\n            \"end\": \"2024-05-30T05:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0.04,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.04,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 1.72,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5430\n        },\n        {\n            \"start\": \"2024-05-30T05:30:00.474Z\",\n            \"end\": \"2024-05-30T06:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 0.09,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.17,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.18,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0.12,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 1.35,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 0.11,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5436\n        },\n        {\n            \"start\": \"2024-05-30T06:30:00.474Z\",\n            \"end\": \"2024-05-30T07:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 1.33,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 1.52,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.88,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.15,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0.93,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 1.88,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 1.91,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 0.81,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 0.38,\n                    \"max\": 12\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0.08,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0.48,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0.16,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0.66,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0.05,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0.01,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 1.85,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0.44,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0.53,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 1.99,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 3.59,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5415\n        },\n        {\n            \"start\": \"2024-05-30T07:30:00.474Z\",\n            \"end\": \"2024-05-30T08:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 1.57,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 2.39,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0.92,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.56,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.42,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 1.28,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 2.95,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 2.58,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 1.96,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 6.68,\n                    \"max\": 14\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0.34,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 1.81,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 3.56,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 1.71,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 1.1,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0.08,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0.09,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 3.45,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 3.78,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 1.87,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 2.12,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 8.05,\n                    \"max\": 12\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5420\n        },\n        {\n            \"start\": \"2024-05-30T08:30:00.474Z\",\n            \"end\": \"2024-05-30T09:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 1.9,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 2.05,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 1.86,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.5,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.96,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 1.28,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 2.98,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 4.68,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 2.41,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 2.01,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0.93,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 3.19,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 7.26,\n                    \"max\": 14\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0.23,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0.69,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 1.09,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0.87,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 1.83,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0.94,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 2,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 2.96,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 2.1,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 7.75,\n                    \"max\": 14\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5426\n        },\n        {\n            \"start\": \"2024-05-30T09:30:00.474Z\",\n            \"end\": \"2024-05-30T10:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 1.84,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 1.03,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 3.04,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.37,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.76,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 0.99,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 1.88,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 1.82,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 2.2,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 2.33,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 1.07,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 1.42,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 11.25,\n                    \"max\": 14\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0.59,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 2.26,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 1.21,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 0.26,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 1.92,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 2.32,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5407\n        },\n        {\n            \"start\": \"2024-05-30T10:30:00.474Z\",\n            \"end\": \"2024-05-30T11:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 1.19,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 1.95,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0.54,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.36,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 1.1,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 2.09,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 1,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 0.94,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 2.11,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 2.17,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 2.01,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0.34,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 11.35,\n                    \"max\": 14\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0.76,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0.66,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 2.45,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 1.93,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 4.51,\n                    \"max\": 8\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5418\n        },\n        {\n            \"start\": \"2024-05-30T11:30:00.474Z\",\n            \"end\": \"2024-05-30T12:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0.59,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 2.5,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0.8,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.09,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.39,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 3.22,\n                    \"max\": 5\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 1.04,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 1.83,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 3.15,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 2.43,\n                    \"max\": 6\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0.07,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 0.16,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 7.76,\n                    \"max\": 12\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0.59,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 0.53,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0.85,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 3.14,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 1.78,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 1.42,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 3.26,\n                    \"max\": 9\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 3.05,\n                    \"max\": 7\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5411\n        },\n        {\n            \"start\": \"2024-05-30T12:30:00.474Z\",\n            \"end\": \"2024-05-30T13:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"count\": 0.03,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1034,\n                    \"count\": 2.39,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1116,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1120,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1124,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1147,\n                    \"count\": 0,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1158,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1165,\n                    \"count\": 0.21,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1254,\n                    \"count\": 0.66,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1255,\n                    \"count\": 3.75,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1256,\n                    \"count\": 1.07,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1258,\n                    \"count\": 1.4,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1262,\n                    \"count\": 2.35,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1263,\n                    \"count\": 2.11,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1280,\n                    \"count\": 0.25,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1281,\n                    \"count\": 1.53,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1283,\n                    \"count\": 0.31,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 1284,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1285,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1443,\n                    \"count\": 0.52,\n                    \"max\": 1\n                },\n                {\n                    \"locationId\": 1444,\n                    \"count\": 1.47,\n                    \"max\": 3\n                },\n                {\n                    \"locationId\": 1556,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1712,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1742,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1940,\n                    \"count\": 0.83,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1941,\n                    \"count\": 0.59,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1942,\n                    \"count\": 1.03,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1944,\n                    \"count\": 1.91,\n                    \"max\": 2\n                },\n                {\n                    \"locationId\": 1945,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 1946,\n                    \"count\": 2.25,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 2304,\n                    \"count\": 20.11,\n                    \"max\": 39\n                },\n                {\n                    \"locationId\": 3027,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3063,\n                    \"count\": 1.53,\n                    \"max\": 4\n                },\n                {\n                    \"locationId\": 3262,\n                    \"count\": 0,\n                    \"max\": 0\n                },\n                {\n                    \"locationId\": 3622,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ],\n            \"numberOfMeasurements\": 5419\n        }\n    ]\n}"}],"_postman_id":"b0d89145-6e2f-47d2-8c96-5c80f9043138"},{"name":"current-occupancy","id":"7a639b18-8095-4d34-8910-f5ddd75d6063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/current-occupancy?locationIds=LOCATION_ID_1&locationIds=LOCATION_ID_2&locationIds=LOCATION_ID_3&locationIds=LOCATION_ID_4","description":"<p>Returns the current occupancies for all the locations or a set of locations for the specified organization.</p>\n","urlObject":{"path":["organizations",":organizationId","current-occupancy"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>(Optional) filter by list of location identifiers</p>\n","type":"text/plain"},"key":"locationIds","value":"LOCATION_ID_1"},{"description":{"content":"<p>(Optional) filter by list of location identifiers</p>\n","type":"text/plain"},"key":"locationIds","value":"LOCATION_ID_2"},{"description":{"content":"<p>(Optional) filter by list of location identifiers</p>\n","type":"text/plain"},"key":"locationIds","value":"LOCATION_ID_3"},{"description":{"content":"<p>(Optional) filter by list of location identifiers</p>\n","type":"text/plain"},"key":"locationIds","value":"LOCATION_ID_4"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"}]}},"response":[{"id":"6fbf2b50-3db0-4c82-b2a4-f29fce3ebb7d","name":"current-occupancy","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","description":"The authorization header containing the access token","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/current-occupancy?locationIds=INSERT_LOCATION_ID_1&locationIds=INSERT_LOCATION_ID_2&locationIds=INSERT_LOCATION_ID_3&locationIds=INSERT_LOCATION_ID_4","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","current-occupancy"],"query":[{"key":"locationIds","value":"INSERT_LOCATION_ID_1"},{"key":"locationIds","value":"INSERT_LOCATION_ID_2"},{"key":"locationIds","value":"INSERT_LOCATION_ID_3"},{"key":"locationIds","value":"INSERT_LOCATION_ID_4"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID","description":"The organization identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 05 Oct 2021 12:54:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=YLbQ6vowX4IqvNlWF7HXEcVTXQ7evzhm4A6yBbd/xGefEoZzt1oijJIEu6D4A/gTiLaCTUiPvJlJSDNw3BfJf+trrthJQ+G0wWSgMLusTEgrJ0VKDl6D3rER6Wij; Expires=Tue, 12 Oct 2021 12:54:31 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=YLbQ6vowX4IqvNlWF7HXEcVTXQ7evzhm4A6yBbd/xGefEoZzt1oijJIEu6D4A/gTiLaCTUiPvJlJSDNw3BfJf+trrthJQ+G0wWSgMLusTEgrJ0VKDl6D3rER6Wij; Expires=Tue, 12 Oct 2021 12:54:31 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ETag","value":"W/\"121-0WmpjDYyOukyI/+k4rRSmGihpDQ\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"locationId\": 53,\n        \"currentOccupancy\": null,\n        \"inMaintenanceUntil\": null\n    },\n    {\n        \"locationId\": 58,\n        \"currentOccupancy\": 3,\n        \"inMaintenanceUntil\": null\n    },\n    {\n        \"locationId\": 59,\n        \"currentOccupancy\": 0,\n        \"inMaintenanceUntil\": \"2021-09-25T12:07:53.366Z\"\n    },\n    {\n        \"locationId\": 60,\n        \"currentOccupancy\": null,\n        \"inMaintenanceUntil\": null\n    }\n]"}],"_postman_id":"7a639b18-8095-4d34-8910-f5ddd75d6063"},{"name":"locations/{{id}}/occupancy","id":"8380a323-3501-4075-8ed4-0d3436062ff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/occupancy?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z&breakdownInterval=120&roundUp=false","description":"<p>Gives an interval breakdown for the occupancy of a single location.</p>\n","urlObject":{"path":["organizations",":organizationId","locations",":locationId","occupancy"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>Start timestamp</p>\n","type":"text/plain"},"key":"start","value":"2019-10-29T07:30:00.474Z"},{"description":{"content":"<p>End timestamp</p>\n","type":"text/plain"},"key":"end","value":"2019-10-30T13:30:00.474Z"},{"description":{"content":"<p>Breakdown interval in minutes</p>\n","type":"text/plain"},"key":"breakdownInterval","value":"120"},{"description":{"content":"<p>Round up the minutes for the start and end date so that they are divisible w/ breakdownInterval</p>\n","type":"text/plain"},"key":"roundUp","value":"false"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"},{"description":{"content":"<p>The location identifier</p>\n","type":"text/plain"},"type":"any","value":"LOCATION_ID","key":"locationId"}]}},"response":[{"id":"a54e2e5e-6104-47bf-be5c-02bd6c740b09","name":"locations/{{id}}/occupancy","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","description":"The authorization header containing the access token","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/occupancy?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z&breakdownInterval=120&roundUp=false","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","locations",":locationId","occupancy"],"query":[{"key":"start","value":"2019-10-29T07:30:00.474Z","description":"Start timestamp"},{"key":"end","value":"2019-10-30T13:30:00.474Z","description":"End timestamp"},{"key":"breakdownInterval","value":"120","description":"Breakdown interval in minutes"},{"key":"roundUp","value":"false","description":"Round up the minutes for the start and end date so that they are divisible w/ breakdownInterval"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID","description":"The organization identifier"},{"key":"locationId","value":"INSERT_LOCATION_ID","description":"The location identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Sep 2021 10:12:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1821"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=lcZ1WQGJJmN8x1iNBuBfYIWAMtzwcOfwxnJEh2qESW4yAzeAnu+oezh1VxSgr6sGUCwLQxzm575QKKxhshftGCYSRhnQhs4Mi/GPtPfJXaf7BkyCnsON2L8vkShj; Expires=Tue, 28 Sep 2021 10:12:01 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=lcZ1WQGJJmN8x1iNBuBfYIWAMtzwcOfwxnJEh2qESW4yAzeAnu+oezh1VxSgr6sGUCwLQxzm575QKKxhshftGCYSRhnQhs4Mi/GPtPfJXaf7BkyCnsON2L8vkShj; Expires=Tue, 28 Sep 2021 10:12:01 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ETag","value":"W/\"71d-Kln1Xbka67SAokQdP45ygdQD9vw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"intervals\": [\n        {\n            \"start\": \"2019-10-29T07:30:00.474Z\",\n            \"end\": \"2019-10-29T09:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 3.21,\n                    \"max\": 5\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T09:30:00.474Z\",\n            \"end\": \"2019-10-29T11:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 1.42,\n                    \"max\": 2\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T11:30:00.474Z\",\n            \"end\": \"2019-10-29T13:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 1.38,\n                    \"max\": 2\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T13:30:00.474Z\",\n            \"end\": \"2019-10-29T15:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T15:30:00.474Z\",\n            \"end\": \"2019-10-29T17:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T17:30:00.474Z\",\n            \"end\": \"2019-10-29T19:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T19:30:00.474Z\",\n            \"end\": \"2019-10-29T21:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T21:30:00.474Z\",\n            \"end\": \"2019-10-29T23:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T23:30:00.474Z\",\n            \"end\": \"2019-10-30T01:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-30T01:30:00.474Z\",\n            \"end\": \"2019-10-30T03:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-30T03:30:00.474Z\",\n            \"end\": \"2019-10-30T05:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 0,\n                    \"max\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-30T05:30:00.474Z\",\n            \"end\": \"2019-10-30T07:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 0.08,\n                    \"max\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-30T07:30:00.474Z\",\n            \"end\": \"2019-10-30T09:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 3.97,\n                    \"max\": 6\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-30T09:30:00.474Z\",\n            \"end\": \"2019-10-30T11:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 1.93,\n                    \"max\": 3\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-30T11:30:00.474Z\",\n            \"end\": \"2019-10-30T13:30:00.474Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1,\n                    \"count\": 3.25,\n                    \"max\": 5\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"8380a323-3501-4075-8ed4-0d3436062ff5"},{"name":"locations/{{id}}/occupancy-stats","id":"ec31d9b1-86e8-46c6-beb1-2ed6b1bab93c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/occupancy-stats?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z","description":"<p>Returns occupancy stats for a location given a start and an end date</p>\n","urlObject":{"path":["organizations",":organizationId","locations",":locationId","occupancy-stats"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>Start timestamp</p>\n","type":"text/plain"},"key":"start","value":"2019-10-29T07:30:00.474Z"},{"description":{"content":"<p>End timestamp</p>\n","type":"text/plain"},"key":"end","value":"2019-10-30T13:30:00.474Z"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"},{"description":{"content":"<p>The location identifier</p>\n","type":"text/plain"},"type":"any","value":"LOCATION_ID","key":"locationId"}]}},"response":[{"id":"f4721db3-3c1a-4eb1-ae14-78f09864d3f2","name":"locations/{{id}}/occupancy-stats","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","description":"The authorization header containing the access token","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/occupancy-stats?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","locations",":locationId","occupancy-stats"],"query":[{"key":"start","value":"2019-10-29T07:30:00.474Z","description":"Start timestamp"},{"key":"end","value":"2019-10-30T13:30:00.474Z","description":"End timestamp"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID","description":"The organization identifier"},{"key":"locationId","value":"INSERT_LOCATION_ID","description":"The location identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Sep 2021 10:14:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"121"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=bd9QqoIixquDdb77zxMDDqfzPJN4mG82jMQxpN8qDyFt0Ad2VX/MVRiZ0N5SlCKWn003AcmSD4FU7/QBOsYX/gxb0qlAb2K1+5UqqZMrB7oTIxFe0WZzGre5l3Sq; Expires=Tue, 28 Sep 2021 10:14:25 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=bd9QqoIixquDdb77zxMDDqfzPJN4mG82jMQxpN8qDyFt0Ad2VX/MVRiZ0N5SlCKWn003AcmSD4FU7/QBOsYX/gxb0qlAb2K1+5UqqZMrB7oTIxFe0WZzGre5l3Sq; Expires=Tue, 28 Sep 2021 10:14:25 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ETag","value":"W/\"79-zsY81Polp+KE3fkLhNaXuuztodM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"currentOccupancy\": 0,\n    \"maxCapacity\": 6,\n    \"maxOccupancy\": 6,\n    \"minOccupancy\": 0,\n    \"avgOccupancy\": 2.7067084493964715,\n    \"locationId\": 1\n}"}],"_postman_id":"ec31d9b1-86e8-46c6-beb1-2ed6b1bab93c"},{"name":"occupancy-stats","id":"6de6e9ca-bec6-4982-aa07-9efe220fc859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/occupancy-stats?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z&locationIds=LOCATION_ID_1&locationIds=LOCATION_ID_2","description":"<p>Returns occupancy stats for multiple locations given a start and an end date</p>\n","urlObject":{"path":["organizations",":organizationId","occupancy-stats"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>Start timestamp</p>\n","type":"text/plain"},"key":"start","value":"2019-10-29T07:30:00.474Z"},{"description":{"content":"<p>End timestamp</p>\n","type":"text/plain"},"key":"end","value":"2019-10-30T13:30:00.474Z"},{"description":{"content":"<p>(Optional) filter by list of location identifiers</p>\n","type":"text/plain"},"key":"locationIds","value":"LOCATION_ID_1"},{"description":{"content":"<p>(Optional) filter by list of location identifiers</p>\n","type":"text/plain"},"key":"locationIds","value":"LOCATION_ID_2"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"}]}},"response":[{"id":"c6f53bf3-4b92-48dd-b4f5-27f484d71627","name":"occupancy-stats","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","description":"The authorization header containing the access token","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/occupancy-stats?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z&locationIds=INSERT_LOCATION_ID_1&locationIds=INSERT_LOCATION_ID_2","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","occupancy-stats"],"query":[{"key":"start","value":"2019-10-29T07:30:00.474Z","description":"Start timestamp"},{"key":"end","value":"2019-10-30T13:30:00.474Z","description":"End timestamp"},{"key":"locationIds","value":"INSERT_LOCATION_ID_1"},{"key":"locationIds","value":"INSERT_LOCATION_ID_2"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID","description":"The organization identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Sep 2021 10:17:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"257"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=947Tg29skPaopzf0BJknS+evQvYCsSwvUXI+PyCG4Mjo8EZKnF4WmobECCiZoPfomc6QNJerHeO6v7qYZwmFEpUOzIKnmQAMTWMnJuOO6BmCtiGHTCdelMIadUEz; Expires=Tue, 28 Sep 2021 10:17:37 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=947Tg29skPaopzf0BJknS+evQvYCsSwvUXI+PyCG4Mjo8EZKnF4WmobECCiZoPfomc6QNJerHeO6v7qYZwmFEpUOzIKnmQAMTWMnJuOO6BmCtiGHTCdelMIadUEz; Expires=Tue, 28 Sep 2021 10:17:37 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ETag","value":"W/\"101-dCUorooxHLbguOV34AC2obOUnbw\""}],"cookie":[],"responseTime":null,"body":"{\n    \"aggregated\": {\n        \"currentOccupancy\": 0,\n        \"maxCapacity\": 6,\n        \"maxOccupancy\": 6,\n        \"minOccupancy\": 0,\n        \"avgOccupancy\": 2.7067084493964715\n    },\n    \"locations\": [\n        {\n            \"currentOccupancy\": 0,\n            \"maxCapacity\": 6,\n            \"maxOccupancy\": 6,\n            \"minOccupancy\": 0,\n            \"avgOccupancy\": 2.7067084493964715,\n            \"locationId\": 1\n        }\n    ]\n}"}],"_postman_id":"6de6e9ca-bec6-4982-aa07-9efe220fc859"},{"name":"locations/{{id}}/seat-occupancy","id":"2157bdb3-2c0d-485f-b743-8196250a1274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/seat-occupancy?start=2019-09-16T07:30:00.474Z&end=2019-09-17T13:30:00.474Z&breakdownInterval=120&roundUp=true","description":"<p>Gives an interval breakdown for the occupancy for one location's sticky seats.</p>\n","urlObject":{"path":["organizations",":organizationId","locations",":locationId","seat-occupancy"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>Start timestamp</p>\n","type":"text/plain"},"key":"start","value":"2019-09-16T07:30:00.474Z"},{"description":{"content":"<p>End timestamp</p>\n","type":"text/plain"},"key":"end","value":"2019-09-17T13:30:00.474Z"},{"description":{"content":"<p>Breakdown interval in minutes</p>\n","type":"text/plain"},"key":"breakdownInterval","value":"120"},{"description":{"content":"<p>Round up the minutes for the start and end date so that they are divisible w/ breakdownInterval</p>\n","type":"text/plain"},"key":"roundUp","value":"true"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"},{"description":{"content":"<p>The location identifier</p>\n","type":"text/plain"},"type":"any","value":"LOCATION_ID","key":"locationId"}]}},"response":[{"id":"33a64cc6-8801-4cec-983f-f70bacf3ce5b","name":"locations/{{id}}/seat-occupancy","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/seat-occupancy?start=2019-09-16T07:30:00.474Z&end=2019-09-17T13:30:00.474Z&breakdownInterval=120","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","locations",":locationId","seat-occupancy"],"query":[{"key":"start","value":"2019-09-16T07:30:00.474Z","description":"Start timestamp"},{"key":"end","value":"2019-09-17T13:30:00.474Z","description":"End timestamp"},{"key":"breakdownInterval","value":"120","description":"Breakdown interval in minutes"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID"},{"key":"locationId","value":"INSERT_LOCATION_ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1905"},{"key":"ETag","value":"W/\"771-DVTIHHx6tTZbpysGCliO7gRS/ns\""},{"key":"Date","value":"Fri, 17 Apr 2020 08:17:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"intervals\": [\n        {\n            \"start\": \"2019-09-16T07:30:00.474Z\",\n            \"end\": \"2019-09-16T09:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-16T09:30:00.474Z\",\n            \"end\": \"2019-09-16T11:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-16T11:30:00.474Z\",\n            \"end\": \"2019-09-16T13:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-16T13:30:00.474Z\",\n            \"end\": \"2019-09-16T15:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-16T15:30:00.474Z\",\n            \"end\": \"2019-09-16T17:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-16T17:30:00.474Z\",\n            \"end\": \"2019-09-16T19:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-16T19:30:00.474Z\",\n            \"end\": \"2019-09-16T21:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-16T21:30:00.474Z\",\n            \"end\": \"2019-09-16T23:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-16T23:30:00.474Z\",\n            \"end\": \"2019-09-17T01:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-17T01:30:00.474Z\",\n            \"end\": \"2019-09-17T03:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-17T03:30:00.474Z\",\n            \"end\": \"2019-09-17T05:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-17T05:30:00.474Z\",\n            \"end\": \"2019-09-17T07:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-17T07:30:00.474Z\",\n            \"end\": \"2019-09-17T09:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-17T09:30:00.474Z\",\n            \"end\": \"2019-09-17T11:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-09-17T11:30:00.474Z\",\n            \"end\": \"2019-09-17T13:30:00.474Z\",\n            \"seats\": [\n                {\n                    \"seatId\": 1,\n                    \"count\": 0\n                },\n                {\n                    \"seatId\": 2,\n                    \"count\": 0\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"2157bdb3-2c0d-485f-b743-8196250a1274"},{"name":"locations/{{id}}/footfall","id":"69c24274-c710-4b50-b3ce-6a451dcef3c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/footfall?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z&breakdownInterval=60&roundUp=true","description":"<p>Gives an interval breakdown for the footfall for one location.</p>\n","urlObject":{"path":["organizations",":organizationId","locations",":locationId","footfall"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>Start timestamp</p>\n","type":"text/plain"},"key":"start","value":"2019-10-29T07:30:00.474Z"},{"description":{"content":"<p>End timestamp</p>\n","type":"text/plain"},"key":"end","value":"2019-10-30T13:30:00.474Z"},{"description":{"content":"<p>Breakdown interval in miutes</p>\n","type":"text/plain"},"key":"breakdownInterval","value":"60"},{"description":{"content":"<p>Round up the minutes for the start and end date so that they are divisible w/ breakdownInterval</p>\n","type":"text/plain"},"key":"roundUp","value":"true"}],"variable":[{"description":{"content":"<p>The organization identifier.</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"},{"description":{"content":"<p>The location identifier.</p>\n","type":"text/plain"},"type":"any","value":"LOCATION_ID","key":"locationId"}]}},"response":[{"id":"06dba048-b2b1-482e-b6bc-fc77b1477610","name":"locations/{{id}}/footfall","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/footfall?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z&breakdownInterval=60","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","locations",":locationId","footfall"],"query":[{"key":"start","value":"2019-10-29T07:30:00.474Z","description":"Start timestamp"},{"key":"end","value":"2019-10-30T13:30:00.474Z","description":"End timestamp"},{"key":"breakdownInterval","value":"60","description":"Breakdown interval in miutes"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID"},{"key":"locationId","value":"INSERT_LOCATION_ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4180"},{"key":"ETag","value":"W/\"1054-VrTmMIQDN4uK2hubIugJEzOu/B0\""},{"key":"Date","value":"Fri, 17 Apr 2020 08:20:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"intervals\": [\n        {\n            \"start\": \"2019-10-29T08:00:00.000Z\",\n            \"end\": \"2019-10-29T09:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 6,\n                    \"exited\": 8,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 10,\n                    \"exited\": 8,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T09:00:00.000Z\",\n            \"end\": \"2019-10-29T10:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 10,\n                    \"exited\": 17,\n                    \"sensorId\": 1\n                },\n                {\n                    \"entered\": 3,\n                    \"exited\": 7,\n                    \"sensorId\": 2\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T10:00:00.000Z\",\n            \"end\": \"2019-10-29T11:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 25,\n                    \"exited\": 18,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 32,\n                    \"exited\": 19,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T11:00:00.000Z\",\n            \"end\": \"2019-10-29T12:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 47,\n                    \"exited\": 41,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 47,\n                    \"exited\": 48,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T12:00:00.000Z\",\n            \"end\": \"2019-10-29T13:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-29T13:00:00.000Z\",\n            \"end\": \"2019-10-29T14:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-29T14:00:00.000Z\",\n            \"end\": \"2019-10-29T15:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-29T15:00:00.000Z\",\n            \"end\": \"2019-10-29T16:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 35,\n                    \"exited\": 20,\n                    \"sensorId\": 1\n                },\n                {\n                    \"entered\": 40,\n                    \"exited\": 23,\n                    \"sensorId\": 2\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T16:00:00.000Z\",\n            \"end\": \"2019-10-29T17:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 4,\n                    \"exited\": 4,\n                    \"sensorId\": 1\n                },\n                {\n                    \"entered\": 8,\n                    \"exited\": 1,\n                    \"sensorId\": 2\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T17:00:00.000Z\",\n            \"end\": \"2019-10-29T18:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-29T18:00:00.000Z\",\n            \"end\": \"2019-10-29T19:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 9,\n                    \"exited\": 6,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 12,\n                    \"exited\": 9,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T19:00:00.000Z\",\n            \"end\": \"2019-10-29T20:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 9,\n                    \"exited\": 5,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 6,\n                    \"exited\": 8,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T20:00:00.000Z\",\n            \"end\": \"2019-10-29T21:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 13,\n                    \"exited\": 18,\n                    \"sensorId\": 1\n                },\n                {\n                    \"entered\": 10,\n                    \"exited\": 16,\n                    \"sensorId\": 2\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T21:00:00.000Z\",\n            \"end\": \"2019-10-29T22:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 19,\n                    \"exited\": 18,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 9,\n                    \"exited\": 12,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T22:00:00.000Z\",\n            \"end\": \"2019-10-29T23:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 16,\n                    \"exited\": 14,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 13,\n                    \"exited\": 18,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-29T23:00:00.000Z\",\n            \"end\": \"2019-10-30T00:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-30T00:00:00.000Z\",\n            \"end\": \"2019-10-30T01:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-30T01:00:00.000Z\",\n            \"end\": \"2019-10-30T02:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-30T02:00:00.000Z\",\n            \"end\": \"2019-10-30T03:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-30T03:00:00.000Z\",\n            \"end\": \"2019-10-30T04:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-30T04:00:00.000Z\",\n            \"end\": \"2019-10-30T05:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 89,\n                    \"exited\": 77,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 86,\n                    \"exited\": 77,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-30T05:00:00.000Z\",\n            \"end\": \"2019-10-30T06:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 43,\n                    \"exited\": 40,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 41,\n                    \"exited\": 32,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-30T06:00:00.000Z\",\n            \"end\": \"2019-10-30T07:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 32,\n                    \"exited\": 45,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 32,\n                    \"exited\": 25,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-30T07:00:00.000Z\",\n            \"end\": \"2019-10-30T08:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 29,\n                    \"exited\": 47,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 52,\n                    \"exited\": 54,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-30T08:00:00.000Z\",\n            \"end\": \"2019-10-30T09:00:00.000Z\",\n            \"lines\": [\n                {\n                    \"entered\": 67,\n                    \"exited\": 56,\n                    \"sensorId\": 2\n                },\n                {\n                    \"entered\": 52,\n                    \"exited\": 63,\n                    \"sensorId\": 1\n                }\n            ]\n        },\n        {\n            \"start\": \"2019-10-30T09:00:00.000Z\",\n            \"end\": \"2019-10-30T10:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-30T10:00:00.000Z\",\n            \"end\": \"2019-10-30T11:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-30T11:00:00.000Z\",\n            \"end\": \"2019-10-30T12:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-30T12:00:00.000Z\",\n            \"end\": \"2019-10-30T13:00:00.000Z\",\n            \"lines\": []\n        },\n        {\n            \"start\": \"2019-10-30T13:00:00.000Z\",\n            \"end\": \"2019-10-30T14:00:00.000Z\",\n            \"lines\": []\n        }\n    ],\n    \"stats\": [\n        {\n            \"sensorId\": 1,\n            \"totalEntered\": 454,\n            \"totalExited\": 432,\n            \"maxEntered\": {\n                \"value\": 86,\n                \"start\": \"2019-10-30T04:00:00.000Z\",\n                \"end\": \"2019-10-30T05:00:00.000Z\"\n            },\n            \"maxExited\": {\n                \"value\": 77,\n                \"start\": \"2019-10-30T04:00:00.000Z\",\n                \"end\": \"2019-10-30T05:00:00.000Z\"\n            }\n        },\n        {\n            \"sensorId\": 2,\n            \"totalEntered\": 452,\n            \"totalExited\": 422,\n            \"maxEntered\": {\n                \"value\": 89,\n                \"start\": \"2019-10-30T04:00:00.000Z\",\n                \"end\": \"2019-10-30T05:00:00.000Z\"\n            },\n            \"maxExited\": {\n                \"value\": 77,\n                \"start\": \"2019-10-30T04:00:00.000Z\",\n                \"end\": \"2019-10-30T05:00:00.000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"69c24274-c710-4b50-b3ce-6a451dcef3c9"},{"name":"footfall-occupancy","id":"6ae749a7-42d3-48c8-9fbb-5059c31eb4c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/footfall-occupancy?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z&breakdownInterval=1440&roundUp=true&locationIds=LOCATION_ID_1&locationIds=LOCATION_ID_2","description":"<p>Gives an interval breakdown for the occupancy for all the locations inside the organization. Occupancy is computed using footfall sensors.</p>\n","urlObject":{"path":["organizations",":organizationId","footfall-occupancy"],"host":["{{BASE_URL}}"],"query":[{"key":"start","value":"2019-10-29T07:30:00.474Z"},{"key":"end","value":"2019-10-30T13:30:00.474Z"},{"key":"breakdownInterval","value":"1440"},{"description":{"content":"<p>Round up the minutes for the start and end date so that they are divisible w/ breakdownInterval</p>\n","type":"text/plain"},"key":"roundUp","value":"true"},{"description":{"content":"<p>(Optional) filter by location identifier</p>\n","type":"text/plain"},"key":"locationIds","value":"LOCATION_ID_1"},{"description":{"content":"<p>(Optional) filter by location identifier</p>\n","type":"text/plain"},"key":"locationIds","value":"LOCATION_ID_2"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"}]}},"response":[{"id":"4aa2f992-1e22-46c2-92fd-7d6b2b1e8ff2","name":"footfall-occupancy","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/footfall-occupancy?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z&breakdownInterval=1440","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","footfall-occupancy"],"query":[{"key":"start","value":"2019-10-29T07:30:00.474Z"},{"key":"end","value":"2019-10-30T13:30:00.474Z"},{"key":"breakdownInterval","value":"1440"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"274"},{"key":"ETag","value":"W/\"112-W9ZNuQFuNqCexDvqksUNYX7Lwhk\""},{"key":"Date","value":"Fri, 17 Apr 2020 08:20:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"intervals\": [\n        {\n            \"start\": \"2019-10-29T08:00:00.000Z\",\n            \"end\": \"2019-10-30T08:00:00.000Z\",\n            \"maxOccupancy\": 62\n        },\n        {\n            \"start\": \"2019-10-30T08:00:00.000Z\",\n            \"end\": \"2019-10-30T14:00:00.000Z\",\n            \"maxOccupancy\": 15\n        }\n    ],\n    \"stats\": {\n        \"maxOccupancy\": 62,\n        \"avgOccupancy\": 15.179480820105821,\n        \"currentOccupancy\": 7\n    }\n}"}],"_postman_id":"6ae749a7-42d3-48c8-9fbb-5059c31eb4c8"},{"name":"locations/{{id}}/ubi-space","id":"9b442188-2779-477f-9ddd-2b39c766152a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/ubi-space?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z&correctPositions=true","description":"<p>Returns the coordinates of all measurements for a given location, within a specific time interval. Coordinates are arrays with 2 elements containing the Y and X values - [Y,X]. The data is aggregated for each pixel coordinate, meaning that you will get a count, which is useful when creating a heatmap.</p>\n","urlObject":{"path":["organizations",":organizationId","locations",":locationId","ubi-space"],"host":["{{BASE_URL}}"],"query":[{"key":"start","value":"2019-10-29T07:30:00.474Z"},{"key":"end","value":"2019-10-30T13:30:00.474Z"},{"description":{"content":"<p>Whether the coordinates which overlap sticky steats should be corrected so that they appear within their center</p>\n","type":"text/plain"},"key":"correctPositions","value":"true"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"},{"description":{"content":"<p>The location identifier</p>\n","type":"text/plain"},"type":"any","value":"LOCATION_ID","key":"locationId"}]}},"response":[{"id":"2f750893-8721-49c2-b665-8d0024a50952","name":"locations/{{id}}/ubi-space","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/ubi-space?start=2019-10-29T07:30:00.474Z&end=2019-10-30T13:30:00.474Z","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","locations",":locationId","ubi-space"],"query":[{"key":"start","value":"2019-10-29T07:30:00.474Z"},{"key":"end","value":"2019-10-30T13:30:00.474Z"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID"},{"key":"locationId","value":"INSERT_LOCATION_ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11833"},{"key":"ETag","value":"W/\"2e39-eiiw2wR30rgR8CMQqrrH8g8pRdE\""},{"key":"Date","value":"Fri, 17 Apr 2020 08:21:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"locationId\": 1,\n        \"positions\": [\n            {\n                \"position\": [\n                    131,\n                    186\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    298,\n                    148\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    97,\n                    166\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    239,\n                    322\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    29,\n                    303\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    89,\n                    127\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    286,\n                    344\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    258,\n                    297\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    160,\n                    294\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    49,\n                    152\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    275,\n                    7\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    149,\n                    24\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    305,\n                    353\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    45,\n                    142\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    341,\n                    132\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    338,\n                    200\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    88,\n                    92\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    156,\n                    248\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    55,\n                    99\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    7,\n                    59\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    172,\n                    153\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    74,\n                    112\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    111,\n                    213\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    315,\n                    55\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    170,\n                    281\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    343,\n                    59\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    25,\n                    219\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    308,\n                    417\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    344,\n                    419\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    227,\n                    322\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    144,\n                    183\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    344,\n                    137\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    15,\n                    453\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    174,\n                    164\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    40,\n                    269\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    302,\n                    198\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    149,\n                    321\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    253,\n                    74\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    19,\n                    256\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    237,\n                    22\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    55,\n                    440\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    96,\n                    332\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    100,\n                    172\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    94,\n                    287\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    199,\n                    231\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    133,\n                    325\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    197,\n                    103\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    158,\n                    181\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    311,\n                    369\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    63,\n                    66\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    225,\n                    405\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    181,\n                    160\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    343,\n                    347\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    45,\n                    152\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    282,\n                    195\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    67,\n                    301\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    339,\n                    19\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    294,\n                    306\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    337,\n                    416\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    23,\n                    61\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    207,\n                    124\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    295,\n                    298\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    87,\n                    363\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    309,\n                    17\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    145,\n                    281\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    104,\n                    30\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    33,\n                    220\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    122,\n                    63\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    235,\n                    394\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    71,\n                    90\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    297,\n                    366\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    290,\n                    451\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    11,\n                    76\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    239,\n                    314\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    269,\n                    286\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    31,\n                    403\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    284,\n                    133\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    59,\n                    306\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    125,\n                    441\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    20,\n                    184\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    36,\n                    350\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    237,\n                    167\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    5,\n                    86\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    50,\n                    266\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    320,\n                    413\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    24,\n                    91\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    247,\n                    130\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    271,\n                    155\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    20,\n                    357\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    161,\n                    437\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    78,\n                    373\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    220,\n                    130\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    162,\n                    435\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    230,\n                    185\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    255,\n                    188\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    319,\n                    278\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    171,\n                    113\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    82,\n                    233\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    237,\n                    453\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    134,\n                    321\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    225,\n                    236\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    82,\n                    243\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    74,\n                    257\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    55,\n                    221\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    133,\n                    279\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    1,\n                    11\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    164,\n                    296\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    249,\n                    402\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    193,\n                    391\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    6,\n                    442\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    100,\n                    22\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    335,\n                    145\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    115,\n                    159\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    271,\n                    303\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    233,\n                    46\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    272,\n                    25\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    342,\n                    169\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    136,\n                    19\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    14,\n                    166\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    29,\n                    101\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    300,\n                    235\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    139,\n                    71\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    122,\n                    341\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    58,\n                    77\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    66,\n                    285\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    268,\n                    137\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    163,\n                    346\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    288,\n                    304\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    245,\n                    188\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    85,\n                    288\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    327,\n                    182\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    281,\n                    260\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    142,\n                    386\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    248,\n                    75\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    239,\n                    217\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    123,\n                    33\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    93,\n                    196\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    146,\n                    384\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    270,\n                    438\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    80,\n                    342\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    227,\n                    133\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    47,\n                    58\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    253,\n                    68\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    186,\n                    451\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    330,\n                    270\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    155,\n                    330\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    85,\n                    163\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    15,\n                    232\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    295,\n                    460\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    331,\n                    216\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    99,\n                    88\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    143,\n                    293\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    80,\n                    409\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    236,\n                    443\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    133,\n                    142\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    219,\n                    245\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    141,\n                    424\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    1,\n                    307\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    165,\n                    442\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    134,\n                    290\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    172,\n                    375\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    190,\n                    79\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    246,\n                    73\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    204,\n                    241\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    278,\n                    61\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    145,\n                    420\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    99,\n                    37\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    85,\n                    165\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    322,\n                    363\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    334,\n                    222\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    217,\n                    454\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    16,\n                    178\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    241,\n                    342\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    281,\n                    115\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    38,\n                    393\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    11,\n                    118\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    322,\n                    185\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    122,\n                    258\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    192,\n                    89\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    320,\n                    92\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    267,\n                    446\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    204,\n                    230\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    142,\n                    78\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    326,\n                    399\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    139,\n                    207\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    213,\n                    54\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    324,\n                    118\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    262,\n                    179\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    216,\n                    89\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    160,\n                    447\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    140,\n                    205\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    41,\n                    285\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    233,\n                    396\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    291,\n                    21\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    281,\n                    15\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    144,\n                    426\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    42,\n                    16\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    137,\n                    281\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    80,\n                    76\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    200,\n                    84\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    334,\n                    282\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    276,\n                    181\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    77,\n                    81\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    328,\n                    202\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    194,\n                    66\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    173,\n                    324\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    38,\n                    336\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    251,\n                    443\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    312,\n                    47\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Sitting\"\n                ]\n            },\n            {\n                \"position\": [\n                    193,\n                    288\n                ],\n                \"count\": 1,\n                \"postures\": [\n                    \"Standing\"\n                ]\n            },\n            {\n                \"position\": [\n                    345,\n                    462\n                ],\n                \"count\": 0,\n                \"postures\": []\n            }\n        ]\n    }\n]"}],"_postman_id":"9b442188-2779-477f-9ddd-2b39c766152a"},{"name":"rule-events","event":[{"listen":"test","script":{"id":"82f4573f-6ce2-4b19-bf19-1f84491a32e6","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"locationId\", jsonData.results[0].id);"],"type":"text/javascript"}}],"id":"d751d12d-77eb-4d7a-bbd9-2fe468f8cf5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ACCESS_TOKEN","description":"<p>The authorization header containing the access token</p>\n","type":"text"}],"url":"{{BASE_URL}}/organizations/:organizationId/rule-events?page=1&pageSize=5&locationId=LOCATION_ID&status=Closed&ruleId=RULE_ID","description":"<p>Returns the rule events encountered on the organization: e.g., when the number of people in a location exceeds its maximum capacity or when groups of people are formed.\nThis API throws HTTP Unauthorized when the organization does not have Rules Processing enabled. Please contact the UbiqiSense team for more details.</p>\n","urlObject":{"path":["organizations",":organizationId","rule-events"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>The page number (1 indexed)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The page size</p>\n","type":"text/plain"},"key":"pageSize","value":"5"},{"description":{"content":"<p>Optional - filter events by location id</p>\n","type":"text/plain"},"key":"locationId","value":"LOCATION_ID"},{"description":{"content":"<p>Optional - filter by status (Open/Closed)</p>\n","type":"text/plain"},"key":"status","value":"Closed"},{"description":{"content":"<p>Optional - filter by rule identifier (1 for occupancy, 2 for social distancing)</p>\n","type":"text/plain"},"key":"ruleId","value":"RULE_ID"}],"variable":[{"description":{"content":"<p>The organization identifier</p>\n","type":"text/plain"},"type":"any","value":"ORGANIZATION_ID","key":"organizationId"}]}},"response":[{"id":"5bfbb57d-44af-444d-b597-83c0966668f3","name":"rule-events","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer INSERT_ACCESS_TOKEN","type":"text"}],"url":{"raw":"{{BASE_URL}}/organizations/:organizationId/rule-events?page=1&pageSize=5&locationId=INSERT_LOCATION_ID&status=Closed&ruleId=INSERT_RULE_ID","host":["{{BASE_URL}}"],"path":["organizations",":organizationId","rule-events"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"5"},{"key":"locationId","value":"INSERT_LOCATION_ID","description":"Optional - filter events by location id"},{"key":"status","value":"Closed","description":"Optional - filter by status (Open/Closed)"},{"key":"ruleId","value":"INSERT_RULE_ID","description":"Optional - filter by rule identifier (1 for occupancy, 2 for social distancing)"}],"variable":[{"key":"organizationId","value":"INSERT_ORGANIZATION_ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Mar 2021 11:06:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1685"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=++CtdB4OCsKYXAfYfVyr+Y4m6DUTTOCnk6oKUemI1pdI8XMytmCIyJ8lQzdpA4uwWFlkEBiy2byFT/Luz9RV4jbgfyKan67ddVaSxvG5se16xe34Qjj+rJrInF8S; Expires=Fri, 02 Apr 2021 11:06:49 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=++CtdB4OCsKYXAfYfVyr+Y4m6DUTTOCnk6oKUemI1pdI8XMytmCIyJ8lQzdpA4uwWFlkEBiy2byFT/Luz9RV4jbgfyKan67ddVaSxvG5se16xe34Qjj+rJrInF8S; Expires=Fri, 02 Apr 2021 11:06:49 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ETag","value":"W/\"695-kAvFP8izj3LUlQKRKJD6yZohYd8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"pageSize\": 5,\n    \"totalCount\": 753,\n    \"results\": [\n        {\n            \"uuid\": \"47ffc90f-6029-46a5-9b44-dfd5be222162\",\n            \"ruleKey\": \"maximumOccupancy\",\n            \"ruleDescription\": \"Checks if location current occupancy exceeds the maximum occupancy\",\n            \"status\": \"Closed\",\n            \"encountered\": 13,\n            \"opened\": \"2020-11-27T13:06:17.724Z\",\n            \"closed\": \"2020-11-27T13:07:26.753Z\",\n            \"locationId\": 1,\n            \"locationName\": \"Meeting room\"\n        },\n        {\n            \"uuid\": \"498a67a5-3a11-43ba-9462-20fdca788b9f\",\n            \"ruleKey\": \"maximumOccupancy\",\n            \"ruleDescription\": \"Checks if location current occupancy exceeds the maximum occupancy\",\n            \"status\": \"Closed\",\n            \"encountered\": 267,\n            \"opened\": \"2020-11-27T12:41:11.574Z\",\n            \"closed\": \"2020-11-27T13:04:52.481Z\",\n            \"locationId\": 1,\n            \"locationName\": \"Meeting room\"\n        },\n        {\n            \"uuid\": \"29d56fc4-d4a1-4a51-93d6-34b45d03c870\",\n            \"ruleKey\": \"socialDistancing\",\n            \"ruleDescription\": \"Checks if location has groups of people with size larger than the maximum group size\",\n            \"status\": \"Closed\",\n            \"encountered\": 79,\n            \"opened\": \"2020-11-27T12:57:30.996Z\",\n            \"closed\": \"2020-11-27T13:04:26.516Z\",\n            \"locationId\": 1,\n            \"locationName\": \"Meeting room\"\n        },\n        {\n            \"uuid\": \"a6467acc-97ba-464e-88fd-ec85139e8e9e\",\n            \"ruleKey\": \"socialDistancing\",\n            \"ruleDescription\": \"Checks if location has groups of people with size larger than the maximum group size\",\n            \"status\": \"Closed\",\n            \"encountered\": 6,\n            \"opened\": \"2020-11-27T12:49:02.523Z\",\n            \"closed\": \"2020-11-27T12:49:33.689Z\",\n            \"locationId\": 1,\n            \"locationName\": \"Meeting room\"\n        },\n        {\n            \"uuid\": \"3d80cbd8-1f69-40f6-a0e5-eabb368c4b55\",\n            \"ruleKey\": \"socialDistancing\",\n            \"ruleDescription\": \"Checks if location has groups of people with size larger than the maximum group size\",\n            \"status\": \"Closed\",\n            \"encountered\": 3,\n            \"opened\": \"2020-11-27T12:47:59.432Z\",\n            \"closed\": \"2020-11-27T12:48:15.694Z\",\n            \"locationId\": 1,\n            \"locationName\": \"Meeting room\"\n        }\n    ]\n}"}],"_postman_id":"d751d12d-77eb-4d7a-bbd9-2fe468f8cf5c"},{"name":"/time-utilization","id":"d80327ca-7bc5-4e45-a450-e22cf62058e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/time-utilization?start=2025-01-20T09:42:59.000Z&end=2025-02-27T09:42:59.000Z","urlObject":{"path":["organizations",":organizationId","locations",":locationId","time-utilization"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>Start timestamp</p>\n","type":"text/plain"},"key":"start","value":"2025-01-20T09:42:59.000Z"},{"description":{"content":"<p>End timestamp</p>\n","type":"text/plain"},"key":"end","value":"2025-02-27T09:42:59.000Z"}],"variable":[{"type":"any","value":"","key":"organizationId"},{"type":"any","value":"","key":"locationId"}]}},"response":[{"id":"d890f752-472b-4d35-939b-7cb075261e36","name":"/time-utilization","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/organizations/{{organizationId}}/locations/{{locationId}}/time-utilization?start=2025-01-20T09:42:59.000Z&end=2025-02-27T09:42:59.000Z","host":["{{BASE_URL}}"],"path":["organizations","{{organizationId}}","locations","{{locationId}}","time-utilization"],"query":[{"key":"start","value":"2025-01-20T09:42:59.000Z"},{"key":"end","value":"2025-02-27T09:42:59.000Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Mar 2025 11:20:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53813"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=jQ8FT+8XTV2r0659kRKmzDZ1/8IeQm6UpqjWVKaVfLtzmSj3sUdxtskUsYJJeQycphCi6Gsx+Pz+AH+EDCX5sRdP/nT89hv80baEPHZLn5pQ7nezVs5VfFZKY0Kd; Expires=Mon, 17 Mar 2025 11:20:12 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=jQ8FT+8XTV2r0659kRKmzDZ1/8IeQm6UpqjWVKaVfLtzmSj3sUdxtskUsYJJeQycphCi6Gsx+Pz+AH+EDCX5sRdP/nT89hv80baEPHZLn5pQ7nezVs5VfFZKY0Kd; Expires=Mon, 17 Mar 2025 11:20:12 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Accept,Authorization,Content-Type,Origin,X-Requested-With,X-ClientId,Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-AppVersion","value":"3.10.3"},{"key":"Access-Control-Expose-Headers","value":"X-AppVersion"},{"key":"ETag","value":"W/\"d235-2QvK4Vuc1fIJyoPow6Ib5XocBmI\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-07T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T15:00:00.000Z\",\n                \"percentage\": 0.15280972222222222\n            },\n            {\n                \"date\": \"2025-02-07T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T12:00:00.000Z\",\n                \"percentage\": 0.8320936111111111\n            },\n            {\n                \"date\": \"2025-02-07T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T14:00:00.000Z\",\n                \"percentage\": 0.8654472222222223\n            },\n            {\n                \"date\": \"2025-02-07T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T13:00:00.000Z\",\n                \"percentage\": 0.4388769444444444\n            },\n            {\n                \"date\": \"2025-02-07T10:00:00.000Z\",\n                \"percentage\": 0.21387416666666667\n            },\n            {\n                \"date\": \"2025-02-07T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T09:00:00.000Z\",\n                \"percentage\": 0.9487413888888889\n            },\n            {\n                \"date\": \"2025-02-07T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T11:00:00.000Z\",\n                \"percentage\": 0.43209138888888887\n            }\n        ],\n        \"avgOccupancy\": 0.16183060185185186,\n        \"date\": \"2025-02-07T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-28T08:00:00.000Z\",\n                \"percentage\": 0.12788833333333333\n            },\n            {\n                \"date\": \"2025-01-28T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T09:00:00.000Z\",\n                \"percentage\": 0.05712111111111111\n            },\n            {\n                \"date\": \"2025-01-28T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T15:00:00.000Z\",\n                \"percentage\": 0.9832991666666666\n            },\n            {\n                \"date\": \"2025-01-28T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T16:00:00.000Z\",\n                \"percentage\": 0.033313333333333334\n            },\n            {\n                \"date\": \"2025-01-28T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T10:00:00.000Z\",\n                \"percentage\": 0.9932947222222223\n            },\n            {\n                \"date\": \"2025-01-28T14:00:00.000Z\",\n                \"percentage\": 0.7348636111111111\n            },\n            {\n                \"date\": \"2025-01-28T13:00:00.000Z\",\n                \"percentage\": 0.7628686111111112\n            },\n            {\n                \"date\": \"2025-01-28T12:00:00.000Z\",\n                \"percentage\": 0.95108\n            },\n            {\n                \"date\": \"2025-01-28T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T17:00:00.000Z\",\n                \"percentage\": 0.0028069444444444444\n            },\n            {\n                \"date\": \"2025-01-28T11:00:00.000Z\",\n                \"percentage\": 0.5821580555555556\n            },\n            {\n                \"date\": \"2025-01-28T02:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.21786224537037036,\n        \"date\": \"2025-01-28T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-24T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T07:00:00.000Z\",\n                \"percentage\": 0.002796388888888889\n            },\n            {\n                \"date\": \"2025-02-24T18:00:00.000Z\",\n                \"percentage\": 0.005523611111111111\n            },\n            {\n                \"date\": \"2025-02-24T12:00:00.000Z\",\n                \"percentage\": 0.8111677777777778\n            },\n            {\n                \"date\": \"2025-02-24T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T13:00:00.000Z\",\n                \"percentage\": 0.9626875\n            },\n            {\n                \"date\": \"2025-02-24T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T14:00:00.000Z\",\n                \"percentage\": 0.0749975\n            },\n            {\n                \"date\": \"2025-02-24T10:00:00.000Z\",\n                \"percentage\": 0.3167066666666667\n            },\n            {\n                \"date\": \"2025-02-24T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T08:00:00.000Z\",\n                \"percentage\": 0.7904341666666667\n            },\n            {\n                \"date\": \"2025-02-24T06:00:00.000Z\",\n                \"percentage\": 0.011135\n            },\n            {\n                \"date\": \"2025-02-24T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T09:00:00.000Z\",\n                \"percentage\": 0.7278152777777778\n            }\n        ],\n        \"avgOccupancy\": 0.15430266203703702,\n        \"date\": \"2025-02-24T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-10T09:00:00.000Z\",\n                \"percentage\": 0.46268055555555554\n            },\n            {\n                \"date\": \"2025-02-10T18:00:00.000Z\",\n                \"percentage\": 0.19732194444444445\n            },\n            {\n                \"date\": \"2025-02-10T22:00:00.000Z\",\n                \"percentage\": 0.09441333333333334\n            },\n            {\n                \"date\": \"2025-02-10T17:00:00.000Z\",\n                \"percentage\": 0.7500944444444444\n            },\n            {\n                \"date\": \"2025-02-10T20:00:00.000Z\",\n                \"percentage\": 0.005517222222222222\n            },\n            {\n                \"date\": \"2025-02-10T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T14:00:00.000Z\",\n                \"percentage\": 0.25000805555555555\n            },\n            {\n                \"date\": \"2025-02-10T10:00:00.000Z\",\n                \"percentage\": 0.5665908333333334\n            },\n            {\n                \"date\": \"2025-02-10T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T21:00:00.000Z\",\n                \"percentage\": 0.052798055555555556\n            },\n            {\n                \"date\": \"2025-02-10T19:00:00.000Z\",\n                \"percentage\": 0.027869166666666667\n            },\n            {\n                \"date\": \"2025-02-10T12:00:00.000Z\",\n                \"percentage\": 0.8959675\n            },\n            {\n                \"date\": \"2025-02-10T08:00:00.000Z\",\n                \"percentage\": 0.2416275\n            },\n            {\n                \"date\": \"2025-02-10T11:00:00.000Z\",\n                \"percentage\": 0.6737838888888888\n            },\n            {\n                \"date\": \"2025-02-10T13:00:00.000Z\",\n                \"percentage\": 0.9987688888888889\n            },\n            {\n                \"date\": \"2025-02-10T15:00:00.000Z\",\n                \"percentage\": 0.07224694444444445\n            },\n            {\n                \"date\": \"2025-02-10T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T16:00:00.000Z\",\n                \"percentage\": 0.28213805555555554\n            },\n            {\n                \"date\": \"2025-02-10T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T04:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.23215943287037036,\n        \"date\": \"2025-02-10T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-22T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T11:00:00.000Z\",\n                \"percentage\": 0.4126491666666667\n            },\n            {\n                \"date\": \"2025-01-22T16:00:00.000Z\",\n                \"percentage\": 0.41906472222222224\n            },\n            {\n                \"date\": \"2025-01-22T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T15:00:00.000Z\",\n                \"percentage\": 0.36949666666666664\n            },\n            {\n                \"date\": \"2025-01-22T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T17:00:00.000Z\",\n                \"percentage\": 0.002801111111111111\n            },\n            {\n                \"date\": \"2025-01-22T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T09:00:00.000Z\",\n                \"percentage\": 0.7959963888888889\n            },\n            {\n                \"date\": \"2025-01-22T08:00:00.000Z\",\n                \"percentage\": 0.8293238888888889\n            },\n            {\n                \"date\": \"2025-01-22T14:00:00.000Z\",\n                \"percentage\": 0.9737413888888888\n            },\n            {\n                \"date\": \"2025-01-22T12:00:00.000Z\",\n                \"percentage\": 0.3083963888888889\n            },\n            {\n                \"date\": \"2025-01-22T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T10:00:00.000Z\",\n                \"percentage\": 0.96385\n            },\n            {\n                \"date\": \"2025-01-22T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T13:00:00.000Z\",\n                \"percentage\": 0.3543163888888889\n            },\n            {\n                \"date\": \"2025-01-22T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T06:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.22623483796296295,\n        \"date\": \"2025-01-22T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-18T12:00:00.000Z\",\n                \"percentage\": 0.38767527777777777\n            },\n            {\n                \"date\": \"2025-02-18T05:00:00.000Z\",\n                \"percentage\": 0.19068666666666667\n            },\n            {\n                \"date\": \"2025-02-18T07:00:00.000Z\",\n                \"percentage\": 0.09438527777777778\n            },\n            {\n                \"date\": \"2025-02-18T02:00:00.000Z\",\n                \"percentage\": 0.32237666666666664\n            },\n            {\n                \"date\": \"2025-02-18T13:00:00.000Z\",\n                \"percentage\": 0.9931975\n            },\n            {\n                \"date\": \"2025-02-18T06:00:00.000Z\",\n                \"percentage\": 0.19172166666666668\n            },\n            {\n                \"date\": \"2025-02-18T04:00:00.000Z\",\n                \"percentage\": 0.1028261111111111\n            },\n            {\n                \"date\": \"2025-02-18T01:00:00.000Z\",\n                \"percentage\": 0.15275916666666667\n            },\n            {\n                \"date\": \"2025-02-18T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-18T08:00:00.000Z\",\n                \"percentage\": 0.8194522222222222\n            },\n            {\n                \"date\": \"2025-02-18T16:00:00.000Z\",\n                \"percentage\": 0.02776722222222222\n            },\n            {\n                \"date\": \"2025-02-18T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-18T10:00:00.000Z\",\n                \"percentage\": 0.9014461111111111\n            },\n            {\n                \"date\": \"2025-02-18T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-18T09:00:00.000Z\",\n                \"percentage\": 0.9737552777777778\n            },\n            {\n                \"date\": \"2025-02-18T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-18T11:00:00.000Z\",\n                \"percentage\": 0.49444333333333335\n            },\n            {\n                \"date\": \"2025-02-18T15:00:00.000Z\",\n                \"percentage\": 0.9987427777777778\n            },\n            {\n                \"date\": \"2025-02-18T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-18T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-18T00:00:00.000Z\",\n                \"percentage\": 0.29172333333333333\n            },\n            {\n                \"date\": \"2025-02-18T14:00:00.000Z\",\n                \"percentage\": 0.9626827777777778\n            },\n            {\n                \"date\": \"2025-02-18T03:00:00.000Z\",\n                \"percentage\": 0.016615555555555557\n            },\n            {\n                \"date\": \"2025-02-18T17:00:00.000Z\",\n                \"percentage\": 0.005585555555555555\n            }\n        ],\n        \"avgOccupancy\": 0.3303267708333333,\n        \"date\": \"2025-02-18T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-06T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T18:00:00.000Z\",\n                \"percentage\": 0.07494\n            },\n            {\n                \"date\": \"2025-02-06T11:00:00.000Z\",\n                \"percentage\": 0.6721758333333333\n            },\n            {\n                \"date\": \"2025-02-06T07:00:00.000Z\",\n                \"percentage\": 0.7098397222222222\n            },\n            {\n                \"date\": \"2025-02-06T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T08:00:00.000Z\",\n                \"percentage\": 0.9987369444444445\n            },\n            {\n                \"date\": \"2025-02-06T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T12:00:00.000Z\",\n                \"percentage\": 0.9209961111111111\n            },\n            {\n                \"date\": \"2025-02-06T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T10:00:00.000Z\",\n                \"percentage\": 0.9987747222222222\n            },\n            {\n                \"date\": \"2025-02-06T09:00:00.000Z\",\n                \"percentage\": 0.7681552777777778\n            },\n            {\n                \"date\": \"2025-02-06T17:00:00.000Z\",\n                \"percentage\": 0.036019166666666665\n            },\n            {\n                \"date\": \"2025-02-06T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T13:00:00.000Z\",\n                \"percentage\": 0.8916619444444445\n            },\n            {\n                \"date\": \"2025-02-06T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T14:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.2529708217592593,\n        \"date\": \"2025-02-06T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-12T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T14:00:00.000Z\",\n                \"percentage\": 0.8348813888888889\n            },\n            {\n                \"date\": \"2025-02-12T10:00:00.000Z\",\n                \"percentage\": 0.6098033333333334\n            },\n            {\n                \"date\": \"2025-02-12T16:00:00.000Z\",\n                \"percentage\": 0.4236933333333333\n            },\n            {\n                \"date\": \"2025-02-12T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T17:00:00.000Z\",\n                \"percentage\": 0.8555402777777777\n            },\n            {\n                \"date\": \"2025-02-12T11:00:00.000Z\",\n                \"percentage\": 0.9655022222222223\n            },\n            {\n                \"date\": \"2025-02-12T13:00:00.000Z\",\n                \"percentage\": 0.9959761111111111\n            },\n            {\n                \"date\": \"2025-02-12T15:00:00.000Z\",\n                \"percentage\": 0.9987297222222222\n            },\n            {\n                \"date\": \"2025-02-12T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T18:00:00.000Z\",\n                \"percentage\": 0.0055425\n            },\n            {\n                \"date\": \"2025-02-12T08:00:00.000Z\",\n                \"percentage\": 0.3820616666666667\n            },\n            {\n                \"date\": \"2025-02-12T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T09:00:00.000Z\",\n                \"percentage\": 0.9848525\n            },\n            {\n                \"date\": \"2025-02-12T12:00:00.000Z\",\n                \"percentage\": 0.9960191666666667\n            },\n            {\n                \"date\": \"2025-02-12T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T07:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.3355250925925926,\n        \"date\": \"2025-02-12T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-23T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T15:00:00.000Z\",\n                \"percentage\": 0.3694894444444444\n            },\n            {\n                \"date\": \"2025-01-23T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T12:00:00.000Z\",\n                \"percentage\": 0.421465\n            },\n            {\n                \"date\": \"2025-01-23T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T11:00:00.000Z\",\n                \"percentage\": 0.9732397222222222\n            },\n            {\n                \"date\": \"2025-01-23T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T07:00:00.000Z\",\n                \"percentage\": 0.08329361111111111\n            },\n            {\n                \"date\": \"2025-01-23T19:00:00.000Z\",\n                \"percentage\": 0.01169\n            },\n            {\n                \"date\": \"2025-01-23T13:00:00.000Z\",\n                \"percentage\": 0.9198583333333333\n            },\n            {\n                \"date\": \"2025-01-23T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T10:00:00.000Z\",\n                \"percentage\": 0.9981458333333333\n            },\n            {\n                \"date\": \"2025-01-23T09:00:00.000Z\",\n                \"percentage\": 0.9957491666666667\n            },\n            {\n                \"date\": \"2025-01-23T14:00:00.000Z\",\n                \"percentage\": 0.8263516666666667\n            },\n            {\n                \"date\": \"2025-01-23T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T08:00:00.000Z\",\n                \"percentage\": 0.9987105555555555\n            },\n            {\n                \"date\": \"2025-01-23T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T22:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.27491638888888886,\n        \"date\": \"2025-01-23T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-31T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T14:00:00.000Z\",\n                \"percentage\": 0.39447638888888886\n            },\n            {\n                \"date\": \"2025-01-31T09:00:00.000Z\",\n                \"percentage\": 0.16659916666666666\n            },\n            {\n                \"date\": \"2025-01-31T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T10:00:00.000Z\",\n                \"percentage\": 0.9098747222222222\n            },\n            {\n                \"date\": \"2025-01-31T12:00:00.000Z\",\n                \"percentage\": 0.9460080555555556\n            },\n            {\n                \"date\": \"2025-01-31T13:00:00.000Z\",\n                \"percentage\": 0.9404052777777778\n            },\n            {\n                \"date\": \"2025-01-31T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T11:00:00.000Z\",\n                \"percentage\": 0.96946\n            },\n            {\n                \"date\": \"2025-01-31T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T08:00:00.000Z\",\n                \"percentage\": 0.7598458333333333\n            },\n            {\n                \"date\": \"2025-01-31T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T01:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.21194456018518518,\n        \"date\": \"2025-01-31T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-26T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T10:00:00.000Z\",\n                \"percentage\": 0.9404016666666667\n            },\n            {\n                \"date\": \"2025-02-26T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T09:00:00.000Z\",\n                \"percentage\": 0.6110077777777778\n            },\n            {\n                \"date\": \"2025-02-26T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T12:00:00.000Z\",\n                \"percentage\": 0.9749855555555555\n            },\n            {\n                \"date\": \"2025-02-26T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T11:00:00.000Z\",\n                \"percentage\": 0.3388391666666667\n            },\n            {\n                \"date\": \"2025-02-26T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T19:00:00.000Z\",\n                \"percentage\": 0.005564166666666667\n            },\n            {\n                \"date\": \"2025-02-26T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T08:00:00.000Z\",\n                \"percentage\": 0.04318638888888889\n            },\n            {\n                \"date\": \"2025-02-26T13:00:00.000Z\",\n                \"percentage\": 0.8416983333333333\n            }\n        ],\n        \"avgOccupancy\": 0.1564867939814815,\n        \"date\": \"2025-02-26T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-26T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T13:00:00.000Z\",\n                \"percentage\": 0.005588055555555555\n            },\n            {\n                \"date\": \"2025-01-26T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T08:00:00.000Z\",\n                \"percentage\": 0.0027925\n            },\n            {\n                \"date\": \"2025-01-26T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T14:00:00.000Z\",\n                \"percentage\": 0.0055375\n            },\n            {\n                \"date\": \"2025-01-26T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T17:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.0005799189814814815,\n        \"date\": \"2025-01-26T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-21T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T13:00:00.000Z\",\n                \"percentage\": 0.3932236111111111\n            },\n            {\n                \"date\": \"2025-02-21T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T10:00:00.000Z\",\n                \"percentage\": 0.9099319444444445\n            },\n            {\n                \"date\": \"2025-02-21T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T08:00:00.000Z\",\n                \"percentage\": 0.9515530555555556\n            },\n            {\n                \"date\": \"2025-02-21T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T12:00:00.000Z\",\n                \"percentage\": 0.6889041666666667\n            },\n            {\n                \"date\": \"2025-02-21T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T14:00:00.000Z\",\n                \"percentage\": 0.3710058333333333\n            },\n            {\n                \"date\": \"2025-02-21T15:00:00.000Z\",\n                \"percentage\": 0.6027572222222223\n            },\n            {\n                \"date\": \"2025-02-21T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T11:00:00.000Z\",\n                \"percentage\": 0.9404502777777778\n            },\n            {\n                \"date\": \"2025-02-21T09:00:00.000Z\",\n                \"percentage\": 0.998675\n            }\n        ],\n        \"avgOccupancy\": 0.24402087962962962,\n        \"date\": \"2025-02-21T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-21T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T08:00:00.000Z\",\n                \"percentage\": 0.9793355555555555\n            },\n            {\n                \"date\": \"2025-01-21T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T10:00:00.000Z\",\n                \"percentage\": 0.6667033333333333\n            },\n            {\n                \"date\": \"2025-01-21T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T09:00:00.000Z\",\n                \"percentage\": 0.8277225\n            },\n            {\n                \"date\": \"2025-01-21T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T16:00:00.000Z\",\n                \"percentage\": 0.483325\n            },\n            {\n                \"date\": \"2025-01-21T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T12:00:00.000Z\",\n                \"percentage\": 0.9654383333333333\n            },\n            {\n                \"date\": \"2025-01-21T11:00:00.000Z\",\n                \"percentage\": 0.24162777777777777\n            },\n            {\n                \"date\": \"2025-01-21T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T15:00:00.000Z\",\n                \"percentage\": 0.9987647222222222\n            },\n            {\n                \"date\": \"2025-01-21T13:00:00.000Z\",\n                \"percentage\": 0.3555802777777778\n            },\n            {\n                \"date\": \"2025-01-21T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T14:00:00.000Z\",\n                \"percentage\": 0.3737802777777778\n            },\n            {\n                \"date\": \"2025-01-21T02:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.245511574074074,\n        \"date\": \"2025-01-21T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-14T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T07:00:00.000Z\",\n                \"percentage\": 0.046012222222222225\n            },\n            {\n                \"date\": \"2025-02-14T13:00:00.000Z\",\n                \"percentage\": 0.8487563888888889\n            },\n            {\n                \"date\": \"2025-02-14T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T14:00:00.000Z\",\n                \"percentage\": 0.16384222222222222\n            },\n            {\n                \"date\": \"2025-02-14T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T09:00:00.000Z\",\n                \"percentage\": 0.141755\n            },\n            {\n                \"date\": \"2025-02-14T08:00:00.000Z\",\n                \"percentage\": 0.8415397222222222\n            },\n            {\n                \"date\": \"2025-02-14T12:00:00.000Z\",\n                \"percentage\": 0.5583683333333334\n            },\n            {\n                \"date\": \"2025-02-14T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T03:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.10834474537037038,\n        \"date\": \"2025-02-14T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-27T14:00:00.000Z\",\n                \"percentage\": 0.5543194444444445\n            },\n            {\n                \"date\": \"2025-01-27T15:00:00.000Z\",\n                \"percentage\": 0.6583427777777778\n            },\n            {\n                \"date\": \"2025-01-27T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T11:00:00.000Z\",\n                \"percentage\": 0.6764961111111111\n            },\n            {\n                \"date\": \"2025-01-27T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T09:00:00.000Z\",\n                \"percentage\": 0.9793722222222222\n            },\n            {\n                \"date\": \"2025-01-27T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T13:00:00.000Z\",\n                \"percentage\": 0.6971963888888889\n            },\n            {\n                \"date\": \"2025-01-27T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T19:00:00.000Z\",\n                \"percentage\": 0.13331444444444446\n            },\n            {\n                \"date\": \"2025-01-27T12:00:00.000Z\",\n                \"percentage\": 0.9182283333333333\n            },\n            {\n                \"date\": \"2025-01-27T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T10:00:00.000Z\",\n                \"percentage\": 0.7181525\n            },\n            {\n                \"date\": \"2025-01-27T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T08:00:00.000Z\",\n                \"percentage\": 0.9570802777777778\n            }\n        ],\n        \"avgOccupancy\": 0.2621876041666667,\n        \"date\": \"2025-01-27T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-15T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T13:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0,\n        \"date\": \"2025-02-15T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-22T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T14:00:00.000Z\",\n                \"percentage\": 0.0055525\n            },\n            {\n                \"date\": \"2025-02-22T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T13:00:00.000Z\",\n                \"percentage\": 0.04441111111111111\n            },\n            {\n                \"date\": \"2025-02-22T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T19:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.0020818171296296296,\n        \"date\": \"2025-02-22T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-25T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T10:00:00.000Z\",\n                \"percentage\": 0.005502222222222223\n            },\n            {\n                \"date\": \"2025-01-25T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T13:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T22:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.00022925925925925927,\n        \"date\": \"2025-01-25T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-05T13:00:00.000Z\",\n                \"percentage\": 0.5888911111111111\n            },\n            {\n                \"date\": \"2025-02-05T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T10:00:00.000Z\",\n                \"percentage\": 0.6460263888888889\n            },\n            {\n                \"date\": \"2025-02-05T08:00:00.000Z\",\n                \"percentage\": 0.9793008333333333\n            },\n            {\n                \"date\": \"2025-02-05T15:00:00.000Z\",\n                \"percentage\": 0.016694444444444446\n            },\n            {\n                \"date\": \"2025-02-05T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T11:00:00.000Z\",\n                \"percentage\": 0.6127422222222222\n            },\n            {\n                \"date\": \"2025-02-05T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T09:00:00.000Z\",\n                \"percentage\": 0.7139536111111111\n            },\n            {\n                \"date\": \"2025-02-05T12:00:00.000Z\",\n                \"percentage\": 0.7710027777777778\n            },\n            {\n                \"date\": \"2025-02-05T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T14:00:00.000Z\",\n                \"percentage\": 0.5777083333333334\n            },\n            {\n                \"date\": \"2025-02-05T18:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.20442998842592594,\n        \"date\": \"2025-02-05T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-30T08:00:00.000Z\",\n                \"percentage\": 0.7932058333333334\n            },\n            {\n                \"date\": \"2025-01-30T10:00:00.000Z\",\n                \"percentage\": 0.8208766666666667\n            },\n            {\n                \"date\": \"2025-01-30T09:00:00.000Z\",\n                \"percentage\": 0.99599\n            },\n            {\n                \"date\": \"2025-01-30T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T11:00:00.000Z\",\n                \"percentage\": 0.9793458333333334\n            },\n            {\n                \"date\": \"2025-01-30T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T13:00:00.000Z\",\n                \"percentage\": 0.036125\n            },\n            {\n                \"date\": \"2025-01-30T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T12:00:00.000Z\",\n                \"percentage\": 0.9987969444444444\n            },\n            {\n                \"date\": \"2025-01-30T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T14:00:00.000Z\",\n                \"percentage\": 0.011105833333333334\n            },\n            {\n                \"date\": \"2025-01-30T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T16:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.19314358796296296,\n        \"date\": \"2025-01-30T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-23T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T15:00:00.000Z\",\n                \"percentage\": 0.03333166666666667\n            },\n            {\n                \"date\": \"2025-02-23T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T13:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T14:00:00.000Z\",\n                \"percentage\": 0.008378333333333333\n            },\n            {\n                \"date\": \"2025-02-23T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T00:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.001737916666666667,\n        \"date\": \"2025-02-23T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-01T13:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T00:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0,\n        \"date\": \"2025-02-01T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-27T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T08:00:00.000Z\",\n                \"percentage\": 0.8543577777777778\n            },\n            {\n                \"date\": \"2025-02-27T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T09:00:00.000Z\",\n                \"percentage\": 0.9986927777777778\n            },\n            {\n                \"date\": \"2025-02-27T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T07:00:00.000Z\",\n                \"percentage\": 0.21381916666666667\n            },\n            {\n                \"date\": \"2025-02-27T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T04:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.08611957175925926,\n        \"date\": \"2025-02-27T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-17T08:00:00.000Z\",\n                \"percentage\": 0.9959813888888889\n            },\n            {\n                \"date\": \"2025-02-17T15:00:00.000Z\",\n                \"percentage\": 0.7765038888888889\n            },\n            {\n                \"date\": \"2025-02-17T21:00:00.000Z\",\n                \"percentage\": 0.09164972222222222\n            },\n            {\n                \"date\": \"2025-02-17T06:00:00.000Z\",\n                \"percentage\": 0.10572305555555556\n            },\n            {\n                \"date\": \"2025-02-17T09:00:00.000Z\",\n                \"percentage\": 0.9960111111111111\n            },\n            {\n                \"date\": \"2025-02-17T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-17T14:00:00.000Z\",\n                \"percentage\": 0.21385888888888888\n            },\n            {\n                \"date\": \"2025-02-17T13:00:00.000Z\",\n                \"percentage\": 0.9431952777777778\n            },\n            {\n                \"date\": \"2025-02-17T18:00:00.000Z\",\n                \"percentage\": 0.34451472222222224\n            },\n            {\n                \"date\": \"2025-02-17T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-17T16:00:00.000Z\",\n                \"percentage\": 0.8208352777777778\n            },\n            {\n                \"date\": \"2025-02-17T01:00:00.000Z\",\n                \"percentage\": 0.022170555555555554\n            },\n            {\n                \"date\": \"2025-02-17T07:00:00.000Z\",\n                \"percentage\": 0.15436305555555555\n            },\n            {\n                \"date\": \"2025-02-17T12:00:00.000Z\",\n                \"percentage\": 0.5876444444444444\n            },\n            {\n                \"date\": \"2025-02-17T05:00:00.000Z\",\n                \"percentage\": 0.06111972222222222\n            },\n            {\n                \"date\": \"2025-02-17T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-17T23:00:00.000Z\",\n                \"percentage\": 0.4584536111111111\n            },\n            {\n                \"date\": \"2025-02-17T20:00:00.000Z\",\n                \"percentage\": 0.4028508333333333\n            },\n            {\n                \"date\": \"2025-02-17T00:00:00.000Z\",\n                \"percentage\": 0.06384138888888889\n            },\n            {\n                \"date\": \"2025-02-17T10:00:00.000Z\",\n                \"percentage\": 0.2778713888888889\n            },\n            {\n                \"date\": \"2025-02-17T17:00:00.000Z\",\n                \"percentage\": 0.21827222222222223\n            },\n            {\n                \"date\": \"2025-02-17T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-17T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-17T19:00:00.000Z\",\n                \"percentage\": 0.4330805555555556\n            }\n        ],\n        \"avgOccupancy\": 0.33199754629629624,\n        \"date\": \"2025-02-17T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-11T08:00:00.000Z\",\n                \"percentage\": 0.9931236111111111\n            },\n            {\n                \"date\": \"2025-02-11T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T06:00:00.000Z\",\n                \"percentage\": 0.18046305555555556\n            },\n            {\n                \"date\": \"2025-02-11T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T14:00:00.000Z\",\n                \"percentage\": 0.4958625\n            },\n            {\n                \"date\": \"2025-02-11T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T12:00:00.000Z\",\n                \"percentage\": 0.45558944444444444\n            },\n            {\n                \"date\": \"2025-02-11T11:00:00.000Z\",\n                \"percentage\": 0.21383555555555556\n            },\n            {\n                \"date\": \"2025-02-11T09:00:00.000Z\",\n                \"percentage\": 0.9737280555555555\n            },\n            {\n                \"date\": \"2025-02-11T07:00:00.000Z\",\n                \"percentage\": 0.12651861111111112\n            },\n            {\n                \"date\": \"2025-02-11T16:00:00.000Z\",\n                \"percentage\": 0.7777655555555556\n            },\n            {\n                \"date\": \"2025-02-11T13:00:00.000Z\",\n                \"percentage\": 0.6654308333333333\n            },\n            {\n                \"date\": \"2025-02-11T10:00:00.000Z\",\n                \"percentage\": 0.973755\n            },\n            {\n                \"date\": \"2025-02-11T15:00:00.000Z\",\n                \"percentage\": 0.9737677777777778\n            },\n            {\n                \"date\": \"2025-02-11T02:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.28457666666666664,\n        \"date\": \"2025-02-11T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-09T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T13:00:00.000Z\",\n                \"percentage\": 0.011094444444444445\n            },\n            {\n                \"date\": \"2025-02-09T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T18:00:00.000Z\",\n                \"percentage\": 0.002808611111111111\n            },\n            {\n                \"date\": \"2025-02-09T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T06:00:00.000Z\",\n                \"percentage\": 0.005528888888888889\n            },\n            {\n                \"date\": \"2025-02-09T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T09:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.0008096643518518519,\n        \"date\": \"2025-02-09T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-19T13:00:00.000Z\",\n                \"percentage\": 0.5765294444444444\n            },\n            {\n                \"date\": \"2025-02-19T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T15:00:00.000Z\",\n                \"percentage\": 0.5722016666666667\n            },\n            {\n                \"date\": \"2025-02-19T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T10:00:00.000Z\",\n                \"percentage\": 0.7515161111111112\n            },\n            {\n                \"date\": \"2025-02-19T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T08:00:00.000Z\",\n                \"percentage\": 0.8959808333333333\n            },\n            {\n                \"date\": \"2025-02-19T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T12:00:00.000Z\",\n                \"percentage\": 0.1305563888888889\n            },\n            {\n                \"date\": \"2025-02-19T14:00:00.000Z\",\n                \"percentage\": 0.9904730555555555\n            },\n            {\n                \"date\": \"2025-02-19T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T11:00:00.000Z\",\n                \"percentage\": 0.9905013888888888\n            },\n            {\n                \"date\": \"2025-02-19T09:00:00.000Z\",\n                \"percentage\": 0.9987913888888889\n            },\n            {\n                \"date\": \"2025-02-19T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T23:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.2461062615740741,\n        \"date\": \"2025-02-19T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-29T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T13:00:00.000Z\",\n                \"percentage\": 0.40835333333333335\n            },\n            {\n                \"date\": \"2025-01-29T12:00:00.000Z\",\n                \"percentage\": 0.8638636111111111\n            },\n            {\n                \"date\": \"2025-01-29T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T16:00:00.000Z\",\n                \"percentage\": 0.8987172222222222\n            },\n            {\n                \"date\": \"2025-01-29T17:00:00.000Z\",\n                \"percentage\": 0.28889722222222225\n            },\n            {\n                \"date\": \"2025-01-29T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T08:00:00.000Z\",\n                \"percentage\": 0.00555\n            },\n            {\n                \"date\": \"2025-01-29T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T10:00:00.000Z\",\n                \"percentage\": 0.9598797222222222\n            },\n            {\n                \"date\": \"2025-01-29T11:00:00.000Z\",\n                \"percentage\": 0.3821113888888889\n            },\n            {\n                \"date\": \"2025-01-29T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T04:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.15864052083333333,\n        \"date\": \"2025-01-29T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-20T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T09:00:00.000Z\",\n                \"percentage\": 0.236035\n            },\n            {\n                \"date\": \"2025-01-20T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T12:00:00.000Z\",\n                \"percentage\": 0.22650583333333332\n            },\n            {\n                \"date\": \"2025-01-20T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T11:00:00.000Z\",\n                \"percentage\": 0.21942805555555556\n            },\n            {\n                \"date\": \"2025-01-20T13:00:00.000Z\",\n                \"percentage\": 0.9221833333333334\n            },\n            {\n                \"date\": \"2025-01-20T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T22:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.06683967592592592,\n        \"date\": \"2025-01-20T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-08T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T13:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T17:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0,\n        \"date\": \"2025-02-08T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-20T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T18:00:00.000Z\",\n                \"percentage\": 0.0055294444444444445\n            },\n            {\n                \"date\": \"2025-02-20T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T13:00:00.000Z\",\n                \"percentage\": 0.8653633333333334\n            },\n            {\n                \"date\": \"2025-02-20T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T12:00:00.000Z\",\n                \"percentage\": 0.9932005555555555\n            },\n            {\n                \"date\": \"2025-02-20T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T08:00:00.000Z\",\n                \"percentage\": 0.48767916666666666\n            },\n            {\n                \"date\": \"2025-02-20T11:00:00.000Z\",\n                \"percentage\": 0.8460586111111111\n            },\n            {\n                \"date\": \"2025-02-20T09:00:00.000Z\",\n                \"percentage\": 0.9960013888888889\n            },\n            {\n                \"date\": \"2025-02-20T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T10:00:00.000Z\",\n                \"percentage\": 0.5348161111111112\n            },\n            {\n                \"date\": \"2025-02-20T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T14:00:00.000Z\",\n                \"percentage\": 0.6638297222222223\n            },\n            {\n                \"date\": \"2025-02-20T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T00:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.22468659722222226,\n        \"date\": \"2025-02-20T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-25T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T07:00:00.000Z\",\n                \"percentage\": 0.5237602777777778\n            },\n            {\n                \"date\": \"2025-02-25T10:00:00.000Z\",\n                \"percentage\": 0.8598097222222222\n            },\n            {\n                \"date\": \"2025-02-25T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T13:00:00.000Z\",\n                \"percentage\": 0.09721055555555555\n            },\n            {\n                \"date\": \"2025-02-25T14:00:00.000Z\",\n                \"percentage\": 0.4182361111111111\n            },\n            {\n                \"date\": \"2025-02-25T09:00:00.000Z\",\n                \"percentage\": 0.8877027777777777\n            },\n            {\n                \"date\": \"2025-02-25T15:00:00.000Z\",\n                \"percentage\": 0.8999444444444444\n            },\n            {\n                \"date\": \"2025-02-25T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T12:00:00.000Z\",\n                \"percentage\": 0.9848041666666667\n            },\n            {\n                \"date\": \"2025-02-25T08:00:00.000Z\",\n                \"percentage\": 0.6888480555555555\n            },\n            {\n                \"date\": \"2025-02-25T11:00:00.000Z\",\n                \"percentage\": 0.7820236111111111\n            },\n            {\n                \"date\": \"2025-02-25T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T03:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.25593082175925924,\n        \"date\": \"2025-02-25T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-03T15:00:00.000Z\",\n                \"percentage\": 0.8360430555555556\n            },\n            {\n                \"date\": \"2025-02-03T17:00:00.000Z\",\n                \"percentage\": 0.00834638888888889\n            },\n            {\n                \"date\": \"2025-02-03T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T14:00:00.000Z\",\n                \"percentage\": 0.9987508333333334\n            },\n            {\n                \"date\": \"2025-02-03T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T11:00:00.000Z\",\n                \"percentage\": 0.02100888888888889\n            },\n            {\n                \"date\": \"2025-02-03T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T09:00:00.000Z\",\n                \"percentage\": 0.5416205555555555\n            },\n            {\n                \"date\": \"2025-02-03T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T13:00:00.000Z\",\n                \"percentage\": 0.9987547222222222\n            },\n            {\n                \"date\": \"2025-02-03T10:00:00.000Z\",\n                \"percentage\": 0.641675\n            },\n            {\n                \"date\": \"2025-02-03T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T12:00:00.000Z\",\n                \"percentage\": 0.6543486111111111\n            },\n            {\n                \"date\": \"2025-02-03T08:00:00.000Z\",\n                \"percentage\": 0.6765761111111112\n            },\n            {\n                \"date\": \"2025-02-03T21:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.22404684027777777,\n        \"date\": \"2025-02-03T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-16T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T13:00:00.000Z\",\n                \"percentage\": 0.0055986111111111115\n            },\n            {\n                \"date\": \"2025-02-16T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T21:00:00.000Z\",\n                \"percentage\": 0.005568333333333333\n            },\n            {\n                \"date\": \"2025-02-16T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T20:00:00.000Z\",\n                \"percentage\": 0.008328611111111111\n            },\n            {\n                \"date\": \"2025-02-16T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T23:00:00.000Z\",\n                \"percentage\": 0.011083055555555556\n            },\n            {\n                \"date\": \"2025-02-16T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T15:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.0012741087962962964,\n        \"date\": \"2025-02-16T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-13T14:00:00.000Z\",\n                \"percentage\": 0.9821202777777778\n            },\n            {\n                \"date\": \"2025-02-13T12:00:00.000Z\",\n                \"percentage\": 0.01263\n            },\n            {\n                \"date\": \"2025-02-13T15:00:00.000Z\",\n                \"percentage\": 0.1860952777777778\n            },\n            {\n                \"date\": \"2025-02-13T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T13:00:00.000Z\",\n                \"percentage\": 0.1793261111111111\n            },\n            {\n                \"date\": \"2025-02-13T10:00:00.000Z\",\n                \"percentage\": 0.8705783333333333\n            },\n            {\n                \"date\": \"2025-02-13T11:00:00.000Z\",\n                \"percentage\": 0.40561027777777775\n            },\n            {\n                \"date\": \"2025-02-13T21:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.10984834490740741,\n        \"date\": \"2025-02-13T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-04T16:00:00.000Z\",\n                \"percentage\": 0.4987461111111111\n            },\n            {\n                \"date\": \"2025-02-04T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T08:00:00.000Z\",\n                \"percentage\": 0.9043377777777778\n            },\n            {\n                \"date\": \"2025-02-04T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T13:00:00.000Z\",\n                \"percentage\": 0.95712\n            },\n            {\n                \"date\": \"2025-02-04T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T10:00:00.000Z\",\n                \"percentage\": 0.17777444444444446\n            },\n            {\n                \"date\": \"2025-02-04T11:00:00.000Z\",\n                \"percentage\": 0.10712277777777778\n            },\n            {\n                \"date\": \"2025-02-04T17:00:00.000Z\",\n                \"percentage\": 0.0527875\n            },\n            {\n                \"date\": \"2025-02-04T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T12:00:00.000Z\",\n                \"percentage\": 0.9986919444444444\n            },\n            {\n                \"date\": \"2025-02-04T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T09:00:00.000Z\",\n                \"percentage\": 0.9987027777777778\n            },\n            {\n                \"date\": \"2025-02-04T15:00:00.000Z\",\n                \"percentage\": 0.03326027777777778\n            },\n            {\n                \"date\": \"2025-02-04T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T14:00:00.000Z\",\n                \"percentage\": 0.9987855555555556\n            },\n            {\n                \"date\": \"2025-02-04T07:00:00.000Z\",\n                \"percentage\": 0.15157\n            },\n            {\n                \"date\": \"2025-02-04T00:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.2449541319444445,\n        \"date\": \"2025-02-04T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-02T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T18:00:00.000Z\",\n                \"percentage\": 0.0027825\n            },\n            {\n                \"date\": \"2025-02-02T16:00:00.000Z\",\n                \"percentage\": 0.03330861111111111\n            },\n            {\n                \"date\": \"2025-02-02T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T17:00:00.000Z\",\n                \"percentage\": 0.0027894444444444447\n            },\n            {\n                \"date\": \"2025-02-02T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T13:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T15:00:00.000Z\",\n                \"percentage\": 0.016738333333333334\n            },\n            {\n                \"date\": \"2025-02-02T10:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.0023174537037037035,\n        \"date\": \"2025-02-02T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-24T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T14:00:00.000Z\",\n                \"percentage\": 0.04167361111111111\n            },\n            {\n                \"date\": \"2025-01-24T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T09:00:00.000Z\",\n                \"percentage\": 0.8404372222222222\n            },\n            {\n                \"date\": \"2025-01-24T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T12:00:00.000Z\",\n                \"percentage\": 0.9987386111111111\n            },\n            {\n                \"date\": \"2025-01-24T07:00:00.000Z\",\n                \"percentage\": 0.9987458333333333\n            },\n            {\n                \"date\": \"2025-01-24T11:00:00.000Z\",\n                \"percentage\": 0.9987511111111111\n            },\n            {\n                \"date\": \"2025-01-24T13:00:00.000Z\",\n                \"percentage\": 0.5848369444444445\n            },\n            {\n                \"date\": \"2025-01-24T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T06:00:00.000Z\",\n                \"percentage\": 0.5654583333333333\n            },\n            {\n                \"date\": \"2025-01-24T08:00:00.000Z\",\n                \"percentage\": 0.5445022222222222\n            },\n            {\n                \"date\": \"2025-01-24T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T10:00:00.000Z\",\n                \"percentage\": 0.9737744444444445\n            }\n        ],\n        \"avgOccupancy\": 0.2727882638888889,\n        \"date\": \"2025-01-24T00:00:00.000Z\"\n    }\n]"}],"_postman_id":"d80327ca-7bc5-4e45-a450-e22cf62058e2"},{"name":"/space-utilization","id":"1a6b479d-0461-4336-a2da-f0d6e3958ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE_URL}}/organizations/:organizationId/locations/:locationId/space-utilization?start=2025-01-20T09:42:59.000Z&end=2025-02-27T09:42:59.000Z","urlObject":{"path":["organizations",":organizationId","locations",":locationId","space-utilization"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>Start timestamp</p>\n","type":"text/plain"},"key":"start","value":"2025-01-20T09:42:59.000Z"},{"description":{"content":"<p>End timestamp</p>\n","type":"text/plain"},"key":"end","value":"2025-02-27T09:42:59.000Z"}],"variable":[{"type":"any","value":"","key":"organizationId"},{"type":"any","value":"","key":"locationId"}]}},"response":[{"id":"ef2e9a69-e579-425d-9034-aedc08d17283","name":"/space-utilization","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/organizations/{{organizationId}}/locations/{{locationId}}/space-utilization?start=2025-01-20T09:42:59.000Z&end=2025-02-27T09:42:59.000Z","host":["{{BASE_URL}}"],"path":["organizations","{{organizationId}}","locations","{{locationId}}","space-utilization"],"query":[{"key":"start","value":"2025-01-20T09:42:59.000Z"},{"key":"end","value":"2025-02-27T09:42:59.000Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Mar 2025 11:21:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54022"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=J8xky4mJNxIwX/nFM/WLvQ9KNW1SBkOHH78g4ZiaIduK1xCdBn08+mmf9llUAr/pKvQensUC1DaAHDQ3z8mjdFow074castX6f2QbijE+GuVgFFTKfrh3zLExWC4; Expires=Mon, 17 Mar 2025 11:21:12 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=J8xky4mJNxIwX/nFM/WLvQ9KNW1SBkOHH78g4ZiaIduK1xCdBn08+mmf9llUAr/pKvQensUC1DaAHDQ3z8mjdFow074castX6f2QbijE+GuVgFFTKfrh3zLExWC4; Expires=Mon, 17 Mar 2025 11:21:12 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Accept,Authorization,Content-Type,Origin,X-Requested-With,X-ClientId,Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-AppVersion","value":"3.10.3"},{"key":"Access-Control-Expose-Headers","value":"X-AppVersion"},{"key":"ETag","value":"W/\"d306-SajE8LyLQKmu3r9Q7WRtxOW+UFM\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-26T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T19:00:00.000Z\",\n                \"percentage\": 0.0013910416666666667\n            },\n            {\n                \"date\": \"2025-02-26T11:00:00.000Z\",\n                \"percentage\": 0.19233097222222223\n            },\n            {\n                \"date\": \"2025-02-26T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T12:00:00.000Z\",\n                \"percentage\": 0.4874927777777778\n            },\n            {\n                \"date\": \"2025-02-26T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T09:00:00.000Z\",\n                \"percentage\": 0.41176993055555555\n            },\n            {\n                \"date\": \"2025-02-26T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T10:00:00.000Z\",\n                \"percentage\": 0.4632788888888889\n            },\n            {\n                \"date\": \"2025-02-26T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T13:00:00.000Z\",\n                \"percentage\": 0.4201442361111111\n            },\n            {\n                \"date\": \"2025-02-26T08:00:00.000Z\",\n                \"percentage\": 0.01712263888888889\n            },\n            {\n                \"date\": \"2025-02-26T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-26T23:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.08306377025462963,\n        \"date\": \"2025-02-26T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-21T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T10:00:00.000Z\",\n                \"percentage\": 0.33335166666666666\n            },\n            {\n                \"date\": \"2025-01-21T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T08:00:00.000Z\",\n                \"percentage\": 0.4841138888888889\n            },\n            {\n                \"date\": \"2025-01-21T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T14:00:00.000Z\",\n                \"percentage\": 0.2438275\n            },\n            {\n                \"date\": \"2025-01-21T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T13:00:00.000Z\",\n                \"percentage\": 0.18126083333333334\n            },\n            {\n                \"date\": \"2025-01-21T15:00:00.000Z\",\n                \"percentage\": 0.6888956944444444\n            },\n            {\n                \"date\": \"2025-01-21T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T16:00:00.000Z\",\n                \"percentage\": 0.2909259722222222\n            },\n            {\n                \"date\": \"2025-01-21T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T09:00:00.000Z\",\n                \"percentage\": 0.5874666666666667\n            },\n            {\n                \"date\": \"2025-01-21T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T11:00:00.000Z\",\n                \"percentage\": 0.09164145833333333\n            },\n            {\n                \"date\": \"2025-01-21T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-21T12:00:00.000Z\",\n                \"percentage\": 0.4840995138888889\n            }\n        ],\n        \"avgOccupancy\": 0.14106596643518518,\n        \"date\": \"2025-01-21T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-16T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T21:00:00.000Z\",\n                \"percentage\": 0.0013920833333333333\n            },\n            {\n                \"date\": \"2025-02-16T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T13:00:00.000Z\",\n                \"percentage\": 0.0013996527777777779\n            },\n            {\n                \"date\": \"2025-02-16T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T23:00:00.000Z\",\n                \"percentage\": 0.002770763888888889\n            },\n            {\n                \"date\": \"2025-02-16T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-16T20:00:00.000Z\",\n                \"percentage\": 0.002082152777777778\n            }\n        ],\n        \"avgOccupancy\": 0.0003185271990740741,\n        \"date\": \"2025-02-16T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-29T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T08:00:00.000Z\",\n                \"percentage\": 0.0013875\n            },\n            {\n                \"date\": \"2025-01-29T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T16:00:00.000Z\",\n                \"percentage\": 0.45627972222222224\n            },\n            {\n                \"date\": \"2025-01-29T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T17:00:00.000Z\",\n                \"percentage\": 0.1486340277777778\n            },\n            {\n                \"date\": \"2025-01-29T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T12:00:00.000Z\",\n                \"percentage\": 0.475705625\n            },\n            {\n                \"date\": \"2025-01-29T13:00:00.000Z\",\n                \"percentage\": 0.19515298611111112\n            },\n            {\n                \"date\": \"2025-01-29T10:00:00.000Z\",\n                \"percentage\": 0.47229770833333334\n            },\n            {\n                \"date\": \"2025-01-29T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T11:00:00.000Z\",\n                \"percentage\": 0.18066833333333332\n            },\n            {\n                \"date\": \"2025-01-29T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-29T14:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.08042191261574073,\n        \"date\": \"2025-01-29T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-09T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T06:00:00.000Z\",\n                \"percentage\": 0.0013822222222222222\n            },\n            {\n                \"date\": \"2025-02-09T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T18:00:00.000Z\",\n                \"percentage\": 0.0007021527777777778\n            },\n            {\n                \"date\": \"2025-02-09T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T13:00:00.000Z\",\n                \"percentage\": 0.0027736111111111112\n            },\n            {\n                \"date\": \"2025-02-09T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-09T11:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.00020241608796296297,\n        \"date\": \"2025-02-09T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-28T15:00:00.000Z\",\n                \"percentage\": 0.24928354166666666\n            },\n            {\n                \"date\": \"2025-01-28T16:00:00.000Z\",\n                \"percentage\": 0.008328333333333333\n            },\n            {\n                \"date\": \"2025-01-28T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T09:00:00.000Z\",\n                \"percentage\": 0.014280277777777777\n            },\n            {\n                \"date\": \"2025-01-28T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T08:00:00.000Z\",\n                \"percentage\": 0.03197208333333333\n            },\n            {\n                \"date\": \"2025-01-28T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T17:00:00.000Z\",\n                \"percentage\": 0.0007017361111111111\n            },\n            {\n                \"date\": \"2025-01-28T11:00:00.000Z\",\n                \"percentage\": 0.25524305555555554\n            },\n            {\n                \"date\": \"2025-01-28T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T14:00:00.000Z\",\n                \"percentage\": 0.184413125\n            },\n            {\n                \"date\": \"2025-01-28T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-28T13:00:00.000Z\",\n                \"percentage\": 0.22891763888888889\n            },\n            {\n                \"date\": \"2025-01-28T12:00:00.000Z\",\n                \"percentage\": 0.43610020833333335\n            },\n            {\n                \"date\": \"2025-01-28T10:00:00.000Z\",\n                \"percentage\": 0.39314625\n            }\n        ],\n        \"avgOccupancy\": 0.07509942708333335,\n        \"date\": \"2025-01-28T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-25T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T10:00:00.000Z\",\n                \"percentage\": 0.0013755555555555556\n            },\n            {\n                \"date\": \"2025-01-25T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T13:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-25T03:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.000057314814814814816,\n        \"date\": \"2025-01-25T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-31T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T13:00:00.000Z\",\n                \"percentage\": 0.6289384027777778\n            },\n            {\n                \"date\": \"2025-01-31T11:00:00.000Z\",\n                \"percentage\": 0.4402905555555556\n            },\n            {\n                \"date\": \"2025-01-31T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T12:00:00.000Z\",\n                \"percentage\": 0.4723090972222222\n            },\n            {\n                \"date\": \"2025-01-31T10:00:00.000Z\",\n                \"percentage\": 0.4535517361111111\n            },\n            {\n                \"date\": \"2025-01-31T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T09:00:00.000Z\",\n                \"percentage\": 0.09231819444444445\n            },\n            {\n                \"date\": \"2025-01-31T14:00:00.000Z\",\n                \"percentage\": 0.16808361111111111\n            },\n            {\n                \"date\": \"2025-01-31T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-31T08:00:00.000Z\",\n                \"percentage\": 0.5747648611111111\n            }\n        ],\n        \"avgOccupancy\": 0.11792735243055556,\n        \"date\": \"2025-01-31T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-26T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T08:00:00.000Z\",\n                \"percentage\": 0.000698125\n            },\n            {\n                \"date\": \"2025-01-26T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T13:00:00.000Z\",\n                \"percentage\": 0.0013970138888888888\n            },\n            {\n                \"date\": \"2025-01-26T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T14:00:00.000Z\",\n                \"percentage\": 0.001384375\n            },\n            {\n                \"date\": \"2025-01-26T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-26T20:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.00014497974537037037,\n        \"date\": \"2025-01-26T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-05T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T08:00:00.000Z\",\n                \"percentage\": 0.6722735416666666\n            },\n            {\n                \"date\": \"2025-02-05T15:00:00.000Z\",\n                \"percentage\": 0.0041736111111111114\n            },\n            {\n                \"date\": \"2025-02-05T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T13:00:00.000Z\",\n                \"percentage\": 0.30485541666666666\n            },\n            {\n                \"date\": \"2025-02-05T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T10:00:00.000Z\",\n                \"percentage\": 0.3577326388888889\n            },\n            {\n                \"date\": \"2025-02-05T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T14:00:00.000Z\",\n                \"percentage\": 0.197183125\n            },\n            {\n                \"date\": \"2025-02-05T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T09:00:00.000Z\",\n                \"percentage\": 0.36114111111111113\n            },\n            {\n                \"date\": \"2025-02-05T12:00:00.000Z\",\n                \"percentage\": 0.4792370833333333\n            },\n            {\n                \"date\": \"2025-02-05T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-05T11:00:00.000Z\",\n                \"percentage\": 0.5106032638888889\n            }\n        ],\n        \"avgOccupancy\": 0.12029999131944442,\n        \"date\": \"2025-02-05T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-08T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T13:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-08T08:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0,\n        \"date\": \"2025-02-08T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-14T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T14:00:00.000Z\",\n                \"percentage\": 0.213813125\n            },\n            {\n                \"date\": \"2025-02-14T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T07:00:00.000Z\",\n                \"percentage\": 0.011503055555555556\n            },\n            {\n                \"date\": \"2025-02-14T13:00:00.000Z\",\n                \"percentage\": 0.9890884722222222\n            },\n            {\n                \"date\": \"2025-02-14T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-14T08:00:00.000Z\",\n                \"percentage\": 0.21038493055555554\n            },\n            {\n                \"date\": \"2025-02-14T12:00:00.000Z\",\n                \"percentage\": 0.2555659722222222\n            },\n            {\n                \"date\": \"2025-02-14T09:00:00.000Z\",\n                \"percentage\": 0.03543875\n            },\n            {\n                \"date\": \"2025-02-14T17:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.07149142939814813,\n        \"date\": \"2025-02-14T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-12T11:00:00.000Z\",\n                \"percentage\": 0.4577145833333333\n            },\n            {\n                \"date\": \"2025-02-12T13:00:00.000Z\",\n                \"percentage\": 0.5125952083333334\n            },\n            {\n                \"date\": \"2025-02-12T15:00:00.000Z\",\n                \"percentage\": 0.25176125\n            },\n            {\n                \"date\": \"2025-02-12T17:00:00.000Z\",\n                \"percentage\": 0.21388506944444444\n            },\n            {\n                \"date\": \"2025-02-12T16:00:00.000Z\",\n                \"percentage\": 0.10592333333333333\n            },\n            {\n                \"date\": \"2025-02-12T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T14:00:00.000Z\",\n                \"percentage\": 0.3191409027777778\n            },\n            {\n                \"date\": \"2025-02-12T10:00:00.000Z\",\n                \"percentage\": 0.27188631944444447\n            },\n            {\n                \"date\": \"2025-02-12T12:00:00.000Z\",\n                \"percentage\": 0.6345084722222222\n            },\n            {\n                \"date\": \"2025-02-12T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T09:00:00.000Z\",\n                \"percentage\": 0.463938125\n            },\n            {\n                \"date\": \"2025-02-12T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T08:00:00.000Z\",\n                \"percentage\": 0.1417570138888889\n            },\n            {\n                \"date\": \"2025-02-12T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-12T18:00:00.000Z\",\n                \"percentage\": 0.001385625\n            }\n        ],\n        \"avgOccupancy\": 0.14060399594907408,\n        \"date\": \"2025-02-12T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-06T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T12:00:00.000Z\",\n                \"percentage\": 0.434450625\n            },\n            {\n                \"date\": \"2025-02-06T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T08:00:00.000Z\",\n                \"percentage\": 0.4840834722222222\n            },\n            {\n                \"date\": \"2025-02-06T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T18:00:00.000Z\",\n                \"percentage\": 0.018735\n            },\n            {\n                \"date\": \"2025-02-06T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T11:00:00.000Z\",\n                \"percentage\": 0.3506827083333333\n            },\n            {\n                \"date\": \"2025-02-06T07:00:00.000Z\",\n                \"percentage\": 0.2861854861111111\n            },\n            {\n                \"date\": \"2025-02-06T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T13:00:00.000Z\",\n                \"percentage\": 0.4291230555555556\n            },\n            {\n                \"date\": \"2025-02-06T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T10:00:00.000Z\",\n                \"percentage\": 0.8682160416666667\n            },\n            {\n                \"date\": \"2025-02-06T09:00:00.000Z\",\n                \"percentage\": 0.42442819444444446\n            },\n            {\n                \"date\": \"2025-02-06T17:00:00.000Z\",\n                \"percentage\": 0.009004791666666666\n            },\n            {\n                \"date\": \"2025-02-06T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-06T04:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.13770455729166664,\n        \"date\": \"2025-02-06T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-20T12:00:00.000Z\",\n                \"percentage\": 0.5028391666666666\n            },\n            {\n                \"date\": \"2025-02-20T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T18:00:00.000Z\",\n                \"percentage\": 0.0013823611111111111\n            },\n            {\n                \"date\": \"2025-02-20T13:00:00.000Z\",\n                \"percentage\": 0.42504715277777777\n            },\n            {\n                \"date\": \"2025-02-20T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T14:00:00.000Z\",\n                \"percentage\": 0.3305271527777778\n            },\n            {\n                \"date\": \"2025-02-20T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T10:00:00.000Z\",\n                \"percentage\": 0.1337040277777778\n            },\n            {\n                \"date\": \"2025-02-20T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-20T08:00:00.000Z\",\n                \"percentage\": 0.12191979166666667\n            },\n            {\n                \"date\": \"2025-02-20T11:00:00.000Z\",\n                \"percentage\": 0.3678359722222222\n            },\n            {\n                \"date\": \"2025-02-20T09:00:00.000Z\",\n                \"percentage\": 0.24900034722222222\n            }\n        ],\n        \"avgOccupancy\": 0.08884399884259259,\n        \"date\": \"2025-02-20T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-23T13:00:00.000Z\",\n                \"percentage\": 0.45501180555555554\n            },\n            {\n                \"date\": \"2025-01-23T19:00:00.000Z\",\n                \"percentage\": 0.0029225\n            },\n            {\n                \"date\": \"2025-01-23T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T12:00:00.000Z\",\n                \"percentage\": 0.20875215277777778\n            },\n            {\n                \"date\": \"2025-01-23T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T07:00:00.000Z\",\n                \"percentage\": 0.023609444444444443\n            },\n            {\n                \"date\": \"2025-01-23T11:00:00.000Z\",\n                \"percentage\": 0.7260595138888889\n            },\n            {\n                \"date\": \"2025-01-23T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T15:00:00.000Z\",\n                \"percentage\": 0.24161083333333333\n            },\n            {\n                \"date\": \"2025-01-23T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T08:00:00.000Z\",\n                \"percentage\": 0.470159375\n            },\n            {\n                \"date\": \"2025-01-23T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-23T09:00:00.000Z\",\n                \"percentage\": 0.7103372916666667\n            },\n            {\n                \"date\": \"2025-01-23T14:00:00.000Z\",\n                \"percentage\": 0.5511469444444445\n            },\n            {\n                \"date\": \"2025-01-23T10:00:00.000Z\",\n                \"percentage\": 0.9820123611111111\n            },\n            {\n                \"date\": \"2025-01-23T02:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.18215092592592594,\n        \"date\": \"2025-01-23T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-10T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T20:00:00.000Z\",\n                \"percentage\": 0.0013793055555555555\n            },\n            {\n                \"date\": \"2025-02-10T22:00:00.000Z\",\n                \"percentage\": 0.023603333333333334\n            },\n            {\n                \"date\": \"2025-02-10T17:00:00.000Z\",\n                \"percentage\": 0.1875236111111111\n            },\n            {\n                \"date\": \"2025-02-10T09:00:00.000Z\",\n                \"percentage\": 0.22856993055555555\n            },\n            {\n                \"date\": \"2025-02-10T18:00:00.000Z\",\n                \"percentage\": 0.04933048611111111\n            },\n            {\n                \"date\": \"2025-02-10T16:00:00.000Z\",\n                \"percentage\": 0.07053451388888889\n            },\n            {\n                \"date\": \"2025-02-10T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T15:00:00.000Z\",\n                \"percentage\": 0.018061736111111112\n            },\n            {\n                \"date\": \"2025-02-10T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T19:00:00.000Z\",\n                \"percentage\": 0.006967291666666667\n            },\n            {\n                \"date\": \"2025-02-10T12:00:00.000Z\",\n                \"percentage\": 0.27715243055555555\n            },\n            {\n                \"date\": \"2025-02-10T08:00:00.000Z\",\n                \"percentage\": 0.11943694444444444\n            },\n            {\n                \"date\": \"2025-02-10T11:00:00.000Z\",\n                \"percentage\": 0.1684459722222222\n            },\n            {\n                \"date\": \"2025-02-10T13:00:00.000Z\",\n                \"percentage\": 0.48271430555555556\n            },\n            {\n                \"date\": \"2025-02-10T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T14:00:00.000Z\",\n                \"percentage\": 0.08333638888888889\n            },\n            {\n                \"date\": \"2025-02-10T10:00:00.000Z\",\n                \"percentage\": 0.274271875\n            },\n            {\n                \"date\": \"2025-02-10T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-10T21:00:00.000Z\",\n                \"percentage\": 0.013199513888888889\n            }\n        ],\n        \"avgOccupancy\": 0.0835219849537037,\n        \"date\": \"2025-02-10T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-30T12:00:00.000Z\",\n                \"percentage\": 0.4688170138888889\n            },\n            {\n                \"date\": \"2025-01-30T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T13:00:00.000Z\",\n                \"percentage\": 0.01736236111111111\n            },\n            {\n                \"date\": \"2025-01-30T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T11:00:00.000Z\",\n                \"percentage\": 0.40081534722222223\n            },\n            {\n                \"date\": \"2025-01-30T08:00:00.000Z\",\n                \"percentage\": 0.3882651388888889\n            },\n            {\n                \"date\": \"2025-01-30T10:00:00.000Z\",\n                \"percentage\": 0.4017357638888889\n            },\n            {\n                \"date\": \"2025-01-30T09:00:00.000Z\",\n                \"percentage\": 0.4903472916666667\n            },\n            {\n                \"date\": \"2025-01-30T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-30T14:00:00.000Z\",\n                \"percentage\": 0.0027764583333333335\n            },\n            {\n                \"date\": \"2025-01-30T02:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.09042164062500001,\n        \"date\": \"2025-01-30T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-17T07:00:00.000Z\",\n                \"percentage\": 0.05635194444444445\n            },\n            {\n                \"date\": \"2025-02-17T12:00:00.000Z\",\n                \"percentage\": 0.24175569444444445\n            },\n            {\n                \"date\": \"2025-02-17T05:00:00.000Z\",\n                \"percentage\": 0.015279930555555555\n            },\n            {\n                \"date\": \"2025-02-17T13:00:00.000Z\",\n                \"percentage\": 0.4487265277777778\n            },\n            {\n                \"date\": \"2025-02-17T01:00:00.000Z\",\n                \"percentage\": 0.005542638888888889\n            },\n            {\n                \"date\": \"2025-02-17T18:00:00.000Z\",\n                \"percentage\": 0.08612868055555556\n            },\n            {\n                \"date\": \"2025-02-17T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-17T16:00:00.000Z\",\n                \"percentage\": 0.24409805555555555\n            },\n            {\n                \"date\": \"2025-02-17T09:00:00.000Z\",\n                \"percentage\": 0.6959345138888889\n            },\n            {\n                \"date\": \"2025-02-17T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-17T14:00:00.000Z\",\n                \"percentage\": 0.09858020833333334\n            },\n            {\n                \"date\": \"2025-02-17T08:00:00.000Z\",\n                \"percentage\": 0.6636394444444444\n            },\n            {\n                \"date\": \"2025-02-17T15:00:00.000Z\",\n                \"percentage\": 0.3861820138888889\n            },\n            {\n                \"date\": \"2025-02-17T21:00:00.000Z\",\n                \"percentage\": 0.022912430555555554\n            },\n            {\n                \"date\": \"2025-02-17T06:00:00.000Z\",\n                \"percentage\": 0.02643076388888889\n            },\n            {\n                \"date\": \"2025-02-17T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-17T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-17T19:00:00.000Z\",\n                \"percentage\": 0.1082701388888889\n            },\n            {\n                \"date\": \"2025-02-17T10:00:00.000Z\",\n                \"percentage\": 0.09377659722222222\n            },\n            {\n                \"date\": \"2025-02-17T17:00:00.000Z\",\n                \"percentage\": 0.05456805555555556\n            },\n            {\n                \"date\": \"2025-02-17T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-17T23:00:00.000Z\",\n                \"percentage\": 0.11461340277777778\n            },\n            {\n                \"date\": \"2025-02-17T20:00:00.000Z\",\n                \"percentage\": 0.10071270833333333\n            },\n            {\n                \"date\": \"2025-02-17T00:00:00.000Z\",\n                \"percentage\": 0.015960347222222223\n            }\n        ],\n        \"avgOccupancy\": 0.14497767071759263,\n        \"date\": \"2025-02-17T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-24T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T14:00:00.000Z\",\n                \"percentage\": 0.028472291666666667\n            },\n            {\n                \"date\": \"2025-01-24T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T10:00:00.000Z\",\n                \"percentage\": 0.44067395833333334\n            },\n            {\n                \"date\": \"2025-01-24T06:00:00.000Z\",\n                \"percentage\": 0.14136458333333332\n            },\n            {\n                \"date\": \"2025-01-24T08:00:00.000Z\",\n                \"percentage\": 0.2104126388888889\n            },\n            {\n                \"date\": \"2025-01-24T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T07:00:00.000Z\",\n                \"percentage\": 0.35913104166666665\n            },\n            {\n                \"date\": \"2025-01-24T12:00:00.000Z\",\n                \"percentage\": 0.4757605555555556\n            },\n            {\n                \"date\": \"2025-01-24T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T11:00:00.000Z\",\n                \"percentage\": 0.47229486111111113\n            },\n            {\n                \"date\": \"2025-01-24T13:00:00.000Z\",\n                \"percentage\": 0.4011573611111111\n            },\n            {\n                \"date\": \"2025-01-24T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-24T09:00:00.000Z\",\n                \"percentage\": 0.3906614583333333\n            }\n        ],\n        \"avgOccupancy\": 0.12166369791666666,\n        \"date\": \"2025-01-24T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-23T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T13:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T15:00:00.000Z\",\n                \"percentage\": 0.011811666666666666\n            },\n            {\n                \"date\": \"2025-02-23T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-23T14:00:00.000Z\",\n                \"percentage\": 0.0020945833333333333\n            }\n        ],\n        \"avgOccupancy\": 0.0005794270833333334,\n        \"date\": \"2025-02-23T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-11T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T14:00:00.000Z\",\n                \"percentage\": 0.21114368055555555\n            },\n            {\n                \"date\": \"2025-02-11T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T06:00:00.000Z\",\n                \"percentage\": 0.04511576388888889\n            },\n            {\n                \"date\": \"2025-02-11T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T08:00:00.000Z\",\n                \"percentage\": 0.6768015972222222\n            },\n            {\n                \"date\": \"2025-02-11T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T10:00:00.000Z\",\n                \"percentage\": 0.6896900694444444\n            },\n            {\n                \"date\": \"2025-02-11T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T15:00:00.000Z\",\n                \"percentage\": 0.2966075\n            },\n            {\n                \"date\": \"2025-02-11T16:00:00.000Z\",\n                \"percentage\": 0.36596493055555557\n            },\n            {\n                \"date\": \"2025-02-11T13:00:00.000Z\",\n                \"percentage\": 0.3195398611111111\n            },\n            {\n                \"date\": \"2025-02-11T07:00:00.000Z\",\n                \"percentage\": 0.03479513888888889\n            },\n            {\n                \"date\": \"2025-02-11T09:00:00.000Z\",\n                \"percentage\": 0.6792786111111111\n            },\n            {\n                \"date\": \"2025-02-11T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-11T11:00:00.000Z\",\n                \"percentage\": 0.14510569444444443\n            },\n            {\n                \"date\": \"2025-02-11T12:00:00.000Z\",\n                \"percentage\": 0.22292916666666668\n            }\n        ],\n        \"avgOccupancy\": 0.15362383391203704,\n        \"date\": \"2025-02-11T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-18T08:00:00.000Z\",\n                \"percentage\": 0.408338125\n            },\n            {\n                \"date\": \"2025-02-18T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-18T01:00:00.000Z\",\n                \"percentage\": 0.03818979166666667\n            },\n            {\n                \"date\": \"2025-02-18T06:00:00.000Z\",\n                \"percentage\": 0.04793041666666667\n            },\n            {\n                \"date\": \"2025-02-18T04:00:00.000Z\",\n                \"percentage\": 0.025706527777777776\n            },\n            {\n                \"date\": \"2025-02-18T05:00:00.000Z\",\n                \"percentage\": 0.04767166666666667\n            },\n            {\n                \"date\": \"2025-02-18T12:00:00.000Z\",\n                \"percentage\": 0.17163354166666667\n            },\n            {\n                \"date\": \"2025-02-18T13:00:00.000Z\",\n                \"percentage\": 0.46425201388888887\n            },\n            {\n                \"date\": \"2025-02-18T07:00:00.000Z\",\n                \"percentage\": 0.023596319444444444\n            },\n            {\n                \"date\": \"2025-02-18T02:00:00.000Z\",\n                \"percentage\": 0.08059416666666666\n            },\n            {\n                \"date\": \"2025-02-18T14:00:00.000Z\",\n                \"percentage\": 0.3961763194444444\n            },\n            {\n                \"date\": \"2025-02-18T03:00:00.000Z\",\n                \"percentage\": 0.004153888888888889\n            },\n            {\n                \"date\": \"2025-02-18T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-18T00:00:00.000Z\",\n                \"percentage\": 0.07293083333333333\n            },\n            {\n                \"date\": \"2025-02-18T17:00:00.000Z\",\n                \"percentage\": 0.0013963888888888889\n            },\n            {\n                \"date\": \"2025-02-18T15:00:00.000Z\",\n                \"percentage\": 0.25871694444444443\n            },\n            {\n                \"date\": \"2025-02-18T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-18T09:00:00.000Z\",\n                \"percentage\": 0.47716118055555556\n            },\n            {\n                \"date\": \"2025-02-18T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-18T11:00:00.000Z\",\n                \"percentage\": 0.3673547916666667\n            },\n            {\n                \"date\": \"2025-02-18T16:00:00.000Z\",\n                \"percentage\": 0.006941805555555555\n            },\n            {\n                \"date\": \"2025-02-18T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-18T10:00:00.000Z\",\n                \"percentage\": 0.5511201388888889\n            },\n            {\n                \"date\": \"2025-02-18T23:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.14349436921296296,\n        \"date\": \"2025-02-18T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-01T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T13:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-01T02:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0,\n        \"date\": \"2025-02-01T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-19T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T10:00:00.000Z\",\n                \"percentage\": 0.5143617361111111\n            },\n            {\n                \"date\": \"2025-02-19T08:00:00.000Z\",\n                \"percentage\": 0.43934083333333335\n            },\n            {\n                \"date\": \"2025-02-19T15:00:00.000Z\",\n                \"percentage\": 0.3110822222222222\n            },\n            {\n                \"date\": \"2025-02-19T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T13:00:00.000Z\",\n                \"percentage\": 0.2979763888888889\n            },\n            {\n                \"date\": \"2025-02-19T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T11:00:00.000Z\",\n                \"percentage\": 0.7654959722222222\n            },\n            {\n                \"date\": \"2025-02-19T09:00:00.000Z\",\n                \"percentage\": 0.6648352777777777\n            },\n            {\n                \"date\": \"2025-02-19T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-19T14:00:00.000Z\",\n                \"percentage\": 0.48133430555555556\n            },\n            {\n                \"date\": \"2025-02-19T12:00:00.000Z\",\n                \"percentage\": 0.09238430555555556\n            },\n            {\n                \"date\": \"2025-02-19T07:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.1486171267361111,\n        \"date\": \"2025-02-19T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-27T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T09:00:00.000Z\",\n                \"percentage\": 0.9278877083333333\n            },\n            {\n                \"date\": \"2025-01-27T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T11:00:00.000Z\",\n                \"percentage\": 0.25662847222222224\n            },\n            {\n                \"date\": \"2025-01-27T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T14:00:00.000Z\",\n                \"percentage\": 0.26812444444444444\n            },\n            {\n                \"date\": \"2025-01-27T15:00:00.000Z\",\n                \"percentage\": 0.3215628472222222\n            },\n            {\n                \"date\": \"2025-01-27T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T08:00:00.000Z\",\n                \"percentage\": 0.6202046527777778\n            },\n            {\n                \"date\": \"2025-01-27T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T10:00:00.000Z\",\n                \"percentage\": 0.33129395833333336\n            },\n            {\n                \"date\": \"2025-01-27T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T12:00:00.000Z\",\n                \"percentage\": 0.23095\n            },\n            {\n                \"date\": \"2025-01-27T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T19:00:00.000Z\",\n                \"percentage\": 0.04166576388888889\n            },\n            {\n                \"date\": \"2025-01-27T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-27T13:00:00.000Z\",\n                \"percentage\": 0.17429909722222223\n            },\n            {\n                \"date\": \"2025-01-27T03:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.1321923726851852,\n        \"date\": \"2025-01-27T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-22T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T13:00:00.000Z\",\n                \"percentage\": 0.012495833333333333\n            },\n            {\n                \"date\": \"2025-02-22T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T14:00:00.000Z\",\n                \"percentage\": 0.001388125\n            },\n            {\n                \"date\": \"2025-02-22T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-22T00:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.0005784982638888889,\n        \"date\": \"2025-02-22T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-20T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T09:00:00.000Z\",\n                \"percentage\": 0.11663756944444445\n            },\n            {\n                \"date\": \"2025-01-20T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T11:00:00.000Z\",\n                \"percentage\": 0.10901388888888888\n            },\n            {\n                \"date\": \"2025-01-20T13:00:00.000Z\",\n                \"percentage\": 0.6145544444444444\n            },\n            {\n                \"date\": \"2025-01-20T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-20T12:00:00.000Z\",\n                \"percentage\": 0.10493833333333333\n            }\n        ],\n        \"avgOccupancy\": 0.039381009837962964,\n        \"date\": \"2025-01-20T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-15T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T13:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-15T03:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0,\n        \"date\": \"2025-02-15T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-02T18:00:00.000Z\",\n                \"percentage\": 0.000695625\n            },\n            {\n                \"date\": \"2025-02-02T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T12:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T15:00:00.000Z\",\n                \"percentage\": 0.0041845833333333336\n            },\n            {\n                \"date\": \"2025-02-02T10:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T13:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T17:00:00.000Z\",\n                \"percentage\": 0.0006973611111111112\n            },\n            {\n                \"date\": \"2025-02-02T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T09:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T16:00:00.000Z\",\n                \"percentage\": 0.008327152777777777\n            },\n            {\n                \"date\": \"2025-02-02T14:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-02T20:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.0005793634259259259,\n        \"date\": \"2025-02-02T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-01-22T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T17:00:00.000Z\",\n                \"percentage\": 0.0007002777777777777\n            },\n            {\n                \"date\": \"2025-01-22T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T15:00:00.000Z\",\n                \"percentage\": 0.16527069444444445\n            },\n            {\n                \"date\": \"2025-01-22T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T16:00:00.000Z\",\n                \"percentage\": 0.14850125\n            },\n            {\n                \"date\": \"2025-01-22T11:00:00.000Z\",\n                \"percentage\": 0.38210381944444444\n            },\n            {\n                \"date\": \"2025-01-22T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T10:00:00.000Z\",\n                \"percentage\": 0.2506822222222222\n            },\n            {\n                \"date\": \"2025-01-22T13:00:00.000Z\",\n                \"percentage\": 0.1729909027777778\n            },\n            {\n                \"date\": \"2025-01-22T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T14:00:00.000Z\",\n                \"percentage\": 0.5337169444444444\n            },\n            {\n                \"date\": \"2025-01-22T08:00:00.000Z\",\n                \"percentage\": 0.41328270833333336\n            },\n            {\n                \"date\": \"2025-01-22T12:00:00.000Z\",\n                \"percentage\": 0.30213125\n            },\n            {\n                \"date\": \"2025-01-22T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-01-22T09:00:00.000Z\",\n                \"percentage\": 0.3834106944444444\n            }\n        ],\n        \"avgOccupancy\": 0.11469961516203704,\n        \"date\": \"2025-01-22T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-07T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T15:00:00.000Z\",\n                \"percentage\": 0.07014756944444445\n            },\n            {\n                \"date\": \"2025-02-07T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T11:00:00.000Z\",\n                \"percentage\": 0.5199515972222222\n            },\n            {\n                \"date\": \"2025-02-07T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T09:00:00.000Z\",\n                \"percentage\": 0.6879122222222223\n            },\n            {\n                \"date\": \"2025-02-07T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T10:00:00.000Z\",\n                \"percentage\": 0.1611195138888889\n            },\n            {\n                \"date\": \"2025-02-07T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T08:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T13:00:00.000Z\",\n                \"percentage\": 0.21595701388888888\n            },\n            {\n                \"date\": \"2025-02-07T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T14:00:00.000Z\",\n                \"percentage\": 0.42993326388888886\n            },\n            {\n                \"date\": \"2025-02-07T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-07T12:00:00.000Z\",\n                \"percentage\": 0.7125588194444444\n            }\n        ],\n        \"avgOccupancy\": 0.11656583333333333,\n        \"date\": \"2025-02-07T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-13T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T12:00:00.000Z\",\n                \"percentage\": 0.0031575\n            },\n            {\n                \"date\": \"2025-02-13T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T15:00:00.000Z\",\n                \"percentage\": 0.04652381944444445\n            },\n            {\n                \"date\": \"2025-02-13T14:00:00.000Z\",\n                \"percentage\": 0.24553006944444444\n            },\n            {\n                \"date\": \"2025-02-13T10:00:00.000Z\",\n                \"percentage\": 0.514835\n            },\n            {\n                \"date\": \"2025-02-13T11:00:00.000Z\",\n                \"percentage\": 0.2923146527777778\n            },\n            {\n                \"date\": \"2025-02-13T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T13:00:00.000Z\",\n                \"percentage\": 0.044831527777777776\n            },\n            {\n                \"date\": \"2025-02-13T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-13T16:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.04779969039351852,\n        \"date\": \"2025-02-13T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-03T11:00:00.000Z\",\n                \"percentage\": 0.005252222222222222\n            },\n            {\n                \"date\": \"2025-02-03T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T14:00:00.000Z\",\n                \"percentage\": 0.47854409722222224\n            },\n            {\n                \"date\": \"2025-02-03T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T15:00:00.000Z\",\n                \"percentage\": 0.26943208333333335\n            },\n            {\n                \"date\": \"2025-02-03T17:00:00.000Z\",\n                \"percentage\": 0.0020865972222222223\n            },\n            {\n                \"date\": \"2025-02-03T12:00:00.000Z\",\n                \"percentage\": 0.30843506944444443\n            },\n            {\n                \"date\": \"2025-02-03T08:00:00.000Z\",\n                \"percentage\": 0.33204090277777776\n            },\n            {\n                \"date\": \"2025-02-03T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T13:00:00.000Z\",\n                \"percentage\": 0.5410303472222222\n            },\n            {\n                \"date\": \"2025-02-03T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T10:00:00.000Z\",\n                \"percentage\": 0.3104120833333333\n            },\n            {\n                \"date\": \"2025-02-03T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T09:00:00.000Z\",\n                \"percentage\": 0.26733944444444446\n            },\n            {\n                \"date\": \"2025-02-03T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-03T16:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.10477386863425926,\n        \"date\": \"2025-02-03T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-24T11:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T12:00:00.000Z\",\n                \"percentage\": 0.5666973611111111\n            },\n            {\n                \"date\": \"2025-02-24T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T18:00:00.000Z\",\n                \"percentage\": 0.0013809027777777778\n            },\n            {\n                \"date\": \"2025-02-24T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T07:00:00.000Z\",\n                \"percentage\": 0.0006990972222222223\n            },\n            {\n                \"date\": \"2025-02-24T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T09:00:00.000Z\",\n                \"percentage\": 0.37363541666666666\n            },\n            {\n                \"date\": \"2025-02-24T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T15:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T06:00:00.000Z\",\n                \"percentage\": 0.00278375\n            },\n            {\n                \"date\": \"2025-02-24T08:00:00.000Z\",\n                \"percentage\": 0.39729770833333333\n            },\n            {\n                \"date\": \"2025-02-24T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T14:00:00.000Z\",\n                \"percentage\": 0.03680270833333334\n            },\n            {\n                \"date\": \"2025-02-24T13:00:00.000Z\",\n                \"percentage\": 0.48064222222222225\n            },\n            {\n                \"date\": \"2025-02-24T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-24T10:00:00.000Z\",\n                \"percentage\": 0.15557284722222223\n            }\n        ],\n        \"avgOccupancy\": 0.08397966724537037,\n        \"date\": \"2025-02-24T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-27T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T08:00:00.000Z\",\n                \"percentage\": 0.42368930555555556\n            },\n            {\n                \"date\": \"2025-02-27T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T07:00:00.000Z\",\n                \"percentage\": 0.059008125\n            },\n            {\n                \"date\": \"2025-02-27T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T09:00:00.000Z\",\n                \"percentage\": 0.49584868055555553\n            },\n            {\n                \"date\": \"2025-02-27T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-27T02:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.04077275462962963,\n        \"date\": \"2025-02-27T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-04T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T13:00:00.000Z\",\n                \"percentage\": 0.5535777777777777\n            },\n            {\n                \"date\": \"2025-02-04T16:00:00.000Z\",\n                \"percentage\": 0.24660555555555555\n            },\n            {\n                \"date\": \"2025-02-04T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T08:00:00.000Z\",\n                \"percentage\": 0.4285552777777778\n            },\n            {\n                \"date\": \"2025-02-04T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T15:00:00.000Z\",\n                \"percentage\": 0.014560069444444445\n            },\n            {\n                \"date\": \"2025-02-04T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T14:00:00.000Z\",\n                \"percentage\": 0.5181624305555556\n            },\n            {\n                \"date\": \"2025-02-04T07:00:00.000Z\",\n                \"percentage\": 0.046917152777777776\n            },\n            {\n                \"date\": \"2025-02-04T12:00:00.000Z\",\n                \"percentage\": 0.7316253472222223\n            },\n            {\n                \"date\": \"2025-02-04T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T09:00:00.000Z\",\n                \"percentage\": 0.5000466666666666\n            },\n            {\n                \"date\": \"2025-02-04T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T11:00:00.000Z\",\n                \"percentage\": 0.04214611111111111\n            },\n            {\n                \"date\": \"2025-02-04T10:00:00.000Z\",\n                \"percentage\": 0.08888722222222223\n            },\n            {\n                \"date\": \"2025-02-04T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T17:00:00.000Z\",\n                \"percentage\": 0.02639375\n            },\n            {\n                \"date\": \"2025-02-04T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-04T19:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.13322822337962964,\n        \"date\": \"2025-02-04T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-21T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T08:00:00.000Z\",\n                \"percentage\": 0.6455646527777777\n            },\n            {\n                \"date\": \"2025-02-21T05:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T12:00:00.000Z\",\n                \"percentage\": 0.3395788888888889\n            },\n            {\n                \"date\": \"2025-02-21T10:00:00.000Z\",\n                \"percentage\": 0.53519375\n            },\n            {\n                \"date\": \"2025-02-21T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T07:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T13:00:00.000Z\",\n                \"percentage\": 0.09830590277777777\n            },\n            {\n                \"date\": \"2025-02-21T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T11:00:00.000Z\",\n                \"percentage\": 0.5267872916666667\n            },\n            {\n                \"date\": \"2025-02-21T09:00:00.000Z\",\n                \"percentage\": 0.6961581944444445\n            },\n            {\n                \"date\": \"2025-02-21T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T14:00:00.000Z\",\n                \"percentage\": 0.09484881944444444\n            },\n            {\n                \"date\": \"2025-02-21T15:00:00.000Z\",\n                \"percentage\": 0.15345902777777778\n            },\n            {\n                \"date\": \"2025-02-21T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-21T21:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.1287456886574074,\n        \"date\": \"2025-02-21T00:00:00.000Z\"\n    },\n    {\n        \"hourItems\": [\n            {\n                \"date\": \"2025-02-25T23:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T13:00:00.000Z\",\n                \"percentage\": 0.06248784722222222\n            },\n            {\n                \"date\": \"2025-02-25T09:00:00.000Z\",\n                \"percentage\": 0.6323455555555556\n            },\n            {\n                \"date\": \"2025-02-25T14:00:00.000Z\",\n                \"percentage\": 0.21538118055555555\n            },\n            {\n                \"date\": \"2025-02-25T02:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T10:00:00.000Z\",\n                \"percentage\": 0.7468067361111111\n            },\n            {\n                \"date\": \"2025-02-25T16:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T15:00:00.000Z\",\n                \"percentage\": 0.44372416666666664\n            },\n            {\n                \"date\": \"2025-02-25T07:00:00.000Z\",\n                \"percentage\": 0.32268270833333335\n            },\n            {\n                \"date\": \"2025-02-25T18:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T04:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T19:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T03:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T01:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T22:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T17:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T06:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T20:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T21:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T00:00:00.000Z\",\n                \"percentage\": 0\n            },\n            {\n                \"date\": \"2025-02-25T08:00:00.000Z\",\n                \"percentage\": 0.45199416666666664\n            },\n            {\n                \"date\": \"2025-02-25T12:00:00.000Z\",\n                \"percentage\": 0.6201557638888889\n            },\n            {\n                \"date\": \"2025-02-25T11:00:00.000Z\",\n                \"percentage\": 0.38406055555555557\n            },\n            {\n                \"date\": \"2025-02-25T05:00:00.000Z\",\n                \"percentage\": 0\n            }\n        ],\n        \"avgOccupancy\": 0.16165161168981482,\n        \"date\": \"2025-02-25T00:00:00.000Z\"\n    }\n]"}],"_postman_id":"1a6b479d-0461-4336-a2da-f0d6e3958ce6"},{"name":"/external-measurements","id":"a0bc407f-f107-4a60-8c0d-0a0c14e7d2b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE_URL}}/organizations/:organizationId/external-measurements?start=2025-01-11T16:09:00.000&end=2025-01-12T16:09:00.000&breakdownInterval=60&roundUp=true&locationIds=locationId1&locationIds=locationId2&metrics=CO2_PPM&metrics=Temperature_Celsius&metrics=Pressure_hPa&metrics=Humidity_Percent","urlObject":{"path":["organizations",":organizationId","external-measurements"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>Start timestamp</p>\n","type":"text/plain"},"key":"start","value":"2025-01-11T16:09:00.000"},{"description":{"content":"<p>End timestamp</p>\n","type":"text/plain"},"key":"end","value":"2025-01-12T16:09:00.000"},{"description":{"content":"<p>The breakdown interval</p>\n","type":"text/plain"},"key":"breakdownInterval","value":"60"},{"description":{"content":"<p>Round up the intervals to nearest value divisible with 5</p>\n","type":"text/plain"},"key":"roundUp","value":"true"},{"key":"locationIds","value":"locationId1"},{"key":"locationIds","value":"locationId2"},{"key":"metrics","value":"CO2_PPM"},{"key":"metrics","value":"Temperature_Celsius"},{"key":"metrics","value":"Pressure_hPa"},{"key":"metrics","value":"Humidity_Percent"}],"variable":[{"type":"any","value":"","key":"organizationId"}]}},"response":[{"id":"d23734d3-7b63-415c-a043-f682e9bf88ba","name":"/external-measurements","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{BASE_URL}}/organizations/{{organizationId}}/external-measurements?start=2025-01-11T16:09:00.000&end=2025-01-12T16:09:00.000&breakdownInterval=60&roundUp=true&locationIds=1033&locationIds=1034&metrics=CO2_PPM&metrics=Temperature_Celsius&metrics=Pressure_hPa&metrics=Humidity_Percent","host":["{{BASE_URL}}"],"path":["organizations","{{organizationId}}","external-measurements"],"query":[{"key":"start","value":"2025-01-11T16:09:00.000","description":"Start timestamp"},{"key":"end","value":"2025-01-12T16:09:00.000","description":"End timestamp"},{"key":"breakdownInterval","value":"60","description":"The breakdown interval"},{"key":"roundUp","value":"true","description":"Round up the intervals to nearest value divisible with 5"},{"key":"locationIds","value":"1033"},{"key":"locationIds","value":"1034"},{"key":"metrics","value":"CO2_PPM"},{"key":"metrics","value":"Temperature_Celsius"},{"key":"metrics","value":"Pressure_hPa"},{"key":"metrics","value":"Humidity_Percent"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Mar 2025 11:27:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"17549"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=56NYhFsUY3j3u+O02qdGTCKqpFgq2L7F5QfQaG9Y2sv6eITMTe7ind0IMJ/YZUs3JfLuURo1wCOCEKah7QgdJ3dPeyPcSCnMstpZ2Nsb/Ubu3bsbNlcqxo3RI5qf; Expires=Mon, 17 Mar 2025 11:27:21 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=56NYhFsUY3j3u+O02qdGTCKqpFgq2L7F5QfQaG9Y2sv6eITMTe7ind0IMJ/YZUs3JfLuURo1wCOCEKah7QgdJ3dPeyPcSCnMstpZ2Nsb/Ubu3bsbNlcqxo3RI5qf; Expires=Mon, 17 Mar 2025 11:27:21 GMT; Path=/; SameSite=None; Secure"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"POST,PUT,GET,DELETE"},{"key":"Access-Control-Allow-Headers","value":"Accept,Authorization,Content-Type,Origin,X-Requested-With,X-ClientId,Scope-Organization-Id"},{"key":"Surrogate-Control","value":"no-store"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, proxy-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-AppVersion","value":"3.10.3"},{"key":"Access-Control-Expose-Headers","value":"X-AppVersion"},{"key":"ETag","value":"W/\"448d-Y2Hombw74DInwi7qqVKe1EprN9o\""}],"cookie":[],"responseTime":null,"body":"{\n    \"intervals\": [\n        {\n            \"start\": \"2025-01-11T17:00:00.000Z\",\n            \"end\": \"2025-01-11T18:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 331.3333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 19,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1006.4666666666666,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 525.0344827586207,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.20666666666667,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.4669999999999998,\n                            \"numberOfMeasurements\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-11T18:00:00.000Z\",\n            \"end\": \"2025-01-11T19:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 329.6666666666667,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.966666666666665,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1006.7333333333332,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 534.1,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.370000000000005,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.4653333333333332,\n                            \"numberOfMeasurements\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-11T19:00:00.000Z\",\n            \"end\": \"2025-01-11T20:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 332.3333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.9,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1007.2333333333332,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 533.5357142857143,\n                            \"numberOfMeasurements\": 28\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.400000000000002,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.4620689655172413,\n                            \"numberOfMeasurements\": 29\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-11T20:00:00.000Z\",\n            \"end\": \"2025-01-11T21:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 329.25,\n                            \"numberOfMeasurements\": 4\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.9,\n                            \"numberOfMeasurements\": 4\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1007.3,\n                            \"numberOfMeasurements\": 4\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 4\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 515.7037037037037,\n                            \"numberOfMeasurements\": 27\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.986206896551725,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.4693103448275861,\n                            \"numberOfMeasurements\": 29\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-11T21:00:00.000Z\",\n            \"end\": \"2025-01-11T22:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 337.6666666666667,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.9,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1007.2333333333332,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 519.9310344827586,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.017241379310345,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.4699999999999998,\n                            \"numberOfMeasurements\": 29\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-11T22:00:00.000Z\",\n            \"end\": \"2025-01-11T23:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 326,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.9,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1007.1333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 526,\n                            \"numberOfMeasurements\": 28\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.783333333333335,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.47599999999999987,\n                            \"numberOfMeasurements\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-11T23:00:00.000Z\",\n            \"end\": \"2025-01-12T00:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 329,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.9,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1007.2333333333332,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 516.2592592592592,\n                            \"numberOfMeasurements\": 27\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.689655172413794,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.46758620689655167,\n                            \"numberOfMeasurements\": 29\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T00:00:00.000Z\",\n            \"end\": \"2025-01-12T01:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 327.3333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.9,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1007.5333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 512.7777777777778,\n                            \"numberOfMeasurements\": 27\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.40689655172413,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.473448275862069,\n                            \"numberOfMeasurements\": 29\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T01:00:00.000Z\",\n            \"end\": \"2025-01-12T02:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 327,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.9,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1008.0666666666667,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 506.3448275862069,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.365517241379305,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.4710344827586207,\n                            \"numberOfMeasurements\": 29\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T02:00:00.000Z\",\n            \"end\": \"2025-01-12T03:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 330.3333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.9,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1008.6,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 500.48,\n                            \"numberOfMeasurements\": 25\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.31379310344827,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.47285714285714286,\n                            \"numberOfMeasurements\": 28\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T03:00:00.000Z\",\n            \"end\": \"2025-01-12T04:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 332,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.833333333333332,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1009.2666666666668,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 501,\n                            \"numberOfMeasurements\": 27\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.15357142857142,\n                            \"numberOfMeasurements\": 28\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.47571428571428565,\n                            \"numberOfMeasurements\": 28\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T04:00:00.000Z\",\n            \"end\": \"2025-01-12T05:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 331,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.8,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1010.1666666666666,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 504.6896551724138,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.21379310344828,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.476896551724138,\n                            \"numberOfMeasurements\": 29\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T05:00:00.000Z\",\n            \"end\": \"2025-01-12T06:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 331.3333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.8,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1011.1333333333332,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 503.2758620689655,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.140000000000008,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.47800000000000004,\n                            \"numberOfMeasurements\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T06:00:00.000Z\",\n            \"end\": \"2025-01-12T07:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 328.3333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.8,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1012.5333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 507.41379310344826,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.156666666666673,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.4772413793103449,\n                            \"numberOfMeasurements\": 29\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T07:00:00.000Z\",\n            \"end\": \"2025-01-12T08:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 319,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.8,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1013.9,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 510.0769230769231,\n                            \"numberOfMeasurements\": 26\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.603448275862075,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.47206896551724137,\n                            \"numberOfMeasurements\": 29\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T08:00:00.000Z\",\n            \"end\": \"2025-01-12T09:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 328.3333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.8,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1014.925,\n                            \"numberOfMeasurements\": 4\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 527.4827586206897,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.66666666666667,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.4733333333333334,\n                            \"numberOfMeasurements\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T09:00:00.000Z\",\n            \"end\": \"2025-01-12T10:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 327.3333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.8,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1016.4,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 564.7586206896551,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.848275862068967,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.47448275862068956,\n                            \"numberOfMeasurements\": 29\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T10:00:00.000Z\",\n            \"end\": \"2025-01-12T11:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 331.6666666666667,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.8,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1017.3666666666667,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 569.4666666666667,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.916666666666664,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.476,\n                            \"numberOfMeasurements\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T11:00:00.000Z\",\n            \"end\": \"2025-01-12T12:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 324,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.8,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1018.4333333333334,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 562.6551724137931,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.719999999999995,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.4823333333333332,\n                            \"numberOfMeasurements\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T12:00:00.000Z\",\n            \"end\": \"2025-01-12T13:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 322.6666666666667,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.8,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1019.9666666666667,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 562.12,\n                            \"numberOfMeasurements\": 25\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.644827586206898,\n                            \"numberOfMeasurements\": 29\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.4855172413793103,\n                            \"numberOfMeasurements\": 29\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T13:00:00.000Z\",\n            \"end\": \"2025-01-12T14:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 323.6666666666667,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.8,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1021.3666666666667,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 558.6333333333333,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.530000000000005,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.49066666666666664,\n                            \"numberOfMeasurements\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T14:00:00.000Z\",\n            \"end\": \"2025-01-12T15:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 321.6666666666667,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.8,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1022.7999999999998,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 545.2666666666667,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.48,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.49199999999999994,\n                            \"numberOfMeasurements\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T15:00:00.000Z\",\n            \"end\": \"2025-01-12T16:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 322,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.766666666666666,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1024.3999999999999,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 531.8333333333334,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.416666666666668,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.49399999999999994,\n                            \"numberOfMeasurements\": 30\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"start\": \"2025-01-12T16:00:00.000Z\",\n            \"end\": \"2025-01-12T17:00:00.000Z\",\n            \"locations\": [\n                {\n                    \"locationId\": 1033,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 319.6666666666667,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 18.7,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 1025.7333333333333,\n                            \"numberOfMeasurements\": 3\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.34,\n                            \"numberOfMeasurements\": 3\n                        }\n                    ]\n                },\n                {\n                    \"locationId\": 1034,\n                    \"metrics\": [\n                        {\n                            \"metric\": \"CO2_PPM\",\n                            \"value\": 516.8666666666667,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Temperature_Celsius\",\n                            \"value\": 17.34333333333333,\n                            \"numberOfMeasurements\": 30\n                        },\n                        {\n                            \"metric\": \"Pressure_hPa\",\n                            \"value\": 0,\n                            \"numberOfMeasurements\": 0\n                        },\n                        {\n                            \"metric\": \"Humidity_Percent\",\n                            \"value\": 0.49399999999999994,\n                            \"numberOfMeasurements\": 30\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"a0bc407f-f107-4a60-8c0d-0a0c14e7d2b5"}]}