{"info":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","description":"<html><head></head><body><img src=\"https://bascloud.net/wp-content/uploads/2015/12/cropped-BAS-Cloud-Logo-2019-4C-1-32x32.png\">\n\n<p>This is the official BAScloud API documentation. The intention of this document is to guide and support interaction with our product.</p>\n<p>This API adapts the <a href=\"https://jsonapi.org/format/\">JSON:API specification</a>.</p>\n<p>The JSON:API specification is well documented. If you have any problems understanding the API mechanisms please refer to the official JSON:API specification (<a href=\"https://jsonapi.org/format/\">Link</a>). All mechanisms and concepts are adapted from the JSON:API. This will lead to a more stable and predictable behaviour and will reduce the number of \"Breaking Changes\" in the future.</p>\n<hr>\n<h2 id=\"changelog-v21\">Changelog v2.1</h2>\n<p>Version 2.1 of the BAScloud API introduced new functionality and minor changes in the interaction for a set of endpoints. The following changes were made:</p>\n<ul>\n<li><p><strong>Change in property-connector relation</strong><br>  The relationship between a property and connector was removed. Due to central GLTs a connector may be responsible for more than one property. A connector is now independent of properties. <strong>Thus the property relationship entry was removed from the</strong> <em><strong>create-connector</strong></em> <strong>request body. Additionally, the API routes for connector relationships of a property were deprecated. Similar, the connector routes for property relationships.</strong> To associate devices to their located properties, a property now has a direct relationship to devices. For this, device relationship routes were added to properties. <strong>For the create-device route, now a property relationship must be specified, besides the already existing connector relationship.</strong></p>\n</li>\n<li><p><strong>New functionality for readings creation</strong><br>  The <em>create-a-reading</em> route now additionally supports the creation of a set of readings at once. For this, the request body contains an array of reading definitions. See <em>create a set of new readings</em> route documentation for examples.</p>\n</li>\n<li><p><strong>New user role and permission endpoint</strong><br>  Located under the users endpoints, the \"users/permissions\" route can be used to request the users role and permissions in the associated tenant. See \"Roles and Permissions\" section for a description.</p>\n</li>\n<li><p><strong>New connector role and permission endpoint</strong><br>  Located under the connectors endpoints, the \"connectors/permissions\" route can be used to request the connectors role and permissions in the associated tenant. See \"Roles and Permissions\" section for a description.</p>\n</li>\n<li><p><strong>New creation date filter for collections</strong><br>  For <strong>all</strong> entity collections routes it is now possible to filter on the creation date, similiar to the already existing <em>until</em> and <em>from</em> parameters for timestamps. Two new parameters <em>createdUntil</em>, <em>createdFrom</em> were introduced. With this, it is now possible to request entities created in a specific timespan. This may be useful for i.e. reading collections as the timestamp and creation date may differ.</p>\n</li>\n<li><p><strong>New device attribute</strong><br>  A device entity now posses two AKS-ID attributes, a new optional <em>localAksId</em> and the <em>aksId</em>. The <em>localAksId</em> describes the AKS-ID as defined by the local infrastructure the device is located in and can optionally be specified at the device creation. The device attribute <em>aksId</em> describes a BAScloud internal AKS-ID definition, which may be a refined version or identical (default) to the <em>localAksID</em>. When retrieving a device entity, both <em>localAksId</em> and <em>aksId</em> are available. For external users not located in the local infrastructure of the device, the <em>aksId</em> should be used to identify the device. For the <em>device-collection</em> route the new attribute <em>localAksId</em> can be further used as filter parameter.</p>\n</li>\n<li><p><strong>New property filter for device collections</strong><br>  Due to the direct relationship from a device to a property, a new filter parameter \"propertyId\" was added to the <em>device-collection</em> route. This filter makes it possible to retrieve devices only for a specific property.</p>\n</li>\n<li><p><strong>New property attributes</strong><br>  For a property entity the string attributes <em>aksId</em> and <em>identifier</em> were added. <em>AksId</em> is meant to describe the part of a AKS-ID that identifies the property. <em>Identifier</em> is a administrative identifier of the property (<em>Liegenschaftsnummer</em>). Both attributes are optional and can be specified in the <em>create-property</em> and <em>update-property</em> routes. For the property-collection route the new attributes can be further used as filter parameter.</p>\n</li>\n<li><p><strong>HTTP compression support added</strong><br>  To decrease response delay and transmission size, HTTP compression using the gzip encoding is now available for all supporting devices. To activate compression add \"Accept-Encoding: gzip, deflate\" to the request header.</p>\n</li>\n<li><p><strong>Connector token attribute name unified</strong><br>  Attribute name <em>apiKey</em> in create-connector route changed to <em>token</em> to be consistent with other routes. Removed attribute <em>apiKey</em> from generate-new-token route response.</p>\n</li>\n<li><p><strong>Count attribute in collection results unified</strong><br>  In all collection results the attribute <em>count</em> is available under meta/page describing the total number of elements in the query, over all pages.</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"limits\">Limits</h2>\n<p>Authorized API endpoints have a request limitation of</p>\n<ul>\n<li>40 queries per second per <strong>JWT token</strong></li>\n</ul>\n<p>Unauthorized API endpoints (e.g. login) have a request limitation of</p>\n<ul>\n<li>100 queries per minute per <strong>IP address</strong></li>\n</ul>\n<h2 id=\"pagination\">Pagination</h2>\n<p>Each endpoint returning a collection of entities uses pagination. Therefore a top-level meta object is sent containing the pagination links. It provides links for the first site of the collection, the next page in the result set and the previous page to paginate backwards. Furthermore the current page, the total number of pages and the total number of objects over al pages are returned. The standard page size is 1000 objects. The size can be adjusted but is limited to maximal 1000 objects per page.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><strong>page[size]</strong>: This parameter is used to adjust the page size. It accepts a number. If a value greater than 1000 is sent the size will automatically be set to 1000.</p>\n</li>\n<li><p><strong>page[after]</strong> and <strong>page[before]</strong>: These values determine the location of the current page in the result set. You should not set these values manually instead the system provides these values in the next and previous links attributes.</p>\n</li>\n</ul>\n<p>These parameters are used in every request returning a collection.</p>\n<hr>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<p>The endpoints to retrieve a collection do usually accept query parameters documented at each endpoint. These are used to construct a filter and request a subset of the entire entity collection. The parameters are described in the corresponding documentation sections. Parameters that are not used by the endpoint are simply stripped out of the request. So parsing non-defined parameters will not affect the functionality of the endpoint. So be careful with the spelling of the parameters as they are ignored if they are spelled wrong.</p>\n<hr>\n<h2 id=\"content-type\">Content-Type</h2>\n<p>The content-type HTTP-header must be set to <strong>application/vnd.api+json</strong>. This is mandatory for every request in which you are sending data in the body. If the content-type does not match, a \"415 - Unsupported media type\" error response is returned. The API sets the content-type to <strong>application/vnd.api+json</strong> in every response that is sent back to you.</p>\n<hr>\n<h2 id=\"json-pointer\">JSON Pointer</h2>\n<p>A bad request will trigger a response containing a JSON pointer. The JSON pointer will indicate the source causing the error. (Specification: <a href=\"https://tools.ietf.org/html/rfc6901\">https://tools.ietf.org/html/rfc6901</a>)</p>\n<hr>\n<h2 id=\"jsonwebtoken-jwt\">JsonWebToken (JWT)</h2>\n<p>A JWT is a token which is used by the user to authenticate against the API. These tokens are base64 encoded strings which contain information about the user or connector.</p>\n<p><strong>All requests against the API need to contain a valid JWT token as a Bearer token in the HTTP Authentication header.</strong></p>\n<p><strong>They are not encrypted, so please store them carefully in a secure place.</strong></p>\n<p>JWTs are signed by the BASCloud backend which guarantees the integrity of the token. If they are changed by anyone they won't be accepted by the backend. Furthermore they expire over time. The current lifetime of a token is 24 hours. After that period of time you cannot use the token anymore. The backend will reply on an invalid token of any kind with an Unauthorized Response.</p>\n<p>For more information about JWTs see <a href=\"https://jwt.io\">jwt.io</a>.</p>\n<p><em>Note: You can view the content of a token in the debugger on the site.</em></p>\n<hr>\n<h2 id=\"roles-and-permissions\">Roles and Permissions</h2>\n<p>There are three different roles that define the routes and actions a user can execute against the API and tenant.</p>\n<h3 id=\"roles\">Roles</h3>\n<ul>\n<li><p>Admin: Tenant administrator</p>\n</li>\n<li><p>User: Tenant user</p>\n</li>\n<li><p>Connector: Connector that is responsible for set of devices</p>\n</li>\n</ul>\n<h3 id=\"permissions\">Permissions</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Resource</th>\n<th>Action</th>\n<th></th>\n<th>Role</th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td>Admin</td>\n<td>Connector</td>\n<td>User</td>\n</tr>\n<tr>\n<td>Users</td>\n<td>GET</td>\n<td><strong>✓</strong></td>\n<td></td>\n<td><strong>✓</strong></td>\n</tr>\n<tr>\n<td>Tenants</td>\n<td>GET</td>\n<td><strong>✓</strong></td>\n<td></td>\n<td><strong>✓</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>POST</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>PATCH</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>DELETE</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Properties</td>\n<td>GET</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>POST</td>\n<td><strong>✓</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>PATCH</td>\n<td><strong>✓</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>DELETE</td>\n<td><strong>✓</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Connectors</td>\n<td>GET</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>POST</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>PATCH</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>DELETE</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Devices</td>\n<td>GET</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong>*</td>\n<td><strong>✓</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>POST</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>PATCH</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong>*</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>DELETE</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong>*</td>\n<td></td>\n</tr>\n<tr>\n<td>Readings</td>\n<td>GET</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong>*</td>\n<td><strong>✓</strong>*</td>\n</tr>\n<tr>\n<td></td>\n<td>POST</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong>*</td>\n<td><strong>✓</strong>*</td>\n</tr>\n<tr>\n<td></td>\n<td>PATCH</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong>*</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>DELETE</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong>*</td>\n<td></td>\n</tr>\n<tr>\n<td>Setpoints</td>\n<td>GET</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong>*</td>\n<td><strong>✓</strong>*</td>\n</tr>\n<tr>\n<td></td>\n<td>POST</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong>*</td>\n<td><strong>✓</strong>*</td>\n</tr>\n<tr>\n<td></td>\n<td>PATCH</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong>*</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>DELETE</td>\n<td><strong>✓</strong></td>\n<td><strong>✓</strong>*</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>\\*access is restricted to the devices associated to the connector or user</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15210495","collectionId":"816e335e-2e21-44fe-87ad-56fdc7028960","publishedId":"TzkzpywH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2024-09-23T07:14:40.000Z"},"item":[{"name":"Authentication","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"38a33b7e-d558-4845-8125-765559f540b7","exec":["var token = pm.response.json().data.attributes.token\r","pm.environment.set(\"token\", token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"27d8fb41-6316-4fd7-b003-5aaa857dbf1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"credentials\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"{{email}}\",\n\t\t\t\"password\": \"{{password}}\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/login","description":"<p>This endpoint is used to log in to the BASCloud system. </p>\n<p>On success it will return an access token that you have to pass with <strong>all</strong> upcoming requests. The expiration of the token is also returned in the response.</p>\n<p>The tokens has to be send in the Authorization HTTP Header using the following structure:</p>\n<ul>\n<li>Authorization: Bearer &lt;token&gt;</li>\n</ul>\n","urlObject":{"path":["login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"542963fd-efb7-4a24-a856-81e4b8da6e65","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"credentials\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"testuser@test.de\",\n\t\t\t\"password\": \"test\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.bascloud.net/v2/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"391"},{"key":"ETag","value":"W/\"187-J68GR/hxcwhMVsq2j9D7rzFLFmI\""},{"key":"Date","value":"Mon, 23 Sep 2019 13:10:04 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"accesstoken\",\n        \"attributes\": {\n            \"token\": \"*JWT-Token*\",\n            \"expires\": 1575363693794\n        }\n    }\n}"},{"id":"53ad2fe8-c831-4bc7-ac3b-5c239a62d488","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"credentials\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"testuser@test.de\",\n\t\t\t\"password\": \"test\"\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"WWW-Authenticate","value":"Bearer realm=\"bascloud\""},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-JDGtCtrEI9pywOhTz5w9i7o0xlY\""},{"key":"Date","value":"Mon, 23 Sep 2019 13:10:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"401\",\n            \"title\": \"Unauthorized\"\n        }\n    ]\n}"}],"_postman_id":"27d8fb41-6316-4fd7-b003-5aaa857dbf1a"},{"name":"Change Password","id":"03c5a58b-6183-42b6-88b7-14e5086d8a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"data\": {\n\t\t\"type\": \"changePassword\",\n\t\t\"attributes\": {\n\t\t\t\"token\": \"\",\n            \"email\": \"test@test.local\",\n\t\t\t\"password\": \"test\"\n\t\t}\n\t}\n}"},"url":"{{url}}/changePassword","description":"<p>This endpoint takes the one time token generated in resetPassword which was sent to your email address.</p>\n<p>If the token is valid your passsord is changed to the one in the request body.</p>\n<p>On success the API will return a 204 - No Content response, which indicates that the password has been changed.</p>\n","urlObject":{"path":["changePassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"29fa30e4-ca17-4458-8cd0-4d88517aef9c","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"data\": {\n\t\t\"type\": \"changePassword\",\n\t\t\"attributes\": {\n\t\t\t\"token\": 8,\n\t\t\t\"userId\": \"2\",\n\t\t\t\"password\": \"myNewPassword\"\n\t\t}\n\t}\n}"},"url":"{{url}}/changePassword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"252"},{"key":"ETag","value":"W/\"fc-3+8rK7p2sy+rv3e7EQ8iaKkxagA\""},{"key":"Date","value":"Mon, 02 Dec 2019 09:46:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"token must be a string\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/token\"\n            }\n        }\n    ]\n}"},{"id":"34480a42-fa15-4103-9b68-77580d7e3af6","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"data\": {\n\t\t\"type\": \"changePassword\",\n\t\t\"attributes\": {\n\t\t\t\"token\": \"someToken\",\n\t\t\t\"userId\": 2,\n\t\t\t\"password\": \"myNewPassword\"\n\t\t}\n\t}\n}"},"url":"{{url}}/changePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Date","value":"Mon, 02 Dec 2019 09:46:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":""},{"id":"edf888e5-a581-42dc-ad48-45baa0b4bd3b","name":"409 - Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"data\": {\n\t\t\"type\": \"wrong\",\n\t\t\"attributes\": {\n\t\t\t\"token\": \"someToken\",\n\t\t\t\"userId\": 6,\n\t\t\t\"password\": \"myNewPassword\"\n\t\t}\n\t}\n}"},"url":"{{url}}/changePassword"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"ETag","value":"W/\"59-z0tBYtlYIyRWsge6En2FbW/GSAc\""},{"key":"Date","value":"Mon, 02 Dec 2019 09:47:11 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"409\",\n            \"title\": \"Conflict\",\n            \"detail\": \"Type has to be changePassword\"\n        }\n    ]\n}"}],"_postman_id":"03c5a58b-6183-42b6-88b7-14e5086d8a92"},{"name":"Reset Password","id":"f91760e7-bb72-4f70-8f19-2762e0d25e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"resetPassword\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"testuser@test.de\"\n\t\t}\n\t}\n}"},"url":"{{url}}/resetPassword","description":"<p>This endpoint is used to restore your password. If you forgot it you can trigger the password reset flow over here. The endpoint always returns HTTP-Status 200 with the same message to prevent guessing registered users. </p>\n<p>The email sent contains a token which should be send to the changePassword endpoint. You can then reset your password. For more information see the changePassword endpoint.</p>\n<p><em>Note: This feature is work in progress. That means it works functionally but the instructions and documentation may not be production ready.</em></p>\n","urlObject":{"path":["resetPassword"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"68cf8e71-d9de-4ee8-845e-d73cc0952755","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"resetPassword\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"testuser@test.de\"\n\t\t}\n\t}\n}"},"url":"{{url}}/resetPassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"ETag","value":"W/\"17-vjgMPaXFEztLp1d57vDHXvNahIs\""},{"key":"Date","value":"Mon, 02 Dec 2019 09:19:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"mail sent\"\n}"},{"id":"19263cf7-e2b7-4668-bac2-d777e33db81e","name":"409 - Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"wrong\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"testuser@test.de\"\n\t\t}\n\t}\n}"},"url":"{{url}}/resetPassword"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"ETag","value":"W/\"78-JfLMwiqfPIBBBhdhKNd1CtyaJNs\""},{"key":"Date","value":"Mon, 02 Dec 2019 09:22:07 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"409\",\n            \"title\": \"Conflict\",\n            \"detail\": \"Type must be resetPassword\",\n            \"source\": {\n                \"pointer\": \"/data/type\"\n            }\n        }\n    ]\n}"},{"id":"c6fa9350-f37e-4b4a-8dc3-2c4fe4246ddb","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"resetPassword\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"wrong\"\n\t\t}\n\t}\n}"},"url":"{{url}}/resetPassword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-JqEMBgmxCHVDpwdIbDhzS9EJOlg\""},{"key":"Date","value":"Mon, 02 Dec 2019 09:21:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"email must be an email\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/email\"\n            }\n        }\n    ]\n}"}],"_postman_id":"f91760e7-bb72-4f70-8f19-2762e0d25e5b"}],"id":"39971249-4243-44b8-822d-c1e67275c114","description":"<p>The authentication endpoints are used to manage authentication details of your account.</p>\n<p><strong>The authentication endpoints do not need a JWT Token.</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"81a34ae2-8231-426c-817a-e4245aaf975b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"65951e8c-8457-4241-b1be-a072984fa4c8","type":"text/javascript","exec":[""]}}],"_postman_id":"39971249-4243-44b8-822d-c1e67275c114","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Users","item":[{"name":"Retrieve a single user","id":"1b077a7c-7124-4944-b358-e0fe739e5092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/users/:uuid","description":"<p>This endpoint is used to retrieve information about a specific user.</p>\n","urlObject":{"path":["users",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"41c726d9-3278-413d-9d92-c94781cb18d3","key":"uuid"}]}},"response":[{"id":"86d77c4f-9505-45d4-94e1-78313b8fff6e","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:uuid","host":["{{url}}"],"path":["users",":uuid"],"variable":[{"key":"uuid","value":"3f610e37-b7fa-42d6-aa8a-d66b38eca753","description":"The UUID of a user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"246"},{"key":"ETag","value":"W/\"f6-BfDqwBqiDylo/8cKlYMYo6751cY\""},{"key":"Date","value":"Mon, 23 Sep 2019 12:47:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"f7137cce-ad14-4998-b01f-3984b361b32e\",\n        \"meta\": {\n            \"createdAt\": \"2020-03-09T11:02:10.923Z\",\n            \"updatedAt\": \"2020-03-09T11:02:10.923Z\"\n        },\n        \"attributes\": {\n            \"email\": \"testuser@test.de\"\n        },\n        \"relationships\": {\n            \"tenant\": {\n                \"links\": {\n                    \"self\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/relationships/tenant\",\n                    \"related\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/tenant\"\n                }\n            }\n        }\n    }\n}"},{"id":"314e8b0d-7010-4385-a80b-d6000dc0c1e9","name":"400 - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:uuid","host":["{{url}}"],"path":["users",":uuid"],"variable":[{"key":"uuid","value":"test","description":"The UUID of a user"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-p10Bjr9YpGJGWwvFXH67Y1s5fPU\""},{"key":"Date","value":"Mon, 23 Sep 2019 12:52:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"id must be an UUID\"\n        }\n    ]\n}"},{"id":"9c2fa740-bf0d-48c7-ad9b-b9a81ae9a8b0","name":"404 - Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:uuid","host":["{{url}}"],"path":["users",":uuid"],"variable":[{"key":"uuid","value":"983f659a-1382-47a2-9443-6e50dfd8c379","type":"string","description":"The UUID of a user"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"133"},{"key":"ETag","value":"W/\"85-vlYkB+AbTZJmhKhUQ5+tR7JhXTc\""},{"key":"Date","value":"Wed, 23 Jun 2021 08:06:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Not Found\",\n            \"detail\": \"The User with the ID 983f659a-1382-47a2-9443-6e50dfd8c379 was not found!\"\n        }\n    ]\n}"}],"_postman_id":"1b077a7c-7124-4944-b358-e0fe739e5092"},{"name":"Retrieve current user","id":"7fd753f3-1bd9-4930-bd89-4714703c465c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/users/self","description":"<p>This endpoint is used to retrieve information about the currently logged-in user.</p>\n","urlObject":{"path":["users","self"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e51c63de-d1bc-4ab3-81c7-3ab74603552a","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":"{{url}}/users/self"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"246"},{"key":"ETag","value":"W/\"f6-BfDqwBqiDylo/8cKlYMYo6751cY\""},{"key":"Date","value":"Mon, 23 Sep 2019 12:47:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"f7137cce-ad14-4998-b01f-3984b361b32e\",\n        \"meta\": {\n            \"createdAt\": \"2020-03-09T11:02:10.923Z\",\n            \"updatedAt\": \"2020-03-09T11:02:10.923Z\"\n        },\n        \"attributes\": {\n            \"email\": \"testuser@test.de\"\n        },\n        \"relationships\": {\n            \"tenant\": {\n                \"links\": {\n                    \"self\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/relationships/tenant\",\n                    \"related\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/tenant\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"7fd753f3-1bd9-4930-bd89-4714703c465c"},{"name":"Retrieve a users collection","id":"d3364ff0-be92-409b-9690-66b016595b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/users","description":"<p>This endpoint returns all users that you are authorized to view. Typically this is only your own user.</p>\n","urlObject":{"path":["users"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Email of the user.</p>\n","type":"text/plain"},"key":"email","value":"testuser@test.de"},{"disabled":true,"description":{"content":"<p>Filter for the user role</p>\n","type":"text/plain"},"key":"role","value":null},{"disabled":true,"description":{"content":"<p>Filters the associated Tenants of the users</p>\n","type":"text/plain"},"key":"tenantId","value":null},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[size]","value":"1000"},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created after that timestamp are returned</p>\n","type":"text/plain"},"key":"createdFrom","value":"2021-06-28T12:51:35.130Z"},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created before that timestamp are returned</p>\n","type":"text/plain"},"key":"createdUntil","value":"2021-06-29T13:31:15.889Z"}],"variable":[]}},"response":[{"id":"10b25635-11c6-44e0-ae40-495f04399adc","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users","host":["{{url}}"],"path":["users"],"query":[{"key":"email","value":"testuser@test.de","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"596"},{"key":"ETag","value":"W/\"254-Q2VNAqu7AjMPKo/YX5p0flISlTM\""},{"key":"Date","value":"Mon, 02 Dec 2019 10:34:30 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/users?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"users\",\n            \"id\": \"f7137cce-ad14-4998-b01f-3984b361b32e\",\n            \"links\": {\n                \"self\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-03-09T11:02:10.923Z\",\n                \"updatedAt\": \"2020-03-09T11:02:10.923Z\"\n            },\n            \"attributes\": {\n                \"email\": \"testuser@test.de\"\n            },\n            \"relationships\": {\n                \"tenant\": {\n                    \"links\": {\n                        \"self\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/relationships/tenant\",\n                        \"related\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/tenant\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"f9c8d64c-ff5d-46a2-8038-cdc94567d9ea","name":"400  - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users?email=wrongformat","host":["{{url}}"],"path":["users"],"query":[{"key":"email","value":"wrongformat","type":"text"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-y1R4nqvG9LloxGLcFXnJOF1C9kU\""},{"key":"Date","value":"Mon, 02 Dec 2019 10:45:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"email must be an email\",\n            \"source\": {\n                \"pointer\": \"/email\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d3364ff0-be92-409b-9690-66b016595b3e"},{"name":"Retrieve the user permissions","id":"ae33df74-fc41-4b65-8118-b4d34b449734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/users/:uuid/permissions","description":"<p>This route is used to retrieve information about the permissions of a user on its associated tenant. Each user has an assigned role. Roles values can be admin or user.</p>\n<p>The response body contains a list of all resources and associated actions the user can execute on the tenant respectively.</p>\n<p>If the user is not associated to a tenant yet an error is returned (404).</p>\n","urlObject":{"path":["users",":uuid","permissions"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"7a38d9c6-9c75-42d9-b448-8c32a2a1282e","key":"uuid"}]}},"response":[{"id":"fefd5ccb-d0f2-4952-b9ed-e52ab4edea1f","name":"200 - OK - User","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:uuid/permissions","host":["{{url}}"],"path":["users",":uuid","permissions"],"variable":[{"key":"uuid","value":"7a38d9c6-9c75-42d9-b448-8c32a2a1282e","type":"string","description":"The UUID of a user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"330"},{"key":"ETag","value":"W/\"14a-jPnCzZUY2LlYvnE3qmyx5tS8X8Y\""},{"key":"Date","value":"Wed, 23 Jun 2021 08:13:23 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"permissions\",\n        \"id\": \"f43c80cb-ab9e-4e3c-8f89-e7d5e71992c6\",\n        \"links\": {\n            \"user\": \"/users/7a38d9c6-9c75-42d9-b448-8c32a2a1282e\"\n        },\n        \"attributes\": {\n            \"role\": \"user\",\n            \"resources\": {\n                \"tenants\": [\n                    \"GET\"\n                ],\n                \"users\": [\n                    \"GET\"\n                ],\n                \"properties\": [\n                    \"GET\"\n                ],\n                \"connectors\": [\n                    \"GET\"\n                ],\n                \"devices\": [\n                    \"GET\"\n                ],\n                \"readings\": [\n                    \"GET\"\n                ],\n                \"setpoints\": [\n                    \"GET\"\n                ]\n            }\n        }\n    }\n}"},{"id":"936da481-978e-4677-a764-b1b56be9342b","name":"200 - OK - Admin","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:uuid/permissions","host":["{{url}}"],"path":["users",":uuid","permissions"],"variable":[{"key":"uuid","value":"406904eb-fff5-4515-a578-3fbd620517a9","type":"string","description":"The UUID of a user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"427"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"1ab-CbaKb5SyiakadiPaKIue6TS56sY\""},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Date","value":"Wed, 05 Jan 2022 11:32:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"permissions\",\n        \"id\": \"fa715e3b-b2c9-4743-a2ea-b30c6820d676\",\n        \"links\": {\n            \"self\": \"/users/406904eb-fff5-4515-a578-3fbd620517a9\"\n        },\n        \"attributes\": {\n            \"role\": \"admin\",\n            \"resources\": {\n                \"properties\": [\n                    \"GET\",\n                    \"POST\",\n                    \"PATCH\",\n                    \"DELETE\"\n                ],\n                \"devices\": [\n                    \"GET\",\n                    \"POST\",\n                    \"PATCH\",\n                    \"DELETE\"\n                ],\n                \"readings\": [\n                    \"GET\",\n                    \"POST\",\n                    \"PATCH\",\n                    \"DELETE\"\n                ],\n                \"setpoints\": [\n                    \"GET\",\n                    \"POST\",\n                    \"PATCH\",\n                    \"DELETE\"\n                ],\n                \"tenants\": [\n                    \"GET\"\n                ],\n                \"users\": [\n                    \"GET\"\n                ],\n                \"connectors\": [\n                    \"GET\"\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"ae33df74-fc41-4b65-8118-b4d34b449734"},{"name":"Retrieve the associated tenant","id":"ef51ae1b-4772-46a7-baa3-14aa6ce247ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/users/:uuid/tenant","description":"<p>Retrieve the associated tenant entity for a given user.</p>\n<p>If the user is not associated to a tenant yet an error is returned (404).</p>\n","urlObject":{"path":["users",":uuid","tenant"],"host":["{{url}}"],"query":[],"variable":[{"id":"f20b795a-ccf3-431b-85b1-f82183fabb2a","description":{"content":"<p>The users UUID</p>\n","type":"text/plain"},"type":"string","value":"973f659a-1382-47a2-9443-6e50dfd8c379","key":"uuid"}]}},"response":[{"id":"fa5d9800-24ce-47f4-9a05-f48e5effb02e","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:uuid/tenant","host":["{{url}}"],"path":["users",":uuid","tenant"],"variable":[{"key":"uuid","value":"f7137cce-ad14-4998-b01f-3984b361b32e","description":"The UUID of the user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"304"},{"key":"ETag","value":"W/\"130-dSXa6BloWR1rGg/eM0SgZnn4Gc8\""},{"key":"Date","value":"Mon, 02 Dec 2019 12:49:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/tenant\"\n    },\n    \"data\": {\n        \"type\": \"tenants\",\n        \"id\": \"97a349a3-9586-47d1-b325-f9e3bdc87672\",\n        \"links\": {\n            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-03-09T13:09:41.640Z\",\n            \"updatedAt\": \"2020-03-09T13:09:41.640Z\"\n        },\n        \"attributes\": {\n            \"name\": \"myName\",\n            \"urlName\": \"myname\"\n        },\n        \"relationships\": {\n            \"users\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/relationships/users\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/users\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"ef51ae1b-4772-46a7-baa3-14aa6ce247ed"},{"name":"Retrieve the tenant relationship","id":"936dc4d3-c521-451f-9cd3-f9fb82e6f3b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/users/:uuid/relationships/tenant","description":"<p>This route is used to retrieve information about the relationship from a user to its' tenant.</p>\n<p>There are two options for the response body:</p>\n<ol>\n<li>The relationship does exist and the data attribute contains information about the tenant</li>\n<li>The relationship does not exist and thus the data attribute is null</li>\n</ol>\n","urlObject":{"path":["users",":uuid","relationships","tenant"],"host":["{{url}}"],"query":[],"variable":[{"id":"c4d7b048-d616-4bc3-af8c-1d6c20201268","description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"973f659a-1382-47a2-9443-6e50dfd8c379","key":"uuid"}]}},"response":[{"id":"27aec1af-bc9e-4f3e-a180-8f296c5ee049","name":"200 - OK - Relationship does not exist","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:uuid/relationships/tenant","host":["{{url}}"],"path":["users",":uuid","relationships","tenant"],"variable":[{"key":"uuid","value":"f7137cce-ad14-4998-b01f-3984b361b32e","description":"The UUID of a user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"202"},{"key":"ETag","value":"W/\"ca-SNbNXk24dycZbkBPg7fUZpLi0gw\""},{"key":"Date","value":"Mon, 02 Dec 2019 12:12:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": {\n        \"self\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/relationships/tenant\",\n        \"related\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/tenant\"\n    },\n    \"data\": null\n}"},{"id":"417e6977-011f-45ba-99dd-76783de855dc","name":"200 - OK - Relationship exists","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:uuid/relationships/tenant","host":["{{url}}"],"path":["users",":uuid","relationships","tenant"],"variable":[{"key":"uuid","value":"f7137cce-ad14-4998-b01f-3984b361b32e","description":"The UUID of a user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"260"},{"key":"ETag","value":"W/\"104-heDQmXbfWJWAxhPSNGvferU3eXo\""},{"key":"Date","value":"Mon, 02 Dec 2019 12:09:42 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": {\n        \"self\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/relationships/tenant\",\n        \"related\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/tenant\"\n    },\n    \"data\": {\n        \"type\": \"tenants\",\n        \"id\": \"941b743b-95b4-4f7b-9135-1fe515f3fcc6\"\n    }\n}"}],"_postman_id":"936dc4d3-c521-451f-9cd3-f9fb82e6f3b0"},{"name":"Retrieve the associated user devices","id":"4290e531-9ec4-459e-b127-fbfd257c6314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/users/:uuid/devices","description":"<p>This route is used to retrieve information about the associated devices of a user (under its associated tenant). Each device has an assigned role specific to the user. Roles values can be admin or user.</p>\n<p>The response body contains a list of all associated devices and the user's role for the respective device. The list may be empty if the user is not associated to any devices.</p>\n","urlObject":{"path":["users",":uuid","devices"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"41b23726-7b60-4c33-b706-b2fd8ee5ed9e","key":"uuid"}]}},"response":[{"id":"32779209-afda-4e8a-b42a-9e8796154eb9","name":"Retrieve the associated user devices","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:uuid/devices","host":["{{url}}"],"path":["users",":uuid","devices"],"variable":[{"key":"uuid","value":"ac04f6c2-ffbd-467a-b4f9-9c3ee42363b8","type":"string","description":"The UUID of a user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"9883"},{"key":"ETag","value":"W/\"269b-q5Q4NJw/WnCTERBs5u5vq1jRdfo\""},{"key":"Date","value":"Fri, 14 Jan 2022 07:54:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/users/ac04f6c2-ffbd-467a-b4f9-9c3ee42363b8/devices?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 6\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"devices\",\n            \"id\": \"43a9b939-c53d-456d-af2e-62f7ea59bdca\",\n            \"links\": {\n                \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-12-08T09:43:28.006Z\",\n                \"updatedAt\": \"2021-12-08T09:43:28.006Z\",\n                \"deletedAt\": null\n            },\n            \"attributes\": {\n                \"localAksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_MVE_18101\",\n                \"aksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_MVE_18101\",\n                \"description\": \"Regelventil\",\n                \"unit\": \"%\",\n                \"type\": \"STANDARD\",\n                \"frequency\": \"MINUTELY\",\n                \"interval\": 15,\n                \"retention\": \"7776000000\",\n                \"permission\": \"r\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/connector\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/property\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/property\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/readings\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/setpoints\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/setpoints\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"cf57bbe9-23cb-4012-8b83-83efb86ccd84\",\n            \"links\": {\n                \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/cf57bbe9-23cb-4012-8b83-83efb86ccd84\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-12-09T09:44:06.365Z\",\n                \"updatedAt\": \"2021-12-09T09:44:06.365Z\",\n                \"deletedAt\": null\n            },\n            \"attributes\": {\n                \"localAksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_PUM_10101\",\n                \"aksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_PUM_10101\",\n                \"description\": \"UP Betrieb'\",\n                \"unit\": \"Aus=0|*Ein=1\",\n                \"type\": \"STANDARD\",\n                \"frequency\": \"MINUTELY\",\n                \"interval\": 15,\n                \"retention\": \"7776000000\",\n                \"permission\": \"r\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/cf57bbe9-23cb-4012-8b83-83efb86ccd84/relationships/connector\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/cf57bbe9-23cb-4012-8b83-83efb86ccd84/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/cf57bbe9-23cb-4012-8b83-83efb86ccd84/relationships/property\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/cf57bbe9-23cb-4012-8b83-83efb86ccd84/property\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/cf57bbe9-23cb-4012-8b83-83efb86ccd84/relationships/readings\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/cf57bbe9-23cb-4012-8b83-83efb86ccd84/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/cf57bbe9-23cb-4012-8b83-83efb86ccd84/relationships/setpoints\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/cf57bbe9-23cb-4012-8b83-83efb86ccd84/setpoints\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"1e0706e1-7b60-4eb4-8509-708436a3f6a0\",\n            \"links\": {\n                \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/1e0706e1-7b60-4eb4-8509-708436a3f6a0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-12-10T09:44:45.295Z\",\n                \"updatedAt\": \"2021-12-10T09:44:45.295Z\",\n                \"deletedAt\": null\n            },\n            \"attributes\": {\n                \"localAksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_SOW_08206\",\n                \"aksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_SOW_08206\",\n                \"description\": \"Aktueller Vorlaufsollwert\",\n                \"unit\": \"°C\",\n                \"type\": \"STANDARD\",\n                \"frequency\": \"MINUTELY\",\n                \"interval\": 15,\n                \"retention\": \"7776000000\",\n                \"permission\": \"r\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/1e0706e1-7b60-4eb4-8509-708436a3f6a0/relationships/connector\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/1e0706e1-7b60-4eb4-8509-708436a3f6a0/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/1e0706e1-7b60-4eb4-8509-708436a3f6a0/relationships/property\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/1e0706e1-7b60-4eb4-8509-708436a3f6a0/property\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/1e0706e1-7b60-4eb4-8509-708436a3f6a0/relationships/readings\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/1e0706e1-7b60-4eb4-8509-708436a3f6a0/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/1e0706e1-7b60-4eb4-8509-708436a3f6a0/relationships/setpoints\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/1e0706e1-7b60-4eb4-8509-708436a3f6a0/setpoints\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"c773d8bd-d8eb-46a2-abcd-25cd1b29814c\",\n            \"links\": {\n                \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/c773d8bd-d8eb-46a2-abcd-25cd1b29814c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-12-11T09:46:09.327Z\",\n                \"updatedAt\": \"2021-12-11T09:46:09.327Z\",\n                \"deletedAt\": null\n            },\n            \"attributes\": {\n                \"localAksId\": \"SCH_BE_BS2_01_O000_00057_430_LUF008_BRM_00101\",\n                \"aksId\": \"SCH_BE_BS2_01_O000_00057_430_LUF008_BRM_00101\",\n                \"description\": \"Präsenzmelder\",\n                \"unit\": \"Aus=0|*Ein=1\",\n                \"type\": \"STANDARD\",\n                \"frequency\": \"MINUTELY\",\n                \"interval\": 15,\n                \"retention\": \"7776000000\",\n                \"permission\": \"r\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/c773d8bd-d8eb-46a2-abcd-25cd1b29814c/relationships/connector\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/c773d8bd-d8eb-46a2-abcd-25cd1b29814c/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/c773d8bd-d8eb-46a2-abcd-25cd1b29814c/relationships/property\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/c773d8bd-d8eb-46a2-abcd-25cd1b29814c/property\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/c773d8bd-d8eb-46a2-abcd-25cd1b29814c/relationships/readings\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/c773d8bd-d8eb-46a2-abcd-25cd1b29814c/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/c773d8bd-d8eb-46a2-abcd-25cd1b29814c/relationships/setpoints\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/c773d8bd-d8eb-46a2-abcd-25cd1b29814c/setpoints\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"b18631ce-f606-4ccb-ae0c-ee4d66637e4f\",\n            \"links\": {\n                \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/b18631ce-f606-4ccb-ae0c-ee4d66637e4f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-12-12T09:46:47.617Z\",\n                \"updatedAt\": \"2021-12-12T09:46:47.617Z\",\n                \"deletedAt\": null\n            },\n            \"attributes\": {\n                \"localAksId\": \"SCH_BE_BS2_01_O002_20401_430_LUF001_TMA_08001\",\n                \"aksId\": \"SCH_BE_BS2_01_O002_20401_430_LUF001_TMA_08001\",\n                \"description\": \"Aussenlufttemperatur\",\n                \"unit\": \"°C\",\n                \"type\": \"STANDARD\",\n                \"frequency\": \"MINUTELY\",\n                \"interval\": 15,\n                \"retention\": \"7776000000\",\n                \"permission\": \"r\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/b18631ce-f606-4ccb-ae0c-ee4d66637e4f/relationships/connector\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/b18631ce-f606-4ccb-ae0c-ee4d66637e4f/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/b18631ce-f606-4ccb-ae0c-ee4d66637e4f/relationships/property\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/b18631ce-f606-4ccb-ae0c-ee4d66637e4f/property\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/b18631ce-f606-4ccb-ae0c-ee4d66637e4f/relationships/readings\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/b18631ce-f606-4ccb-ae0c-ee4d66637e4f/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/b18631ce-f606-4ccb-ae0c-ee4d66637e4f/relationships/setpoints\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/b18631ce-f606-4ccb-ae0c-ee4d66637e4f/setpoints\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"8768ba78-935f-44dd-ace7-533339116cfe\",\n            \"links\": {\n                \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/8768ba78-935f-44dd-ace7-533339116cfe\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-12-13T09:47:18.668Z\",\n                \"updatedAt\": \"2021-12-13T09:47:18.668Z\",\n                \"deletedAt\": null\n            },\n            \"attributes\": {\n                \"localAksId\": \"SCH_BE_BS2_01_O002_20401_430_LUF001_VEN_28001\",\n                \"aksId\": \"SCH_BE_BS2_01_O002_20401_430_LUF001_VEN_28001\",\n                \"description\": \"Drehzahl Ablüfter\",\n                \"unit\": \"%\",\n                \"type\": \"STANDARD\",\n                \"frequency\": \"MINUTELY\",\n                \"interval\": 15,\n                \"retention\": \"7776000000\",\n                \"permission\": \"r\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/8768ba78-935f-44dd-ace7-533339116cfe/relationships/connector\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/8768ba78-935f-44dd-ace7-533339116cfe/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/8768ba78-935f-44dd-ace7-533339116cfe/relationships/property\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/8768ba78-935f-44dd-ace7-533339116cfe/property\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/8768ba78-935f-44dd-ace7-533339116cfe/relationships/readings\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/8768ba78-935f-44dd-ace7-533339116cfe/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/8768ba78-935f-44dd-ace7-533339116cfe/relationships/setpoints\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/8768ba78-935f-44dd-ace7-533339116cfe/setpoints\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"4290e531-9ec4-459e-b127-fbfd257c6314"},{"name":"Retrieve the user devices relationship","id":"8d4ca4b6-2933-496f-859d-88106820490b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/users/:uuid/relationships/devices","description":"<p>This route is used to retrieve information about the associated devices of a user (under its associated tenant). Each device has an assigned role specific to the user. Roles values can be admin or user.</p>\n<p>The response body contains a list of all associated devices and the user's role for the respective device. The list may be empty if the user is not associated to any devices.</p>\n","urlObject":{"path":["users",":uuid","relationships","devices"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"41b23726-7b60-4c33-b706-b2fd8ee5ed9e","key":"uuid"}]}},"response":[{"id":"43fba8e4-aee2-448a-877c-70fde64faffb","name":"Retrieve the user devices relationship","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/users/:uuid/relationships/devices","host":["{{url}}"],"path":["users",":uuid","relationships","devices"],"variable":[{"key":"uuid","value":"ac04f6c2-ffbd-467a-b4f9-9c3ee42363b8","type":"string","description":"The UUID of a user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"553"},{"key":"ETag","value":"W/\"229-yE5LVezDHzmeMO2063wiAyRsGpA\""},{"key":"Date","value":"Fri, 14 Jan 2022 07:55:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/users/ac04f6c2-ffbd-467a-b4f9-9c3ee42363b8/relationships/devices\",\n        \"related\": \"/users/ac04f6c2-ffbd-467a-b4f9-9c3ee42363b8/devices\"\n    },\n    \"data\": [\n        {\n            \"type\": \"devices\",\n            \"id\": \"43a9b939-c53d-456d-af2e-62f7ea59bdca\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"cf57bbe9-23cb-4012-8b83-83efb86ccd84\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"1e0706e1-7b60-4eb4-8509-708436a3f6a0\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"c773d8bd-d8eb-46a2-abcd-25cd1b29814c\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"b18631ce-f606-4ccb-ae0c-ee4d66637e4f\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"8768ba78-935f-44dd-ace7-533339116cfe\"\n        }\n    ]\n}"}],"_postman_id":"8d4ca4b6-2933-496f-859d-88106820490b"},{"name":"Retrieve the associated apikeys","id":"64b1864a-0c85-422f-894d-a94d7880f73f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/users/:uuid/apikeys","description":"<p>This route is used to retrieve information about the associated devices of a user (under its associated tenant). Each device has an assigned role specific to the user. Roles values can be admin or user.</p>\n<p>The response body contains a list of all associated devices and the user's role for the respective device. The list may be empty if the user is not associated to any devices.</p>\n","urlObject":{"path":["users",":uuid","apikeys"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"818b0f98-d256-4cfa-a5d4-b28608600445","key":"uuid"}]}},"response":[],"_postman_id":"64b1864a-0c85-422f-894d-a94d7880f73f"},{"name":"Retrieve the user apikeys relationship","id":"00bc3db8-ce5a-4783-8aa6-09f987b655d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/users/:uuid/relationships/apikeys","description":"<p>This route is used to retrieve information about the associated devices of a user (under its associated tenant). Each device has an assigned role specific to the user. Roles values can be admin or user.</p>\n<p>The response body contains a list of all associated devices and the user's role for the respective device. The list may be empty if the user is not associated to any devices.</p>\n","urlObject":{"path":["users",":uuid","relationships","apikeys"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"818b0f98-d256-4cfa-a5d4-b28608600445","key":"uuid"}]}},"response":[],"_postman_id":"00bc3db8-ce5a-4783-8aa6-09f987b655d7"},{"name":"Add associated user devices","id":"a1b509aa-be51-4c3f-abbb-5a148763b155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n            \"type\": \"devices\",\r\n            \"id\": \"796a5313-a69d-4ec2-9f46-9ca79e579a99\",\r\n            \"attributes\": {\r\n                \"permission\": \"r\"\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"devices\",\r\n            \"id\": \"db8a143a-86ec-4f1e-a5d8-d4a20e3a0657\",\r\n            \"attributes\": {\r\n                \"permission\": \"r\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/:uuid/devices","description":"<p>This route is used to retrieve information about the associated devices of a user for its associated tenant. Each device has an assigned permission. Permission is differentiated between read-only (r) and read and write (rw).</p>\n<p>Post body contains the deviceId and the associated permission of the user for this device.</p>\n","urlObject":{"path":["users",":uuid","devices"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"b1cce371-6ca7-4219-9e2d-3f04891f5969","key":"uuid"}]}},"response":[{"id":"4fe880db-9970-4fe2-a293-0ab7186717e0","name":"Add associated user devices","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n            \"type\": \"devices\",\r\n            \"id\": \"43a9b939-c53d-456d-af2e-62f7ea59bdca\",\r\n            \"attributes\": {\r\n                \"permission\": \"r\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/users/:uuid/devices","host":["{{url}}"],"path":["users",":uuid","devices"],"variable":[{"key":"uuid","value":"ac04f6c2-ffbd-467a-b4f9-9c3ee42363b8","type":"string","description":"The UUID of a user"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1730"},{"key":"ETag","value":"W/\"6c2-cwet5++MyV+3KQQ5t+YZURNSTvM\""},{"key":"Date","value":"Fri, 14 Jan 2022 07:56:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/users/ac04f6c2-ffbd-467a-b4f9-9c3ee42363b8/devices\",\n        \"last\": null\n    },\n    \"meta\": {\n        \"page\": {}\n    },\n    \"data\": [\n        {\n            \"type\": \"devices\",\n            \"id\": \"43a9b939-c53d-456d-af2e-62f7ea59bdca\",\n            \"links\": {\n                \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-12-08T09:43:28.006Z\",\n                \"updatedAt\": \"2021-12-08T09:43:28.006Z\",\n                \"deletedAt\": null\n            },\n            \"attributes\": {\n                \"localAksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_MVE_18101\",\n                \"aksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_MVE_18101\",\n                \"description\": \"Regelventil\",\n                \"unit\": \"%\",\n                \"type\": \"STANDARD\",\n                \"frequency\": \"MINUTELY\",\n                \"interval\": 15,\n                \"retention\": \"7776000000\",\n                \"permission\": \"r\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/connector\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/property\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/property\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/readings\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/setpoints\",\n                        \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/devices/43a9b939-c53d-456d-af2e-62f7ea59bdca/setpoints\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"a1b509aa-be51-4c3f-abbb-5a148763b155"},{"name":"Update an associated user device","id":"2d21ce85-6df0-4b9d-befa-b689de79a572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n        \"type\": \"devices\",\r\n        \"id\": \"796a5313-a69d-4ec2-9f46-9ca79e579a99\",\r\n        \"attributes\": {\r\n            \"permission\": \"r\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/:uuid/devices/:deviceId","description":"<p>This route is used to retrieve information about the associated devices of a user for its associated tenant. Each device has an assigned role. Roles values can be admin or user.</p>\n<p>Post body contains the deviceId and the associated role.</p>\n","urlObject":{"path":["users",":uuid","devices",":deviceId"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"b1cce371-6ca7-4219-9e2d-3f04891f5969","key":"uuid"},{"type":"any","value":"399e351f-5279-4c1a-942e-a6b80f21bc5a","key":"deviceId"}]}},"response":[{"id":"4ab635d1-1e32-4b63-a753-09e9e96ed810","name":"Update an associated user device","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n        \"type\": \"devices\",\r\n        \"id\": \"43a9b939-c53d-456d-af2e-62f7ea59bdca\",\r\n        \"attributes\": {\r\n            \"permission\": \"rw\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/users/:uuid/devices/:deviceId","host":["{{url}}"],"path":["users",":uuid","devices",":deviceId"],"variable":[{"key":"uuid","value":"ac04f6c2-ffbd-467a-b4f9-9c3ee42363b8","type":"string","description":"The UUID of a user"},{"key":"deviceId","value":"43a9b939-c53d-456d-af2e-62f7ea59bdca"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1563"},{"key":"ETag","value":"W/\"61b-IT9vkaWU4tnSjAH9Ls81ruAhpBY\""},{"key":"Date","value":"Fri, 14 Jan 2022 07:57:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"devices\",\n        \"id\": \"43a9b939-c53d-456d-af2e-62f7ea59bdca\",\n        \"links\": {\n            \"self\": \"tenant_e25885813d92472f8cfc10674fb20a0adevices/43a9b939-c53d-456d-af2e-62f7ea59bdca\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2021-12-08T09:43:28.006Z\",\n            \"updatedAt\": \"2021-12-08T09:43:28.006Z\",\n            \"deletedAt\": null\n        },\n        \"attributes\": {\n            \"localAksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_MVE_18101\",\n            \"aksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_MVE_18101\",\n            \"description\": \"Regelventil\",\n            \"unit\": \"%\",\n            \"type\": \"STANDARD\",\n            \"frequency\": \"MINUTELY\",\n            \"interval\": 15,\n            \"retention\": \"7776000000\",\n            \"permission\": \"rw\"\n        },\n        \"relationships\": {\n            \"connector\": {\n                \"links\": {\n                    \"self\": \"tenant_e25885813d92472f8cfc10674fb20a0adevices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/connector\",\n                    \"related\": \"tenant_e25885813d92472f8cfc10674fb20a0adevices/43a9b939-c53d-456d-af2e-62f7ea59bdca/connector\"\n                }\n            },\n            \"property\": {\n                \"links\": {\n                    \"self\": \"tenant_e25885813d92472f8cfc10674fb20a0adevices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/property\",\n                    \"related\": \"tenant_e25885813d92472f8cfc10674fb20a0adevices/43a9b939-c53d-456d-af2e-62f7ea59bdca/property\"\n                }\n            },\n            \"readings\": {\n                \"links\": {\n                    \"self\": \"tenant_e25885813d92472f8cfc10674fb20a0adevices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/readings\",\n                    \"related\": \"tenant_e25885813d92472f8cfc10674fb20a0adevices/43a9b939-c53d-456d-af2e-62f7ea59bdca/readings\"\n                }\n            },\n            \"setpoints\": {\n                \"links\": {\n                    \"self\": \"tenant_e25885813d92472f8cfc10674fb20a0adevices/43a9b939-c53d-456d-af2e-62f7ea59bdca/relationships/setpoints\",\n                    \"related\": \"tenant_e25885813d92472f8cfc10674fb20a0adevices/43a9b939-c53d-456d-af2e-62f7ea59bdca/setpoints\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"2d21ce85-6df0-4b9d-befa-b689de79a572"},{"name":"Remove associated user devices","id":"7753c3e7-d600-4dfe-b307-30de4a32d10f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n            \"type\": \"devices\",\r\n            \"id\": \"796a5313-a69d-4ec2-9f46-9ca79e579a99\"\r\n        },\r\n        {\r\n            \"type\": \"devices\",\r\n            \"id\": \"db8a143a-86ec-4f1e-a5d8-d4a20e3a0657\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/:uuid/devices","description":"<p>This route is used to remove an associated devices from a user (for its associated tenant). The device is unassociated from the user, removing the access rights of the user to this device.</p>\n<p>(The device itself is not affected from this operation).</p>\n","urlObject":{"path":["users",":uuid","devices"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"b1cce371-6ca7-4219-9e2d-3f04891f5969","key":"uuid"}]}},"response":[{"id":"6ae5c913-f441-4fbf-8204-31061c50a39d","name":"Remove associated user devices","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n            \"type\": \"devices\",\r\n            \"id\": \"43a9b939-c53d-456d-af2e-62f7ea59bdca\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/users/:uuid/devices","host":["{{url}}"],"path":["users",":uuid","devices"],"variable":[{"key":"uuid","value":"ac04f6c2-ffbd-467a-b4f9-9c3ee42363b8","type":"string","description":"The UUID of a user"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Date","value":"Fri, 14 Jan 2022 07:55:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7753c3e7-d600-4dfe-b307-30de4a32d10f"},{"name":"Create a new user","id":"0dbf4e42-c903-43bb-a9d5-be54f2147c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"users\",\n\t\t\"attributes\": {\n            \"email\": \"test@test.local\",\n            \"password\": \"predefined$%XJ?KS\"\n\t\t},\n        \"relationships\": {\n\t\t\t\"tenant\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"tenants\",\n\t\t\t\t\t\"id\": \"ab21ebcb-1296-44d0-b0bf-ee1b0a35d173\",\n                    \"role\": \"user\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"{{url}}/users","description":"<p>This endpoint is used to create a new user account. A password can be set but is optional. A Tenant relationship must be set as well as a role for the user in the Tenant.</p>\n<p>Only user with the role Tenant Admin are allowed to use this endpoint and may only create user associated to their own Tenant.</p>\n<p>When no password is set, the user will receive an invite email with a link to set their password.</p>\n","urlObject":{"path":["users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0dbf4e42-c903-43bb-a9d5-be54f2147c95"},{"name":"Update a user","id":"d19e631c-feb8-4f86-a325-0b79eebebe38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"users\",\n\t\t\"id\": \"7431bb97-c296-45e4-93cf-a4b67f3a0f4c\",\n\t\t\"attributes\": {\n            \"email\": \"test@test.local\"\n\t\t},\n        \"relationships\": {\n\t\t\t\"tenant\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"tenants\",\n\t\t\t\t\t\"id\": \"8eda44f3-a00d-426f-be17-d3260aaec0ed\",\n                    \"role\": \"user\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"{{url}}/users/:uuid","description":"<p>This endpoint is used to update attributes of a user account.</p>\n<p>User are only allowed to update their own account. User with the role Tenant Admin are also allowed to update users of their associated Tenant.</p>\n<p>Through this endpoint its possible to update attributes of the Tenant association of the user such as its role using the relationships data. The Tenant UUID together with the new role must be provided. Only Tenant Admins are allowed to update a users role.</p>\n","urlObject":{"path":["users",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"7431bb97-c296-45e4-93cf-a4b67f3a0f4c","key":"uuid"}]}},"response":[{"id":"101d52d0-6c29-431a-936d-6432f92d8955","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"users\",\n\t\t\"id\": \"3f610e37-b7fa-42d6-aa8a-d66b38eca753\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"wrong\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/users/:uuid","host":["{{url}}"],"path":["users",":uuid"],"variable":[{"key":"uuid","value":"3f610e37-b7fa-42d6-aa8a-d66b38eca753","description":"The UUID of a user"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-JqEMBgmxCHVDpwdIbDhzS9EJOlg\""},{"key":"Date","value":"Mon, 23 Sep 2019 13:01:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"email must be an email\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/email\"\n            }\n        }\n    ]\n}"},{"id":"887044a3-2f5a-48de-bb45-df8cac5ed57e","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"users\",\n\t\t\"id\": \"f7137cce-ad14-4998-b01f-3984b361b32e\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"mynewemail@mynewhost.de\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/users/:uuid","host":["{{url}}"],"path":["users",":uuid"],"variable":[{"key":"uuid","value":"f7137cce-ad14-4998-b01f-3984b361b32e","description":"The UUID of a user"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"WWW-Authenticate","value":"Bearer realm=\"bascloud\""},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-JDGtCtrEI9pywOhTz5w9i7o0xlY\""},{"key":"Date","value":"Mon, 02 Dec 2019 10:48:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"401\",\n            \"title\": \"Unauthorized\"\n        }\n    ]\n}"},{"id":"fe5aad62-3b26-4f64-8adb-451b39a65b0f","name":"200 - OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"users\",\n\t\t\"id\": \"3f610e37-b7fa-42d6-aa8a-d66b38eca753\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"mynewemail@mynewhost.de\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/users/:uuid","host":["{{url}}"],"path":["users",":uuid"],"variable":[{"key":"uuid","value":"3f610e37-b7fa-42d6-aa8a-d66b38eca753","description":"The UUID of a user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"256"},{"key":"ETag","value":"W/\"100-dBCmv3hEwWhDkeEiV8ntN3YbzpM\""},{"key":"Date","value":"Mon, 23 Sep 2019 13:00:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": {\n        \"self\": \"{{url}}/users/f7137cce-ad14-4998-b01f-3984b361b32e\"\n    },\n    \"data\": {\n        \"type\": \"users\",\n        \"id\": \"f7137cce-ad14-4998-b01f-3984b361b32e\",\n        \"attributes\": {\n            \"email\": \"mynewemail@mynewhost.de\"\n        },\n        \"relationships\": {\n            \"tenant\": {\n                \"links\": {\n                    \"self\": \"{{url}}/users/f7137cce-ad14-4998-b01f-3984b361b32e/relationships/tenant\",\n                    \"related\": \"{{url}}/users/f7137cce-ad14-4998-b01f-3984b361b32e/tenant\"\n                }\n            }\n        }\n    }\n}"},{"id":"f87853aa-4267-44b6-96d6-a6e836d15f5e","name":"409 - Conflict","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"users\",\n\t\t\"id\": \"3f610e37-b7fa-42d6-aa8a-d66b38eca751\",\n\t\t\"attributes\": {\n\t\t\t\"email\": \"mynewemail@mynewhost.de\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/users/:uuid","host":["{{url}}"],"path":["users",":uuid"],"variable":[{"key":"uuid","value":"f7137cce-ad14-4998-b01f-3984b361b32e","description":"The UUID of a user"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"ETag","value":"W/\"7b-o7CRSYOqfE9CQtyFvieHhzDxHfU\""},{"key":"Date","value":"Mon, 23 Sep 2019 13:02:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"409\",\n            \"title\": \"Conflict\",\n            \"detail\": \"ID must be equal (body & url)\",\n            \"source\": {\n                \"pointer\": \"/data/type\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d19e631c-feb8-4f86-a325-0b79eebebe38"},{"name":"Delete a user","id":"22792e79-2b90-49d4-bb37-7d0635792e0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"{{url}}/users/:uuid","description":"<p>CAUTION.</p>\n<p>This route is used to delete a user. A user is allowed to delete its own user account.</p>\n<p>User with the role Tenant admin are allowed to delete users in their associated Tenant.</p>\n","urlObject":{"path":["users",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a user</p>\n","type":"text/plain"},"type":"string","value":"8141f5de-4cf2-4145-ac25-48c151290253","key":"uuid"}]}},"response":[{"id":"f801fd0f-e283-4034-afa0-74b791db65ad","name":"401 - Unauthorized","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/users/:uuid","host":["{{url}}"],"path":["users",":uuid"],"variable":[{"key":"uuid","value":"3f610e37-b7fa-42d6-aa8a-d66b38eca751","description":"The UUID of a user"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"WWW-Authenticate","value":"Bearer realm=\"bascloud\""},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-JDGtCtrEI9pywOhTz5w9i7o0xlY\""},{"key":"Date","value":"Mon, 23 Sep 2019 13:06:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"401\",\n            \"title\": \"Unauthorized\"\n        }\n    ]\n}"},{"id":"dbd2da48-6be9-41d0-b027-530481b2f5ac","name":"204 - No Content","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/users/:uuid","host":["{{url}}"],"path":["users",":uuid"],"variable":[{"key":"uuid","value":"3f610e37-b7fa-42d6-aa8a-d66b38eca751","description":"The UUID of a user"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Date","value":"Mon, 23 Sep 2019 13:05:58 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"22792e79-2b90-49d4-bb37-7d0635792e0b"}],"id":"26b0ef39-4377-4da6-ba33-3c46e1222468","description":"<p>The users endpoint enables users to retrieve information about their account, update attributes or retrieve user relationships.</p>\n<p><strong>Attributes</strong>:</p>\n<ul>\n<li>email: The email of the registered user.</li>\n</ul>\n<p><strong>All attributes are mandatory.</strong></p>\n<p>This endpoint is protected.\nOnly the user himself can query or update on his account!\nTo retrieve you own user without knowing the ID you can call the GET /users endpoint. This endpoint will only return users that you are authorized to view.</p>\n","event":[{"listen":"prerequest","script":{"id":"bac660e9-1a9b-4b63-a100-b66751d0029e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"74ae7d4b-1b9a-492f-920b-6e47a74b2dfe","type":"text/javascript","exec":[""]}}],"_postman_id":"26b0ef39-4377-4da6-ba33-3c46e1222468","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Tenants","item":[{"name":"Retrieve a single tenant","id":"aee04557-64f5-4d7f-985d-67524175c3d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:uuid","description":"<p>This route is used to retrieve information of a given tenant. </p>\n<p>One may only retrieve information about their <em>own</em> tenant.</p>\n","urlObject":{"path":["tenants",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"uuid"}]}},"response":[{"id":"b9e42dc3-fd6e-45ef-b531-9cfeebdba6fe","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:uuid","host":["{{url}}"],"path":["tenants",":uuid"],"variable":[{"key":"uuid","value":"97a349a3-9586-47d1-b325-f9e3bdc87672"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"207"},{"key":"ETag","value":"W/\"cf-DQ8D3CyAHJC2DYiVXs0uzhbvc44\""},{"key":"Date","value":"Mon, 02 Dec 2019 12:34:23 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"tenants\",\n        \"id\": \"97a349a3-9586-47d1-b325-f9e3bdc87672\",\n        \"links\": {\n            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-03-09T13:09:41.640Z\",\n            \"updatedAt\": \"2020-03-09T13:09:41.640Z\"\n        },\n        \"attributes\": {\n            \"name\": \"myName\",\n            \"urlName\": \"myname\"\n        },\n        \"relationships\": {\n        \t\"users\": {\n    \t       \"links\": {\n    \t       \t\"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/relationships/users\",\n                \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/users\"\n            \t}\n            }\n        }\n    }\n}"}],"_postman_id":"aee04557-64f5-4d7f-985d-67524175c3d5"},{"name":"Retrieve a tenants collection","id":"d6d431e8-1e9f-44a4-a7eb-ec0eaa9a8328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants","description":"<p>This endpoint returns all tenants you are authorized to view. This is typically only your own tenant.</p>\n","urlObject":{"path":["tenants"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Name of the tenant</p>\n","type":"text/plain"},"key":"name","value":"testtenant"},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[size]","value":"1000"},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created after that timestamp are returned</p>\n","type":"text/plain"},"key":"createdFrom","value":"2021-06-29T12:25:10.884Z"},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created before that timestamp are returned</p>\n","type":"text/plain"},"key":"createdUntil","value":"2021-06-29T12:26:10.884Z"},{"disabled":true,"key":"deletedUntil","value":"2021-08-29T12:26:10.884Z"}],"variable":[]}},"response":[{"id":"9b916276-f1d2-4c3f-b392-26d5ebc29aa8","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":"{{url}}/tenants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"594"},{"key":"ETag","value":"W/\"252-T7pebxcYc3gNcQP5UEB5YZY4JPU\""},{"key":"Date","value":"Tue, 24 Mar 2020 12:34:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"tenants\",\n            \"id\": \"97a349a3-9586-47d1-b325-f9e3bdc87672\",\n            \"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-03-09T13:09:41.640Z\",\n                \"updatedAt\": \"2020-03-09T13:09:41.640Z\"\n            },\n            \"attributes\": {\n                \"name\": \"myTenant\",\n                \"urlName\": \"mytenant\"\n            },\n            \"relationships\": {\n            \t\"users\": {\n            \t\t\"links\": {\n            \t\t\t\"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/relationships/users\",\n            \t\t\t\"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/users\"\n            \t\t}\n            \t}\n            }\n        }\n    ]\n}"}],"_postman_id":"d6d431e8-1e9f-44a4-a7eb-ec0eaa9a8328"},{"name":"Retrieve associated users","id":"da57fad3-4778-40e3-beef-09d0c667836c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:uuid/users","description":"<p>This route is used to list all users that are associated with a given tenant.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a users collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":uuid","users"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of a tenant</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"uuid"}]}},"response":[{"id":"de6bf285-9a38-469d-8ad4-bbbabd870716","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:uuid/users","host":["{{url}}"],"path":["tenants",":uuid","users"],"variable":[{"key":"uuid","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The UUID of a tenant"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"400"},{"key":"ETag","value":"W/\"190-YRSHnU6D6Gr+o9LcvRKfIeFTJUI\""},{"key":"Date","value":"Mon, 02 Dec 2019 13:00:42 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/users?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"users\",\n            \"id\": \"f7137cce-ad14-4998-b01f-3984b361b32e\",\n            \"links\": {\n                \"self\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-03-09T11:02:10.923Z\",\n                \"updatedAt\": \"2020-03-09T13:09:42.456Z\"\n            },\n            \"attributes\": {\n                \"email\": \"testuser@test.de\"\n            },\n            \"relationships\": {\n            \t\"users\": {\n            \t\t\"links\": {\n                        \"self\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/relationships/tenant\",\n                        \"related\": \"/users/f7137cce-ad14-4998-b01f-3984b361b32e/tenant\"\n                    }\n            \t}\n            }\n        }\n\t]\n}"}],"_postman_id":"da57fad3-4778-40e3-beef-09d0c667836c"},{"name":"Retrieve the users relationships","id":"c497a3e3-f60e-4a5d-b113-0c4c7f5006bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:uuid/relationships/users","description":"<p>This route is used to list the relationships of all users associated with the given tenant.</p>\n","urlObject":{"path":["tenants",":uuid","relationships","users"],"host":["{{url}}"],"query":[],"variable":[{"id":"1fd8cc57-ae4e-4afb-800f-b589e89ac103","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"uuid"}]}},"response":[{"id":"36001e79-2efb-4caf-ad27-8002fc781dc5","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:uuid/relationships/users","host":["{{url}}"],"path":["tenants",":uuid","relationships","users"],"variable":[{"key":"uuid","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"262"},{"key":"ETag","value":"W/\"106-HlEBi0hjNk+bCl8XAnOl/pBnIs0\""},{"key":"Date","value":"Mon, 02 Dec 2019 13:03:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/relationships/users\",\n        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/users\"\n    },\n    \"data\": [\n        {\n            \"type\": \"users\",\n            \"id\": \"f7137cce-ad14-4998-b01f-3984b361b32e\"\n        }\n    ]\n}"}],"_postman_id":"c497a3e3-f60e-4a5d-b113-0c4c7f5006bf"}],"id":"280fed97-2de5-4980-a117-b6c4b367d280","description":"<p>This endpoint is used to retrieve information about a tenant or tenant collection and its users.</p>\n<p>A tenant may have one or multiple users associated with a admin role. Tenant admins are able to view and change all underlying entities of their tenant.</p>\n","event":[{"listen":"prerequest","script":{"id":"e83f0065-467f-4574-8eb1-7ab611bc7853","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4194640-c6f0-4a99-be1e-447786e4f51e","type":"text/javascript","exec":[""]}}],"_postman_id":"280fed97-2de5-4980-a117-b6c4b367d280","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Properties","item":[{"name":"Retrieve a single property","id":"98d3cccb-b384-4215-89f4-d9887ea36c92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/properties/:uuid","description":"<p>The route is used to get a single property entity. </p>\n<p>It accepts a UUID as a path parameter and returns a property entity if found.</p>\n<p>This operation is permitted to every user associated with that tenant.</p>\n","urlObject":{"path":["tenants",":tenant","properties",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of the property</p>\n","type":"text/plain"},"type":"string","value":"fb7fa5cf-d7d6-4567-ad20-45cb9be14574","key":"uuid"}]}},"response":[{"id":"19ee5578-6741-4090-bf70-9786a3266d15","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/properties/:uuid","host":["{{url}}"],"path":["tenants",":tenant","properties",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"3bd6ea89-bfa2-4c7c-99bb-72c0978ced25","description":"The UUID of the property"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"312"},{"key":"ETag","value":"W/\"138-mMir9YvitjCAfmc12yiPEOrPbXc\""},{"key":"Date","value":"Tue, 16 Jul 2019 12:25:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"properties\",\n        \"id\": \"ebbcc943-1d04-47e5-8409-d5f8af627ac0\",\n        \"links\": {\n            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/ebbcc943-1d04-47e5-8409-d5f8af627ac0\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-03-09T13:10:21.703Z\",\n            \"updatedAt\": \"2020-03-09T13:10:21.703Z\"\n        },\n        \"attributes\": {\n            \"name\": \"myBuilding\",\n            \"street\": \"Dieselstraße 6\",\n            \"postalCode\": \"63739\",\n            \"city\": \"Aschaffenburg\",\n            \"country\": \"Deutschland\"\n        },\n        \"relationships\": {\n        \t\"connectors\": {\n        \t\t\"links\": {\n        \t\t\t\"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/ebbcc943-1d04-47e5-8409-d5f8af627ac0/relationships/connectors\",\n        \t\t\t\"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/ebbcc943-1d04-47e5-8409-d5f8af627ac0/connectors\"\n        \t\t}\n        \t}\n        }\n    }\n}"},{"id":"8afd5b85-6d39-4888-acab-6825528256a1","name":"400 - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/properties/:uuid","host":["{{url}}"],"path":["tenants",":tenant","properties",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"wrong","description":"The UUID of the property"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"108"},{"key":"ETag","value":"W/\"6c-riK/RTqVhjrunz9hVv3Kyvm7r+8\""},{"key":"Date","value":"Tue, 16 Jul 2019 12:26:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"id must be an UUID\",\n            \"source\": {\n                \"pointer\": \"/id\"\n            }\n        }\n    ]\n}"},{"id":"c7352167-7a70-478d-ac38-0adf7a07c41c","name":"404 - Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/properties/:uuid","host":["{{url}}"],"path":["tenants",":tenant","properties",":uuid"],"variable":[{"key":"tenant","value":"{{tenant}}","type":"string","description":"The tenants UUID"},{"key":"uuid","value":"689ff05a-e8dd-499e-91cb-c7a5a13276d8","type":"string","description":"The UUID of the property"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"193"},{"key":"ETag","value":"W/\"c1-msJrVJDtu6yA0rEzyujV3xL0l2Y\""},{"key":"Date","value":"Wed, 15 Dec 2021 10:22:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"errors\",\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Not Found\",\n            \"detail\": \"Entity not found\",\n            \"source\": {\n                \"pointer\": \"The Property with the ID 689ff05a-e8dd-499e-91cb-c7a5a13276d8 was not found!\"\n            }\n        }\n    ]\n}"}],"_postman_id":"98d3cccb-b384-4215-89f4-d9887ea36c92"},{"name":"Retrieve a property collection","id":"30de7d33-6b75-40f1-8c30-60178f40437f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/properties","description":"<p>This route is used to get a collection of property objects. It accepts various query parameter described below. All parameters are <strong>optional</strong>. If there is no property matching your search parameters an empty array is returned.</p>\n<p>This operation is permitted to every user associated with that tenant.</p>\n","urlObject":{"path":["tenants",":tenant","properties"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>The name of a property</p>\n","type":"text/plain"},"key":"name","value":"Gesamtschule"},{"disabled":true,"description":{"content":"<p>The AKS-ID identifying a property</p>\n","type":"text/plain"},"key":"aksId","value":"BS-SCH-MU"},{"disabled":true,"description":{"content":"<p>Administration identifier of a property</p>\n","type":"text/plain"},"key":"identifier","value":"Liegenschaft-1005"},{"disabled":true,"description":{"content":"<p>The street of a property</p>\n","type":"text/plain"},"key":"street","value":"Dieselstraße 6"},{"disabled":true,"description":{"content":"<p>The postal code of a property as a string</p>\n","type":"text/plain"},"key":"postalCode","value":"63739"},{"disabled":true,"description":{"content":"<p>The city of a property</p>\n","type":"text/plain"},"key":"city","value":"Aschaffenburg"},{"disabled":true,"description":{"content":"<p>The country of a property</p>\n","type":"text/plain"},"key":"country","value":"Deutschland"},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[size]","value":"1000"},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created after that timestamp are returned</p>\n","type":"text/plain"},"key":"createdFrom","value":"2021-06-28T12:51:35.130Z"},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created before that timestamp are returned</p>\n","type":"text/plain"},"key":"createdUntil","value":"2021-06-29T12:51:06.958Z"},{"disabled":true,"key":"tagId","value":"03832758-b660-4076-8227-05416122339c"},{"disabled":true,"description":{"content":"<p>Filter the device collection based on multiple tags, comma seperated,(logical AND)</p>\n","type":"text/plain"},"key":"tagIds","value":"03832758-b660-4076-8227-05416122339c, 3966ff0e-c526-475e-a038-1bc79c2a4001%2Cc472f6ea-196b-4e90-b68f-c585bedd2f91"}],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"any","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"4f3d9593-5f54-4360-99eb-dd5467ba2078","name":"400 - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/properties?street=Dieselstraße 6&city=Aschaffenburg","host":["{{url}}"],"path":["tenants",":tenant","properties"],"query":[{"key":"name","value":"Gesamtschule","description":"The name of a property","disabled":true},{"key":"street","value":"Dieselstraße 6","description":"The street of a property"},{"key":"postalCode","value":"wrong","description":"The postal code of a property","disabled":true},{"key":"city","value":"Aschaffenburg","description":"The city of a property"},{"key":"country","value":"Deutschland","description":"The country of a property","disabled":true},{"key":"page[size]","value":"2","description":"Described in the top","disabled":true},{"key":"page[before]","value":"","description":"Described in the top","disabled":true},{"key":"page[after]","value":"","description":"Described in the top","disabled":true}],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-F6hegEocXqwkMYvct6Pn9FAtBlc\""},{"key":"Date","value":"Tue, 16 Jul 2019 12:32:50 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"postalCode must be a number string\",\n            \"source\": {\n                \"pointer\": \"/postalCode\"\n            }\n        }\n    ]\n}"},{"id":"6cee9727-3871-498c-b23c-7f44003b0712","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/properties?street=Dieselstraße 6&city=Aschaffenburg","host":["{{url}}"],"path":["tenants",":tenant","properties"],"query":[{"key":"name","value":"Gesamtschule","description":"The name of a property","disabled":true},{"key":"street","value":"Dieselstraße 6","description":"The street of a property"},{"key":"postalCode","value":"63739","description":"The postal code of a property","disabled":true},{"key":"city","value":"Aschaffenburg","description":"The city of a property"},{"key":"country","value":"Deutschland","description":"The country of a property","disabled":true},{"key":"page[size]","value":"2","description":"Described in the top","disabled":true},{"key":"page[before]","value":"","description":"Described in the top","disabled":true},{"key":"page[after]","value":"","description":"Described in the top","disabled":true}],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"954"},{"key":"ETag","value":"W/\"3ba-SMSSwZrT5+PGNH3aHP03ozjVv/w\""},{"key":"Date","value":"Tue, 16 Jul 2019 12:31:34 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties?street=Dieselstraße 6&city=Aschaffenburg&page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"properties\",\n            \"id\": \"ebbcc943-1d04-47e5-8409-d5f8af627ac0\",\n            \"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/ebbcc943-1d04-47e5-8409-d5f8af627ac0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-03-09T13:10:21.703Z\",\n                \"updatedAt\": \"2020-03-09T13:10:21.703Z\"\n            },\n            \"attributes\": {\n                \"name\": \"myBuilding\",\n                \"aksId\": null,\n                \"identifier\": null,\n                \"street\": \"Dieselstraße 6\",\n                \"postalCode\": \"63739\",\n                \"city\": \"Aschaffenburg\",\n                \"country\": \"Deutschland\"\n            },\n            \"relationships\": {\n            \t\"devices\": {\n            \t\t\"links\": {\n            \t\t\t\"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/ebbcc943-1d04-47e5-8409-d5f8af627ac0/relationships/devices\",\n            \t\t\t\"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/ebbcc943-1d04-47e5-8409-d5f8af627ac0/devices\"\n            \t\t}\n            \t}\n            }\n        }\n    ]\n}"}],"_postman_id":"30de7d33-6b75-40f1-8c30-60178f40437f"},{"name":"Retrieve the device relationships","id":"0d5c5804-3a93-4efc-ac2b-c1a9b2167656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/properties/:property/relationships/devices","description":"<p>This route is used to retrieve information about the relationship from a property to its' devices.</p>\n","urlObject":{"path":["tenants",":tenant","properties",":property","relationships","devices"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"}],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of a property</p>\n","type":"text/plain"},"type":"string","value":"28e8b610-5969-4d2e-b406-57c5d4c1b354","key":"property"}]}},"response":[{"id":"be1523dd-4950-40ba-917c-82b0f92f6440","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/properties/:property/relationships/devices","host":["{{url}}"],"path":["tenants",":tenant","properties",":property","relationships","devices"],"query":[{"key":"page[size]","value":"1","disabled":true}],"variable":[{"key":"tenant","value":"{{tenant}}","type":"string","description":"The tenants UUID"},{"key":"property","value":"28e8b610-5969-4d2e-b406-57c5d4c1b354","type":"string","description":"The UUID of a property"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"389-bZ7fuSXHcxM1XSndNMFWV7oFF5o\""},{"key":"Request-Context","value":"appId=cid-v1:e1f2d888-4ef9-4bc6-8cac-737b46254b90"},{"key":"Date","value":"Fri, 16 Jul 2021 07:22:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/properties/28e8b610-5969-4d2e-b406-57c5d4c1b354/relationships/devices\",\n        \"related\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/properties/28e8b610-5969-4d2e-b406-57c5d4c1b354/devices\"\n    },\n    \"data\": [\n        {\n            \"type\": \"devices\",\n            \"id\": \"796a5313-a69d-4ec2-9f46-9ca79e579a99\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"db8a143a-86ec-4f1e-a5d8-d4a20e3a0657\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"399e351f-5279-4c1a-942e-a6b80f21bc5a\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"112d77e8-9cb8-4ff6-8fe7-324b4ec73efd\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"7d53bf22-f233-41a3-86bf-524bd73abd0a\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"13561b01-e4b9-43d3-80b3-91afaed0b2d2\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"ce716e7b-0443-4998-8ba5-3aa51d4c24c6\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"8b244696-b53d-4dc7-b4c5-6cfcbca3d26d\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"24a83aed-6310-472e-8a40-4b674aaefb64\"\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"177eec09-2094-407f-be07-dc1b80e92c4b\"\n        }\n    ]\n}"}],"_postman_id":"0d5c5804-3a93-4efc-ac2b-c1a9b2167656"},{"name":"Retrieve the associated devices","id":"c3b1ad93-602d-4bce-92f3-0c77a41df72d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/properties/:property/devices","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","properties",":property","devices"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Filter the device collection based on multiple tags, comma seperated,(logical AND)</p>\n","type":"text/plain"},"key":"tagIds","value":"3966ff0e-c526-475e-a038-1bc79c2a4001%2Cc472f6ea-196b-4e90-b68f-c585bedd2f91"}],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of a property</p>\n","type":"text/plain"},"type":"string","value":"cf3fb6b6-9b36-4120-8c75-9d1576e15e30","key":"property"}]}},"response":[{"id":"77683ee4-cac7-4c3b-90f9-efce809b393e","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/properties/:property/devices","host":["{{url}}"],"path":["tenants",":tenant","properties",":property","devices"],"query":[{"key":"page[size]","value":"10","disabled":true}],"variable":[{"key":"tenant","value":"{{tenant}}","type":"string","description":"The tenants UUID"},{"key":"property","value":"28e8b610-5969-4d2e-b406-57c5d4c1b354","type":"string","description":"The UUID of a property"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"25cd-2dUWE7p8sshmRn9XHqVDlna5JZ0\""},{"key":"Request-Context","value":"appId=cid-v1:e1f2d888-4ef9-4bc6-8cac-737b46254b90"},{"key":"Date","value":"Fri, 16 Jul 2021 07:22:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 10\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"devices\",\n            \"id\": \"796a5313-a69d-4ec2-9f46-9ca79e579a99\",\n            \"links\": {\n                \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/796a5313-a69d-4ec2-9f46-9ca79e579a99\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-03-29T07:58:37.762Z\",\n                \"updatedAt\": \"2021-03-29T07:58:37.762Z\",\n                \"deletedAt\": null\n            },\n            \"attributes\": {\n                \"localAksId\": \"TEST_12345\",\n                \"aksId\": \"SCH_MUE_TEST_12345\",\n                \"description\": \"Description\",\n                \"unit\": \"Celsius\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/796a5313-a69d-4ec2-9f46-9ca79e579a99/relationships/connector\",\n                        \"related\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/796a5313-a69d-4ec2-9f46-9ca79e579a99/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/796a5313-a69d-4ec2-9f46-9ca79e579a99/relationships/property\",\n                        \"related\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/796a5313-a69d-4ec2-9f46-9ca79e579a99/property\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"399e351f-5279-4c1a-942e-a6b80f21bc5a\",\n            \"links\": {\n                \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/399e351f-5279-4c1a-942e-a6b80f21bc5a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-03-29T09:21:04.229Z\",\n                \"updatedAt\": \"2021-03-29T09:21:04.229Z\",\n                \"deletedAt\": null\n            },\n            \"attributes\": {\n                \"localAksId\": \"FVS45_TEMP_OUT_WALL\",\n                \"aksId\": \"FVS45_TEMP_OUT_WALL\",\n                \"description\": \"Außentemperator FvS45 (Wand)\",\n                \"unit\": \"Celsius\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/399e351f-5279-4c1a-942e-a6b80f21bc5a/relationships/connector\",\n                        \"related\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/399e351f-5279-4c1a-942e-a6b80f21bc5a/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/399e351f-5279-4c1a-942e-a6b80f21bc5a/relationships/property\",\n                        \"related\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/399e351f-5279-4c1a-942e-a6b80f21bc5a/property\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"7d53bf22-f233-41a3-86bf-524bd73abd0a\",\n            \"links\": {\n                \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/7d53bf22-f233-41a3-86bf-524bd73abd0a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-05-27T14:35:23.465Z\",\n                \"updatedAt\": \"2021-05-27T14:35:23.465Z\",\n                \"deletedAt\": null\n            },\n            \"attributes\": {\n                \"localAksId\": \"ESP32_LoRa_1\",\n                \"aksId\": \"ESP32_LoRa_1\",\n                \"description\": \"Gerät-22323300ff888832\",\n                \"unit\": \"kw/h\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/7d53bf22-f233-41a3-86bf-524bd73abd0a/relationships/connector\",\n                        \"related\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/7d53bf22-f233-41a3-86bf-524bd73abd0a/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/7d53bf22-f233-41a3-86bf-524bd73abd0a/relationships/property\",\n                        \"related\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/7d53bf22-f233-41a3-86bf-524bd73abd0a/property\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"13561b01-e4b9-43d3-80b3-91afaed0b2d2\",\n            \"links\": {\n                \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/13561b01-e4b9-43d3-80b3-91afaed0b2d2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-05-27T14:35:47.887Z\",\n                \"updatedAt\": \"2021-05-27T14:35:47.887Z\",\n                \"deletedAt\": null\n            },\n            \"attributes\": {\n                \"localAksId\": \"ESP32_LoRa_2\",\n                \"aksId\": \"ESP32_LoRa_2\",\n                \"description\": \"Gerät-223233ff00888832\",\n                \"unit\": \"kw/h\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/13561b01-e4b9-43d3-80b3-91afaed0b2d2/relationships/connector\",\n                        \"related\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/13561b01-e4b9-43d3-80b3-91afaed0b2d2/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/13561b01-e4b9-43d3-80b3-91afaed0b2d2/relationships/property\",\n                        \"related\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/devices/13561b01-e4b9-43d3-80b3-91afaed0b2d2/property\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"c3b1ad93-602d-4bce-92f3-0c77a41df72d"},{"name":"Create a property","id":"aa8c8227-782f-4b2d-a681-dfbcaa4aef30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"properties\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myBuilding12345\",\n            \"aksId\": \"AB-SCH-MS\",\n            \"identifier\": \"Liegenschaft-1005\",\n\t\t\t\"country\": \"Deutschland\",\n\t\t\t\"city\": \"Aschaffenburg\",\n\t\t\t\"postalCode\": \"63739\",\n\t\t\t\"street\": \"Dieselstraße 6\"\n\t\t}\n\t}\n}"},"url":"{{url}}/tenants/:tenant/properties","description":"<p>This route is used to create a new property object. If the property has been successfully created it is returned in the resonse body. </p>\n<p>A Property has no relations that can be set in the creation process.</p>\n<hr />\n<p>Only name is a <strong>mandatory</strong> attribute.</p>\n","urlObject":{"path":["tenants",":tenant","properties"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"6d857130-cd63-4b53-a926-fb68c9862af3","name":"409 - Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"property\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myBuilding\",\n\t\t\t\"country\": \"Deutschland\",\n\t\t\t\"city\": \"Aschaffenburg\",\n\t\t\t\"postalCode\": \"63739\",\n\t\t\t\"street\": \"Dieselstraße 6\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/properties","host":["{{url}}"],"path":["tenants",":tenant","properties"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"117"},{"key":"ETag","value":"W/\"75-jku36ncETesOHXLIjPpUqDrsoKg\""},{"key":"Date","value":"Tue, 16 Jul 2019 12:43:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"409\",\n            \"title\": \"Conflict\",\n            \"detail\": \"type must be properties\",\n            \"source\": {\n                \"pointer\": \"/data/type\"\n            }\n        }\n    ]\n}"},{"id":"93dfb865-46b0-4abb-a8f6-2a774028f84c","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"properties\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myBuilding\",\n\t\t\t\"country\": \"Deutschland\",\n\t\t\t\"city\": \"Aschaffenburg\",\n\t\t\t\"postalCode\": 63739,\n\t\t\t\"street\": \"Dieselstraße 6\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/properties","host":["{{url}}"],"path":["tenants",":tenant","properties"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"200"},{"key":"ETag","value":"W/\"c8-jwiJhrLyVsMQrb2SJXcw8hVs1sU\""},{"key":"Date","value":"Tue, 16 Jul 2019 12:41:04 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"postalCode must be longer than or equal to 5 and shorter than or equal to 5 characters\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/postalCode\"\n            }\n        }\n    ]\n}"},{"id":"63c2d854-4208-4d52-969d-1afa0b4c3579","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"properties\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myBuilding\",\n\t\t\t\"country\": \"Deutschland\",\n\t\t\t\"city\": \"Aschaffenburg\",\n\t\t\t\"postalCode\": \"63739\",\n\t\t\t\"street\": \"Dieselstraße 6\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/properties","host":["{{url}}"],"path":["tenants",":tenant","properties"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/tenants/test_app/properties/0c033647-8ea0-4ed4-b796-9322aa95b6f2"},{"key":"Content-Length","value":"310"},{"key":"ETag","value":"W/\"136-EWBI4RKSsaQRdQ2TBgR5wZe9DcM\""},{"key":"Date","value":"Tue, 16 Jul 2019 12:39:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": {\n        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/ebbcc943-1d04-47e5-8409-d5f8af627ac0\"\n    },\n    \"data\": {\n        \"type\": \"properties\",\n        \"id\": \"ebbcc943-1d04-47e5-8409-d5f8af627ac0\",\n        \"links\": {\n            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/ebbcc943-1d04-47e5-8409-d5f8af627ac0\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-03-30T13:19:24.528Z\",\n            \"updatedAt\": \"2020-03-30T13:19:24.528Z\"\n        },\n        \"attributes\": {\n            \"name\": \"myBuilding\",\n            \"street\": \"Dieselstraße 6\",\n            \"postalCode\": \"63739\",\n            \"city\": \"Aschaffenburg\",\n            \"country\": \"Deutschland\"\n        },\n        \"relationships\": {\n            \"devices\": {\n                \"links\": {\n                    \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/properties/40ad4db4-e7c8-4e0c-ac9f-434afe2ec065/relationships/devices\",\n                    \"related\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/properties/40ad4db4-e7c8-4e0c-ac9f-434afe2ec065/devices\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"aa8c8227-782f-4b2d-a681-dfbcaa4aef30"},{"name":"Update a property","id":"cc6f7524-a507-4159-a024-a0582db7cf54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"properties\",\n\t\t\"id\": \"fde7785a-caf0-4e35-aeaf-df7f6fd116d2\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"newName\"\n\t\t}\n\t}\n}"},"url":"{{url}}/tenants/:tenant/properties/:uuid","description":"<p>This route is used to update a specific property entity. The property entity has to be specified by the UUID.</p>\n<p>All property attributes can be updated. See Create a property for list of attributes.</p>\n<p>Only Tenant admins may execute this route.</p>\n","urlObject":{"path":["tenants",":tenant","properties",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"d6d91947-81f4-48c8-9251-03a30cbe665c","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"5da1f681-7062-4eb4-8a8b-fb1b9cb4017d","description":{"content":"<p>The UUID of the property</p>\n","type":"text/plain"},"type":"string","value":"fde7785a-caf0-4e35-aeaf-df7f6fd116d2","key":"uuid"}]}},"response":[{"id":"7ca3cbd9-5a18-450f-af19-a3160d906ff3","name":"200 - OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"properties\",\n\t\t\"id\": \"377fba40-6a9e-4288-9705-1be5b67bfcd4\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myBuilding\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/properties/:uuid","host":["{{url}}"],"path":["tenants",":tenant","properties",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"84435ede-d4f1-4549-93b6-c39beaa86ed7","description":"The UUID of the property"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"310"},{"key":"ETag","value":"W/\"136-RQbu32+SYeQyv9mxXS+x0Oe+iAQ\""},{"key":"Date","value":"Tue, 16 Jul 2019 12:49:07 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/377fba40-6a9e-4288-9705-1be5b67bfcd4\"\n    },\n    \"data\": {\n        \"type\": \"properties\",\n        \"id\": \"377fba40-6a9e-4288-9705-1be5b67bfcd4\",\n        \"links\": {\n            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/377fba40-6a9e-4288-9705-1be5b67bfcd4\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-03-09T13:10:21.703Z\",\n            \"updatedAt\": \"2020-03-30T13:21:35.978Z\"\n        },\n        \"attributes\": {\n            \"name\": \"newName\",\n            \"street\": \"Dieselstraße 6\",\n            \"postalCode\": \"63739\",\n            \"city\": \"Aschaffenburg\",\n            \"country\": \"Deutschland\"\n        },\n        \"relationships\": {\n            \"devices\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/84435ede-d4f1-4549-93b6-c39beaa86ed7/relationships/devices\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/properties/84435ede-d4f1-4549-93b6-c39beaa86ed7/devices\"\n                }\n            }\n        }\n    }\n}"},{"id":"3e6e38e4-8ed0-4fd1-84b4-52049634d114","name":"409 - Conflict","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"properties\",\n\t\t\"id\": \"84435ede-d4f1-4549-93b6-e39beaa86ed7\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myBuilding\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/properties/:uuid","host":["{{url}}"],"path":["tenants",":tenant","properties",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"84435ede-d4f1-4549-93b6-d39beaa86ed7","description":"The UUID of the property"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"ETag","value":"W/\"7b-o7CRSYOqfE9CQtyFvieHhzDxHfU\""},{"key":"Date","value":"Tue, 16 Jul 2019 12:51:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"409\",\n            \"title\": \"Conflict\",\n            \"detail\": \"ID must be equal (body & url)\",\n            \"source\": {\n                \"pointer\": \"/data/type\"\n            }\n        }\n    ]\n}"},{"id":"393bff18-105e-4ac8-bba3-7fdf7fcf3f45","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"properties\",\n\t\t\"id\": \"84435ede-d4f1-4549-93b6-d39beaa86ed7\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myBuilding\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/properties/:uuid","host":["{{url}}"],"path":["tenants",":tenant","properties",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"84435ede-d4f1-4549-93b6-d39beaa86ed7","description":"The UUID of the property"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"ETag","value":"W/\"90-cxXOgGjWOoWhzZsR9dz7xi81Kbo\""},{"key":"Date","value":"Tue, 16 Jul 2019 12:51:15 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Entity not found\",\n            \"detail\": \"The Property with the ID 84435ede-d4f1-4549-93b6-d39beaa86ed7 was not found!\"\n        }\n    ]\n}"},{"id":"d7ddc93f-a744-437b-bc58-8b8f5623288a","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"properties\",\n\t\t\"id\": \"377fba40-6a9e-4288-9705-1be5b67bfcd4\",\n\t\t\"attributes\": {\n\t\t\t\"street\": 6\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/properties/:uuid","host":["{{url}}"],"path":["tenants",":tenant","properties",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"377fba40-6a9e-4288-9705-1be5b67bfcd4"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"133"},{"key":"ETag","value":"W/\"85-oORyWNunFCE3abSdoSSeb6Dzkhs\""},{"key":"Date","value":"Tue, 16 Jul 2019 12:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"street must be a string\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/street\"\n            }\n        }\n    ]\n}"}],"_postman_id":"cc6f7524-a507-4159-a024-a0582db7cf54"},{"name":"Delete a property","id":"d6610a1c-791e-4804-99d6-9eb493ef8cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"{{url}}/tenants/:tenant/properties/:uuid","description":"<p>This route is used to delete a specific property entity. The property entity has to be specified by the UUID.</p>\n<p><strong>Warning</strong>: <em>The associated Device resources will not be deleted. All associated Devices will be un-associated to any Property returning null on the endpoint Get Associated Property until a new Property is associated.</em>. </p>\n<p>Only Tenant Admins may execute this route.</p>\n","urlObject":{"path":["tenants",":tenant","properties",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of the property</p>\n","type":"text/plain"},"type":"string","value":"149d5e67-d49c-4a2a-bae6-691be9e48b56","key":"uuid"}]}},"response":[{"id":"f9fb403c-4b12-40f1-ad2c-03a696840a97","name":"400 - Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/tenants/:tenant/properties/:uuid","host":["{{url}}"],"path":["tenants",":tenant","properties",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"wrong","description":"The UUID of the property"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-p10Bjr9YpGJGWwvFXH67Y1s5fPU\""},{"key":"Date","value":"Mon, 02 Dec 2019 14:45:35 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"id must be an UUID\"\n        }\n    ]\n}"},{"id":"668011b5-79ff-446a-9317-8d3f6468c138","name":"404 - Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/tenants/:tenant/properties/:uuid","host":["{{url}}"],"path":["tenants",":tenant","properties",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"377fba40-6a9e-4288-9705-1be5b67bfcd3","description":"The UUID of the property"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"ETag","value":"W/\"90-tL0qtfZqFF5R/Gk+74cEKf29kDU\""},{"key":"Date","value":"Mon, 02 Dec 2019 14:46:04 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Entity not found\",\n            \"detail\": \"The Property with the ID 377fba40-6a9e-4288-9705-1be5b67bfcd3 was not found!\"\n        }\n    ]\n}"},{"id":"ea33996c-fde4-49ab-8282-e7241d3a2ada","name":"204 - No Content","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/tenants/:tenant/properties/:uuid","host":["{{url}}"],"path":["tenants",":tenant","properties",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"377fba40-6a9e-4288-9705-1be5b67bfcd4","description":"The UUID of the property"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"17-PVQD/E0HAqMH9FRBYNXdIixTtCA\""},{"key":"Date","value":"Mon, 02 Dec 2019 14:44:41 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d6610a1c-791e-4804-99d6-9eb493ef8cc9"},{"name":"Add an associated property tag","id":"aa353a39-3ba3-4814-b63a-a91f55c69590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n            \"type\": \"tags\",\r\n            \"id\": \"210ca2ad-0fb7-445b-b6fa-bb1c3ddfc428\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/properties/:property/tags","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","properties",":property","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"83dcf0c8-272b-4ccf-bd99-d23dd843bdff","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"8c0a91fc-ee9d-483c-8c73-3541f60ac4d6","type":"any","value":"689ad05a-e8dd-499e-91cb-c7a5a13276d8","key":"property"}]}},"response":[],"_postman_id":"aa353a39-3ba3-4814-b63a-a91f55c69590"},{"name":"Delete an associated property tag","id":"7cf821a0-f134-4dee-a2a5-7c952f878915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n            \"type\": \"tags\",\r\n            \"id\": \"6b796325-5614-4bbb-8b0c-674c3bc24195\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/properties/:property/tags","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","properties",":property","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"252ce2cc-d04b-4cde-9800-03b149c7fdb6","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"08dab115-104a-4291-aec7-441a62674b27","type":"any","value":"689ad05a-e8dd-499e-91cb-c7a5a13276d8","key":"property"}]}},"response":[],"_postman_id":"7cf821a0-f134-4dee-a2a5-7c952f878915"},{"name":"Retrieve the tag relationships","id":"dab73455-17d9-4f16-a57d-facaac5263d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/properties/:property/relationships/tags","description":"<p>This route is used to retrieve information about the relationship from a property to its' devices.</p>\n","urlObject":{"path":["tenants",":tenant","properties",":property","relationships","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"}],"variable":[{"id":"39cbfab3-62cd-4078-809a-fb32541e10a6","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"c0c306ed-1e36-4894-904b-725c9160fd4f","description":{"content":"<p>The UUID of a property</p>\n","type":"text/plain"},"type":"string","value":"689ad05a-e8dd-499e-91cb-c7a5a13276d8","key":"property"}]}},"response":[],"_postman_id":"dab73455-17d9-4f16-a57d-facaac5263d5"},{"name":"Retrieve the associated tags","id":"0d05fc3a-863c-4057-a915-7515f9894d1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/properties/:property/tags","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","properties",":property","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"43a1f741-d887-44d2-b278-9321d5b5c325","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"6de4d9a7-32c2-488e-83f2-8013888e6664","description":{"content":"<p>The UUID of a property</p>\n","type":"text/plain"},"type":"string","value":"689ad05a-e8dd-499e-91cb-c7a5a13276d8","key":"property"}]}},"response":[],"_postman_id":"0d05fc3a-863c-4057-a915-7515f9894d1b"},{"name":"Retrieve the associated alerts","id":"ad03e602-0fc9-48d8-a4c9-0ad989d5eb19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/properties/:property/alerts","description":"<p>This route is used to retrieve information about the associated alerts.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>Property alerts can be used to notify missing readings of devices associated to the property.</p>\n","urlObject":{"path":["tenants",":tenant","properties",":property","alerts"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1000"}],"variable":[{"id":"248e9dc1-b40e-4f07-a463-defda9ba43b9","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"","key":"property"}]}},"response":[],"_postman_id":"ad03e602-0fc9-48d8-a4c9-0ad989d5eb19"},{"name":"Add an associated alert","id":"3dce8c96-21fc-461d-a6bf-ddca402e260c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"alerts\",\r\n\t\t\"attributes\": {\r\n            \"maxAge\": 3600,\r\n\t\t\t\"recipients\": [\"test@test.local\"]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/properties/:property/alerts","urlObject":{"path":["tenants",":tenant","properties",":property","alerts"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"ee20e543-34ae-4809-b1c1-d7d0d1548737","key":"property"}]}},"response":[],"_postman_id":"3dce8c96-21fc-461d-a6bf-ddca402e260c"},{"name":"Update an associated alert","id":"8c55cc60-e10f-4cc1-a459-b474b6897da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n        \"id\": \"c1b8b630-560a-487f-b892-1952ec548a5c\",\r\n\t\t\"type\": \"alerts\",\r\n\t\t\"attributes\": {\r\n            \"maxAge\": 13600\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/properties/:property/alerts/:alert","urlObject":{"path":["tenants",":tenant","properties",":property","alerts",":alert"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"992de7cf-4795-4078-aa80-f2e1607a4860","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"","key":"property"},{"id":"f430c60d-4634-4b24-96a5-e27f4bf37703","type":"any","value":"c1b8b630-560a-487f-b892-1952ec548a5c","key":"alert"}]}},"response":[],"_postman_id":"8c55cc60-e10f-4cc1-a459-b474b6897da6"},{"name":"Delete an associated alert","id":"0f2f1345-ef8a-493b-9495-92fd8d43d7a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"{{url}}/tenants/:tenant/properties/:property/alerts/:alert","urlObject":{"path":["tenants",":tenant","properties",":property","alerts",":alert"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"7a25a3c2-f4af-41e5-ba18-2b5454893a8c","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"","key":"property"},{"id":"da0779f6-8f52-4277-8592-a8ead44a65f2","type":"any","value":null,"key":"alert"}]}},"response":[],"_postman_id":"0f2f1345-ef8a-493b-9495-92fd8d43d7a7"}],"id":"ccbb919d-afc5-485f-a4f4-6579c8cbfea7","description":"<p>A property entity represents a building or location.</p>\n<p><strong>Attributes</strong>:</p>\n<ul>\n<li>name: name of the property (mandatory)</li>\n<li>aksId: part of a AKS-ID that uniquely identifies the property (optional)</li>\n<li>identifier: administration identifier of the property i.e. \"Liegenschaftsnummer\" (optional)</li>\n<li>street: street of the property (optional)</li>\n<li>postalCode: postalCode of the property (optional)</li>\n<li>city: the city in which the property is located (optional)</li>\n<li>county: the county in which the property is located (optional)</li>\n<li>uuid: unique identifier</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"8d24335b-2ceb-4038-bd82-fd0214a9bddd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2e05ba25-5542-4b72-b505-5879f7ed017d","type":"text/javascript","exec":[""]}}],"_postman_id":"ccbb919d-afc5-485f-a4f4-6579c8cbfea7","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Connectors","item":[{"name":"Retrieve a single connector","id":"332feda4-edc5-47dd-9e8a-f7e3e679e998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/connectors/:uuid","description":"<p>The route is used to get a single connector entity. </p>\n<p>It accepts a UUID as a path parameter and returns a connector entity if found.</p>\n","urlObject":{"path":["tenants",":tenant","connectors",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"117fcde9-29d1-441c-9998-c564bd5c0327","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"1e47f33c-4559-4947-a482-e29902c7f66c","description":{"content":"<p>The UUID of the connector</p>\n","type":"text/plain"},"type":"string","value":"8ca1c6a3-69f9-49ef-aa54-790f74d97ad2","key":"uuid"}]}},"response":[{"id":"3d27954b-6b83-4a42-8726-806d733e59df","name":"400 - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/connectors/:uuid","host":["{{url}}"],"path":["tenants",":tenant","connectors",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"wrong","description":"The UUID of the connector"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-p10Bjr9YpGJGWwvFXH67Y1s5fPU\""},{"key":"Date","value":"Mon, 02 Dec 2019 14:59:36 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"id must be an UUID\"\n        }\n    ]\n}"},{"id":"1451e020-66fb-4b35-b3a6-3e8b7f932a42","name":"404 - Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/connectors/:uuid","host":["{{url}}"],"path":["tenants",":tenant","connectors",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fc","description":"The UUID of the connector"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"138"},{"key":"ETag","value":"W/\"8a-dd/RRuoynxV9YKWJ/btqrfJSEdg\""},{"key":"Date","value":"Mon, 02 Dec 2019 15:00:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Not found\",\n            \"detail\": \"The connector with the ID b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fc was not found!\"\n        }\n    ]\n}"},{"id":"94fbe627-aabc-4c37-9fa6-051c2e66d8e4","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/connectors/:uuid","host":["{{url}}"],"path":["tenants",":tenant","connectors",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb","description":"The UUID of the connector"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1468"},{"key":"ETag","value":"W/\"5bc-mgOOeI4C4wFnBYECwxRFOPOEh3w\""},{"key":"Date","value":"Mon, 02 Dec 2019 14:58:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"connectors\",\n        \"id\": \"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb\",\n        \"links\": {\n            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-03-24T08:26:30.428Z\",\n            \"updatedAt\": \"2020-03-24T08:26:30.428Z\"\n        },\n        \"attributes\": {\n            \"name\": \"myConnector\"\n        },\n        \"relationships\": {\n            \"property\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb/relationships/property\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb/property\"\n                }\n            },\n            \"devices\": {\n            \t\"links\": {\n            \t\t\"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb/relationships/devices\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb/devices\"\n            \t}\n            }\n        }\n    }\n}"}],"_postman_id":"332feda4-edc5-47dd-9e8a-f7e3e679e998"},{"name":"Retrieve a connectors collection","id":"54016331-9e85-4801-b30a-162cdec80101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenantId/connectors","description":"<p>This route is used to get a collection of connector entities.</p>\n<p>All parameters are optional. If there is no connector matching your search parameters an empty array is returned.</p>\n<p>This operation is permitted to every user associated with that tenant.</p>\n","urlObject":{"path":["tenants",":tenantId","connectors"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Name of a connector</p>\n","type":"text/plain"},"key":"name","value":"Connector-1"},{"disabled":true,"description":{"content":"<p>Described in the top.</p>\n","type":"text/plain"},"key":"page[size]","value":"1000"},{"disabled":true,"description":{"content":"<p>Described in the top.</p>\n","type":"text/plain"},"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Described in the top.</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created after that timestamp are returned</p>\n","type":"text/plain"},"key":"createdFrom","value":"2021-06-29T12:51:35.130Z"},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created before that timestamp are returned</p>\n","type":"text/plain"},"key":"createdUntil","value":"2021-06-29T12:51:35.130Z"},{"disabled":true,"key":"tagId","value":"03832758-b660-4076-8227-05416122339c"}],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"any","value":"{{tenant}}","key":"tenantId"}]}},"response":[{"id":"83ef1dd6-3fec-464b-b3a3-ab68b73485d0","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenantId/connectors","host":["{{url}}"],"path":["tenants",":tenantId","connectors"],"variable":[{"key":"tenantId","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1678"},{"key":"ETag","value":"W/\"68e-WaKN1YdoajebBGDRFI4XdLhU6rM\""},{"key":"Date","value":"Mon, 02 Dec 2019 15:02:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1\n        }\n    },\n    \"data\": [\n    \t{\n    \t\t\"type\": \"connectors\",\n        \t\"id\": \"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb\",\n        \t\"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-03-24T08:26:30.428Z\",\n                \"updatedAt\": \"2020-03-24T08:26:30.428Z\"\n            },\n        \t\"attributes\": {\n            \t\"name\": \"myConnector\"\n        \t},\n\t        \"relationships\": {\n    \t        \"property\": {\n        \t        \"links\": {\n            \t        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb/relationships/property\",\n                \t    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb/property\"\n                \t}\n            \t},\n            \t\"devices\": {\n            \t\t\"links\": {\n            \t\t\t\"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb/relationships/devices\",\n                    \t\"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb/devices\"\n            \t\t}\n            \t}\n        \t}\n    \t}\n    ]\n}"}],"_postman_id":"54016331-9e85-4801-b30a-162cdec80101"},{"name":"Retrieve the device relationships","id":"2e97f84f-544e-466f-b5ed-1e4d9695aa82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/connectors/:connector/relationships/devices","description":"<p>This route is used to retrieve information about the relationship from a connector to its' devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n","urlObject":{"path":["tenants",":tenant","connectors",":connector","relationships","devices"],"host":["{{url}}"],"query":[],"variable":[{"id":"bd871e91-3898-49cf-8b13-08f07e2bb3a1","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"24876944-a2d1-44b4-ad74-0e9803d6bc1a","description":{"content":"<p>The UUID of a connector</p>\n","type":"text/plain"},"type":"string","value":"8ca1c6a3-69f9-49ef-aa54-790f74d97ad2","key":"connector"}]}},"response":[{"id":"20347978-e8aa-4d3c-8e3f-a4f628132454","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/connectors/:connector/relationships/devices","host":["{{url}}"],"path":["tenants",":tenant","connectors",":connector","relationships","devices"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"connector","value":"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb","description":"The UUID of a connector"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"338"},{"key":"ETag","value":"W/\"152-FjkLTTHE8d66YWcijaF1807/t4o\""},{"key":"Date","value":"Mon, 06 Apr 2020 12:23:47 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb/relationships/devices\",\n        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb/devices\"\n    },\n    \"data\": [\n        {\n            \"type\": \"devices\",\n            \"id\": \"caa8deb5-8141-412c-a2e8-adcd0ca6e0d9\"\n        }\n    ]\n}"}],"_postman_id":"2e97f84f-544e-466f-b5ed-1e4d9695aa82"},{"name":"Retrieve the associated devices","id":"0eeffe1d-194c-4767-a4ae-c1dd164e03b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/connectors/:connector/devices","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","connectors",":connector","devices"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1000"},{"disabled":true,"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Filter the device collection based on multiple tags, comma seperated,(logical AND)</p>\n","type":"text/plain"},"key":"tagIds","value":"3966ff0e-c526-475e-a038-1bc79c2a4001%2Cc472f6ea-196b-4e90-b68f-c585bedd2f91"}],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of a connector</p>\n","type":"text/plain"},"type":"string","value":"8079de3e-8d01-43d2-852c-288e081c3673","key":"connector"}]}},"response":[{"id":"ceedffcd-7e30-4d3b-b844-e9868116c625","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/connectors/:connector/devices","host":["{{url}}"],"path":["tenants",":tenant","connectors",":connector","devices"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"connector","value":"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb","description":"The UUID of a connector"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"8254"},{"key":"ETag","value":"W/\"203e-K8NqzGIRWAgO0DYWbz4vphgroeU\""},{"key":"Date","value":"Mon, 06 Apr 2020 12:45:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/connectors/f73bd46d-a33e-48f3-bb23-f3a73aea0153/devices?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 7\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"devices\",\n            \"id\": \"ec38bd8f-1994-4fd0-b43f-03a2abb9e83e\",\n            \"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-03-16T12:56:34.517Z\",\n                \"updatedAt\": \"2020-04-06T08:32:54.638Z\"\n            },\n            \"attributes\": {\n                \"aksId\": \"not empty\",\n                \"description\": \"some description\",\n                \"unit\": \"Celsius\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/relationships/connector\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/connector\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/relationships/readings\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/relationships/setpoints\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/setpoints\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"a68525a5-0fd4-482e-85ba-e7bf6c8e9886\",\n            \"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a68525a5-0fd4-482e-85ba-e7bf6c8e9886\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-03-16T12:56:37.290Z\",\n                \"updatedAt\": \"2020-03-16T12:56:37.290Z\"\n            },\n            \"attributes\": {\n                \"aksId\": \"not empty\",\n                \"description\": \"also not empty\",\n                \"unit\": \"Celsius\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a68525a5-0fd4-482e-85ba-e7bf6c8e9886/relationships/connector\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a68525a5-0fd4-482e-85ba-e7bf6c8e9886/connector\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a68525a5-0fd4-482e-85ba-e7bf6c8e9886/relationships/readings\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a68525a5-0fd4-482e-85ba-e7bf6c8e9886/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a68525a5-0fd4-482e-85ba-e7bf6c8e9886/relationships/setpoints\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a68525a5-0fd4-482e-85ba-e7bf6c8e9886/setpoints\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"d82f57b8-9cbb-448c-b010-f57f709eee38\",\n            \"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/d82f57b8-9cbb-448c-b010-f57f709eee38\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-03-16T12:56:38.230Z\",\n                \"updatedAt\": \"2020-03-16T12:56:38.230Z\"\n            },\n            \"attributes\": {\n                \"aksId\": \"not empty\",\n                \"description\": \"also not empty\",\n                \"unit\": \"Celsius\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/d82f57b8-9cbb-448c-b010-f57f709eee38/relationships/connector\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/d82f57b8-9cbb-448c-b010-f57f709eee38/connector\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/d82f57b8-9cbb-448c-b010-f57f709eee38/relationships/readings\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/d82f57b8-9cbb-448c-b010-f57f709eee38/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/d82f57b8-9cbb-448c-b010-f57f709eee38/relationships/setpoints\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/d82f57b8-9cbb-448c-b010-f57f709eee38/setpoints\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"3d9829b0-54fb-4020-b297-b64daf6d48a3\",\n            \"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/3d9829b0-54fb-4020-b297-b64daf6d48a3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-03-16T12:56:39.036Z\",\n                \"updatedAt\": \"2020-03-16T12:56:39.036Z\"\n            },\n            \"attributes\": {\n                \"aksId\": \"not empty\",\n                \"description\": \"also not empty\",\n                \"unit\": \"Celsius\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/3d9829b0-54fb-4020-b297-b64daf6d48a3/relationships/connector\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/3d9829b0-54fb-4020-b297-b64daf6d48a3/connector\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/3d9829b0-54fb-4020-b297-b64daf6d48a3/relationships/readings\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/3d9829b0-54fb-4020-b297-b64daf6d48a3/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/3d9829b0-54fb-4020-b297-b64daf6d48a3/relationships/setpoints\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/3d9829b0-54fb-4020-b297-b64daf6d48a3/setpoints\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"9c18326b-0291-494f-a8cd-c9c83f46efdb\",\n            \"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/9c18326b-0291-494f-a8cd-c9c83f46efdb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-03-16T12:56:39.754Z\",\n                \"updatedAt\": \"2020-03-16T12:56:39.754Z\"\n            },\n            \"attributes\": {\n                \"aksId\": \"not empty\",\n                \"description\": \"also not empty\",\n                \"unit\": \"Celsius\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/9c18326b-0291-494f-a8cd-c9c83f46efdb/relationships/connector\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/9c18326b-0291-494f-a8cd-c9c83f46efdb/connector\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/9c18326b-0291-494f-a8cd-c9c83f46efdb/relationships/readings\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/9c18326b-0291-494f-a8cd-c9c83f46efdb/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/9c18326b-0291-494f-a8cd-c9c83f46efdb/relationships/setpoints\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/9c18326b-0291-494f-a8cd-c9c83f46efdb/setpoints\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"640c1785-1c6f-4186-80bc-9f8aad53cf66\",\n            \"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/640c1785-1c6f-4186-80bc-9f8aad53cf66\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-03-16T12:56:40.405Z\",\n                \"updatedAt\": \"2020-03-16T12:56:40.405Z\"\n            },\n            \"attributes\": {\n                \"aksId\": \"not empty\",\n                \"description\": \"also not empty\",\n                \"unit\": \"Celsius\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/640c1785-1c6f-4186-80bc-9f8aad53cf66/relationships/connector\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/640c1785-1c6f-4186-80bc-9f8aad53cf66/connector\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/640c1785-1c6f-4186-80bc-9f8aad53cf66/relationships/readings\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/640c1785-1c6f-4186-80bc-9f8aad53cf66/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/640c1785-1c6f-4186-80bc-9f8aad53cf66/relationships/setpoints\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/640c1785-1c6f-4186-80bc-9f8aad53cf66/setpoints\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"devices\",\n            \"id\": \"caa8deb5-8141-412c-a2e8-adcd0ca6e0d9\",\n            \"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/caa8deb5-8141-412c-a2e8-adcd0ca6e0d9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-04-06T08:30:02.144Z\",\n                \"updatedAt\": \"2020-04-06T08:30:02.144Z\"\n            },\n            \"attributes\": {\n                \"aksId\": \"test\",\n                \"description\": \"some description\",\n                \"unit\": \"Celsius\"\n            },\n            \"relationships\": {\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/caa8deb5-8141-412c-a2e8-adcd0ca6e0d9/relationships/connector\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/caa8deb5-8141-412c-a2e8-adcd0ca6e0d9/connector\"\n                    }\n                },\n                \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/caa8deb5-8141-412c-a2e8-adcd0ca6e0d9/relationships/readings\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/caa8deb5-8141-412c-a2e8-adcd0ca6e0d9/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/caa8deb5-8141-412c-a2e8-adcd0ca6e0d9/relationships/setpoints\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/caa8deb5-8141-412c-a2e8-adcd0ca6e0d9/setpoints\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"0eeffe1d-194c-4767-a4ae-c1dd164e03b9"},{"name":"Retrieve the connector permissions","id":"5f1dba4d-ba73-40f6-bfde-02ed562a95a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/connectors/:connector/permissions","description":"<p>This route is used to retrieve information about the permissions of a connector on its associated tenant. Connectors have the fixed role \"connector\".</p>\n<p>The response body contains a list of all resources and associated actions the connector can execute on the tenant respectively.</p>\n","urlObject":{"path":["tenants",":tenant","connectors",":connector","permissions"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"8bd86aef-b31b-4988-a584-c481e2e64ec2","key":"connector"}]}},"response":[{"id":"73d6fd41-dd70-4625-b645-f94d617abe15","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/connectors/:connector/permissions","host":["{{url}}"],"path":["tenants",":tenant","connectors",":connector","permissions"],"variable":[{"key":"tenant","value":"{{tenant}}"},{"key":"connector","value":"6e59200b-8cf7-4c9b-88d8-bce7f101a383"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"404"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"ETag","value":"W/\"194-HV1JchnrIQkIJ4EVgbcFMek8nbc\""},{"key":"X-Powered-By","value":"Express"},{"key":"Date","value":"Thu, 01 Jul 2021 09:24:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"permissions\",\n        \"id\": \"9e38d1ac-6441-49ea-8c78-09cc436b0fa6\",\n        \"links\": {\n            \"self\": \"/tenants/dea6f1da-44aa-40d8-8649-e33c324ea2bb/connectors/9e38d1ac-6441-49ea-8c78-09cc436b0fa6\"\n        },\n        \"attributes\": {\n            \"role\": \"connector\",\n            \"resources\": {\n                \"devices\": [\n                    \"GET\",\n                    \"POST\",\n                    \"PATCH\",\n                    \"DELETE\"\n                ],\n                \"tenants\": [\n                    \"GET\"\n                ],\n                \"readings\": [\n                    \"GET\",\n                    \"POST\",\n                    \"DELETE\"\n                ],\n                \"setpoints\": [\n                    \"GET\",\n                    \"POST\",\n                    \"DELETE\"\n                ],\n                \"connectors\": [\n                    \"GET\"\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"5f1dba4d-ba73-40f6-bfde-02ed562a95a1"},{"name":"Update a connector","id":"58feaa2d-f9da-4b94-b4f7-982947d449bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"connectors\",\n\t\t\"id\": \"8bd86aef-b31b-4988-a584-c481e2e64ec2\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"newName\"\n\t\t}\n\t}\n}"},"url":"{{url}}/tenants/:tenant/connectors/:uuid","description":"<p>This route is used to update a specific connector entity. The connector entity has to be specified by the UUID.</p>\n<p>You can change or add new or existing attributes.</p>\n<p><strong>Note: The apiKey can only be changed via the \"POST - Generate a new token\"</strong> request.</p>\n","urlObject":{"path":["tenants",":tenant","connectors",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of the connector</p>\n","type":"text/plain"},"type":"string","value":"8bd86aef-b31b-4988-a584-c481e2e64ec2","key":"uuid"}]}},"response":[{"id":"6e349b3a-4535-4d15-acbe-4701a287ac54","name":"200 - OK","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"connectors\",\n\t\t\"id\": \"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"newName\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/connectors/:uuid","host":["{{url}}"],"path":["tenants",":tenant","connectors",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb","description":"The UUID of the connector"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1464"},{"key":"ETag","value":"W/\"5b8-hU+AbBIlTCFo4AAvAFUZwYf2a+E\""},{"key":"Date","value":"Mon, 02 Dec 2019 15:26:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n    \t\"type\": \"connectors\",\n        \"id\": \"92539761-5d10-4476-b18a-d82b7ade94d1\",\n        \"links\": {\n            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/92539761-5d10-4476-b18a-d82b7ade94d1\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-03-09T13:17:17.838Z\",\n            \"updatedAt\": \"2020-04-06T07:38:44.126Z\"\n        },\n        \"attributes\": {\n            \"name\": \"myConnector\"\n        },\n        \"relationships\": {\n            \"property\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/92539761-5d10-4476-b18a-d82b7ade94d1/relationships/property\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/92539761-5d10-4476-b18a-d82b7ade94d1/property\"\n                }\n            },\n            \"devices\": {\n            \t\"links\": {\n            \t\t\"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/92539761-5d10-4476-b18a-d82b7ade94d1/relationships/devices\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/connectors/92539761-5d10-4476-b18a-d82b7ade94d1/devices\"\n            \t}\n            }\n        }\n    }\n}"},{"id":"9cf9d485-d582-44ab-ad2a-c239cdee61bb","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"connectors\",\n\t\t\"id\": \"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb\",\n\t\t\"attributes\": {\n\t\t\t\"name\": 3\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/connectors/:uuid","host":["{{url}}"],"path":["tenants",":tenant","connectors",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb","description":"The UUID of the connector"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"129"},{"key":"ETag","value":"W/\"81-c9XSMbGrNvpqrq2xBtKXaRlllJc\""},{"key":"Date","value":"Mon, 02 Dec 2019 15:27:42 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"name must be a string\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/name\"\n            }\n        }\n    ]\n}"},{"id":"7bd560e9-b172-46e2-a0ee-94576ce95d53","name":"409 - Conflict","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"connectors\",\n\t\t\"id\": \"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fd\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"newName\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/connectors/:uuid","host":["{{url}}"],"path":["tenants",":tenant","connectors",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fc","description":"The UUID of the connector"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"ETag","value":"W/\"7b-o7CRSYOqfE9CQtyFvieHhzDxHfU\""},{"key":"Date","value":"Mon, 02 Dec 2019 15:28:49 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"409\",\n            \"title\": \"Conflict\",\n            \"detail\": \"ID must be equal (body & url)\",\n            \"source\": {\n                \"pointer\": \"/data/type\"\n            }\n        }\n    ]\n}"},{"id":"b0deb4da-b1b5-41ad-a30a-4e7f884469d8","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"connectors\",\n\t\t\"id\": \"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fc\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"newName\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/connectors/:uuid","host":["{{url}}"],"path":["tenants",":tenant","connectors",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fc","description":"The UUID of the connector"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"137"},{"key":"ETag","value":"W/\"89-S1Le+5bm4x2t8otpxM0N1ju9k+E\""},{"key":"Date","value":"Mon, 02 Dec 2019 15:28:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Not found\",\n            \"detail\": \"The connector with the ID b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fc was not found\"\n        }\n    ]\n}"}],"_postman_id":"58feaa2d-f9da-4b94-b4f7-982947d449bd"},{"name":"Create a new connector","id":"fcebd83b-ee60-4278-8a63-c69b6d47c453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"connectors\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myConnector\"\n\t\t}\n\t}\n}"},"url":"{{url}}/tenants/:tenant/connectors","description":"<p>This route is used to create a new connector object. If the connector has been successfully created it is returned in the response body. A connector has a mandatory relation to a property.</p>\n<p>A connector has their own special authentication token with no expiration date. This can be used for system integration or automation. The token has permission to read/write all devices associated to the connector.</p>\n<p>The token is returned upon creation and not accessible after the fact. The token may be recreated through the respective API endpoint, invalidating the old one.</p>\n<p>The name parameter of the connector is <strong>optional</strong>.</p>\n<hr />\n<p><strong>Note</strong>: Due to access right propagations it may take up to 60 seconds after the connector creation that the connector can be used in API routes.</p>\n","urlObject":{"path":["tenants",":tenant","connectors"],"host":["{{url}}"],"query":[],"variable":[{"id":"e39b9d07-79ad-4a77-92df-4924ef758df5","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"52322865-2dc1-4444-a12b-3cc66e75be67","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"connectors\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myConnector\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"property\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"properties\",\n\t\t\t\t\t\"id\": \"ebbcc943-1d04-47e5-8409-d5f8af627ac1\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/connectors","host":["{{url}}"],"path":["tenants",":tenant","connectors"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"197"},{"key":"ETag","value":"W/\"c5-PNBlLbS0Bct7I5XiU7IWzOj98lE\""},{"key":"Date","value":"Mon, 02 Dec 2019 14:55:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Not found\",\n            \"detail\": \"The property with the ID ebbcc943-1d04-47e5-8409-d5f8af627ac1 was not found!\",\n            \"source\": {\n                \"pointer\": \"/data/relationships/property/data/id\"\n            }\n        }\n    ]\n}"},{"id":"618b3468-b3d2-4bd6-9c05-c87cf5f3354f","name":"409 - Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"connectors\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myConnector\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"property\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"wrong\",\n\t\t\t\t\t\"id\": \"ebbcc943-1d04-47e5-8409-d5f8af627ac0\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/connectors","host":["{{url}}"],"path":["tenants",":tenant","connectors"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"ETag","value":"W/\"91-WdGZt4TqXU4qhOgcYRJtMNV+qA4\""},{"key":"Date","value":"Mon, 02 Dec 2019 14:53:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"409\",\n            \"title\": \"Conflict\",\n            \"detail\": \"type must be properties\",\n            \"source\": {\n                \"pointer\": \"/data/relationships/property/data/type\"\n            }\n        }\n    ]\n}"},{"id":"f26db9cc-76a0-4af9-8052-9bcbab8dc73e","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"connectors\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myConnector\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"property\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"properties\",\n\t\t\t\t\t\"id\": \"wrong\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/connectors","host":["{{url}}"],"path":["tenants",":tenant","connectors"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"ETag","value":"W/\"8d-VVUT8ZrLzILuQrtJgJix+Lqmf7c\""},{"key":"Date","value":"Mon, 02 Dec 2019 14:53:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"id must be an UUID\",\n            \"source\": {\n                \"pointer\": \"/data/relationships/property/data/id\"\n            }\n        }\n    ]\n}"},{"id":"259dcc75-0e11-46af-89b8-0028abda50d6","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"connectors\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myConnector\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/connectors","host":["{{url}}"],"path":["tenants",":tenant","connectors"],"variable":[{"key":"tenant","value":"{{tenant}}","description":"The tenants UUID","type":"string"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/connectors/09934f1f-4695-4fcb-b5aa-110d005b3db4"},{"key":"Content-Length","value":"899"},{"key":"ETag","value":"W/\"383-CsnQlSw44d7wrfAFx+lP15ZazX8\""},{"key":"Date","value":"Thu, 16 Dec 2021 12:21:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"connectors\",\n        \"id\": \"09934f1f-4695-4fcb-b5aa-110d005b3db4\",\n        \"links\": {\n            \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/connectors/09934f1f-4695-4fcb-b5aa-110d005b3db4\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2021-12-16T12:21:33.151Z\",\n            \"updatedAt\": \"2021-12-16T12:21:33.151Z\"\n        },\n        \"attributes\": {\n            \"name\": \"myConnector\",\n            \"token\": \"*JWT-Token*\"\n        },\n        \"relationships\": {\n            \"devices\": {\n                \"links\": {\n                    \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/connectors/09934f1f-4695-4fcb-b5aa-110d005b3db4/relationships/devices\",\n                    \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/connectors/09934f1f-4695-4fcb-b5aa-110d005b3db4/devices\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"fcebd83b-ee60-4278-8a63-c69b6d47c453"},{"name":"Generate a new token","id":"b69079d4-1022-4788-9fc0-2a2e810b66af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/tenants/:tenant/connectors/:connector/generateToken","description":"<p>Every connector has a API token connected to it. This token is returned as a JWT once when the connector is created. For security reasons the token is not saved and thus cannot be returned again. However a new token can be generated with this request. Be sure to safe the token because it cannot be returned again.</p>\n<p>The previous token  is invalidated through generating a new one.</p>\n<p><strong>Only administrators are able to generate a new token.</strong></p>\n","urlObject":{"path":["tenants",":tenant","connectors",":connector","generateToken"],"host":["{{url}}"],"query":[],"variable":[{"id":"ab71353e-b5bb-48cf-a232-f362cf4e72de","description":{"content":"<p>The tenant ID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"3a94bfbb-0baf-4df6-9420-4e501d841fc4","description":{"content":"<p>The connector ID</p>\n","type":"text/plain"},"type":"string","value":"8ca1c6a3-69f9-49ef-aa54-790f74d97ad2","key":"connector"}]}},"response":[{"id":"72eab92b-140d-4ed4-8033-222d1927ee42","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"{{url}}/tenants/:tenant/connectors/:connector/generateToken","host":["{{url}}"],"path":["tenants",":tenant","connectors",":connector","generateToken"],"variable":[{"key":"tenant","value":"{{tenant}}","description":"The tenant ID","type":"string"},{"key":"connector","value":"9bea718f-d5bc-47c9-a9d4-ea69909f5776","description":"The connector ID","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"176-UbCoV+IWzWqBIXU0z2jww6Pev5E\""},{"key":"Request-Context","value":"appId=cid-v1:e1f2d888-4ef9-4bc6-8cac-737b46254b90"},{"key":"Date","value":"Thu, 01 Jul 2021 15:02:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"accesstoken\",\n        \"attributes\": {\n            \"token\": \"*JWT-Token*\",\n            \"expires\": \"never\"\n        }\n    }\n}"}],"_postman_id":"b69079d4-1022-4788-9fc0-2a2e810b66af"},{"name":"Delete a connector","id":"27444a9b-4a40-48df-8218-67fdb3cd0482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"{{url}}/tenants/:tenant/connectors/:uuid","description":"<p>This route is used to delete a specific connector entity. The connector entity has to be specified by the UUID.</p>\n","urlObject":{"path":["tenants",":tenant","connectors",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of the connector</p>\n","type":"text/plain"},"type":"string","value":"275f05b4-3ed9-4634-ab47-1fcc74e63920","key":"uuid"}]}},"response":[{"id":"97f2a84d-a0da-4a68-866e-682b71ee9480","name":"400 - Bad Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/tenants/:tenant/connectors/:uuid","host":["{{url}}"],"path":["tenants",":tenant","connectors",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"wrong","description":"The UUID of the property"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"ETag","value":"W/\"51-p10Bjr9YpGJGWwvFXH67Y1s5fPU\""},{"key":"Date","value":"Mon, 02 Dec 2019 15:31:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"id must be an UUID\"\n        }\n    ]\n}"},{"id":"ad7ef989-84a1-456f-8c54-5092451a9e93","name":"404 - Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/tenants/:tenant/connectors/:uuid","host":["{{url}}"],"path":["tenants",":tenant","connectors",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fc","description":"The UUID of the property"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"137"},{"key":"ETag","value":"W/\"89-S1Le+5bm4x2t8otpxM0N1ju9k+E\""},{"key":"Date","value":"Mon, 02 Dec 2019 15:32:23 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Not found\",\n            \"detail\": \"The connector with the ID b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fc was not found\"\n        }\n    ]\n}"},{"id":"b3dffa8f-1501-4107-9930-811a178f422d","name":"204 - No Content","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/tenants/:tenant/connectors/:uuid","host":["{{url}}"],"path":["tenants",":tenant","connectors",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"b8c261f3-77ae-4a5a-8c0d-c6c6bbfcf7fb","description":"The UUID of the property"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"ETag","value":"W/\"17-PVQD/E0HAqMH9FRBYNXdIixTtCA\""},{"key":"Date","value":"Mon, 02 Dec 2019 15:30:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"27444a9b-4a40-48df-8218-67fdb3cd0482"},{"name":"Add an associated connector tag","id":"03b4374e-9c0d-432d-939e-f3f90987a648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n            \"type\": \"tags\",\r\n            \"id\": \"d34731bb-8629-4bfb-aec4-173420a2e94c\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/connectors/:connector/tags","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","connectors",":connector","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"81fefc2d-cc0c-45a4-80e8-540ceaebc2e2","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"0fe45ace-0b15-473f-8735-fc54a125b091","type":"any","value":"e8f8180a-67ff-4f13-8a56-09205f70eaf1","key":"connector"}]}},"response":[],"_postman_id":"03b4374e-9c0d-432d-939e-f3f90987a648"},{"name":"Delete an associated connector tag","id":"ce8a2e08-0a98-4b24-882a-a23a1556c58a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n            \"type\": \"tags\",\r\n            \"id\": \"6b796325-5614-4bbb-8b0c-674c3bc24195\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/connectors/:connector/tags","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","connectors",":connector","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"96e01913-2b54-4918-8f91-44074464b6fc","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"86dde517-a3bf-494d-ad58-cc2f6e33a6da","type":"any","value":"e8f8180a-67ff-4f13-8a56-09205f70eaf1","key":"connector"}]}},"response":[],"_postman_id":"ce8a2e08-0a98-4b24-882a-a23a1556c58a"},{"name":"Retrieve the tag relationships","id":"98e948a1-36d3-43b8-bdad-94533e476826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/connectors/:connector/relationships/tags","description":"<p>This route is used to retrieve information about the relationship from a property to its' devices.</p>\n","urlObject":{"path":["tenants",":tenant","connectors",":connector","relationships","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"}],"variable":[{"id":"935e36ea-918f-470f-a29d-22237c92a024","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"9c83dc34-fa4b-4c63-9622-ba0eed35427d","type":"any","value":"e8f8180a-67ff-4f13-8a56-09205f70eaf1","key":"connector"}]}},"response":[],"_postman_id":"98e948a1-36d3-43b8-bdad-94533e476826"},{"name":"Retrieve the associated tags","id":"0990b641-3c83-4ee0-9038-d7f72f36e08f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/connectors/:connector/tags","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","connectors",":connector","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"89a520b3-b0c5-4a48-9f1f-cd21e79807b0","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"6db00703-3bb2-4eb2-afdb-ef9e8cf4a2f1","type":"any","value":"e8f8180a-67ff-4f13-8a56-09205f70eaf1","key":"connector"}]}},"response":[],"_postman_id":"0990b641-3c83-4ee0-9038-d7f72f36e08f"},{"name":"Retrieve the associated alerts","id":"cc630092-a815-42f0-9ea9-ad279c752b98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/connectors/:connector/alerts","description":"<p>This route is used to retrieve information about the associated alerts.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>Property alerts can be used to notify missing readings of devices associated to the property.</p>\n","urlObject":{"path":["tenants",":tenant","connectors",":connector","alerts"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1000"}],"variable":[{"id":"248e9dc1-b40e-4f07-a463-defda9ba43b9","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"","key":"connector"}]}},"response":[],"_postman_id":"cc630092-a815-42f0-9ea9-ad279c752b98"},{"name":"Add an associated alert","id":"87630c06-2f0e-4c98-b6ba-3badf5931c22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"alerts\",\r\n\t\t\"attributes\": {\r\n            \"maxAge\": 3600,\r\n\t\t\t\"recipients\": [\"test@test.local\"]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/connectors/:connector/alerts","urlObject":{"path":["tenants",":tenant","connectors",":connector","alerts"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"5e3bb301-7f09-465a-b3b7-9bc9ee2f29a4","key":"connector"}]}},"response":[],"_postman_id":"87630c06-2f0e-4c98-b6ba-3badf5931c22"},{"name":"Update an associated alert","id":"dc761fbc-5062-42b1-ba43-d73744e87375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n        \"id\": \"c1b8b630-560a-487f-b892-1952ec548a5c\",\r\n\t\t\"type\": \"alerts\",\r\n\t\t\"attributes\": {\r\n            \"maxAge\": 13600\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/connectors/:connector/alerts/:alert","urlObject":{"path":["tenants",":tenant","connectors",":connector","alerts",":alert"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"992de7cf-4795-4078-aa80-f2e1607a4860","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"","key":"connector"},{"id":"f430c60d-4634-4b24-96a5-e27f4bf37703","type":"any","value":"c1b8b630-560a-487f-b892-1952ec548a5c","key":"alert"}]}},"response":[],"_postman_id":"dc761fbc-5062-42b1-ba43-d73744e87375"},{"name":"Delete an associated alert","id":"0dafb5c7-3dcd-4492-9ff4-dba153ec66db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"{{url}}/tenants/:tenant/connectors/:connector/alerts/:alert","urlObject":{"path":["tenants",":tenant","connectors",":connector","alerts",":alert"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"7a25a3c2-f4af-41e5-ba18-2b5454893a8c","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"","key":"connector"},{"id":"da0779f6-8f52-4277-8592-a8ead44a65f2","type":"any","value":null,"key":"alert"}]}},"response":[],"_postman_id":"0dafb5c7-3dcd-4492-9ff4-dba153ec66db"}],"id":"2ee86647-9de9-4891-a809-fb2b9b58cc74","description":"<p>A connector entity represents a connector (physical or virtual) which is responsible for a particular set of devices and its related resources (Readings, Setpoints).</p>\n<p>A connector is a special entity which, besides users, also posses a JWT token. Through this token a connector is able to execute API functions on its associated entities (Devices, Readings, and Setpoints).</p>\n<p>Connectors have special permissions regarding their associated entities. See <em>Permissions</em> in the top documentation.</p>\n<p><strong>Attributes</strong>:</p>\n<ul>\n<li><p>name: name of the connectors (optional)</p>\n</li>\n<li><p>token: A JWT token that is returned after creation. The JWT never expires. If you want to update the Token for any reason, you can do that with the \"POST - Generate a new token\" request. This request invalidates the existing Token and creates a new one. From that point on, the previous JWT is not valid anymore. The response returns a new Token which has to be used from that point on. It may only exist one Token per Connector at the same time.</p>\n</li>\n</ul>\n","_postman_id":"2ee86647-9de9-4891-a809-fb2b9b58cc74","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Devices","item":[{"name":"Retrieve a single device","id":"93b6cbe0-5c47-4d51-81c2-ed5ad55d10ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:uuid","description":"<p>This route is used to get a single device entity. </p>\n<p>It accepts a UUID as a path parameter and returns a device entity if available.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"c3d992b2-7d1e-4a0d-a76e-d2610fbfcf59","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"594fa279-ddc2-48dd-8a18-3fea3dfb53a8","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"8e6c63d5-4f64-444d-ab86-1b0ca782f6bf","key":"uuid"}]}},"response":[{"id":"ca75e9ff-d74e-4ee9-8d29-ad966cc6c591","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:uuid","host":["{{url}}"],"path":["tenants",":tenant","devices",":uuid"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"uuid","value":"a08d06db-91e3-4cf6-a4cd-c83820da661b","description":"The UUID of a device"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"456"},{"key":"ETag","value":"W/\"1c8-Ntko4VrpUCxh8aYY1o1mzDRaqqs\""},{"key":"Date","value":"Tue, 09 Jul 2019 09:54:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"devices\",\n        \"id\": \"a08d06db-91e3-4cf6-a4cd-c83820da661b\",\n        \"links\": {\n            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-03-16T12:56:34.517Z\",\n            \"updatedAt\": \"2020-03-16T12:56:34.517Z\"\n        },\n        \"attributes\": {\n            \"aksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_SOW_08206\",\n            \"description\": \"Aktueller Vorlaufsollwert\",\n            \"unit\": \"°C\"\n        },\n        \"relationships\": {\n            \"connector\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/relationships/connector\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/connector\"\n                }\n            },\n            \"readings\": {\n            \t\"link\": {\n            \t\t\"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/relationships/readings\",\n            \t\t\"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/readings\"\n            \t}\n            },\n            \"setpoints\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/relationships/setpoints\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/setpoints\"\n                }\n            }\n        }\n    }\n}"},{"id":"42bd3338-9054-42de-b900-f510f8d804b6","name":"400 - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:uuid","host":["{{url}}"],"path":["tenants",":tenant","devices",":uuid"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"},{"key":"uuid","value":"a08d06db-91e3-4cf6-a4cd-c83820da661b","description":"The UUID of a device"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"ETag","value":"W/\"67-64WBt5tF+GsdBk9uDqZ+kV10iUU\""},{"key":"Date","value":"Tue, 09 Jul 2019 10:11:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"id must be an UUID\",\n            \"source\": {\n                \"pointer\": \"/id\"\n            }\n        }\n    ]\n}"},{"id":"cde632af-3233-4891-85da-111ab3bd9f94","name":"404 - Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:uuid","host":["{{url}}"],"path":["tenants",":tenant","devices",":uuid"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"},{"key":"uuid","value":"a08d06db-91e3-4cf6-a4cd-c83820da661b","description":"The UUID of a device"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-myk7LNbeSJdeXFQXQoTDfU8wtkw\""},{"key":"Date","value":"Tue, 09 Jul 2019 12:51:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Entity not found\",\n            \"detail\": \"The Device with the ID 42b3039a-7ff5-4385-b29b-1af1ece8fa52 was not found!\"\n        }\n    ]\n}"}],"_postman_id":"93b6cbe0-5c47-4d51-81c2-ed5ad55d10ac"},{"name":"Retrieve a device collection","id":"8d956828-bb48-4929-9c2f-50fdc975f116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices","description":"<p>This route is used to get a collection of device entities. It accepts various query parameters described below. All parameters are <strong>optional</strong>. If there is no device matching your search parameters an empty array is returned.</p>\n","urlObject":{"path":["tenants",":tenant","devices"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>A aksid identifying one or more devices</p>\n","type":"text/plain"},"key":"aksId","value":"Sascha_ESP32-2_WiFi"},{"disabled":true,"description":{"content":"<p>The local aksid identifying one or more devices</p>\n","type":"text/plain"},"key":"localAksId","value":""},{"disabled":true,"description":{"content":"<p>A description for the device</p>\n","type":"text/plain"},"key":"description","value":"Regelventil"},{"disabled":true,"description":{"content":"<p>The unit of the device</p>\n","type":"text/plain"},"key":"unit","value":"%"},{"disabled":true,"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[size]","value":"1000"},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created after that timestamp are returned</p>\n","type":"text/plain"},"key":"createdFrom","value":"2021-06-29T12:52:18.904Z"},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created before that timestamp are returned</p>\n","type":"text/plain"},"key":"createdUntil","value":"2021-06-29T13:00:57.375Z"},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are deleted before that timestamp are returned (30 days after deletion device is not retrievable anymore)</p>\n","type":"text/plain"},"key":"deletedUntil","value":"2021-06-29T13:00:57.375Z"},{"disabled":true,"key":"connectorId","value":"03832758-b660-4076-8227-05416122339c"},{"disabled":true,"key":"propertyId","value":"928ef5ea-c1f5-478a-af56-9b71336c4cd6"},{"disabled":true,"description":{"content":"<p>Filter the device collection based on the given tag</p>\n","type":"text/plain"},"key":"tagId","value":"881cdb67-6a7b-4447-859c-882cc2cad0d3"},{"disabled":true,"description":{"content":"<p>Filter the device collection based on multiple tags, comma seperated,(logical AND)</p>\n","type":"text/plain"},"key":"tagIds","value":"3966aa0e-c526-475e-a038-1bc79c2a4001,134aa5ea-c1f5-478a-af56-9b71336c4cd6"},{"disabled":true,"description":{"content":"<p>Filters based on the device attribute isRelative</p>\n","type":"text/plain"},"key":"isRelative","value":"bool (true/false)"},{"disabled":true,"description":{"content":"<p>Filters based on the device attribute alerting</p>\n","type":"text/plain"},"key":"alerting","value":"bool (true/false)"},{"disabled":true,"description":{"content":"<p>Filters based on wherever the device has any readings</p>\n","type":"text/plain"},"key":"isEmpty","value":"false"}],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"488444de-9cb7-4ca4-8f86-dbdbb57b7f6c","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices?aksId=SCH_BE_BS1_01_U001_KRIKE_420_HZK001_SOW_08206","host":["{{url}}"],"path":["tenants",":tenant","devices"],"query":[{"key":"aksId","value":"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_SOW_08206","description":"A aksid identifying one or more devices"},{"key":"description","value":"Regelventil","description":"A description for the device","disabled":true},{"key":"unit","value":"%","description":"The unit of the device","disabled":true},{"key":"page[size]","value":"5","description":"Described in the top","disabled":true},{"key":"page[before]","value":"","description":"Described in the top","disabled":true},{"key":"page[after]","value":"","disabled":true}],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"728"},{"key":"ETag","value":"W/\"2d8-Ulaw60qeYZAGbBcIyWmMPDJACNg\""},{"key":"Date","value":"Tue, 16 Jul 2019 09:19:04 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n\t\"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices?aksId=SCH_BE_BS1_01_U001_KRIKE_420_HZK001_MVE_18101&description=Regelventil&unit=%&page[size]=5\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 5,\n            \"page\": 1,\n            \"totalPages\": 1\n        }\n    },\n    \"data\": [\n        {\n\t        \"type\": \"devices\",\n\t        \"id\": \"a08d06db-91e3-4cf6-a4cd-c83820da661b\",\n\t        \"links\": {\n\t            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b\"\n\t        },\n\t        \"meta\": {\n                \"createdAt\": \"2020-03-16T12:56:34.517Z\",\n                \"updatedAt\": \"2020-03-16T12:56:34.517Z\"\n            },\n\t        \"attributes\": {\n\t            \"aksId\": \"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_SOW_08206\",\n\t            \"description\": \"Aktueller Vorlaufsollwert\",\n\t            \"unit\": \"°C\"\n\t        },\n\t        \"relationships\": {\n\t            \"connector\": {\n\t                \"links\": {\n\t                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/relationships/connector\",\n\t                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/connector\"\n\t                }\n\t            },\n\t            \"readings\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/relationships/readings\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/readings\"\n                    }\n                },\n                \"setpoints\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/relationships/setpoints\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/setpoints\"\n                    }\n                }\n\t        }\n\t    }\n    ]\n}"},{"id":"969af6aa-4b19-42d9-83f4-c8bb96829030","name":"400 - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices?page[size]=wrong","host":["{{url}}"],"path":["tenants",":tenant","devices"],"query":[{"key":"aksId","value":"SCH_BE_BS1_01_U001_KRIKE_420_HZK001_MVE_18101","description":"A aksid identifying one or more devices","disabled":true},{"key":"description","value":"Regelventil","description":"A description for the device","disabled":true},{"key":"unit","value":"%","description":"The unit of the device","disabled":true},{"key":"page[size]","value":"wrong","description":"Described in the top"},{"key":"page[before]","value":"","description":"Described in the top","disabled":true},{"key":"page[after]","value":"","description":"Described in the top","disabled":true}],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The Tenant UUID"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"size must be a number string\"\n        }\n    ]\n}"}],"_postman_id":"8d956828-bb48-4929-9c2f-50fdc975f116"},{"name":"Retrieve the connector relationship","id":"bed3ef79-966e-4e04-a96a-8b44b4591688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/relationships/connector","description":"<p>This route is used to retrieve information about the relationship from a device to its' connector.</p>\n<p>This relationship always exists.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","relationships","connector"],"host":["{{url}}"],"query":[],"variable":[{"id":"fabcb446-8185-4e0d-82b3-e47bc9f64906","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"a26dce9a-a85b-4cdd-9efe-c2bb08bb811a","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"61abc3eb-7010-4f9c-9f98-f836dee7b0e3","key":"device"}]}},"response":[{"id":"3cb336e2-2390-48f9-8bb9-cf9daa7c36ba","name":"404 - Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:device/relationships/connector","host":["{{url}}"],"path":["tenants",":tenant","devices",":device","relationships","connector"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"device","value":"eee214fb-273a-4044-836b-5da694a70869","description":"The UUID of a device"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-FUbqNjbqkjGRVRCUld9NSftbjM8\""},{"key":"Date","value":"Tue, 07 Apr 2020 14:17:14 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Not Found\",\n            \"detail\": \"A Device with the ID eee214fb-273a-4044-836b-5da694a70869 was not found\"\n        }\n    ]\n}"},{"id":"c9fd5921-e0c7-420b-a175-e0f79e7890ac","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:device/relationships/connector","host":["{{url}}"],"path":["tenants",":tenant","devices",":device","relationships","connector"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"device","value":"a08d06db-91e3-4cf6-a4cd-c83820da661b","description":"The UUID of a device"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"337"},{"key":"ETag","value":"W/\"151-Rsd0eKpYiLK1OdE0UE/Nclo2odg\""},{"key":"Date","value":"Tue, 07 Apr 2020 14:16:29 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/640c1785-1c6f-4186-80bc-9f8aad53cf66/relationships/connector\",\n        \"related\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/640c1785-1c6f-4186-80bc-9f8aad53cf66/connector\"\n    },\n    \"data\": {\n        \"type\": \"connectors\",\n        \"id\": \"1d40a6b7-65da-4b83-b4da-b73f67d8bf5b\"\n    }\n}"}],"_postman_id":"bed3ef79-966e-4e04-a96a-8b44b4591688"},{"name":"Retrieve the associated connector","id":"6d7e9582-022a-49a3-be2e-75a51d1e20f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/connector","description":"<p>This route is used to retrieve information about the associated connector.</p>\n<p>An associated connector always exists.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","connector"],"host":["{{url}}"],"query":[],"variable":[{"id":"b382c3ad-5d41-43ef-9074-f25e3f518838","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"3e4794ae-b9c0-415d-aebd-70c2af5e1543","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"61abc3eb-7010-4f9c-9f98-f836dee7b0e3","key":"device"}]}},"response":[{"id":"96a92ffa-0e1b-46ad-b92c-51593ace6aed","name":"404 - Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:device/connector","host":["{{url}}"],"path":["tenants",":tenant","devices",":device","connector"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"device","value":"a08d06db-91e3-4cf6-a4cd-c83820da661b","description":"The UUID of a device"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-9jDn44DDRNHx1swbdfy15wwqw5w\""},{"key":"Date","value":"Tue, 07 Apr 2020 14:21:38 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Not Found\",\n            \"detail\": \"A device with the ID a08d06db-91e3-4cf6-a4cd-c83820da661b was not found\"\n        }\n    ]\n}"},{"id":"83ca4364-58c4-45ef-8fa7-fee55ace97e5","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:device/connector","host":["{{url}}"],"path":["tenants",":tenant","devices",":device","connector"],"variable":[{"key":"tenant","value":"{{tenant}}","type":"string","description":"The tenants UUID"},{"key":"device","value":"43a9b939-c53d-456d-af2e-62f7ea59bdca","type":"string","description":"The UUID of a device"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"608"},{"key":"ETag","value":"W/\"260-g+r+ntWoLsl3KpTk8QrGBHR+eyo\""},{"key":"Date","value":"Fri, 17 Dec 2021 08:28:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"connectors\",\n        \"id\": \"e8f8180a-67ff-4f13-8a56-09205f70eaf1\",\n        \"links\": {\n            \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/connectors/e8f8180a-67ff-4f13-8a56-09205f70eaf1\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2021-12-08T09:41:46.870Z\",\n            \"updatedAt\": \"2021-12-08T09:41:46.870Z\"\n        },\n        \"attributes\": {\n            \"name\": \"TestConnector0\"\n        },\n        \"relationships\": {\n            \"devices\": {\n                \"links\": {\n                    \"self\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/connectors/e8f8180a-67ff-4f13-8a56-09205f70eaf1/relationships/devices\",\n                    \"related\": \"/tenants/e2588581-3d92-472f-8cfc-10674fb20a0a/connectors/e8f8180a-67ff-4f13-8a56-09205f70eaf1/devices\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"6d7e9582-022a-49a3-be2e-75a51d1e20f4"},{"name":"Retrieve the reading relationships","id":"5a14c5e3-bfca-4098-996c-ef87466992fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/relationships/readings","description":"<p>This route is used to retrieve information about the relationship from a device to its' readings.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>If data is returned then you can use all parameter that you can use with the \"GET - Retrieve a readings collection\" request including pagination and filtering.</p>\n<p><strong>Note: This is not described again here</strong></p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","relationships","readings"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1000"},{"disabled":true,"key":"page[before]","value":null},{"disabled":true,"key":"page[after]","value":null}],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"61abc3eb-7010-4f9c-9f98-f836dee7b0e3","key":"device"}]}},"response":[{"id":"b9f86df3-7010-43b4-b6ad-c4a8875c90c2","name":"404 - Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:device/relationships/readings","host":["{{url}}"],"path":["tenants",":tenant","devices",":device","relationships","readings"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"device","value":"a08d06db-91e3-4cf6-a4cd-c83820da661b","description":"The UUID of a device"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"ETag","value":"W/\"84-1DDXj06ktejRUrK6Vp4haV5DMfU\""},{"key":"Date","value":"Tue, 07 Apr 2020 14:25:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Not Found\",\n            \"detail\": \"A Device with the ID a08d06db-91e3-4cf6-a4cd-c83820da661b was not found\"\n        }\n    ]\n}"},{"id":"7fdb16e8-4a51-488c-bca7-6c75db4472e3","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:device/relationships/readings","host":["{{url}}"],"path":["tenants",":tenant","devices",":device","relationships","readings"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"device","value":"640c1785-1c6f-4186-80bc-9f8aad53cf66","description":"The UUID of a device"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"335"},{"key":"ETag","value":"W/\"14f-hgAkOCEJY4zyHo8BPkzYya5Sxv0\""},{"key":"Date","value":"Tue, 07 Apr 2020 14:24:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/640c1785-1c6f-4186-80bc-9f8aad53cf66/relationships/readings\",\n        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/640c1785-1c6f-4186-80bc-9f8aad53cf66/readings\"\n    },\n    \"data\": [\n        {\n            \"type\": \"readings\",\n            \"id\": \"798dc9bf-fbec-4094-80e1-112f3c0b6139\"\n        }\n    ]\n}"}],"_postman_id":"5a14c5e3-bfca-4098-996c-ef87466992fc"},{"name":"Retrieve the associated readings","id":"8b5a5270-838d-4d9e-a75e-7de563896cda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/readings","description":"<p>This route is used to retrieve information about the associated readings. </p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>If data is returned then you may use all parameter that you can use with the \"GET - Retrieve a readings collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","readings"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1000"}],"variable":[{"id":"64ff63d4-2171-4c9c-b9c9-a2320f8ec340","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"e238ef59-cb79-4178-8e5d-4a071f4e29d0","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"61abc3eb-7010-4f9c-9f98-f836dee7b0e3","key":"device"}]}},"response":[{"id":"a9e116e6-df6a-4eb7-9b77-1fa91411a7d0","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:device/readings","host":["{{url}}"],"path":["tenants",":tenant","devices",":device","readings"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"device","value":"a08d06db-91e3-4cf6-a4cd-c83820da661b","description":"The UUID of a device"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"854"},{"key":"ETag","value":"W/\"356-prN7zeysTdmAIaa0GJO/FLcTvNc\""},{"key":"Date","value":"Tue, 07 Apr 2020 14:25:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/readings?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"readings\",\n            \"id\": \"798dc9bf-fbec-4094-80e1-112f3c0b6139\",\n            \"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/readings/798dc9bf-fbec-4094-80e1-112f3c0b6139\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-04-07T14:24:28.168Z\",\n                \"updatedAt\": \"2020-04-07T14:24:28.168Z\"\n            },\n            \"attributes\": {\n                \"timestamp\": \"2019-01-01T00:00:00.000Z\",\n                \"value\": 5\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/readings/798dc9bf-fbec-4094-80e1-112f3c0b6139/relationships/device\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/readings/798dc9bf-fbec-4094-80e1-112f3c0b6139/device\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"8b5a5270-838d-4d9e-a75e-7de563896cda"},{"name":"Retrieve the setpoint relationships","id":"fe23f233-3f71-4d56-9f64-0aca9e2f74b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/relationships/setpoints","description":"<p>This route is used to retrieve information about the relationship from a device to its' setpoints. </p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>If data is returned then you can use all parameter that you can use with the \"GET - Retrieve a setpoints collection\" request including pagination and filtering.</p>\n<p><strong>Note: This is not described again here</strong></p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","relationships","setpoints"],"host":["{{url}}"],"query":[{"disabled":true,"key":"until","value":"2021-12-18T13:16:00.000Z"}],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"8768ba78-935f-44dd-ace7-533339116cfe","key":"device"}]}},"response":[{"id":"4a992499-ba48-4432-b76f-6204a8a2f887","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:device/relationships/setpoints","host":["{{url}}"],"path":["tenants",":tenant","devices",":device","relationships","setpoints"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"device","value":"a08d06db-91e3-4cf6-a4cd-c83820da661b","description":"The UUID of a device"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"338"},{"key":"ETag","value":"W/\"152-FE2DpjMMnbHVV+umT1YI/LWFunk\""},{"key":"Date","value":"Tue, 07 Apr 2020 14:30:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/relationships/setpoints\",\n        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/setpoints\"\n    },\n    \"data\": [\n        {\n            \"type\": \"setpoints\",\n            \"id\": \"3ea35693-4c5e-494c-b380-5c4cd74bba06\"\n        }\n    ]\n}"}],"_postman_id":"fe23f233-3f71-4d56-9f64-0aca9e2f74b6"},{"name":"Retrieve the associated setpoints","id":"70d0cd40-dbd2-4248-a688-28e66b358d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/setpoints","description":"<p>This route is used to retrieve information about the associated setpoints. Relationship routes do always exist.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>If data is returned then you may use all parameter that you can use with the \"GET - Retrieve a setpoints collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","setpoints"],"host":["{{url}}"],"query":[],"variable":[{"id":"a00cb2db-2f2a-4adc-9e35-abc41123455a","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"71e370cd-e0de-4a07-bb4e-7270b776e5c6","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"61abc3eb-7010-4f9c-9f98-f836dee7b0e3","key":"device"}]}},"response":[{"id":"cd793a9e-a753-4e8a-bc32-da5c44ecad4e","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:device/setpoints","host":["{{url}}"],"path":["tenants",":tenant","devices",":device","setpoints"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"device","value":"a08d06db-91e3-4cf6-a4cd-c83820da661b","description":"The UUID of a device"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"861"},{"key":"ETag","value":"W/\"35d-/JboDNArsiyJ8LUE/5IF4XLM/Sc\""},{"key":"Date","value":"Tue, 07 Apr 2020 14:31:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/a08d06db-91e3-4cf6-a4cd-c83820da661b/setpoints?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"setpoints\",\n            \"id\": \"3ea35693-4c5e-494c-b380-5c4cd74bba06\",\n            \"links\": {\n                \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/setpoints/3ea35693-4c5e-494c-b380-5c4cd74bba06\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2020-04-07T14:28:08.448Z\",\n                \"updatedAt\": \"2020-04-07T14:28:08.448Z\"\n            },\n            \"attributes\": {\n                \"timestamp\": \"2019-01-01T00:00:00.000Z\",\n                \"value\": 5\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/setpoints/3ea35693-4c5e-494c-b380-5c4cd74bba06/relationships/devices\",\n                        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/setpoints/3ea35693-4c5e-494c-b380-5c4cd74bba06/devices\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"70d0cd40-dbd2-4248-a688-28e66b358d03"},{"name":"Retrieve the property relationship","id":"e62f9d32-d957-47d1-9d82-44d08e653df9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/relationships/property","description":"<p>This route is used to retrieve information about the relationship from a device to its' property.</p>\n<p>There are two options for the response body:</p>\n<ul>\n<li>The relationship does exist and the data attribute contains information about the property</li>\n<li>The relationship does not exist and thus the data attribute is null</li>\n</ul>\n","urlObject":{"path":["tenants",":tenant","devices",":device","relationships","property"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"61abc3eb-7010-4f9c-9f98-f836dee7b0e3","key":"device"}]}},"response":[],"_postman_id":"e62f9d32-d957-47d1-9d82-44d08e653df9"},{"name":"Retrieve the associated property","id":"492498fc-0208-4d18-afb5-158fe6ee68ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/property","description":"<p>This route is used to retrieve information about the associated property for a device.</p>\n<p>There are two options for the response body:</p>\n<ul>\n<li>The relationship does exist and the data attribute contains information about the property</li>\n<li>The relationship does not exist and thus the data attribute is null</li>\n</ul>\n","urlObject":{"path":["tenants",":tenant","devices",":device","property"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"61abc3eb-7010-4f9c-9f98-f836dee7b0e3","key":"device"}]}},"response":[],"_postman_id":"492498fc-0208-4d18-afb5-158fe6ee68ed"},{"name":"Retrieve the associated tags","id":"1ac7e9be-9b60-45a6-a0ba-99f8d3088b0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/tags","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"e5b3b419-4247-4a76-b682-f435c03df21a","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"d496dc4b-8edf-424f-a2c8-a303cd8f2b80","type":"any","value":"43a9b939-c53d-456d-af2e-62f7ea59bdca","key":"device"}]}},"response":[],"_postman_id":"1ac7e9be-9b60-45a6-a0ba-99f8d3088b0b"},{"name":"Retrieve the tag relationships","id":"81c7b5a1-2be7-4044-ae42-fec22257a3af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/relationships/tags","description":"<p>This route is used to retrieve information about the relationship from a property to its' devices.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","relationships","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"}],"variable":[{"id":"e3f78c8e-da2a-4345-914a-e709ecc52aae","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"681b0179-ffc8-48ee-bd0f-7eded52a4310","type":"any","value":"43a9b939-c53d-456d-af2e-62f7ea59bdca","key":"device"}]}},"response":[],"_postman_id":"81c7b5a1-2be7-4044-ae42-fec22257a3af"},{"name":"Retrieve allowed device units","id":"8bed41ab-4511-4db7-a4a2-11e62cb88336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/units","description":"<p>Returns all valid unit values for a device.</p>\n","urlObject":{"path":["tenants",":tenant","devices","units"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"}]}},"response":[],"_postman_id":"8bed41ab-4511-4db7-a4a2-11e62cb88336"},{"name":"Create a new device","id":"5d34b9ab-db6a-4e81-94cc-cffb581bfaec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"devices\",\n\t\t\"attributes\": {\n            \"aksId\": \"CNF_TST_123456\",\n\t\t\t\"localAksId\": \"nonconformtest123456\",\n\t\t\t\"description\": \"some description\",\n\t\t\t\"unit\": \"kWh\",\n            \"type\": \"MIDDLE\",\n            \"frequency\": \"MINUTELY\",\n            \"interval\": 15,\n            \"aggregation\": \"AVG\",\n            \"isRelative\": false\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"connector\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"connectors\",\n\t\t\t\t\t\"id\": \"f4c08d35-b788-4552-9c85-f64f41fc588b\"\n\t\t\t\t}\n\t\t\t},\n            \"property\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"properties\",\n\t\t\t\t\t\"id\": \"1c3f41a8-d4a6-4c60-8065-f0ca21bffed6\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"{{url}}/tenants/:tenant/devices","description":"<p>This route is used to create a new device entity. It is returned in the body of the response.</p>\n<hr />\n<p>A device is always related to a connector and a property. Thus both relationship attributes are <strong>mandatory</strong>.</p>\n<hr />\n<p><strong>Note</strong>: Due to access right propagations it may take up to 60 seconds after the device creation that the device can be used in API routes.</p>\n","urlObject":{"path":["tenants",":tenant","devices"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The Tenant UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"068e57b9-855e-4648-809e-9fb6631d063c","name":"409 - Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"device\",\n\t\t\"attributes\": {\n\t\t\t\"aksId\": \"test\",\n\t\t\t\"description\": \"some description\",\n\t\t\t\"unit\": \"Celsius\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"connector\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"connectors\",\n\t\t\t\t\t\"id\": \"456f782e-73d2-428b-9f72-2b27dc51ef89\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/devices","host":["{{url}}"],"path":["tenants",":tenant","devices"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The Tenant UUID"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"ETag","value":"W/\"72-ul70FbA8QTT12bvug9upZrsvM48\""},{"key":"Date","value":"Tue, 16 Jul 2019 11:18:36 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"409\",\n            \"title\": \"Conflict\",\n            \"detail\": \"type must be devices\",\n            \"source\": {\n                \"pointer\": \"/data/type\"\n            }\n        }\n    ]\n}"},{"id":"61424e5e-9884-4305-9d94-724b87f1540d","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"devices\",\n\t\t\"attributes\": {\n\t\t\t\"aksId\": \"test\",\n\t\t\t\"description\": 123,\n\t\t\t\"unit\": \"Celsius\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"connector\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"connectors\",\n\t\t\t\t\t\"id\": \"8f93fa17-6983-4f6d-aa12-9c2c32c33610\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/devices","host":["{{url}}"],"path":["tenants",":tenant","devices"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The Tenant UUID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"ETag","value":"W/\"8f-fv5W6HOVarXmFMkuQdzHJCmpyC4\""},{"key":"Date","value":"Tue, 16 Jul 2019 10:13:56 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"description must be a string\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/description\"\n            }\n        }\n    ]\n}"},{"id":"a7a58341-22e2-4e9e-a26f-8f02598ba9c0","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"devices\",\n\t\t\"attributes\": {\n\t\t\t\"aksId\": \"test\",\n\t\t\t\"description\": \"some description\",\n\t\t\t\"unit\": \"Celsius\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"connector\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"connectors\",\n\t\t\t\t\t\"id\": \"456f782e-73d2-428b-9f72-2b27dc51ef89\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/devices","host":["{{url}}"],"path":["tenants",":tenant","devices"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The Tenant UUID"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/tenants/test_app/devices/ffaa2508-ea8d-48e6-9fa8-03f625005de7"},{"key":"Content-Length","value":"394"},{"key":"ETag","value":"W/\"18a-aKHq2diWmgtpVbqm/MRq0aUCPIs\""},{"key":"Date","value":"Tue, 16 Jul 2019 09:27:26 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"devices\",\n        \"id\": \"ffaa2508-ea8d-48e6-9fa8-03f625005de7\",\n        \"links\": {\n            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ffaa2508-ea8d-48e6-9fa8-03f625005de7\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-04-06T08:30:02.144Z\",\n            \"updatedAt\": \"2020-04-06T08:30:02.144Z\"\n        },\n        \"attributes\": {\n            \"aksId\": \"test\",\n            \"description\": \"some description\",\n            \"unit\": \"Celsius\"\n        },\n        \"relationships\": {\n            \"connector\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ffaa2508-ea8d-48e6-9fa8-03f625005de7/relationships/connector\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ffaa2508-ea8d-48e6-9fa8-03f625005de7/connector\"\n                }\n            },\n            \"readings\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ffaa2508-ea8d-48e6-9fa8-03f625005de7/relationships/readings\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ffaa2508-ea8d-48e6-9fa8-03f625005de7/readings\"\n                }\n            },\n            \"setpoints\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ffaa2508-ea8d-48e6-9fa8-03f625005de7/relationships/setpoints\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/ffaa2508-ea8d-48e6-9fa8-03f625005de7/setpoints\"\n                }\n            }\n        }\n    }\n}"},{"id":"d5909abd-cc9c-4a65-8207-8e6310fbe30f","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"devices\",\n\t\t\"attributes\": {\n\t\t\t\"aksId\": \"test\",\n\t\t\t\"description\": \"some description\",\n\t\t\t\"unit\": \"Celsius\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"connector\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"connectors\",\n\t\t\t\t\t\"id\": \"8f93fa17-6983-4f6d-aa12-9c2c32c33610\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/devices","host":["{{url}}"],"path":["tenants",":tenant","devices"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The Tenant UUID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"203"},{"key":"ETag","value":"W/\"cb-MMxbNuc9fDMlwrLsnQMn/uWdnj8\""},{"key":"Date","value":"Tue, 16 Jul 2019 10:14:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Entity not found\",\n            \"detail\": \"A Connector with the ID 8f93fa17-6983-4f6d-aa12-9c2c32c33610 does not exist!\",\n            \"source\": {\n                \"pointer\": \"/data/relationships/connector/data/id\"\n            }\n        }\n    ]\n}"}],"_postman_id":"5d34b9ab-db6a-4e81-94cc-cffb581bfaec"},{"name":"Update a device","id":"e419d090-1a8e-4b44-a6d2-eae0e79a4a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"devices\",\n\t\t\"id\": \"3aa61079-4dcc-4b1a-84de-27fa65e6f118\",\n\t\t\"attributes\": {\n            \"aksId\": \"updated_CNF_TST_123456\",\n\t\t\t\"localAksId\": \"updatednonconformtest123456\",\n\t\t\t\"description\": \"some new description\",\n\t\t\t\"unit\": \"F\",\n            \"type\": \"MIDDLE\",\n            \"frequency\": \"MINUTELY\",\n            \"interval\": 15,\n            \"aggregation\": \"AVG\",\n            \"isRelative\": false\n\t\t},\n        \"relationships\": {\n            \"property\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"properties\",\n\t\t\t\t\t\"id\": \"943f232e-adaa-45c7-9b3a-788cb6fe2c56\"\n\t\t\t\t}\n\t\t\t}\n        }\n\t}\n}"},"url":"{{url}}/tenants/:tenant/devices/:uuid","description":"<p>This route is used to update a specific device entity. The device entity has to be specified by the UUID.</p>\n<p>All device attributes can be updated.</p>\n<p>Tenant admins as well as associated connectors may execute this route.</p>\n<p>A soft-deleted device entity can be restored through an update.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The Tenant UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"3aa61079-4dcc-4b1a-84de-27fa65e6f118","key":"uuid"}]}},"response":[{"id":"90a507bb-1e08-48ca-b1c7-48598a71bfd9","name":"200 - OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"devices\",\n\t\t\"id\": \"afc4aebf-91f4-4d73-82ef-346494581a01\",\n\t\t\"attributes\": {\n\t\t\t\t\"aksId\": \"some description\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/devices/afc4aebf-91f4-4d73-82ef-346494581a01","host":["{{url}}"],"path":["tenants",":tenant","devices","afc4aebf-91f4-4d73-82ef-346494581a01"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The Tenant UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"387"},{"key":"ETag","value":"W/\"183-KCXZ0mZ3QhO6qijVziVhERINz0Q\""},{"key":"Date","value":"Tue, 16 Jul 2019 10:29:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"devices\",\n        \"id\": \"afc4aebf-91f4-4d73-82ef-346494581a01\",\n        \"links\": {\n            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/afc4aebf-91f4-4d73-82ef-346494581a01\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-03-16T12:56:34.517Z\",\n            \"updatedAt\": \"2020-04-06T08:32:54.638Z\"\n        },\n        \"attributes\": {\n            \"aksId\": \"not empty\",\n            \"description\": \"some description\",\n            \"unit\": \"Celsius\"\n        },\n        \"relationships\": {\n            \"connector\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/afc4aebf-91f4-4d73-82ef-346494581a01/relationships/connector\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/afc4aebf-91f4-4d73-82ef-346494581a01/connector\"\n                }\n            },\n            \"readings\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/afc4aebf-91f4-4d73-82ef-346494581a01/relationships/readings\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/afc4aebf-91f4-4d73-82ef-346494581a01/readings\"\n                }\n            },\n            \"setpoints\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/afc4aebf-91f4-4d73-82ef-346494581a01/relationships/setpoints\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/devices/afc4aebf-91f4-4d73-82ef-346494581a01/setpoints\"\n                }\n            }\n        }\n    }\n}"},{"id":"70b46ec0-a990-47f8-8c00-4854003e2519","name":"409 - Conflict","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"devices\",\n\t\t\"id\": \"afc4aebf-91f4-4d63-82ee-346494581a01\",\n\t\t\"attributes\": {\n\t\t\t\t\"description\": \"some description\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/devices/afc4aebf-91f4-4d63-82ef-346494581a01","host":["{{url}}"],"path":["tenants",":tenant","devices","afc4aebf-91f4-4d63-82ef-346494581a01"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The Tenant UUID"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"ETag","value":"W/\"7b-o7CRSYOqfE9CQtyFvieHhzDxHfU\""},{"key":"Date","value":"Tue, 16 Jul 2019 10:34:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"409\",\n            \"title\": \"Conflict\",\n            \"detail\": \"ID must be equal (body & url)\",\n            \"source\": {\n                \"pointer\": \"/data/type\"\n            }\n        }\n    ]\n}"},{"id":"52094c27-ccae-4ab2-9d2d-40aee98863b3","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"devices\",\n\t\t\"id\": \"afc4aebf-91f4-4d63-82ef-346494581a01\",\n\t\t\"attributes\": {\n\t\t\t\t\"description\": \"some description\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/devices/afc4aebf-91f4-4d63-82ef-346494581a01","host":["{{url}}"],"path":["tenants",":tenant","devices","afc4aebf-91f4-4d63-82ef-346494581a01"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The Tenant UUID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"ETag","value":"W/\"8e-PZqpAWyTk6zKdh/QSVI07o/HJs4\""},{"key":"Date","value":"Tue, 16 Jul 2019 10:33:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Entity not found\",\n            \"detail\": \"The Device with the ID afc4aebf-91f4-4d63-82ef-346494581a01 was not found!\"\n        }\n    ]\n}"},{"id":"5c10b715-52b9-4cd9-aac2-fc8fd4007b18","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"devices\",\n\t\t\"id\": \"afc4aebf-91f4-4d73-82ef-346494581a01\",\n\t\t\"attributes\": {\n\t\t\t\t\"description\": 123\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/devices/afc4aebf-91f4-4d73-82ef-346494581a01","host":["{{url}}"],"path":["tenants",":tenant","devices","afc4aebf-91f4-4d73-82ef-346494581a01"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The Tenant UUID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"ETag","value":"W/\"8f-fv5W6HOVarXmFMkuQdzHJCmpyC4\""},{"key":"Date","value":"Tue, 16 Jul 2019 10:32:42 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"description must be a string\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/description\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e419d090-1a8e-4b44-a6d2-eae0e79a4a9c"},{"name":"Delete a device","id":"de39d84a-63ed-48ae-b102-54663b131619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"{{url}}/tenants/:tenant/devices/:uuid","description":"<p>This route is used to delete a specific device entity. The device entity has to be specified by the UUID.</p>\n<p>Warning: All underlying resources such as Readings and Setpoints will be deleted too!.</p>\n<p>Only Tenant Admins and associated Connectors may execute this route.</p>\n<p>Devices are soft-deleted for a period of time (30 days), after that the entity is hard-deleted and all information will be lost.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"8e6c63d5-4f64-444d-ab86-1b0ca782f6bf","key":"uuid"}]}},"response":[{"id":"a789c06e-67ce-4839-a340-931639ff4a19","name":"200 - OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/tenants/:tenant/devices/:uuid","host":["{{url}}"],"path":["tenants",":tenant","devices",":uuid"],"variable":[{"key":"tenant","value":"{{tenant}}"},{"key":"uuid","value":"8e6c63d5-4f64-444d-ab86-1b0ca782f6bf"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Date","value":"Thu, 10 Jun 2021 08:29:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"de39d84a-63ed-48ae-b102-54663b131619"},{"name":"Restore a device","id":"b348a4d0-e0bb-4dfd-87f7-4af33eb6ebac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"devices\",\n\t\t\"id\": \"8f214653-7a4f-481e-a2e6-14d057705ec1\"\n\t}\n}"},"url":"{{url}}/tenants/:tenant/devices/:uuid","description":"<p>This route is used to change attributes of an existing tenant. All attributes that should change are set in the attributes section.</p>\n<p>Deleted tenants (soft-deleted) are restored when an update is performed.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"8f214653-7a4f-481e-a2e6-14d057705ec1","key":"uuid"}]}},"response":[],"_postman_id":"b348a4d0-e0bb-4dfd-87f7-4af33eb6ebac"},{"name":"Add an associated device tag","id":"d94792dc-965a-42ce-8eaf-9ba1541a5355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n            \"type\": \"tags\",\r\n            \"id\": \"6b796325-5614-4bbb-8b0c-674c3bc24195\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/devices/:device/tags","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"ed447c76-9481-46c5-be43-95680c0de932","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"7d716e89-2c61-455a-9465-9e08f4f7b069","type":"any","value":"43a9b939-c53d-456d-af2e-62f7ea59bdca","key":"device"}]}},"response":[],"_postman_id":"d94792dc-965a-42ce-8eaf-9ba1541a5355"},{"name":"Delete an associated device tag","id":"cd7d8f52-da3f-4633-8847-b8f05a4d39a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n            \"type\": \"tags\",\r\n            \"id\": \"6b796325-5614-4bbb-8b0c-674c3bc24195\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/devices/:device/tags","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"19823b6c-3b2e-45b0-84af-c3cbda495005","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"f6b9ebe4-e786-424e-96f3-5079f58acbbe","type":"any","value":"43a9b939-c53d-456d-af2e-62f7ea59bdca","key":"device"}]}},"response":[],"_postman_id":"cd7d8f52-da3f-4633-8847-b8f05a4d39a8"},{"name":"Retrieve the associated alerts","id":"e8da548c-dbb0-4b64-9f4f-14aca9b3ad0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/alerts","description":"<p>This route is used to retrieve information about the associated readings. </p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>If data is returned then you may use all parameter that you can use with the \"GET - Retrieve a readings collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","alerts"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1000"}],"variable":[{"id":"248e9dc1-b40e-4f07-a463-defda9ba43b9","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"aa15cbb3-66d1-4121-b0d3-8647def61305","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"43a9b939-c53d-456d-af2e-62f7ea59bdca","key":"device"}]}},"response":[],"_postman_id":"e8da548c-dbb0-4b64-9f4f-14aca9b3ad0f"},{"name":"Add an associated alert","id":"e60f271c-cd3f-46fb-974e-a35d8e393cac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"alerts\",\r\n\t\t\"attributes\": {\r\n            \"maxAge\": 3600,\r\n\t\t\t\"recipients\": [\"test@test.local\"]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/devices/:device/alerts","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","alerts"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"a07b7595-260b-446a-a980-27870f80f576","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"db6f68d4-48da-4f8c-bfe3-3cf6bcc0e9fd","type":"any","value":"43a9b939-c53d-456d-af2e-62f7ea59bdca","key":"device"}]}},"response":[],"_postman_id":"e60f271c-cd3f-46fb-974e-a35d8e393cac"},{"name":"Update an associated alert","id":"dd32251c-9865-4345-aafe-15b304bac79b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n        \"id\": \"c1b8b630-560a-487f-b892-1952ec548a5c\",\r\n\t\t\"type\": \"devicealerts\",\r\n\t\t\"attributes\": {\r\n            \"maxAge\": 13600\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/devices/:device/alerts/:alert","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","alerts",":alert"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"992de7cf-4795-4078-aa80-f2e1607a4860","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"e30ee378-71dc-4571-9908-5affc2cf68eb","type":"any","value":"43a9b939-c53d-456d-af2e-62f7ea59bdca","key":"device"},{"id":"f430c60d-4634-4b24-96a5-e27f4bf37703","type":"any","value":"c1b8b630-560a-487f-b892-1952ec548a5c","key":"alert"}]}},"response":[],"_postman_id":"dd32251c-9865-4345-aafe-15b304bac79b"},{"name":"Delete an associated alert","id":"447fce1e-7aa2-4a5a-9116-e868477002fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/alerts/:alert","description":"<p>This route is used to retrieve information about the associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","alerts",":alert"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":"OTE1MWIzMDItMDVjNC00MmVjLTkzOWEtODNjMTliYjlmMzNj"},{"disabled":true,"key":"page[before]","value":""}],"variable":[{"id":"7a25a3c2-f4af-41e5-ba18-2b5454893a8c","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"d825dfce-71fa-4161-9511-3abeffd246e6","type":"any","value":"43a9b939-c53d-456d-af2e-62f7ea59bdca","key":"device"},{"id":"da0779f6-8f52-4277-8592-a8ead44a65f2","type":"any","value":null,"key":"alert"}]}},"response":[],"_postman_id":"447fce1e-7aa2-4a5a-9116-e868477002fa"},{"name":"Retrieve the associated iotdevices","id":"10205ce6-9bac-4de1-8c31-6d1ff2cd26c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/iotdevices","description":"<p>This route is used to retrieve information about the associated connector.</p>\n<p>An associated connector always exists.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","iotdevices"],"host":["{{url}}"],"query":[],"variable":[{"id":"a4717267-9c46-4741-851b-d3cea022ff66","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"d4f8d65a-a06a-4756-8307-2e5ca4f956cd","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"4cc80a49-5874-4e5d-8720-4c31912d60dc","key":"device"}]}},"response":[],"_postman_id":"10205ce6-9bac-4de1-8c31-6d1ff2cd26c1"},{"name":"Retrieve the iotdevice relationships","id":"3cc5793c-2aac-4784-9325-6c7e24bd1442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/relationships/iotdevices","description":"<p>This route is used to retrieve information about the relationship from a device to its' connector.</p>\n<p>This relationship always exists.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","relationships","iotdevices"],"host":["{{url}}"],"query":[],"variable":[{"id":"47b4231a-4d7d-4283-899d-bb6ec1a30e9e","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"5f2ee2b4-e685-49e1-879d-9243c0ef7bb2","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"4cc80a49-5874-4e5d-8720-4c31912d60dc","key":"device"}]}},"response":[],"_postman_id":"3cc5793c-2aac-4784-9325-6c7e24bd1442"},{"name":"Retrieve the associated iotdeviceports","id":"59d71d3e-af69-484a-af12-26ff93f86cd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/iotdevices/:iotdevice/ports","description":"<p>This route is used to retrieve information about the associated connector.</p>\n<p>An associated connector always exists.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","iotdevices",":iotdevice","ports"],"host":["{{url}}"],"query":[],"variable":[{"id":"c2807ae5-d388-4b6f-aa92-e5ee7a8bd853","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"1da3a341-61f1-446d-a6c1-ed81a31061c0","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"4cc80a49-5874-4e5d-8720-4c31912d60dc","key":"device"},{"id":"a11f77b4-5a2c-4e39-91da-26af28a9de13","type":"any","value":"5a6592eb-433e-4701-bf13-dfdd90e98b57","key":"iotdevice"}]}},"response":[],"_postman_id":"59d71d3e-af69-484a-af12-26ff93f86cd3"},{"name":"Retrieve the iotdeviceport relationships","id":"4707b7e5-d9c5-43f4-9b5e-d1a1ce4a7186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/relationships/iotdevices/:iotdevice/ports","description":"<p>This route is used to retrieve information about the relationship from a device to its' connector.</p>\n<p>This relationship always exists.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","relationships","iotdevices",":iotdevice","ports"],"host":["{{url}}"],"query":[],"variable":[{"id":"91bfeef6-5c2f-4e9b-90b3-5fe77f51f827","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"575fb7f0-b565-41fd-9e18-f9cfb5de30ee","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"4cc80a49-5874-4e5d-8720-4c31912d60dc","key":"device"},{"id":"7a404eed-40e6-4c3d-993b-7c49126f58cf","type":"any","value":"5a6592eb-433e-4701-bf13-dfdd90e98b57","key":"iotdevice"}]}},"response":[],"_postman_id":"4707b7e5-d9c5-43f4-9b5e-d1a1ce4a7186"},{"name":"Retrieve the associated iotdevicemappings","id":"20ff556d-921d-4161-8470-3a06220f885d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/iotdevices/:iotdevice/ports/:iotdeviceport/mappings","description":"<p>This route is used to retrieve information about the associated connector.</p>\n<p>An associated connector always exists.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","iotdevices",":iotdevice","ports",":iotdeviceport","mappings"],"host":["{{url}}"],"query":[],"variable":[{"id":"d977e855-7909-470c-a515-7753b0cbe3c9","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"42918cf8-c936-4d04-8918-2cb087dff199","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"4cc80a49-5874-4e5d-8720-4c31912d60dc","key":"device"},{"id":"19500fad-4fc0-44c1-b3fa-e9a769070a97","type":"any","value":"5a6592eb-433e-4701-bf13-dfdd90e98b57","key":"iotdevice"},{"id":"625ef75f-9570-4472-8e20-6dd60ddb519f","type":"any","value":"d62f82f7-9772-437d-8b85-05005adc5769","key":"iotdeviceport"}]}},"response":[],"_postman_id":"20ff556d-921d-4161-8470-3a06220f885d"},{"name":"Retrieve the iotdevicemapping relationships","id":"17ffa2e8-aa01-4276-bf83-aedfc2bfa36a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/devices/:device/relationships/iotdevices/:iotdevice/ports/:iotdeviceport/mappings","description":"<p>This route is used to retrieve information about the relationship from a device to its' connector.</p>\n<p>This relationship always exists.</p>\n","urlObject":{"path":["tenants",":tenant","devices",":device","relationships","iotdevices",":iotdevice","ports",":iotdeviceport","mappings"],"host":["{{url}}"],"query":[],"variable":[{"id":"edac3270-0c44-4e90-adca-e615e97d0c86","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"684e3d27-4a45-47eb-a0d2-4865a7a4a1f1","description":{"content":"<p>The UUID of a device</p>\n","type":"text/plain"},"type":"string","value":"4cc80a49-5874-4e5d-8720-4c31912d60dc","key":"device"},{"id":"acbe55fd-51c6-4af8-8440-eb72a8a4e08c","type":"any","value":"5a6592eb-433e-4701-bf13-dfdd90e98b57","key":"iotdevice"},{"id":"857be0de-4cf8-47c1-8d24-5cc11e52a736","type":"any","value":"d62f82f7-9772-437d-8b85-05005adc5769","key":"iotdeviceport"}]}},"response":[],"_postman_id":"17ffa2e8-aa01-4276-bf83-aedfc2bfa36a"}],"id":"d134a9f3-2cd2-4e5a-95c4-786bd7a79cc9","description":"<p>A device entity represents a sensor or actor in a property.</p>\n<p><strong>Attributes</strong>:</p>\n<ul>\n<li><p>localAksId*: String identifier that identifies the device in the local infrastructure of the associated property. (optional)</p>\n</li>\n<li><p>aksId*: May be the same as localAksID, may also represent a new, or refined AKS-ID specifically for the BAScloud application. (Mandatory)</p>\n</li>\n<li><p>description*: A string describing the device (Mandatory)</p>\n</li>\n<li><p>unit*: The unit for the stored readings that are linked to that device. Only specific unit values are allowed. See list of Units. (Mandatory)</p>\n</li>\n<li><p>uuid*: unique identifier</p>\n</li>\n<li><p>type: bascloud retention type of the device.</p>\n</li>\n<li><p>frequency: frequency of the data flow (see valid values, default: MINUTELY)</p>\n</li>\n<li><p>interval: repition interval of the frequency i.e. 15 for every 15 minutes (default: 15)</p>\n</li>\n<li><p>aggregation: method that is applied to aggregate incoming data in the specified interval (i.e. when more than 1 datapoint is delivered in a configured interval of 15 minutes, the datapoints will get aggregated by i.e. average)</p>\n</li>\n</ul>\n<p><strong>All * attributes are mandatory, due to backwards compatibility, type, frequency, interval, and aggregation have default values when not specified.</strong></p>\n<p>Device Types</p>\n<p>(see DeviceTypes endpoint for detailed information):</p>\n<ul>\n<li><p>SHORT</p>\n</li>\n<li><p>MIDDLE</p>\n</li>\n<li><p>LONG</p>\n</li>\n<li><p>EVENT</p>\n</li>\n<li><p>PAYPERUSE</p>\n</li>\n<li><p>PASSTHROUGH</p>\n</li>\n</ul>\n<p>Frequency valid values:</p>\n<ul>\n<li><p>MINUTELY</p>\n</li>\n<li><p>HOURLY</p>\n</li>\n<li><p>DAILY</p>\n</li>\n<li><p>WEEKLY</p>\n</li>\n<li><p>MONTHLY</p>\n</li>\n<li><p>YEARLY</p>\n</li>\n</ul>\n<p>Aggregation valid values:</p>\n<ul>\n<li><p>AVG</p>\n</li>\n<li><p>MIN</p>\n</li>\n<li><p>MAX</p>\n</li>\n<li><p>FIRST</p>\n</li>\n<li><p>LAST</p>\n</li>\n<li><p>MEDIAN</p>\n</li>\n</ul>\n<p>Unit valid values:</p>\n<p>m, km, cm, mm, µm, nm, m², km², cm², mm², ha, m³, cm³, mm³, L, mL, m³/h, L/h, mL/h, kg, g, mg, µg, t, s, ms, µs, ns, min, h, d, wk, yr, J, kJ, GJ, cal, kcal, Wh, kWh, MWh, eV, W, kW, MW, GW, °C, °F, K, Pa, kPa, bar, atm, Torr, psi, m/s, km/h, kn, Hz, kHz, MHz, GHz, V, kV, VAr, kVAr, A, mA, Ω, C, B, KB, MB, GB, TB, PB, pulse, ping, binary, %, ppm, lm, lx, dB, N.N.</p>\n<p>N.N. (<strong>nomen nominandum</strong>) is to be used as a special case when the value is not yet known.</p>\n<hr />\n<p>Each device has a mandatory relation to one and only one connector and property.</p>\n","event":[{"listen":"prerequest","script":{"id":"b428a16f-c08e-4ac9-aa79-1e218574c11c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0db5e50e-8cc9-45bf-aaaf-60d3b72bab0c","type":"text/javascript","exec":[""]}}],"_postman_id":"d134a9f3-2cd2-4e5a-95c4-786bd7a79cc9","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Readings","item":[{"name":"Retrieve a single reading","id":"bec095a2-f59b-4940-8b0b-dac62ceaba2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/readings/:uuid","description":"<p>The route is used to get a single reading entity.</p>\n<p>It accepts a reading UUID as a path parameter and returns the corresponding reading entity if it exists.</p>\n","urlObject":{"path":["tenants",":tenant","readings",":uuid"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Wherever to apply the factor to the reading value. Default: true</p>\n","type":"text/plain"},"key":"applyFactor","value":"false"}],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of a reading</p>\n","type":"text/plain"},"type":"string","value":"e4b995f8-12af-4b49-8041-ff5f59cfd3a6","key":"uuid"}]}},"response":[{"id":"5ac19382-4fdd-46e0-9bd6-7d441867bc81","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/readings/:uuid","host":["{{url}}"],"path":["tenants",":tenant","readings",":uuid"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"},{"key":"uuid","value":"cc120ad2-e258-4a11-b6e8-eb80b074742c","description":"The UUID of a reading"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"381"},{"key":"ETag","value":"W/\"17d-4kr1ZElGwQaxuH3De/VpdJiaggQ\""},{"key":"Date","value":"Tue, 16 Jul 2019 10:49:49 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"readings\",\n        \"id\": \"cc120ad2-e258-4a11-b6e8-eb80b074742c\",\n        \"links\": {\n            \"self\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/cc120ad2-e258-4a11-b6e8-eb80b074742c\"\n        },\n        \"attributes\": {\n            \"timestamp\": \"2019-06-04T22:16:36.916Z\",\n            \"value\": 16.7337\n        },\n        \"relationships\": {\n            \"device\": {\n                \"links\": {\n                    \"self\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/cc120ad2-e258-4a11-b6e8-eb80b074742c/relationships/device\",\n                    \"related\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/cc120ad2-e258-4a11-b6e8-eb80b074742c/device\"\n                }\n            }\n        }\n    }\n}"},{"id":"4fa9b1c3-1c04-4e95-ac65-2a19ca266235","name":"404 - Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/readings/:uuid","host":["{{url}}"],"path":["tenants",":tenant","readings",":uuid"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"},{"key":"uuid","value":"cc120ad2-e258-4b11-b6e8-eb80b074742c","description":"The UUID of a reading"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"ETag","value":"W/\"8f-VzHpu045NSv4bwC7dbIwr2Hi1T0\""},{"key":"Date","value":"Tue, 16 Jul 2019 10:52:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Entity not found\",\n            \"detail\": \"The Reading with the ID cc120ad2-e258-4b11-b6e8-eb80b074742c was not found!\"\n        }\n    ]\n}"},{"id":"16f033dd-f7c6-46cb-ba76-b92041bf99ac","name":"400 - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/readings/:uuid","host":["{{url}}"],"path":["tenants",":tenant","readings",":uuid"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"},{"key":"uuid","value":"wrong","description":"The UUID of a reading"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"108"},{"key":"ETag","value":"W/\"6c-riK/RTqVhjrunz9hVv3Kyvm7r+8\""},{"key":"Date","value":"Tue, 16 Jul 2019 10:52:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"id must be an UUID\",\n            \"source\": {\n                \"pointer\": \"/id\"\n            }\n        }\n    ]\n}"}],"_postman_id":"bec095a2-f59b-4940-8b0b-dac62ceaba2e"},{"name":"Retrieve a reading collection","id":"714fef8f-52f0-4a46-9d9b-5dfc4cfbed94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/readings","description":"<p>This route is used to get a collection of reading objects. It accepts various query parameter described below. All parameters are <strong>optional</strong>. If there is no reading matching your search parameters an empty array is returned.</p>\n","urlObject":{"path":["tenants",":tenant","readings"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Timestamp - only values after that timestamp are returned</p>\n","type":"text/plain"},"key":"from","value":"2025-04-25T13:07:02.030Z"},{"disabled":true,"description":{"content":"<p>Timestamp - only values before that timestamp are returned</p>\n","type":"text/plain"},"key":"until","value":"2025-04-25T23:07:02.030Z"},{"disabled":true,"description":{"content":"<p>Timestamp - a specific timestamp</p>\n","type":"text/plain"},"key":"timestamp","value":"2021-01-17T14:50:34.069Z"},{"disabled":true,"description":{"content":"<p>A number specifying the value of a reading</p>\n","type":"text/plain"},"key":"value","value":"0"},{"disabled":true,"description":{"content":"<p>UUID - The ID of a device</p>\n","type":"text/plain"},"key":"deviceId","value":"f589145c-afad-4be3-8ca5-bcd2ea99f6a6"},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[size]","value":"1000"},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created after that timestamp are returned</p>\n","type":"text/plain"},"key":"createdFrom","value":"2021-06-29T13:00:57.375Z"},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created before that timestamp are returned</p>\n","type":"text/plain"},"key":"createdUntil","value":"2021-06-29T13:00:57.375Z"},{"disabled":true,"key":"deletedUntil","value":"2024-06-29T13:00:57.375Z"},{"disabled":true,"key":"connectorId","value":"47242395-ac51-4db8-a17d-9f1ad0dc49bf"},{"disabled":true,"key":"propertyId","value":""},{"disabled":true,"description":{"content":"<p>Wherever to apply the factor to the reading value. Default: true</p>\n","type":"text/plain"},"key":"applyFactor","value":"false"},{"disabled":true,"description":{"content":"<p>Triggers the return of an estimate value for specific device readings, the integer specifies how many previous readings should be used for estimation. Only works when deviceId is specified!</p>\n","type":"text/plain"},"key":"estimate","value":"3"}],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"91b87ba4-efee-4bf3-b936-8cca98c09fc5","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/readings?from=2019-06-01T00:00:00Z&until=2019-06-30T00:00:00Z&page[size]=3","host":["{{url}}"],"path":["tenants",":tenant","readings"],"query":[{"key":"from","value":"2019-06-01T00:00:00Z","description":"Timestamp - only values after that timestamp are returned"},{"key":"until","value":"2019-06-30T00:00:00Z","description":"Timestamp - only values before that timestamp are returned"},{"key":"timestamp","value":"","description":"Timestamp - a specific timestamp","disabled":true},{"key":"value","value":"","description":"A number specifying the value of a reading","disabled":true},{"key":"deviceId","value":"abc","description":"UUID - The ID of a device","disabled":true},{"key":"page[size]","value":"3","description":"Described in the top"},{"key":"page[after]","value":"","description":"Described in the top","disabled":true},{"key":"page[before]","value":"","description":"Described in the top","disabled":true}],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1510"},{"key":"ETag","value":"W/\"5e6-QsZ8OPPBxtMzXsFEKIAvwQ7lfYk\""},{"key":"Date","value":"Tue, 16 Jul 2019 10:58:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": {\n        \"first\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings?from=2019-06-01T00:00:00Z&until=2019-06-30T00:00:00Z&page[size]=3\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings?from=2019-06-01T00:00:00Z&until=2019-06-30T00:00:00Z&page[size]=3&page[after]=ODIrMjAxOS0wNi0wNFQxNjo0Mjo1OS44Mjla\"\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 3,\n            \"page\": 1,\n            \"totalPages\": 3\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"readings\",\n            \"id\": \"9f77fcbc-4661-4843-91a9-ade005574cd8\",\n            \"links\": {\n                \"self\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/9f77fcbc-4661-4843-91a9-ade005574cd8\"\n            },\n            \"attributes\": {\n                \"timestamp\": \"2019-06-05T07:00:36.995Z\",\n                \"value\": 0\n            },\n            \"relationships\": {\n\t            \"device\": {\n\t                \"links\": {\n\t                    \"self\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/cc120ad2-e258-4a11-b6e8-eb80b074742c/relationships/device\",\n\t                    \"related\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/cc120ad2-e258-4a11-b6e8-eb80b074742c/device\"\n\t                }\n\t            }\n\t        }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cc120ad2-e258-4a11-b6e8-eb80b074742c\",\n            \"links\": {\n                \"self\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/cc120ad2-e258-4a11-b6e8-eb80b074742c\"\n            },\n            \"attributes\": {\n                \"timestamp\": \"2019-06-04T22:16:36.916Z\",\n                \"value\": 16.7337\n            },\n            \"relationships\": {\n\t            \"device\": {\n\t                \"links\": {\n\t                    \"self\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/cc120ad2-e258-4a11-b6e8-eb80b074742c/relationships/device\",\n\t                    \"related\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/cc120ad2-e258-4a11-b6e8-eb80b074742c/device\"\n\t                }\n\t            }\n\t        }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cd675f0c-57ea-4392-bc43-dc1c3754114f\",\n            \"links\": {\n                \"self\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/cd675f0c-57ea-4392-bc43-dc1c3754114f\"\n            },\n            \"attributes\": {\n                \"timestamp\": \"2019-06-04T16:42:59.829Z\",\n                \"value\": 95233.122\n            },\n            \"relationships\": {\n\t            \"device\": {\n\t                \"links\": {\n\t                    \"self\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/cc120ad2-e258-4a11-b6e8-eb80b074742c/relationships/device\",\n\t                    \"related\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/cc120ad2-e258-4a11-b6e8-eb80b074742c/device\"\n\t                }\n\t            }\n\t        }\n        }\n    ]\n}"},{"id":"33a556b2-3085-4d90-8376-b6872ae09127","name":"400 - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/readings?timestamp=wrong&value=100&page[size]=3","host":["{{url}}"],"path":["tenants",":tenant","readings"],"query":[{"key":"from","value":"2019-06-01T00:00:00Z","description":"Timestamp - only values after that timestamp are returned","disabled":true},{"key":"until","value":"2019-06-30T00:00:00Z","description":"Timestamp - only values before that timestamp are returned","disabled":true},{"key":"timestamp","value":"wrong","description":"Timestamp - a specific timestamp"},{"key":"value","value":"100","description":"A number specifying the value of a reading"},{"key":"deviceId","value":"abc","description":"UUID - The ID of a device","disabled":true},{"key":"page[size]","value":"3","description":"Described in the top"},{"key":"page[after]","value":"","description":"Described in the top","disabled":true},{"key":"page[before]","value":"","description":"Described in the top","disabled":true}],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"ETag","value":"W/\"8f-fibt5ztZjQDgpNg3Kn3gbAtRBAc\""},{"key":"Date","value":"Tue, 16 Jul 2019 11:04:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"timestamp must be a valid ISO 8601 date string\",\n            \"source\": {\n                \"pointer\": \"/timestamp\"\n            }\n        }\n    ]\n}"},{"id":"51b8b75e-e59e-4ef9-b392-1d62830539d5","name":"200 - OK with estimate","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/readings?estimate=3","host":["{{url}}"],"path":["tenants",":tenant","readings"],"query":[{"key":"from","value":"2025-04-25T13:07:02.030Z","description":"Timestamp - only values after that timestamp are returned","disabled":true},{"key":"until","value":"2025-04-25T23:07:02.030Z","description":"Timestamp - only values before that timestamp are returned","disabled":true},{"key":"timestamp","value":"2021-01-17T14:50:34.069Z","description":"Timestamp - a specific timestamp","disabled":true},{"key":"value","value":"0","description":"A number specifying the value of a reading","disabled":true},{"key":"deviceId","value":"f589145c-afad-4be3-8ca5-bcd2ea99f6a6","description":"UUID - The ID of a device","disabled":true},{"key":"page[size]","value":"1000","description":"Described in the top","disabled":true},{"key":"page[after]","value":"","description":"Described in the top","disabled":true},{"key":"page[before]","value":"","description":"Described in the top","disabled":true},{"key":"createdFrom","value":"2021-06-29T13:00:57.375Z","description":"Timestamp- only entities that are created after that timestamp are returned","disabled":true},{"key":"createdUntil","value":"2021-06-29T13:00:57.375Z","description":"Timestamp- only entities that are created before that timestamp are returned","disabled":true},{"key":"deletedUntil","value":"2024-06-29T13:00:57.375Z","disabled":true},{"key":"connectorId","value":"47242395-ac51-4db8-a17d-9f1ad0dc49bf","type":"text","disabled":true},{"key":"propertyId","value":"","type":"text","disabled":true},{"key":"applyFactor","value":"false","description":"Wherever to apply the factor to the reading value. Default: true","disabled":true},{"key":"estimate","value":"3","description":"Triggers the return of an estimate value for specific device readings, the integer specifies how many previous readings should be used for estimation. Only works when deviceId is specified!"}],"variable":[{"key":"tenant","value":"{{tenant}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"a33bd-aLgeegwgIKDywnJFs3LMs8CSK6U\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-context","value":"appId=cid-v1:e1f2d888-4ef9-4bc6-8cac-737b46254b90"},{"key":"Date","value":"Tue, 05 Aug 2025 14:59:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings?applyFactor=true&deviceId=f589145c-afad-4be3-8ca5-bcd2ea99f6a6&estimate=3&page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings?applyFactor=true&deviceId=f589145c-afad-4be3-8ca5-bcd2ea99f6a6&estimate=3&page[size]=1000&page[after]=ODM0KzIwMjUtMDctMjZUMDU6MjI6MDQuNTc4Wg\"\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 57,\n            \"count\": 56859\n        },\n        \"estimate\": {\n            \"value\": 4040041,\n            \"model\": \"mzscore\",\n            \"bounds\": {\n                \"lower\": 4039973.5426241662,\n                \"upper\": 4040108.4573758338\n            }\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"readings\",\n            \"id\": \"87ba1008-12bd-4b71-bed7-04108f1febbb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/87ba1008-12bd-4b71-bed7-04108f1febbb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T14:46:04.955Z\",\n                \"updatedAt\": \"2025-08-05T14:46:04.955Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T14:46:04.934Z\",\n                \"value\": 4040010,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/87ba1008-12bd-4b71-bed7-04108f1febbb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/87ba1008-12bd-4b71-bed7-04108f1febbb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"953e02da-13df-4051-91fc-2fde7087950e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/953e02da-13df-4051-91fc-2fde7087950e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T14:31:04.953Z\",\n                \"updatedAt\": \"2025-08-05T14:31:04.953Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T14:31:04.932Z\",\n                \"value\": 4039996,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/953e02da-13df-4051-91fc-2fde7087950e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/953e02da-13df-4051-91fc-2fde7087950e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8e7e54dd-9d36-4c14-bedf-4247a720805f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8e7e54dd-9d36-4c14-bedf-4247a720805f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T14:16:04.939Z\",\n                \"updatedAt\": \"2025-08-05T14:16:04.939Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T14:16:04.918Z\",\n                \"value\": 4039952,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8e7e54dd-9d36-4c14-bedf-4247a720805f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8e7e54dd-9d36-4c14-bedf-4247a720805f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"807aec78-c19b-4d09-a75f-8488295cf983\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/807aec78-c19b-4d09-a75f-8488295cf983\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T14:01:05.010Z\",\n                \"updatedAt\": \"2025-08-05T14:01:05.010Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T14:01:04.968Z\",\n                \"value\": 4039921,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/807aec78-c19b-4d09-a75f-8488295cf983/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/807aec78-c19b-4d09-a75f-8488295cf983/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7eb7c838-b9e6-4113-932a-4af2d864f412\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7eb7c838-b9e6-4113-932a-4af2d864f412\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T13:46:04.880Z\",\n                \"updatedAt\": \"2025-08-05T13:46:04.880Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T13:46:04.834Z\",\n                \"value\": 4039907,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7eb7c838-b9e6-4113-932a-4af2d864f412/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7eb7c838-b9e6-4113-932a-4af2d864f412/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"03aa406a-d147-4289-8a5a-e3087083ba7e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03aa406a-d147-4289-8a5a-e3087083ba7e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T13:31:04.948Z\",\n                \"updatedAt\": \"2025-08-05T13:31:04.948Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T13:31:04.926Z\",\n                \"value\": 4039893,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03aa406a-d147-4289-8a5a-e3087083ba7e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03aa406a-d147-4289-8a5a-e3087083ba7e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6d46950e-4888-40ee-9611-c1509331328e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d46950e-4888-40ee-9611-c1509331328e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T13:16:04.850Z\",\n                \"updatedAt\": \"2025-08-05T13:16:04.850Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T13:16:04.827Z\",\n                \"value\": 4039879,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d46950e-4888-40ee-9611-c1509331328e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d46950e-4888-40ee-9611-c1509331328e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3768c7eb-33a0-4051-a55e-4664bec9a8fe\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3768c7eb-33a0-4051-a55e-4664bec9a8fe\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T13:01:04.824Z\",\n                \"updatedAt\": \"2025-08-05T13:01:04.824Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T13:01:04.801Z\",\n                \"value\": 4039848,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3768c7eb-33a0-4051-a55e-4664bec9a8fe/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3768c7eb-33a0-4051-a55e-4664bec9a8fe/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1b767b3f-c55c-4b0f-abe2-3ca0963b6e85\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b767b3f-c55c-4b0f-abe2-3ca0963b6e85\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T12:46:04.825Z\",\n                \"updatedAt\": \"2025-08-05T12:46:04.825Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T12:46:04.804Z\",\n                \"value\": 4039834,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b767b3f-c55c-4b0f-abe2-3ca0963b6e85/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b767b3f-c55c-4b0f-abe2-3ca0963b6e85/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"02fb14a7-614f-4e2c-97dc-292883bcc91d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/02fb14a7-614f-4e2c-97dc-292883bcc91d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T12:31:04.876Z\",\n                \"updatedAt\": \"2025-08-05T12:31:04.876Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T12:31:04.849Z\",\n                \"value\": 4039820,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/02fb14a7-614f-4e2c-97dc-292883bcc91d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/02fb14a7-614f-4e2c-97dc-292883bcc91d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9d04d2f6-5354-48dc-9cc2-f09fac3e232d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d04d2f6-5354-48dc-9cc2-f09fac3e232d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T12:16:04.752Z\",\n                \"updatedAt\": \"2025-08-05T12:16:04.752Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T12:16:04.731Z\",\n                \"value\": 4039775,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d04d2f6-5354-48dc-9cc2-f09fac3e232d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d04d2f6-5354-48dc-9cc2-f09fac3e232d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"472efcd4-cafb-473e-bd80-ed02558e8896\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/472efcd4-cafb-473e-bd80-ed02558e8896\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T12:01:04.753Z\",\n                \"updatedAt\": \"2025-08-05T12:01:04.753Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T12:01:04.728Z\",\n                \"value\": 4039744,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/472efcd4-cafb-473e-bd80-ed02558e8896/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/472efcd4-cafb-473e-bd80-ed02558e8896/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c405a310-80f6-4fe1-8803-29ed99f8a289\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c405a310-80f6-4fe1-8803-29ed99f8a289\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T11:46:04.723Z\",\n                \"updatedAt\": \"2025-08-05T11:46:04.723Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T11:46:04.702Z\",\n                \"value\": 4039731,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c405a310-80f6-4fe1-8803-29ed99f8a289/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c405a310-80f6-4fe1-8803-29ed99f8a289/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0d73558e-4fbc-4ebc-b2c8-ef25dbe65f3c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0d73558e-4fbc-4ebc-b2c8-ef25dbe65f3c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T11:31:04.782Z\",\n                \"updatedAt\": \"2025-08-05T11:31:04.782Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T11:31:04.758Z\",\n                \"value\": 4039717,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0d73558e-4fbc-4ebc-b2c8-ef25dbe65f3c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0d73558e-4fbc-4ebc-b2c8-ef25dbe65f3c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7cdcc7cb-cd91-4f94-ad65-a4a603f4802f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cdcc7cb-cd91-4f94-ad65-a4a603f4802f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T11:16:04.676Z\",\n                \"updatedAt\": \"2025-08-05T11:16:04.676Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T11:16:04.652Z\",\n                \"value\": 4039703,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cdcc7cb-cd91-4f94-ad65-a4a603f4802f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cdcc7cb-cd91-4f94-ad65-a4a603f4802f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f0a9de82-cb4c-490e-a71a-d23877e685c3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f0a9de82-cb4c-490e-a71a-d23877e685c3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T11:01:04.710Z\",\n                \"updatedAt\": \"2025-08-05T11:01:04.710Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T11:01:04.651Z\",\n                \"value\": 4039672,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f0a9de82-cb4c-490e-a71a-d23877e685c3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f0a9de82-cb4c-490e-a71a-d23877e685c3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b1f94a6f-6901-4ec2-9434-82f97f9270e9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b1f94a6f-6901-4ec2-9434-82f97f9270e9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T10:46:04.655Z\",\n                \"updatedAt\": \"2025-08-05T10:46:04.655Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T10:46:04.633Z\",\n                \"value\": 4039658,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b1f94a6f-6901-4ec2-9434-82f97f9270e9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b1f94a6f-6901-4ec2-9434-82f97f9270e9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9f6e4de1-1c29-49e1-ba2c-66925d18297d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f6e4de1-1c29-49e1-ba2c-66925d18297d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T10:31:04.740Z\",\n                \"updatedAt\": \"2025-08-05T10:31:04.740Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T10:31:04.719Z\",\n                \"value\": 4039645,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f6e4de1-1c29-49e1-ba2c-66925d18297d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f6e4de1-1c29-49e1-ba2c-66925d18297d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"85617c95-fb8f-4da1-a9c8-e4f7743c3c2b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/85617c95-fb8f-4da1-a9c8-e4f7743c3c2b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T10:16:04.645Z\",\n                \"updatedAt\": \"2025-08-05T10:16:04.645Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T10:16:04.615Z\",\n                \"value\": 4039631,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/85617c95-fb8f-4da1-a9c8-e4f7743c3c2b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/85617c95-fb8f-4da1-a9c8-e4f7743c3c2b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5a5d4741-b5ec-44b5-aac4-91558eb90d4c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a5d4741-b5ec-44b5-aac4-91558eb90d4c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T10:01:04.563Z\",\n                \"updatedAt\": \"2025-08-05T10:01:04.563Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T10:01:04.541Z\",\n                \"value\": 4039568,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a5d4741-b5ec-44b5-aac4-91558eb90d4c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a5d4741-b5ec-44b5-aac4-91558eb90d4c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e6bee04c-fcdc-40f5-8979-4e80fe5f31e2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e6bee04c-fcdc-40f5-8979-4e80fe5f31e2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T09:46:04.571Z\",\n                \"updatedAt\": \"2025-08-05T09:46:04.571Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T09:46:04.550Z\",\n                \"value\": 4039554,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e6bee04c-fcdc-40f5-8979-4e80fe5f31e2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e6bee04c-fcdc-40f5-8979-4e80fe5f31e2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b5ce64d8-b70e-4be5-b615-71ef8f31f8ab\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b5ce64d8-b70e-4be5-b615-71ef8f31f8ab\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T09:31:04.634Z\",\n                \"updatedAt\": \"2025-08-05T09:31:04.634Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T09:31:04.612Z\",\n                \"value\": 4039540,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b5ce64d8-b70e-4be5-b615-71ef8f31f8ab/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b5ce64d8-b70e-4be5-b615-71ef8f31f8ab/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ffcceb2e-c827-454b-bb48-9d8470206089\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ffcceb2e-c827-454b-bb48-9d8470206089\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T09:16:04.528Z\",\n                \"updatedAt\": \"2025-08-05T09:16:04.528Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T09:16:04.504Z\",\n                \"value\": 4039526,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ffcceb2e-c827-454b-bb48-9d8470206089/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ffcceb2e-c827-454b-bb48-9d8470206089/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c31c317f-99b2-4197-a963-78e907149e42\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c31c317f-99b2-4197-a963-78e907149e42\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T09:01:04.623Z\",\n                \"updatedAt\": \"2025-08-05T09:01:04.623Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T09:01:04.599Z\",\n                \"value\": 4039496,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c31c317f-99b2-4197-a963-78e907149e42/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c31c317f-99b2-4197-a963-78e907149e42/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"be5b9408-d4ba-4294-b83f-740057cef0b8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/be5b9408-d4ba-4294-b83f-740057cef0b8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T08:46:04.501Z\",\n                \"updatedAt\": \"2025-08-05T08:46:04.501Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T08:46:04.480Z\",\n                \"value\": 4039482,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/be5b9408-d4ba-4294-b83f-740057cef0b8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/be5b9408-d4ba-4294-b83f-740057cef0b8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9734e8e0-1a5f-437f-ac0b-864d01e2b74c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9734e8e0-1a5f-437f-ac0b-864d01e2b74c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T08:31:04.554Z\",\n                \"updatedAt\": \"2025-08-05T08:31:04.554Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T08:31:04.532Z\",\n                \"value\": 4039468,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9734e8e0-1a5f-437f-ac0b-864d01e2b74c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9734e8e0-1a5f-437f-ac0b-864d01e2b74c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d07245fc-9a27-4e04-a826-243a54e088f1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d07245fc-9a27-4e04-a826-243a54e088f1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T08:16:04.462Z\",\n                \"updatedAt\": \"2025-08-05T08:16:04.462Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T08:16:04.439Z\",\n                \"value\": 4039455,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d07245fc-9a27-4e04-a826-243a54e088f1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d07245fc-9a27-4e04-a826-243a54e088f1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8d90d02d-f90c-4a2a-8c18-16ae05c0238c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8d90d02d-f90c-4a2a-8c18-16ae05c0238c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T08:01:04.484Z\",\n                \"updatedAt\": \"2025-08-05T08:01:04.484Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T08:01:04.439Z\",\n                \"value\": 4039390,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8d90d02d-f90c-4a2a-8c18-16ae05c0238c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8d90d02d-f90c-4a2a-8c18-16ae05c0238c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a7c46e4e-9c88-47e3-b894-c3e0895b290d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7c46e4e-9c88-47e3-b894-c3e0895b290d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T07:46:04.443Z\",\n                \"updatedAt\": \"2025-08-05T07:46:04.443Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T07:46:04.400Z\",\n                \"value\": 4039376,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7c46e4e-9c88-47e3-b894-c3e0895b290d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7c46e4e-9c88-47e3-b894-c3e0895b290d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a830c9e9-ff95-4229-be16-62f23617a70c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a830c9e9-ff95-4229-be16-62f23617a70c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T07:31:04.375Z\",\n                \"updatedAt\": \"2025-08-05T07:31:04.375Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T07:31:04.353Z\",\n                \"value\": 4039363,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a830c9e9-ff95-4229-be16-62f23617a70c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a830c9e9-ff95-4229-be16-62f23617a70c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fa27b465-751d-40b2-8c49-1e8f9076dd37\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa27b465-751d-40b2-8c49-1e8f9076dd37\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T07:16:04.368Z\",\n                \"updatedAt\": \"2025-08-05T07:16:04.368Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T07:16:04.340Z\",\n                \"value\": 4039349,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa27b465-751d-40b2-8c49-1e8f9076dd37/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa27b465-751d-40b2-8c49-1e8f9076dd37/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9ae8fe52-2212-4ee8-91fc-29bdb6d382fa\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9ae8fe52-2212-4ee8-91fc-29bdb6d382fa\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T07:01:04.340Z\",\n                \"updatedAt\": \"2025-08-05T07:01:04.340Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T07:01:04.313Z\",\n                \"value\": 4039318,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9ae8fe52-2212-4ee8-91fc-29bdb6d382fa/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9ae8fe52-2212-4ee8-91fc-29bdb6d382fa/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6a2cc394-6fba-4afd-a66a-fef63039f66b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6a2cc394-6fba-4afd-a66a-fef63039f66b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T06:46:04.436Z\",\n                \"updatedAt\": \"2025-08-05T06:46:04.436Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T06:46:04.413Z\",\n                \"value\": 4039305,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6a2cc394-6fba-4afd-a66a-fef63039f66b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6a2cc394-6fba-4afd-a66a-fef63039f66b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3ec534b9-f871-4baf-8b42-a9984f583488\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ec534b9-f871-4baf-8b42-a9984f583488\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T06:31:04.350Z\",\n                \"updatedAt\": \"2025-08-05T06:31:04.350Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T06:31:04.325Z\",\n                \"value\": 4039291,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ec534b9-f871-4baf-8b42-a9984f583488/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ec534b9-f871-4baf-8b42-a9984f583488/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"466aa36d-757e-49ce-a2d7-d0c06ca8a5bd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/466aa36d-757e-49ce-a2d7-d0c06ca8a5bd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T06:16:04.375Z\",\n                \"updatedAt\": \"2025-08-05T06:16:04.375Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T06:16:04.355Z\",\n                \"value\": 4039251,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/466aa36d-757e-49ce-a2d7-d0c06ca8a5bd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/466aa36d-757e-49ce-a2d7-d0c06ca8a5bd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f7bc18a2-85d3-46c9-b52c-3401bdc8e9ce\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f7bc18a2-85d3-46c9-b52c-3401bdc8e9ce\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T06:01:04.267Z\",\n                \"updatedAt\": \"2025-08-05T06:01:04.267Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T06:01:04.245Z\",\n                \"value\": 4039191,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f7bc18a2-85d3-46c9-b52c-3401bdc8e9ce/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f7bc18a2-85d3-46c9-b52c-3401bdc8e9ce/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"db332cff-da77-4ad3-95a9-70e1dc9a9163\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/db332cff-da77-4ad3-95a9-70e1dc9a9163\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T05:46:04.245Z\",\n                \"updatedAt\": \"2025-08-05T05:46:04.245Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T05:46:04.223Z\",\n                \"value\": 4039177,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/db332cff-da77-4ad3-95a9-70e1dc9a9163/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/db332cff-da77-4ad3-95a9-70e1dc9a9163/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"81998ffc-0ffa-44ca-bad3-0fd122acac67\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/81998ffc-0ffa-44ca-bad3-0fd122acac67\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T05:31:04.204Z\",\n                \"updatedAt\": \"2025-08-05T05:31:04.204Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T05:31:04.181Z\",\n                \"value\": 4039164,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/81998ffc-0ffa-44ca-bad3-0fd122acac67/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/81998ffc-0ffa-44ca-bad3-0fd122acac67/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"540124b9-57da-4f58-a6f0-1cd2064c05f7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/540124b9-57da-4f58-a6f0-1cd2064c05f7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T05:16:04.322Z\",\n                \"updatedAt\": \"2025-08-05T05:16:04.322Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T05:16:04.298Z\",\n                \"value\": 4039150,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/540124b9-57da-4f58-a6f0-1cd2064c05f7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/540124b9-57da-4f58-a6f0-1cd2064c05f7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d99d28bf-befd-4f68-aa6d-13cc6ea27f2c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d99d28bf-befd-4f68-aa6d-13cc6ea27f2c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T05:01:04.192Z\",\n                \"updatedAt\": \"2025-08-05T05:01:04.192Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T05:01:04.168Z\",\n                \"value\": 4039120,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d99d28bf-befd-4f68-aa6d-13cc6ea27f2c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d99d28bf-befd-4f68-aa6d-13cc6ea27f2c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"226896fe-8fca-4526-8e53-8b01fe3bde6a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/226896fe-8fca-4526-8e53-8b01fe3bde6a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T04:46:04.277Z\",\n                \"updatedAt\": \"2025-08-05T04:46:04.277Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T04:46:04.232Z\",\n                \"value\": 4039106,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/226896fe-8fca-4526-8e53-8b01fe3bde6a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/226896fe-8fca-4526-8e53-8b01fe3bde6a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c244261c-b613-4f38-9516-d57fabca31f3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c244261c-b613-4f38-9516-d57fabca31f3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T04:31:04.164Z\",\n                \"updatedAt\": \"2025-08-05T04:31:04.164Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T04:31:04.114Z\",\n                \"value\": 4039093,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c244261c-b613-4f38-9516-d57fabca31f3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c244261c-b613-4f38-9516-d57fabca31f3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d4d927b2-2194-41eb-82aa-fcf51a27ccb4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4d927b2-2194-41eb-82aa-fcf51a27ccb4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T04:16:04.131Z\",\n                \"updatedAt\": \"2025-08-05T04:16:04.131Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T04:16:04.088Z\",\n                \"value\": 4039033,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4d927b2-2194-41eb-82aa-fcf51a27ccb4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4d927b2-2194-41eb-82aa-fcf51a27ccb4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6d6376a1-a281-41e6-95ab-3ab6b597d6f1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d6376a1-a281-41e6-95ab-3ab6b597d6f1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T04:01:04.111Z\",\n                \"updatedAt\": \"2025-08-05T04:01:04.111Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T04:01:04.089Z\",\n                \"value\": 4039019,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d6376a1-a281-41e6-95ab-3ab6b597d6f1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d6376a1-a281-41e6-95ab-3ab6b597d6f1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"47d04c97-b0ef-4c08-8b77-16b7c5d2aced\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/47d04c97-b0ef-4c08-8b77-16b7c5d2aced\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T03:46:04.192Z\",\n                \"updatedAt\": \"2025-08-05T03:46:04.192Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T03:46:04.169Z\",\n                \"value\": 4039006,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/47d04c97-b0ef-4c08-8b77-16b7c5d2aced/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/47d04c97-b0ef-4c08-8b77-16b7c5d2aced/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b9af24fb-adf8-45bd-9823-507e2108a503\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b9af24fb-adf8-45bd-9823-507e2108a503\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T03:31:04.053Z\",\n                \"updatedAt\": \"2025-08-05T03:31:04.053Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T03:31:04.030Z\",\n                \"value\": 4038992,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b9af24fb-adf8-45bd-9823-507e2108a503/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b9af24fb-adf8-45bd-9823-507e2108a503/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cb0b1cb6-c437-4c0f-9a4b-fb6f543d590f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb0b1cb6-c437-4c0f-9a4b-fb6f543d590f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T03:16:04.034Z\",\n                \"updatedAt\": \"2025-08-05T03:16:04.034Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T03:16:04.010Z\",\n                \"value\": 4038967,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb0b1cb6-c437-4c0f-9a4b-fb6f543d590f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb0b1cb6-c437-4c0f-9a4b-fb6f543d590f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b6c0421d-53aa-4395-aef3-2e16843c6b81\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b6c0421d-53aa-4395-aef3-2e16843c6b81\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T03:01:04.065Z\",\n                \"updatedAt\": \"2025-08-05T03:01:04.065Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T03:01:04.039Z\",\n                \"value\": 4038947,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b6c0421d-53aa-4395-aef3-2e16843c6b81/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b6c0421d-53aa-4395-aef3-2e16843c6b81/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0ee70fca-9e06-49a9-8439-f9a721aaffcb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ee70fca-9e06-49a9-8439-f9a721aaffcb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T02:46:04.095Z\",\n                \"updatedAt\": \"2025-08-05T02:46:04.095Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T02:46:04.071Z\",\n                \"value\": 4038934,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ee70fca-9e06-49a9-8439-f9a721aaffcb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ee70fca-9e06-49a9-8439-f9a721aaffcb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"01592c29-c7f8-4f56-9fac-194f3a1e4cd8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/01592c29-c7f8-4f56-9fac-194f3a1e4cd8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T02:31:03.991Z\",\n                \"updatedAt\": \"2025-08-05T02:31:03.991Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T02:31:03.968Z\",\n                \"value\": 4038920,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/01592c29-c7f8-4f56-9fac-194f3a1e4cd8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/01592c29-c7f8-4f56-9fac-194f3a1e4cd8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d08f73d1-d4f8-4fc6-9392-73af20a4dc00\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d08f73d1-d4f8-4fc6-9392-73af20a4dc00\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T02:16:04.050Z\",\n                \"updatedAt\": \"2025-08-05T02:16:04.050Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T02:16:04.027Z\",\n                \"value\": 4038874,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d08f73d1-d4f8-4fc6-9392-73af20a4dc00/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d08f73d1-d4f8-4fc6-9392-73af20a4dc00/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b0a3ed30-8ddc-43ce-bedc-9815c0ff315d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b0a3ed30-8ddc-43ce-bedc-9815c0ff315d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T02:01:03.984Z\",\n                \"updatedAt\": \"2025-08-05T02:01:03.984Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T02:01:03.961Z\",\n                \"value\": 4038843,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b0a3ed30-8ddc-43ce-bedc-9815c0ff315d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b0a3ed30-8ddc-43ce-bedc-9815c0ff315d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4b9e67f9-1a48-4365-8dc7-4dc0cfaca322\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4b9e67f9-1a48-4365-8dc7-4dc0cfaca322\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T01:46:04.074Z\",\n                \"updatedAt\": \"2025-08-05T01:46:04.074Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T01:46:04.031Z\",\n                \"value\": 4038829,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4b9e67f9-1a48-4365-8dc7-4dc0cfaca322/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4b9e67f9-1a48-4365-8dc7-4dc0cfaca322/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4c2b766f-d430-4bc9-af15-c794d29b02f3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4c2b766f-d430-4bc9-af15-c794d29b02f3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T01:31:03.928Z\",\n                \"updatedAt\": \"2025-08-05T01:31:03.928Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T01:31:03.881Z\",\n                \"value\": 4038816,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4c2b766f-d430-4bc9-af15-c794d29b02f3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4c2b766f-d430-4bc9-af15-c794d29b02f3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d5b5c8ca-1fd6-45e4-9954-312c9ba282bc\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5b5c8ca-1fd6-45e4-9954-312c9ba282bc\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T01:16:03.883Z\",\n                \"updatedAt\": \"2025-08-05T01:16:03.883Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T01:16:03.857Z\",\n                \"value\": 4038785,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5b5c8ca-1fd6-45e4-9954-312c9ba282bc/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5b5c8ca-1fd6-45e4-9954-312c9ba282bc/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6617b1ed-afe2-4c36-ac85-cb75462845f4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6617b1ed-afe2-4c36-ac85-cb75462845f4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T01:01:03.873Z\",\n                \"updatedAt\": \"2025-08-05T01:01:03.873Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T01:01:03.847Z\",\n                \"value\": 4038771,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6617b1ed-afe2-4c36-ac85-cb75462845f4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6617b1ed-afe2-4c36-ac85-cb75462845f4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5e1bc674-7191-4503-89bd-0d7b57b666cf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5e1bc674-7191-4503-89bd-0d7b57b666cf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T00:46:03.870Z\",\n                \"updatedAt\": \"2025-08-05T00:46:03.870Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T00:46:03.842Z\",\n                \"value\": 4038757,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5e1bc674-7191-4503-89bd-0d7b57b666cf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5e1bc674-7191-4503-89bd-0d7b57b666cf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"212ba5ae-491a-4b9f-9c0e-1c8dcf05fad7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/212ba5ae-491a-4b9f-9c0e-1c8dcf05fad7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T00:31:03.836Z\",\n                \"updatedAt\": \"2025-08-05T00:31:03.836Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T00:31:03.812Z\",\n                \"value\": 4038744,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/212ba5ae-491a-4b9f-9c0e-1c8dcf05fad7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/212ba5ae-491a-4b9f-9c0e-1c8dcf05fad7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f72cc32f-66de-4d3c-a76c-14502773aa63\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f72cc32f-66de-4d3c-a76c-14502773aa63\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T00:16:03.841Z\",\n                \"updatedAt\": \"2025-08-05T00:16:03.841Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T00:16:03.817Z\",\n                \"value\": 4038682,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f72cc32f-66de-4d3c-a76c-14502773aa63/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f72cc32f-66de-4d3c-a76c-14502773aa63/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5fcc6811-ed88-4972-b2ec-a8fb79e4e901\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5fcc6811-ed88-4972-b2ec-a8fb79e4e901\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-05T00:01:03.897Z\",\n                \"updatedAt\": \"2025-08-05T00:01:03.897Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-05T00:01:03.873Z\",\n                \"value\": 4038668,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5fcc6811-ed88-4972-b2ec-a8fb79e4e901/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5fcc6811-ed88-4972-b2ec-a8fb79e4e901/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2706c6e6-bf40-4ed0-9727-6dd207f40576\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2706c6e6-bf40-4ed0-9727-6dd207f40576\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T23:46:03.791Z\",\n                \"updatedAt\": \"2025-08-04T23:46:03.791Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T23:46:03.768Z\",\n                \"value\": 4038654,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2706c6e6-bf40-4ed0-9727-6dd207f40576/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2706c6e6-bf40-4ed0-9727-6dd207f40576/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7d54c51c-b39b-4994-8b62-f27227b7010b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7d54c51c-b39b-4994-8b62-f27227b7010b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T23:31:03.869Z\",\n                \"updatedAt\": \"2025-08-04T23:31:03.869Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T23:31:03.845Z\",\n                \"value\": 4038640,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7d54c51c-b39b-4994-8b62-f27227b7010b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7d54c51c-b39b-4994-8b62-f27227b7010b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8fa6ba9e-0fd6-4894-8520-9e774cb6e3a6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8fa6ba9e-0fd6-4894-8520-9e774cb6e3a6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T23:16:03.731Z\",\n                \"updatedAt\": \"2025-08-04T23:16:03.731Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T23:16:03.705Z\",\n                \"value\": 4038609,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8fa6ba9e-0fd6-4894-8520-9e774cb6e3a6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8fa6ba9e-0fd6-4894-8520-9e774cb6e3a6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c5dde920-19ba-4ef1-b7c7-02869a200af9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5dde920-19ba-4ef1-b7c7-02869a200af9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T23:01:03.745Z\",\n                \"updatedAt\": \"2025-08-04T23:01:03.745Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T23:01:03.690Z\",\n                \"value\": 4038595,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5dde920-19ba-4ef1-b7c7-02869a200af9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5dde920-19ba-4ef1-b7c7-02869a200af9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2592ba3f-b3cb-4b03-b899-12de10b001e6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2592ba3f-b3cb-4b03-b899-12de10b001e6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T22:46:03.713Z\",\n                \"updatedAt\": \"2025-08-04T22:46:03.713Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T22:46:03.661Z\",\n                \"value\": 4038582,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2592ba3f-b3cb-4b03-b899-12de10b001e6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2592ba3f-b3cb-4b03-b899-12de10b001e6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d9c156ba-2b23-4809-a8f2-a2987f4c7f07\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d9c156ba-2b23-4809-a8f2-a2987f4c7f07\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T22:31:03.766Z\",\n                \"updatedAt\": \"2025-08-04T22:31:03.766Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T22:31:03.741Z\",\n                \"value\": 4038568,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d9c156ba-2b23-4809-a8f2-a2987f4c7f07/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d9c156ba-2b23-4809-a8f2-a2987f4c7f07/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5f3212e4-6860-4806-bccd-f7bfe26f2cb2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5f3212e4-6860-4806-bccd-f7bfe26f2cb2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T22:16:03.676Z\",\n                \"updatedAt\": \"2025-08-04T22:16:03.676Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T22:16:03.650Z\",\n                \"value\": 4038522,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5f3212e4-6860-4806-bccd-f7bfe26f2cb2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5f3212e4-6860-4806-bccd-f7bfe26f2cb2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6029a2ba-5acd-480d-b0d8-d37a293df113\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6029a2ba-5acd-480d-b0d8-d37a293df113\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T22:01:03.662Z\",\n                \"updatedAt\": \"2025-08-04T22:01:03.662Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T22:01:03.639Z\",\n                \"value\": 4038487,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6029a2ba-5acd-480d-b0d8-d37a293df113/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6029a2ba-5acd-480d-b0d8-d37a293df113/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f25aa174-8468-4e52-a753-2c8ed600195a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f25aa174-8468-4e52-a753-2c8ed600195a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T21:46:03.622Z\",\n                \"updatedAt\": \"2025-08-04T21:46:03.622Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T21:46:03.599Z\",\n                \"value\": 4038473,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f25aa174-8468-4e52-a753-2c8ed600195a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f25aa174-8468-4e52-a753-2c8ed600195a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c5f8fda2-bc04-4d28-b19f-d72d3ca3b252\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5f8fda2-bc04-4d28-b19f-d72d3ca3b252\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T21:31:03.718Z\",\n                \"updatedAt\": \"2025-08-04T21:31:03.718Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T21:31:03.693Z\",\n                \"value\": 4038459,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5f8fda2-bc04-4d28-b19f-d72d3ca3b252/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5f8fda2-bc04-4d28-b19f-d72d3ca3b252/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"07fae452-f5a2-44fb-9cd9-5a2867bb27d5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/07fae452-f5a2-44fb-9cd9-5a2867bb27d5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T21:16:04.401Z\",\n                \"updatedAt\": \"2025-08-04T21:16:04.401Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T21:16:04.372Z\",\n                \"value\": 4038445,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/07fae452-f5a2-44fb-9cd9-5a2867bb27d5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/07fae452-f5a2-44fb-9cd9-5a2867bb27d5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1bc81922-4bf7-4c55-b045-46ba0a2ab304\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1bc81922-4bf7-4c55-b045-46ba0a2ab304\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T21:01:03.551Z\",\n                \"updatedAt\": \"2025-08-04T21:01:03.551Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T21:01:03.524Z\",\n                \"value\": 4038431,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1bc81922-4bf7-4c55-b045-46ba0a2ab304/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1bc81922-4bf7-4c55-b045-46ba0a2ab304/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2988dafc-8f8c-4c04-8076-ca16feed0cfb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2988dafc-8f8c-4c04-8076-ca16feed0cfb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T20:46:03.561Z\",\n                \"updatedAt\": \"2025-08-04T20:46:03.561Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T20:46:03.532Z\",\n                \"value\": 4038397,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2988dafc-8f8c-4c04-8076-ca16feed0cfb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2988dafc-8f8c-4c04-8076-ca16feed0cfb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"52e0efeb-eb71-43df-9294-d147cf3cc51c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/52e0efeb-eb71-43df-9294-d147cf3cc51c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T20:31:03.619Z\",\n                \"updatedAt\": \"2025-08-04T20:31:03.619Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T20:31:03.592Z\",\n                \"value\": 4038383,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/52e0efeb-eb71-43df-9294-d147cf3cc51c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/52e0efeb-eb71-43df-9294-d147cf3cc51c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e2902a0f-38b7-4440-8e70-d2f236ae0211\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2902a0f-38b7-4440-8e70-d2f236ae0211\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T20:16:03.502Z\",\n                \"updatedAt\": \"2025-08-04T20:16:03.502Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T20:16:03.476Z\",\n                \"value\": 4038339,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2902a0f-38b7-4440-8e70-d2f236ae0211/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2902a0f-38b7-4440-8e70-d2f236ae0211/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"034ba4a6-ed80-43ab-9111-e1aad84a4d6f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/034ba4a6-ed80-43ab-9111-e1aad84a4d6f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T20:01:03.606Z\",\n                \"updatedAt\": \"2025-08-04T20:01:03.606Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T20:01:03.580Z\",\n                \"value\": 4038297,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/034ba4a6-ed80-43ab-9111-e1aad84a4d6f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/034ba4a6-ed80-43ab-9111-e1aad84a4d6f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"842d37c5-31f3-45b9-944a-98c808830485\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/842d37c5-31f3-45b9-944a-98c808830485\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T19:46:03.503Z\",\n                \"updatedAt\": \"2025-08-04T19:46:03.503Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T19:46:03.478Z\",\n                \"value\": 4038267,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/842d37c5-31f3-45b9-944a-98c808830485/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/842d37c5-31f3-45b9-944a-98c808830485/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"373d99b6-7c3f-42d0-8ba5-ee35a124f9e2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/373d99b6-7c3f-42d0-8ba5-ee35a124f9e2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T19:31:03.556Z\",\n                \"updatedAt\": \"2025-08-04T19:31:03.556Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T19:31:03.531Z\",\n                \"value\": 4038253,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/373d99b6-7c3f-42d0-8ba5-ee35a124f9e2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/373d99b6-7c3f-42d0-8ba5-ee35a124f9e2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9feea9bd-c2c3-4c33-9413-793712248e7e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9feea9bd-c2c3-4c33-9413-793712248e7e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T19:16:03.430Z\",\n                \"updatedAt\": \"2025-08-04T19:16:03.430Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T19:16:03.402Z\",\n                \"value\": 4038239,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9feea9bd-c2c3-4c33-9413-793712248e7e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9feea9bd-c2c3-4c33-9413-793712248e7e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b5d97bbd-f0d7-4c39-8225-f81d701c370c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b5d97bbd-f0d7-4c39-8225-f81d701c370c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T19:01:03.458Z\",\n                \"updatedAt\": \"2025-08-04T19:01:03.458Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T19:01:03.409Z\",\n                \"value\": 4038225,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b5d97bbd-f0d7-4c39-8225-f81d701c370c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b5d97bbd-f0d7-4c39-8225-f81d701c370c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bdb97383-866e-4818-a924-b49ff0f479b3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bdb97383-866e-4818-a924-b49ff0f479b3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T18:46:03.416Z\",\n                \"updatedAt\": \"2025-08-04T18:46:03.416Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T18:46:03.364Z\",\n                \"value\": 4038195,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bdb97383-866e-4818-a924-b49ff0f479b3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bdb97383-866e-4818-a924-b49ff0f479b3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"58b9217c-5fdb-4fea-8cb6-cf9d357d71ed\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/58b9217c-5fdb-4fea-8cb6-cf9d357d71ed\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T18:31:03.393Z\",\n                \"updatedAt\": \"2025-08-04T18:31:03.393Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T18:31:03.363Z\",\n                \"value\": 4038181,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/58b9217c-5fdb-4fea-8cb6-cf9d357d71ed/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/58b9217c-5fdb-4fea-8cb6-cf9d357d71ed/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"df40ec39-6d31-4b1e-bef8-fb39978e7cbb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df40ec39-6d31-4b1e-bef8-fb39978e7cbb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T18:16:03.362Z\",\n                \"updatedAt\": \"2025-08-04T18:16:03.362Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T18:16:03.333Z\",\n                \"value\": 4038134,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df40ec39-6d31-4b1e-bef8-fb39978e7cbb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df40ec39-6d31-4b1e-bef8-fb39978e7cbb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"77d34f01-9e0e-4f53-a107-b13ee70c8a23\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/77d34f01-9e0e-4f53-a107-b13ee70c8a23\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T18:01:03.371Z\",\n                \"updatedAt\": \"2025-08-04T18:01:03.371Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T18:01:03.344Z\",\n                \"value\": 4038120,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/77d34f01-9e0e-4f53-a107-b13ee70c8a23/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/77d34f01-9e0e-4f53-a107-b13ee70c8a23/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c90937b4-d90f-4fac-b9bb-98b315ed3620\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c90937b4-d90f-4fac-b9bb-98b315ed3620\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T17:46:03.412Z\",\n                \"updatedAt\": \"2025-08-04T17:46:03.412Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T17:46:03.387Z\",\n                \"value\": 4038090,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c90937b4-d90f-4fac-b9bb-98b315ed3620/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c90937b4-d90f-4fac-b9bb-98b315ed3620/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"dfe15322-ed7d-47cf-a2b3-a0725361b7b1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfe15322-ed7d-47cf-a2b3-a0725361b7b1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T17:31:03.315Z\",\n                \"updatedAt\": \"2025-08-04T17:31:03.315Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T17:31:03.288Z\",\n                \"value\": 4038076,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfe15322-ed7d-47cf-a2b3-a0725361b7b1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfe15322-ed7d-47cf-a2b3-a0725361b7b1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cfd37f4a-50ca-494b-9711-49616dc7f801\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cfd37f4a-50ca-494b-9711-49616dc7f801\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T17:16:03.401Z\",\n                \"updatedAt\": \"2025-08-04T17:16:03.401Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T17:16:03.365Z\",\n                \"value\": 4038062,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cfd37f4a-50ca-494b-9711-49616dc7f801/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cfd37f4a-50ca-494b-9711-49616dc7f801/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d1b0c3e8-9726-44ca-aab4-6b60cf27725f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1b0c3e8-9726-44ca-aab4-6b60cf27725f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T17:01:03.272Z\",\n                \"updatedAt\": \"2025-08-04T17:01:03.272Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T17:01:03.243Z\",\n                \"value\": 4038049,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1b0c3e8-9726-44ca-aab4-6b60cf27725f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1b0c3e8-9726-44ca-aab4-6b60cf27725f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7c139dde-f51c-4263-b20d-397a3cb71e52\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7c139dde-f51c-4263-b20d-397a3cb71e52\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T16:46:03.239Z\",\n                \"updatedAt\": \"2025-08-04T16:46:03.239Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T16:46:03.208Z\",\n                \"value\": 4038018,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7c139dde-f51c-4263-b20d-397a3cb71e52/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7c139dde-f51c-4263-b20d-397a3cb71e52/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cf0537a8-029e-4af2-86c5-97f0bcbb9ec8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cf0537a8-029e-4af2-86c5-97f0bcbb9ec8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T16:31:03.310Z\",\n                \"updatedAt\": \"2025-08-04T16:31:03.310Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T16:31:03.279Z\",\n                \"value\": 4038004,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cf0537a8-029e-4af2-86c5-97f0bcbb9ec8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cf0537a8-029e-4af2-86c5-97f0bcbb9ec8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7d895b6d-4de1-4e43-8493-29af72494dd6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7d895b6d-4de1-4e43-8493-29af72494dd6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T16:16:03.207Z\",\n                \"updatedAt\": \"2025-08-04T16:16:03.207Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T16:16:03.176Z\",\n                \"value\": 4037991,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7d895b6d-4de1-4e43-8493-29af72494dd6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7d895b6d-4de1-4e43-8493-29af72494dd6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d5af1243-3657-4e65-8471-b448623672cf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5af1243-3657-4e65-8471-b448623672cf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T16:01:03.261Z\",\n                \"updatedAt\": \"2025-08-04T16:01:03.261Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T16:01:03.234Z\",\n                \"value\": 4037945,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5af1243-3657-4e65-8471-b448623672cf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5af1243-3657-4e65-8471-b448623672cf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"df50336a-96e3-48d0-99b9-464b81bed664\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df50336a-96e3-48d0-99b9-464b81bed664\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T15:46:03.156Z\",\n                \"updatedAt\": \"2025-08-04T15:46:03.156Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T15:46:03.128Z\",\n                \"value\": 4037914,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df50336a-96e3-48d0-99b9-464b81bed664/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df50336a-96e3-48d0-99b9-464b81bed664/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ca4f5c9d-1cf0-4e40-b2d9-dd4c3b90eff3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ca4f5c9d-1cf0-4e40-b2d9-dd4c3b90eff3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T15:31:03.163Z\",\n                \"updatedAt\": \"2025-08-04T15:31:03.163Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T15:31:03.111Z\",\n                \"value\": 4037901,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ca4f5c9d-1cf0-4e40-b2d9-dd4c3b90eff3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ca4f5c9d-1cf0-4e40-b2d9-dd4c3b90eff3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"918afe90-2597-4396-86e3-86afdda86abc\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/918afe90-2597-4396-86e3-86afdda86abc\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T15:16:03.137Z\",\n                \"updatedAt\": \"2025-08-04T15:16:03.137Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T15:16:03.090Z\",\n                \"value\": 4037887,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/918afe90-2597-4396-86e3-86afdda86abc/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/918afe90-2597-4396-86e3-86afdda86abc/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a72f6e62-99cd-4ac6-b690-4a93df22dfcd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a72f6e62-99cd-4ac6-b690-4a93df22dfcd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T15:01:03.186Z\",\n                \"updatedAt\": \"2025-08-04T15:01:03.186Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T15:01:03.155Z\",\n                \"value\": 4037873,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a72f6e62-99cd-4ac6-b690-4a93df22dfcd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a72f6e62-99cd-4ac6-b690-4a93df22dfcd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f0beaace-c082-4a5a-a973-4a6399b55e29\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f0beaace-c082-4a5a-a973-4a6399b55e29\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T14:46:03.097Z\",\n                \"updatedAt\": \"2025-08-04T14:46:03.097Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T14:46:03.062Z\",\n                \"value\": 4037842,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f0beaace-c082-4a5a-a973-4a6399b55e29/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f0beaace-c082-4a5a-a973-4a6399b55e29/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f81480f8-fb3b-4bac-a747-fa096edb73cf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f81480f8-fb3b-4bac-a747-fa096edb73cf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T14:31:03.056Z\",\n                \"updatedAt\": \"2025-08-04T14:31:03.056Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T14:31:03.021Z\",\n                \"value\": 4037829,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f81480f8-fb3b-4bac-a747-fa096edb73cf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f81480f8-fb3b-4bac-a747-fa096edb73cf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"faa45040-d587-449d-a6de-e5f526002c58\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/faa45040-d587-449d-a6de-e5f526002c58\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T14:16:03.052Z\",\n                \"updatedAt\": \"2025-08-04T14:16:03.052Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T14:16:03.021Z\",\n                \"value\": 4037815,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/faa45040-d587-449d-a6de-e5f526002c58/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/faa45040-d587-449d-a6de-e5f526002c58/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fe5067e4-4e3a-464d-a00a-e40573f12752\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fe5067e4-4e3a-464d-a00a-e40573f12752\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T14:01:03.144Z\",\n                \"updatedAt\": \"2025-08-04T14:01:03.144Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T14:01:03.116Z\",\n                \"value\": 4037770,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fe5067e4-4e3a-464d-a00a-e40573f12752/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fe5067e4-4e3a-464d-a00a-e40573f12752/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"863edcb0-615d-456a-b5b7-d9646f4b0c5e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/863edcb0-615d-456a-b5b7-d9646f4b0c5e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T13:46:03.015Z\",\n                \"updatedAt\": \"2025-08-04T13:46:03.015Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T13:46:02.986Z\",\n                \"value\": 4037739,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/863edcb0-615d-456a-b5b7-d9646f4b0c5e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/863edcb0-615d-456a-b5b7-d9646f4b0c5e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ec1c121b-7fc5-4f2d-b790-1100b1a3f22a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ec1c121b-7fc5-4f2d-b790-1100b1a3f22a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T13:31:03.090Z\",\n                \"updatedAt\": \"2025-08-04T13:31:03.090Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T13:31:03.062Z\",\n                \"value\": 4037726,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ec1c121b-7fc5-4f2d-b790-1100b1a3f22a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ec1c121b-7fc5-4f2d-b790-1100b1a3f22a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ae2822ea-fe01-475c-b430-ab60e542b378\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ae2822ea-fe01-475c-b430-ab60e542b378\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T13:16:02.968Z\",\n                \"updatedAt\": \"2025-08-04T13:16:02.968Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T13:16:02.933Z\",\n                \"value\": 4037712,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ae2822ea-fe01-475c-b430-ab60e542b378/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ae2822ea-fe01-475c-b430-ab60e542b378/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6b3b6498-f01a-44ca-92d2-643d92ae6e15\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6b3b6498-f01a-44ca-92d2-643d92ae6e15\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T13:01:03.036Z\",\n                \"updatedAt\": \"2025-08-04T13:01:03.036Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T13:01:03.003Z\",\n                \"value\": 4037698,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6b3b6498-f01a-44ca-92d2-643d92ae6e15/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6b3b6498-f01a-44ca-92d2-643d92ae6e15/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e60773aa-ea51-4315-b935-622d8bf4eae3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e60773aa-ea51-4315-b935-622d8bf4eae3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T12:46:02.947Z\",\n                \"updatedAt\": \"2025-08-04T12:46:02.947Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T12:46:02.913Z\",\n                \"value\": 4037667,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e60773aa-ea51-4315-b935-622d8bf4eae3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e60773aa-ea51-4315-b935-622d8bf4eae3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f3601a90-09ac-422b-b066-bb9c049e07a6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3601a90-09ac-422b-b066-bb9c049e07a6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T12:31:02.904Z\",\n                \"updatedAt\": \"2025-08-04T12:31:02.904Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T12:31:02.873Z\",\n                \"value\": 4037653,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3601a90-09ac-422b-b066-bb9c049e07a6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3601a90-09ac-422b-b066-bb9c049e07a6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5a38ea25-4113-4cc6-8a47-b1aa10a76ac3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a38ea25-4113-4cc6-8a47-b1aa10a76ac3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T12:16:02.875Z\",\n                \"updatedAt\": \"2025-08-04T12:16:02.875Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T12:16:02.838Z\",\n                \"value\": 4037610,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a38ea25-4113-4cc6-8a47-b1aa10a76ac3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a38ea25-4113-4cc6-8a47-b1aa10a76ac3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9a145cde-64ff-4b3c-823b-013a2df61c24\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9a145cde-64ff-4b3c-823b-013a2df61c24\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T12:01:02.884Z\",\n                \"updatedAt\": \"2025-08-04T12:01:02.884Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T12:01:02.854Z\",\n                \"value\": 4037596,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9a145cde-64ff-4b3c-823b-013a2df61c24/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9a145cde-64ff-4b3c-823b-013a2df61c24/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ac810a08-9cf0-43b7-8a24-0073095c56df\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ac810a08-9cf0-43b7-8a24-0073095c56df\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T11:46:02.893Z\",\n                \"updatedAt\": \"2025-08-04T11:46:02.893Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T11:46:02.876Z\",\n                \"value\": 4037582,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ac810a08-9cf0-43b7-8a24-0073095c56df/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ac810a08-9cf0-43b7-8a24-0073095c56df/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0c61a6ab-9108-4171-b2b6-b86cd5b7e04c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c61a6ab-9108-4171-b2b6-b86cd5b7e04c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T11:31:02.827Z\",\n                \"updatedAt\": \"2025-08-04T11:31:02.827Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T11:31:02.811Z\",\n                \"value\": 4037551,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c61a6ab-9108-4171-b2b6-b86cd5b7e04c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c61a6ab-9108-4171-b2b6-b86cd5b7e04c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5b1d42d5-2be5-4682-8da1-19b4781557e0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5b1d42d5-2be5-4682-8da1-19b4781557e0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T11:16:02.953Z\",\n                \"updatedAt\": \"2025-08-04T11:16:02.953Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T11:16:02.911Z\",\n                \"value\": 4037537,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5b1d42d5-2be5-4682-8da1-19b4781557e0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5b1d42d5-2be5-4682-8da1-19b4781557e0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"14dd9680-3c29-444b-8ca5-8c1c7205ad1d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/14dd9680-3c29-444b-8ca5-8c1c7205ad1d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T11:01:02.790Z\",\n                \"updatedAt\": \"2025-08-04T11:01:02.790Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T11:01:02.775Z\",\n                \"value\": 4037524,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/14dd9680-3c29-444b-8ca5-8c1c7205ad1d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/14dd9680-3c29-444b-8ca5-8c1c7205ad1d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"aa898872-91b3-46cb-b880-72e3f2658845\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aa898872-91b3-46cb-b880-72e3f2658845\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T10:46:02.879Z\",\n                \"updatedAt\": \"2025-08-04T10:46:02.879Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T10:46:02.864Z\",\n                \"value\": 4037510,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aa898872-91b3-46cb-b880-72e3f2658845/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aa898872-91b3-46cb-b880-72e3f2658845/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9778f7e2-b7d7-40fa-9182-70169b5164c6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9778f7e2-b7d7-40fa-9182-70169b5164c6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T10:31:02.750Z\",\n                \"updatedAt\": \"2025-08-04T10:31:02.750Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T10:31:02.734Z\",\n                \"value\": 4037480,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9778f7e2-b7d7-40fa-9182-70169b5164c6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9778f7e2-b7d7-40fa-9182-70169b5164c6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"85202767-b0ef-4bc0-a258-5c871f63b5ee\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/85202767-b0ef-4bc0-a258-5c871f63b5ee\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T10:16:02.733Z\",\n                \"updatedAt\": \"2025-08-04T10:16:02.733Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T10:16:02.716Z\",\n                \"value\": 4037434,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/85202767-b0ef-4bc0-a258-5c871f63b5ee/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/85202767-b0ef-4bc0-a258-5c871f63b5ee/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0c3fec96-740a-439d-b163-6a9c6609343a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c3fec96-740a-439d-b163-6a9c6609343a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T10:01:02.733Z\",\n                \"updatedAt\": \"2025-08-04T10:01:02.733Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T10:01:02.707Z\",\n                \"value\": 4037393,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c3fec96-740a-439d-b163-6a9c6609343a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c3fec96-740a-439d-b163-6a9c6609343a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"52b7d74d-4e07-4737-8e71-cd971b13aaa1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/52b7d74d-4e07-4737-8e71-cd971b13aaa1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T09:46:02.706Z\",\n                \"updatedAt\": \"2025-08-04T09:46:02.706Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T09:46:02.688Z\",\n                \"value\": 4037379,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/52b7d74d-4e07-4737-8e71-cd971b13aaa1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/52b7d74d-4e07-4737-8e71-cd971b13aaa1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f5b8f2e1-ea41-4072-becb-cc1e204f730c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f5b8f2e1-ea41-4072-becb-cc1e204f730c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T09:31:02.781Z\",\n                \"updatedAt\": \"2025-08-04T09:31:02.781Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T09:31:02.764Z\",\n                \"value\": 4037348,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f5b8f2e1-ea41-4072-becb-cc1e204f730c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f5b8f2e1-ea41-4072-becb-cc1e204f730c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cfa62a5d-b948-4b81-87c1-611062d5c710\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cfa62a5d-b948-4b81-87c1-611062d5c710\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T09:16:02.702Z\",\n                \"updatedAt\": \"2025-08-04T09:16:02.702Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T09:16:02.685Z\",\n                \"value\": 4037334,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cfa62a5d-b948-4b81-87c1-611062d5c710/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cfa62a5d-b948-4b81-87c1-611062d5c710/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"24d548a9-3799-4c79-8c44-7f42fbc07fce\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/24d548a9-3799-4c79-8c44-7f42fbc07fce\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T09:01:02.718Z\",\n                \"updatedAt\": \"2025-08-04T09:01:02.718Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T09:01:02.702Z\",\n                \"value\": 4037321,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/24d548a9-3799-4c79-8c44-7f42fbc07fce/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/24d548a9-3799-4c79-8c44-7f42fbc07fce/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d7ec3eaf-5103-4cfc-9a97-1bad9025ca06\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d7ec3eaf-5103-4cfc-9a97-1bad9025ca06\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T08:46:02.619Z\",\n                \"updatedAt\": \"2025-08-04T08:46:02.619Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T08:46:02.605Z\",\n                \"value\": 4037290,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d7ec3eaf-5103-4cfc-9a97-1bad9025ca06/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d7ec3eaf-5103-4cfc-9a97-1bad9025ca06/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3abc2459-aa47-4bc0-8341-ccd688942b12\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3abc2459-aa47-4bc0-8341-ccd688942b12\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T08:31:02.607Z\",\n                \"updatedAt\": \"2025-08-04T08:31:02.607Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T08:31:02.592Z\",\n                \"value\": 4037276,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3abc2459-aa47-4bc0-8341-ccd688942b12/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3abc2459-aa47-4bc0-8341-ccd688942b12/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1b9bb69b-af5d-4599-840b-15912e42327c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b9bb69b-af5d-4599-840b-15912e42327c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T08:16:02.576Z\",\n                \"updatedAt\": \"2025-08-04T08:16:02.576Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T08:16:02.560Z\",\n                \"value\": 4037231,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b9bb69b-af5d-4599-840b-15912e42327c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b9bb69b-af5d-4599-840b-15912e42327c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6ac89323-de10-407f-a32a-793079cc3198\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6ac89323-de10-407f-a32a-793079cc3198\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T08:01:02.660Z\",\n                \"updatedAt\": \"2025-08-04T08:01:02.660Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T08:01:02.643Z\",\n                \"value\": 4037217,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6ac89323-de10-407f-a32a-793079cc3198/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6ac89323-de10-407f-a32a-793079cc3198/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d30aa957-0ced-4b61-a243-c5bdc5c597de\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d30aa957-0ced-4b61-a243-c5bdc5c597de\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T07:46:02.549Z\",\n                \"updatedAt\": \"2025-08-04T07:46:02.549Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T07:46:02.533Z\",\n                \"value\": 4037187,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d30aa957-0ced-4b61-a243-c5bdc5c597de/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d30aa957-0ced-4b61-a243-c5bdc5c597de/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"55fea8b8-b99b-403d-98bb-14beeb3f60b3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/55fea8b8-b99b-403d-98bb-14beeb3f60b3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T07:31:03.369Z\",\n                \"updatedAt\": \"2025-08-04T07:31:03.369Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T07:31:03.334Z\",\n                \"value\": 4037173,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/55fea8b8-b99b-403d-98bb-14beeb3f60b3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/55fea8b8-b99b-403d-98bb-14beeb3f60b3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3c4744f5-4299-4f51-a218-7cc87e13665c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3c4744f5-4299-4f51-a218-7cc87e13665c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T07:16:02.628Z\",\n                \"updatedAt\": \"2025-08-04T07:16:02.628Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T07:16:02.591Z\",\n                \"value\": 4037159,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3c4744f5-4299-4f51-a218-7cc87e13665c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3c4744f5-4299-4f51-a218-7cc87e13665c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"af3b8fe5-01cd-45e4-8215-0a887d4c8218\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/af3b8fe5-01cd-45e4-8215-0a887d4c8218\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T07:01:02.511Z\",\n                \"updatedAt\": \"2025-08-04T07:01:02.511Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T07:01:02.473Z\",\n                \"value\": 4037146,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/af3b8fe5-01cd-45e4-8215-0a887d4c8218/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/af3b8fe5-01cd-45e4-8215-0a887d4c8218/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"42c673de-ff7b-4c56-a35d-f353f4832412\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42c673de-ff7b-4c56-a35d-f353f4832412\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T06:46:02.573Z\",\n                \"updatedAt\": \"2025-08-04T06:46:02.573Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T06:46:02.556Z\",\n                \"value\": 4037115,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42c673de-ff7b-4c56-a35d-f353f4832412/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42c673de-ff7b-4c56-a35d-f353f4832412/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4419748e-8d33-4861-9b1e-d3a76a5a5c14\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4419748e-8d33-4861-9b1e-d3a76a5a5c14\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T06:31:02.464Z\",\n                \"updatedAt\": \"2025-08-04T06:31:02.464Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T06:31:02.449Z\",\n                \"value\": 4037101,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4419748e-8d33-4861-9b1e-d3a76a5a5c14/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4419748e-8d33-4861-9b1e-d3a76a5a5c14/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2bf59b9c-8bd9-497b-a812-d6f86599dd9a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2bf59b9c-8bd9-497b-a812-d6f86599dd9a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T06:16:02.516Z\",\n                \"updatedAt\": \"2025-08-04T06:16:02.516Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T06:16:02.497Z\",\n                \"value\": 4037056,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2bf59b9c-8bd9-497b-a812-d6f86599dd9a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2bf59b9c-8bd9-497b-a812-d6f86599dd9a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c3cb0664-a447-48fb-a31e-0607ec53b8f2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c3cb0664-a447-48fb-a31e-0607ec53b8f2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T06:01:02.435Z\",\n                \"updatedAt\": \"2025-08-04T06:01:02.435Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T06:01:02.418Z\",\n                \"value\": 4037043,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c3cb0664-a447-48fb-a31e-0607ec53b8f2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c3cb0664-a447-48fb-a31e-0607ec53b8f2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bbed2532-57d5-48ff-99e1-6ef3bbe09450\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bbed2532-57d5-48ff-99e1-6ef3bbe09450\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T05:46:02.401Z\",\n                \"updatedAt\": \"2025-08-04T05:46:02.401Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T05:46:02.383Z\",\n                \"value\": 4037012,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bbed2532-57d5-48ff-99e1-6ef3bbe09450/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bbed2532-57d5-48ff-99e1-6ef3bbe09450/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b93079cc-4f6e-4626-b50d-d576e749e6b1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b93079cc-4f6e-4626-b50d-d576e749e6b1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T05:31:02.366Z\",\n                \"updatedAt\": \"2025-08-04T05:31:02.366Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T05:31:02.350Z\",\n                \"value\": 4036998,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b93079cc-4f6e-4626-b50d-d576e749e6b1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b93079cc-4f6e-4626-b50d-d576e749e6b1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5670c683-65e3-4a31-a3b1-93265e73a179\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5670c683-65e3-4a31-a3b1-93265e73a179\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T05:16:02.368Z\",\n                \"updatedAt\": \"2025-08-04T05:16:02.368Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T05:16:02.344Z\",\n                \"value\": 4036985,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5670c683-65e3-4a31-a3b1-93265e73a179/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5670c683-65e3-4a31-a3b1-93265e73a179/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5a1ef4e3-dc2e-4b1f-9baa-2552f19e3d6f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a1ef4e3-dc2e-4b1f-9baa-2552f19e3d6f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T05:01:02.336Z\",\n                \"updatedAt\": \"2025-08-04T05:01:02.336Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T05:01:02.320Z\",\n                \"value\": 4036971,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a1ef4e3-dc2e-4b1f-9baa-2552f19e3d6f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a1ef4e3-dc2e-4b1f-9baa-2552f19e3d6f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"59eb6c05-e219-4b13-868e-d12cc21a352a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/59eb6c05-e219-4b13-868e-d12cc21a352a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T04:46:02.335Z\",\n                \"updatedAt\": \"2025-08-04T04:46:02.335Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T04:46:02.319Z\",\n                \"value\": 4036941,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/59eb6c05-e219-4b13-868e-d12cc21a352a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/59eb6c05-e219-4b13-868e-d12cc21a352a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c4f9351a-fec1-4666-8b36-d83d3d14486a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c4f9351a-fec1-4666-8b36-d83d3d14486a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T04:31:02.377Z\",\n                \"updatedAt\": \"2025-08-04T04:31:02.377Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T04:31:02.362Z\",\n                \"value\": 4036928,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c4f9351a-fec1-4666-8b36-d83d3d14486a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c4f9351a-fec1-4666-8b36-d83d3d14486a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3d70a9ef-853e-4dd4-9f25-5019a66cee51\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3d70a9ef-853e-4dd4-9f25-5019a66cee51\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T04:16:02.386Z\",\n                \"updatedAt\": \"2025-08-04T04:16:02.386Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T04:16:02.352Z\",\n                \"value\": 4036883,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3d70a9ef-853e-4dd4-9f25-5019a66cee51/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3d70a9ef-853e-4dd4-9f25-5019a66cee51/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7624409a-7329-4fd8-bd3c-972da5a1412b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7624409a-7329-4fd8-bd3c-972da5a1412b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T04:01:02.311Z\",\n                \"updatedAt\": \"2025-08-04T04:01:02.311Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T04:01:02.264Z\",\n                \"value\": 4036870,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7624409a-7329-4fd8-bd3c-972da5a1412b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7624409a-7329-4fd8-bd3c-972da5a1412b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f7f2076c-bc73-44ac-9814-438c9279f9fa\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f7f2076c-bc73-44ac-9814-438c9279f9fa\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T03:46:02.338Z\",\n                \"updatedAt\": \"2025-08-04T03:46:02.338Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T03:46:02.322Z\",\n                \"value\": 4036840,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f7f2076c-bc73-44ac-9814-438c9279f9fa/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f7f2076c-bc73-44ac-9814-438c9279f9fa/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"65961bd1-928c-4a2a-b85d-c0c9ddb4345d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/65961bd1-928c-4a2a-b85d-c0c9ddb4345d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T03:31:02.239Z\",\n                \"updatedAt\": \"2025-08-04T03:31:02.239Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T03:31:02.222Z\",\n                \"value\": 4036826,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/65961bd1-928c-4a2a-b85d-c0c9ddb4345d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/65961bd1-928c-4a2a-b85d-c0c9ddb4345d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9d541e13-4727-41aa-8b63-cd5eb57fdf5e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d541e13-4727-41aa-8b63-cd5eb57fdf5e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T03:16:02.329Z\",\n                \"updatedAt\": \"2025-08-04T03:16:02.329Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T03:16:02.292Z\",\n                \"value\": 4036812,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d541e13-4727-41aa-8b63-cd5eb57fdf5e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d541e13-4727-41aa-8b63-cd5eb57fdf5e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"57e263ba-3c11-44df-a010-abd04f4c7b0e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/57e263ba-3c11-44df-a010-abd04f4c7b0e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T03:01:02.187Z\",\n                \"updatedAt\": \"2025-08-04T03:01:02.187Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T03:01:02.168Z\",\n                \"value\": 4036799,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/57e263ba-3c11-44df-a010-abd04f4c7b0e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/57e263ba-3c11-44df-a010-abd04f4c7b0e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6d9305e4-9215-400e-8760-cd9ffe55559f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d9305e4-9215-400e-8760-cd9ffe55559f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T02:46:02.165Z\",\n                \"updatedAt\": \"2025-08-04T02:46:02.165Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T02:46:02.148Z\",\n                \"value\": 4036768,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d9305e4-9215-400e-8760-cd9ffe55559f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d9305e4-9215-400e-8760-cd9ffe55559f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"32671ca9-740d-4341-8289-7c55fc49e9ba\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/32671ca9-740d-4341-8289-7c55fc49e9ba\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T02:31:02.131Z\",\n                \"updatedAt\": \"2025-08-04T02:31:02.131Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T02:31:02.115Z\",\n                \"value\": 4036725,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/32671ca9-740d-4341-8289-7c55fc49e9ba/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/32671ca9-740d-4341-8289-7c55fc49e9ba/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"15faaf2f-de79-4310-b8cf-9bfd73903625\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15faaf2f-de79-4310-b8cf-9bfd73903625\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T02:16:02.120Z\",\n                \"updatedAt\": \"2025-08-04T02:16:02.120Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T02:16:02.105Z\",\n                \"value\": 4036711,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15faaf2f-de79-4310-b8cf-9bfd73903625/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15faaf2f-de79-4310-b8cf-9bfd73903625/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7cbbf811-873d-46c6-808b-a53b29fe0e6c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cbbf811-873d-46c6-808b-a53b29fe0e6c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T02:01:02.076Z\",\n                \"updatedAt\": \"2025-08-04T02:01:02.076Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T02:01:02.061Z\",\n                \"value\": 4036698,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cbbf811-873d-46c6-808b-a53b29fe0e6c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cbbf811-873d-46c6-808b-a53b29fe0e6c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f62b7570-da3d-4600-b5c8-e820ea78cd66\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f62b7570-da3d-4600-b5c8-e820ea78cd66\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T01:46:02.071Z\",\n                \"updatedAt\": \"2025-08-04T01:46:02.071Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T01:46:02.055Z\",\n                \"value\": 4036666,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f62b7570-da3d-4600-b5c8-e820ea78cd66/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f62b7570-da3d-4600-b5c8-e820ea78cd66/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"98a4ad22-b445-4a3b-b645-aac11a7325ca\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/98a4ad22-b445-4a3b-b645-aac11a7325ca\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T01:31:02.133Z\",\n                \"updatedAt\": \"2025-08-04T01:31:02.133Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T01:31:02.118Z\",\n                \"value\": 4036653,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/98a4ad22-b445-4a3b-b645-aac11a7325ca/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/98a4ad22-b445-4a3b-b645-aac11a7325ca/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b2f839e3-4f3b-4541-b057-b0b30999bb8a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b2f839e3-4f3b-4541-b057-b0b30999bb8a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T01:16:02.081Z\",\n                \"updatedAt\": \"2025-08-04T01:16:02.081Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T01:16:02.065Z\",\n                \"value\": 4036639,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b2f839e3-4f3b-4541-b057-b0b30999bb8a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b2f839e3-4f3b-4541-b057-b0b30999bb8a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"913cda92-76ac-4247-ad26-3eeca7e2daec\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/913cda92-76ac-4247-ad26-3eeca7e2daec\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T01:01:02.145Z\",\n                \"updatedAt\": \"2025-08-04T01:01:02.145Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T01:01:02.105Z\",\n                \"value\": 4036625,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/913cda92-76ac-4247-ad26-3eeca7e2daec/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/913cda92-76ac-4247-ad26-3eeca7e2daec/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"29aec85a-69ee-4554-98e5-60edf9e1915a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/29aec85a-69ee-4554-98e5-60edf9e1915a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T00:46:02.033Z\",\n                \"updatedAt\": \"2025-08-04T00:46:02.033Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T00:46:01.995Z\",\n                \"value\": 4036567,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/29aec85a-69ee-4554-98e5-60edf9e1915a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/29aec85a-69ee-4554-98e5-60edf9e1915a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f05e5d8a-abb4-4954-beb2-e11e15f9e6b8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f05e5d8a-abb4-4954-beb2-e11e15f9e6b8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T00:31:01.985Z\",\n                \"updatedAt\": \"2025-08-04T00:31:01.985Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T00:31:01.950Z\",\n                \"value\": 4036522,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f05e5d8a-abb4-4954-beb2-e11e15f9e6b8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f05e5d8a-abb4-4954-beb2-e11e15f9e6b8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ad05c64c-e49d-4bbc-b0ba-a8c85b754f91\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ad05c64c-e49d-4bbc-b0ba-a8c85b754f91\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T00:16:01.963Z\",\n                \"updatedAt\": \"2025-08-04T00:16:01.963Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T00:16:01.949Z\",\n                \"value\": 4036509,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ad05c64c-e49d-4bbc-b0ba-a8c85b754f91/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ad05c64c-e49d-4bbc-b0ba-a8c85b754f91/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7cfc7fb0-aadb-4959-a41a-b5c40620650d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cfc7fb0-aadb-4959-a41a-b5c40620650d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-04T00:01:02.027Z\",\n                \"updatedAt\": \"2025-08-04T00:01:02.027Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-04T00:01:02.012Z\",\n                \"value\": 4036495,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cfc7fb0-aadb-4959-a41a-b5c40620650d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cfc7fb0-aadb-4959-a41a-b5c40620650d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2242ff5e-d780-44b0-b552-e18a978046cd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2242ff5e-d780-44b0-b552-e18a978046cd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T23:46:01.910Z\",\n                \"updatedAt\": \"2025-08-03T23:46:01.910Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T23:46:01.896Z\",\n                \"value\": 4036464,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2242ff5e-d780-44b0-b552-e18a978046cd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2242ff5e-d780-44b0-b552-e18a978046cd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"535f81df-1f82-4d3a-bd80-7fac5bedd3c4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/535f81df-1f82-4d3a-bd80-7fac5bedd3c4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T23:31:01.892Z\",\n                \"updatedAt\": \"2025-08-03T23:31:01.892Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T23:31:01.877Z\",\n                \"value\": 4036451,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/535f81df-1f82-4d3a-bd80-7fac5bedd3c4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/535f81df-1f82-4d3a-bd80-7fac5bedd3c4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3ba9fd76-fd15-42ef-b9e7-d0c20408b921\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ba9fd76-fd15-42ef-b9e7-d0c20408b921\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T23:16:01.900Z\",\n                \"updatedAt\": \"2025-08-03T23:16:01.900Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T23:16:01.855Z\",\n                \"value\": 4036437,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ba9fd76-fd15-42ef-b9e7-d0c20408b921/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ba9fd76-fd15-42ef-b9e7-d0c20408b921/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d938ac74-88ad-4764-845e-3289c246d350\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d938ac74-88ad-4764-845e-3289c246d350\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T23:01:01.956Z\",\n                \"updatedAt\": \"2025-08-03T23:01:01.956Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T23:01:01.939Z\",\n                \"value\": 4036423,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d938ac74-88ad-4764-845e-3289c246d350/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d938ac74-88ad-4764-845e-3289c246d350/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"070524b4-5cba-41e4-8bc4-5f282860f44e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/070524b4-5cba-41e4-8bc4-5f282860f44e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T22:46:01.874Z\",\n                \"updatedAt\": \"2025-08-03T22:46:01.874Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T22:46:01.858Z\",\n                \"value\": 4036393,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/070524b4-5cba-41e4-8bc4-5f282860f44e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/070524b4-5cba-41e4-8bc4-5f282860f44e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d6d6cbaf-f86c-4717-a264-f79ea8449449\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d6d6cbaf-f86c-4717-a264-f79ea8449449\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T22:31:01.948Z\",\n                \"updatedAt\": \"2025-08-03T22:31:01.948Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T22:31:01.931Z\",\n                \"value\": 4036347,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d6d6cbaf-f86c-4717-a264-f79ea8449449/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d6d6cbaf-f86c-4717-a264-f79ea8449449/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d328be3d-3181-429c-a3a0-a3faa0cbcfd5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d328be3d-3181-429c-a3a0-a3faa0cbcfd5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T22:16:01.811Z\",\n                \"updatedAt\": \"2025-08-03T22:16:01.811Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T22:16:01.794Z\",\n                \"value\": 4036333,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d328be3d-3181-429c-a3a0-a3faa0cbcfd5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d328be3d-3181-429c-a3a0-a3faa0cbcfd5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ecc255ff-ed3f-4a0b-8a8f-4df19b1a2202\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecc255ff-ed3f-4a0b-8a8f-4df19b1a2202\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T22:06:02.422Z\",\n                \"updatedAt\": \"2025-08-03T22:06:02.422Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T22:06:02.340Z\",\n                \"value\": 4036324,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecc255ff-ed3f-4a0b-8a8f-4df19b1a2202/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecc255ff-ed3f-4a0b-8a8f-4df19b1a2202/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"491d6200-0dda-40d9-b83e-abdf90e2b601\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/491d6200-0dda-40d9-b83e-abdf90e2b601\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T21:51:02.278Z\",\n                \"updatedAt\": \"2025-08-03T21:51:02.278Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T21:51:02.239Z\",\n                \"value\": 4036294,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/491d6200-0dda-40d9-b83e-abdf90e2b601/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/491d6200-0dda-40d9-b83e-abdf90e2b601/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c0540c32-1416-4fae-8b74-68d148e781ff\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0540c32-1416-4fae-8b74-68d148e781ff\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T21:36:02.320Z\",\n                \"updatedAt\": \"2025-08-03T21:36:02.320Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T21:36:02.305Z\",\n                \"value\": 4036280,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0540c32-1416-4fae-8b74-68d148e781ff/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0540c32-1416-4fae-8b74-68d148e781ff/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a3b25ad8-4e5b-4a30-bdf2-1425660d7cfb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a3b25ad8-4e5b-4a30-bdf2-1425660d7cfb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T21:21:02.213Z\",\n                \"updatedAt\": \"2025-08-03T21:21:02.213Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T21:21:02.196Z\",\n                \"value\": 4036266,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a3b25ad8-4e5b-4a30-bdf2-1425660d7cfb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a3b25ad8-4e5b-4a30-bdf2-1425660d7cfb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e7b3d845-d9b7-4b8e-b62f-08b10493e940\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e7b3d845-d9b7-4b8e-b62f-08b10493e940\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T21:06:02.306Z\",\n                \"updatedAt\": \"2025-08-03T21:06:02.306Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T21:06:02.284Z\",\n                \"value\": 4036253,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e7b3d845-d9b7-4b8e-b62f-08b10493e940/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e7b3d845-d9b7-4b8e-b62f-08b10493e940/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8f76a4fe-d1a3-4b71-90e1-6a8cbdf08105\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8f76a4fe-d1a3-4b71-90e1-6a8cbdf08105\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T20:51:02.220Z\",\n                \"updatedAt\": \"2025-08-03T20:51:02.220Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T20:51:02.200Z\",\n                \"value\": 4036221,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8f76a4fe-d1a3-4b71-90e1-6a8cbdf08105/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8f76a4fe-d1a3-4b71-90e1-6a8cbdf08105/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"378c93d9-48e7-428c-8ca3-67aead254ba2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/378c93d9-48e7-428c-8ca3-67aead254ba2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T20:36:02.183Z\",\n                \"updatedAt\": \"2025-08-03T20:36:02.183Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T20:36:02.166Z\",\n                \"value\": 4036176,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/378c93d9-48e7-428c-8ca3-67aead254ba2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/378c93d9-48e7-428c-8ca3-67aead254ba2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ae9ec85c-fb43-43a0-8942-57c61f8243e9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ae9ec85c-fb43-43a0-8942-57c61f8243e9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T20:21:02.160Z\",\n                \"updatedAt\": \"2025-08-03T20:21:02.160Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T20:21:02.143Z\",\n                \"value\": 4036163,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ae9ec85c-fb43-43a0-8942-57c61f8243e9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ae9ec85c-fb43-43a0-8942-57c61f8243e9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"76532375-f460-4ecd-8606-ec779138c2c4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/76532375-f460-4ecd-8606-ec779138c2c4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T20:06:02.444Z\",\n                \"updatedAt\": \"2025-08-03T20:06:02.444Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T20:06:02.298Z\",\n                \"value\": 4036149,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/76532375-f460-4ecd-8606-ec779138c2c4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/76532375-f460-4ecd-8606-ec779138c2c4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"03d2d448-4fe9-4071-a3ea-3ffa1e751f55\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03d2d448-4fe9-4071-a3ea-3ffa1e751f55\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T19:51:02.091Z\",\n                \"updatedAt\": \"2025-08-03T19:51:02.091Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T19:51:02.075Z\",\n                \"value\": 4036119,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03d2d448-4fe9-4071-a3ea-3ffa1e751f55/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03d2d448-4fe9-4071-a3ea-3ffa1e751f55/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"24ea0c33-49a2-4dfc-8959-0c3a4c455af9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/24ea0c33-49a2-4dfc-8959-0c3a4c455af9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T19:36:02.128Z\",\n                \"updatedAt\": \"2025-08-03T19:36:02.128Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T19:36:02.111Z\",\n                \"value\": 4036105,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/24ea0c33-49a2-4dfc-8959-0c3a4c455af9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/24ea0c33-49a2-4dfc-8959-0c3a4c455af9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a7a7ea06-aac4-443d-9665-725501a45212\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7a7ea06-aac4-443d-9665-725501a45212\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T19:21:02.145Z\",\n                \"updatedAt\": \"2025-08-03T19:21:02.145Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T19:21:02.129Z\",\n                \"value\": 4036091,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7a7ea06-aac4-443d-9665-725501a45212/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7a7ea06-aac4-443d-9665-725501a45212/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3b5f3ee7-9357-40db-b951-8959421adf01\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3b5f3ee7-9357-40db-b951-8959421adf01\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T19:06:02.066Z\",\n                \"updatedAt\": \"2025-08-03T19:06:02.066Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T19:06:02.051Z\",\n                \"value\": 4036078,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3b5f3ee7-9357-40db-b951-8959421adf01/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3b5f3ee7-9357-40db-b951-8959421adf01/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"40e0308c-065f-406a-90ea-e53a9df0099f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40e0308c-065f-406a-90ea-e53a9df0099f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T18:51:02.127Z\",\n                \"updatedAt\": \"2025-08-03T18:51:02.127Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T18:51:02.091Z\",\n                \"value\": 4036017,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40e0308c-065f-406a-90ea-e53a9df0099f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40e0308c-065f-406a-90ea-e53a9df0099f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ea4f3342-972c-49a1-af3c-56d740ccfe40\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ea4f3342-972c-49a1-af3c-56d740ccfe40\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T18:36:02.040Z\",\n                \"updatedAt\": \"2025-08-03T18:36:02.040Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T18:36:01.996Z\",\n                \"value\": 4036004,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ea4f3342-972c-49a1-af3c-56d740ccfe40/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ea4f3342-972c-49a1-af3c-56d740ccfe40/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"37336041-4e6b-4d39-b784-9758fc649b7b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/37336041-4e6b-4d39-b784-9758fc649b7b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T18:21:01.980Z\",\n                \"updatedAt\": \"2025-08-03T18:21:01.980Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T18:21:01.964Z\",\n                \"value\": 4035990,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/37336041-4e6b-4d39-b784-9758fc649b7b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/37336041-4e6b-4d39-b784-9758fc649b7b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"442334a8-3edf-41bd-8003-eae3005cb44d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/442334a8-3edf-41bd-8003-eae3005cb44d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T18:06:01.987Z\",\n                \"updatedAt\": \"2025-08-03T18:06:01.987Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T18:06:01.929Z\",\n                \"value\": 4035977,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/442334a8-3edf-41bd-8003-eae3005cb44d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/442334a8-3edf-41bd-8003-eae3005cb44d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2fd16a2a-a6be-4f06-9808-0c6d79e2d19a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2fd16a2a-a6be-4f06-9808-0c6d79e2d19a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T17:51:02.030Z\",\n                \"updatedAt\": \"2025-08-03T17:51:02.030Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T17:51:02.013Z\",\n                \"value\": 4035946,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2fd16a2a-a6be-4f06-9808-0c6d79e2d19a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2fd16a2a-a6be-4f06-9808-0c6d79e2d19a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7563f2f4-58d7-4309-be2d-7ec03350ff57\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7563f2f4-58d7-4309-be2d-7ec03350ff57\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T17:36:01.922Z\",\n                \"updatedAt\": \"2025-08-03T17:36:01.922Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T17:36:01.905Z\",\n                \"value\": 4035933,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7563f2f4-58d7-4309-be2d-7ec03350ff57/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7563f2f4-58d7-4309-be2d-7ec03350ff57/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"604a229d-1533-44a5-8261-f1449e8b5457\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/604a229d-1533-44a5-8261-f1449e8b5457\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T17:21:01.898Z\",\n                \"updatedAt\": \"2025-08-03T17:21:01.898Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T17:21:01.883Z\",\n                \"value\": 4035919,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/604a229d-1533-44a5-8261-f1449e8b5457/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/604a229d-1533-44a5-8261-f1449e8b5457/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e62edd65-76dd-438d-85e8-03299b6a1ae0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e62edd65-76dd-438d-85e8-03299b6a1ae0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T17:06:01.913Z\",\n                \"updatedAt\": \"2025-08-03T17:06:01.913Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T17:06:01.899Z\",\n                \"value\": 4035887,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e62edd65-76dd-438d-85e8-03299b6a1ae0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e62edd65-76dd-438d-85e8-03299b6a1ae0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f73afff1-946c-49ee-bd90-22cd5e61ed93\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f73afff1-946c-49ee-bd90-22cd5e61ed93\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T16:51:01.969Z\",\n                \"updatedAt\": \"2025-08-03T16:51:01.969Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T16:51:01.954Z\",\n                \"value\": 4035844,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f73afff1-946c-49ee-bd90-22cd5e61ed93/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f73afff1-946c-49ee-bd90-22cd5e61ed93/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"96d98f30-47ff-4c22-85a5-46901bb6859a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/96d98f30-47ff-4c22-85a5-46901bb6859a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T16:36:01.865Z\",\n                \"updatedAt\": \"2025-08-03T16:36:01.865Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T16:36:01.849Z\",\n                \"value\": 4035830,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/96d98f30-47ff-4c22-85a5-46901bb6859a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/96d98f30-47ff-4c22-85a5-46901bb6859a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"788386aa-2e8a-4ed1-b9b5-fc0cfb3139ca\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/788386aa-2e8a-4ed1-b9b5-fc0cfb3139ca\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T16:21:01.964Z\",\n                \"updatedAt\": \"2025-08-03T16:21:01.964Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T16:21:01.949Z\",\n                \"value\": 4035817,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/788386aa-2e8a-4ed1-b9b5-fc0cfb3139ca/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/788386aa-2e8a-4ed1-b9b5-fc0cfb3139ca/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f8e6d4bf-53e8-4960-ad8a-af9f1b4f08ea\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f8e6d4bf-53e8-4960-ad8a-af9f1b4f08ea\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T16:06:02.339Z\",\n                \"updatedAt\": \"2025-08-03T16:06:02.339Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T16:06:02.275Z\",\n                \"value\": 4035803,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f8e6d4bf-53e8-4960-ad8a-af9f1b4f08ea/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f8e6d4bf-53e8-4960-ad8a-af9f1b4f08ea/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f27c882e-4309-4eb3-bc48-61684ee1ed29\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f27c882e-4309-4eb3-bc48-61684ee1ed29\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T15:51:06.204Z\",\n                \"updatedAt\": \"2025-08-03T15:51:06.204Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T15:51:06.188Z\",\n                \"value\": 4035773,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f27c882e-4309-4eb3-bc48-61684ee1ed29/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f27c882e-4309-4eb3-bc48-61684ee1ed29/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a09885a0-92eb-47e1-bfce-e9a3e3c07d84\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a09885a0-92eb-47e1-bfce-e9a3e3c07d84\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T15:36:06.137Z\",\n                \"updatedAt\": \"2025-08-03T15:36:06.137Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T15:36:06.113Z\",\n                \"value\": 4035759,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a09885a0-92eb-47e1-bfce-e9a3e3c07d84/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a09885a0-92eb-47e1-bfce-e9a3e3c07d84/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4cee2610-39bd-4758-9057-cf45dc7cfbee\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4cee2610-39bd-4758-9057-cf45dc7cfbee\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T15:21:06.181Z\",\n                \"updatedAt\": \"2025-08-03T15:21:06.181Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T15:21:06.164Z\",\n                \"value\": 4035718,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4cee2610-39bd-4758-9057-cf45dc7cfbee/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4cee2610-39bd-4758-9057-cf45dc7cfbee/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"103b48f4-94d9-44fd-8203-d083ac1c6164\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/103b48f4-94d9-44fd-8203-d083ac1c6164\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T15:06:06.095Z\",\n                \"updatedAt\": \"2025-08-03T15:06:06.095Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T15:06:06.079Z\",\n                \"value\": 4035675,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/103b48f4-94d9-44fd-8203-d083ac1c6164/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/103b48f4-94d9-44fd-8203-d083ac1c6164/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bbfe7ff0-7fa6-4596-864f-8e1c84b976ac\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bbfe7ff0-7fa6-4596-864f-8e1c84b976ac\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T14:51:06.029Z\",\n                \"updatedAt\": \"2025-08-03T14:51:06.029Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T14:51:06.014Z\",\n                \"value\": 4035644,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bbfe7ff0-7fa6-4596-864f-8e1c84b976ac/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bbfe7ff0-7fa6-4596-864f-8e1c84b976ac/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6ec85078-99aa-4439-8894-7a797485aa41\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6ec85078-99aa-4439-8894-7a797485aa41\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T14:36:05.996Z\",\n                \"updatedAt\": \"2025-08-03T14:36:05.996Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T14:36:05.981Z\",\n                \"value\": 4035630,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6ec85078-99aa-4439-8894-7a797485aa41/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6ec85078-99aa-4439-8894-7a797485aa41/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"40eab153-f7fd-4817-9138-67fbab90ce1b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40eab153-f7fd-4817-9138-67fbab90ce1b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T14:21:05.979Z\",\n                \"updatedAt\": \"2025-08-03T14:21:05.979Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T14:21:05.963Z\",\n                \"value\": 4035616,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40eab153-f7fd-4817-9138-67fbab90ce1b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40eab153-f7fd-4817-9138-67fbab90ce1b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"aa4bfaa8-c981-4808-9dd5-b7796b6f8459\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aa4bfaa8-c981-4808-9dd5-b7796b6f8459\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T14:06:05.972Z\",\n                \"updatedAt\": \"2025-08-03T14:06:05.972Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T14:06:05.955Z\",\n                \"value\": 4035586,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aa4bfaa8-c981-4808-9dd5-b7796b6f8459/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aa4bfaa8-c981-4808-9dd5-b7796b6f8459/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1a68708a-acab-4ec4-bcee-71d2d07d2106\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1a68708a-acab-4ec4-bcee-71d2d07d2106\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T13:51:05.974Z\",\n                \"updatedAt\": \"2025-08-03T13:51:05.974Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T13:51:05.935Z\",\n                \"value\": 4035573,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1a68708a-acab-4ec4-bcee-71d2d07d2106/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1a68708a-acab-4ec4-bcee-71d2d07d2106/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d4ba0157-0ec4-42f3-b208-8af1c325bf1e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4ba0157-0ec4-42f3-b208-8af1c325bf1e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T13:36:06.022Z\",\n                \"updatedAt\": \"2025-08-03T13:36:06.022Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T13:36:06.006Z\",\n                \"value\": 4035559,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4ba0157-0ec4-42f3-b208-8af1c325bf1e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4ba0157-0ec4-42f3-b208-8af1c325bf1e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a79799af-cc1b-4114-86f6-7cf6c05c6b3c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a79799af-cc1b-4114-86f6-7cf6c05c6b3c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T13:21:05.917Z\",\n                \"updatedAt\": \"2025-08-03T13:21:05.917Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T13:21:05.900Z\",\n                \"value\": 4035545,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a79799af-cc1b-4114-86f6-7cf6c05c6b3c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a79799af-cc1b-4114-86f6-7cf6c05c6b3c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fc2388a3-2b8d-4f14-9bee-d85d05c2b8b6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc2388a3-2b8d-4f14-9bee-d85d05c2b8b6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T13:06:05.983Z\",\n                \"updatedAt\": \"2025-08-03T13:06:05.983Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T13:06:05.967Z\",\n                \"value\": 4035484,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc2388a3-2b8d-4f14-9bee-d85d05c2b8b6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc2388a3-2b8d-4f14-9bee-d85d05c2b8b6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"990ad35b-5d29-4d6c-991a-33c9958fd511\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/990ad35b-5d29-4d6c-991a-33c9958fd511\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T12:51:05.881Z\",\n                \"updatedAt\": \"2025-08-03T12:51:05.881Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T12:51:05.865Z\",\n                \"value\": 4035470,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/990ad35b-5d29-4d6c-991a-33c9958fd511/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/990ad35b-5d29-4d6c-991a-33c9958fd511/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"facb97ca-2e84-42a1-8184-95d2be0ac727\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/facb97ca-2e84-42a1-8184-95d2be0ac727\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T12:36:05.871Z\",\n                \"updatedAt\": \"2025-08-03T12:36:05.871Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T12:36:05.855Z\",\n                \"value\": 4035456,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/facb97ca-2e84-42a1-8184-95d2be0ac727/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/facb97ca-2e84-42a1-8184-95d2be0ac727/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2e9f8bfe-6f41-40fa-8cc7-d3b226db7322\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2e9f8bfe-6f41-40fa-8cc7-d3b226db7322\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T12:21:05.840Z\",\n                \"updatedAt\": \"2025-08-03T12:21:05.840Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T12:21:05.823Z\",\n                \"value\": 4035443,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2e9f8bfe-6f41-40fa-8cc7-d3b226db7322/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2e9f8bfe-6f41-40fa-8cc7-d3b226db7322/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"173718bf-66b0-4779-9523-f902ee20d009\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/173718bf-66b0-4779-9523-f902ee20d009\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T12:06:05.901Z\",\n                \"updatedAt\": \"2025-08-03T12:06:05.901Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T12:06:05.886Z\",\n                \"value\": 4035411,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/173718bf-66b0-4779-9523-f902ee20d009/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/173718bf-66b0-4779-9523-f902ee20d009/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7e892306-41cf-4484-bf2d-d490d0b07008\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7e892306-41cf-4484-bf2d-d490d0b07008\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T11:51:05.794Z\",\n                \"updatedAt\": \"2025-08-03T11:51:05.794Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T11:51:05.779Z\",\n                \"value\": 4035397,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7e892306-41cf-4484-bf2d-d490d0b07008/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7e892306-41cf-4484-bf2d-d490d0b07008/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a5f00256-1bea-4953-b208-d0311b4edc27\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a5f00256-1bea-4953-b208-d0311b4edc27\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T11:36:05.765Z\",\n                \"updatedAt\": \"2025-08-03T11:36:05.765Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T11:36:05.748Z\",\n                \"value\": 4035384,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a5f00256-1bea-4953-b208-d0311b4edc27/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a5f00256-1bea-4953-b208-d0311b4edc27/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ad985386-fda9-465b-87a8-ebad56ad5322\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ad985386-fda9-465b-87a8-ebad56ad5322\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T11:21:05.766Z\",\n                \"updatedAt\": \"2025-08-03T11:21:05.766Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T11:21:05.750Z\",\n                \"value\": 4035339,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ad985386-fda9-465b-87a8-ebad56ad5322/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ad985386-fda9-465b-87a8-ebad56ad5322/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"352254cc-3893-4a52-a1fb-6901e90a5568\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/352254cc-3893-4a52-a1fb-6901e90a5568\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T11:06:05.826Z\",\n                \"updatedAt\": \"2025-08-03T11:06:05.826Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T11:06:05.810Z\",\n                \"value\": 4035309,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/352254cc-3893-4a52-a1fb-6901e90a5568/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/352254cc-3893-4a52-a1fb-6901e90a5568/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"09426fdd-9a8c-4549-a711-acde2658adb8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09426fdd-9a8c-4549-a711-acde2658adb8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T10:51:05.726Z\",\n                \"updatedAt\": \"2025-08-03T10:51:05.726Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T10:51:05.711Z\",\n                \"value\": 4035295,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09426fdd-9a8c-4549-a711-acde2658adb8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09426fdd-9a8c-4549-a711-acde2658adb8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"eaa6d30d-d425-4f6e-ba18-8dfc4cb6ca1c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eaa6d30d-d425-4f6e-ba18-8dfc4cb6ca1c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T10:36:05.810Z\",\n                \"updatedAt\": \"2025-08-03T10:36:05.810Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T10:36:05.772Z\",\n                \"value\": 4035281,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eaa6d30d-d425-4f6e-ba18-8dfc4cb6ca1c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eaa6d30d-d425-4f6e-ba18-8dfc4cb6ca1c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"17bde48c-ede5-43c9-bb47-9a45daea69a0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/17bde48c-ede5-43c9-bb47-9a45daea69a0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T10:21:05.739Z\",\n                \"updatedAt\": \"2025-08-03T10:21:05.739Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T10:21:05.694Z\",\n                \"value\": 4035268,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/17bde48c-ede5-43c9-bb47-9a45daea69a0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/17bde48c-ede5-43c9-bb47-9a45daea69a0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cd917aac-1453-4406-b496-7dd4e142e225\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd917aac-1453-4406-b496-7dd4e142e225\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T10:06:05.763Z\",\n                \"updatedAt\": \"2025-08-03T10:06:05.763Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T10:06:05.748Z\",\n                \"value\": 4035237,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd917aac-1453-4406-b496-7dd4e142e225/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd917aac-1453-4406-b496-7dd4e142e225/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"35f44e7a-d894-4b01-8c48-f33fc823112f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/35f44e7a-d894-4b01-8c48-f33fc823112f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T09:51:05.633Z\",\n                \"updatedAt\": \"2025-08-03T09:51:05.633Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T09:51:05.617Z\",\n                \"value\": 4035224,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/35f44e7a-d894-4b01-8c48-f33fc823112f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/35f44e7a-d894-4b01-8c48-f33fc823112f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4a4cf538-cf0a-4d36-b55b-1aa70e551264\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4a4cf538-cf0a-4d36-b55b-1aa70e551264\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T09:36:05.607Z\",\n                \"updatedAt\": \"2025-08-03T09:36:05.607Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T09:36:05.590Z\",\n                \"value\": 4035180,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4a4cf538-cf0a-4d36-b55b-1aa70e551264/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4a4cf538-cf0a-4d36-b55b-1aa70e551264/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"443b186b-ebb5-45c5-92f5-477e442c52cf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/443b186b-ebb5-45c5-92f5-477e442c52cf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T09:21:05.721Z\",\n                \"updatedAt\": \"2025-08-03T09:21:05.721Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T09:21:05.704Z\",\n                \"value\": 4035166,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/443b186b-ebb5-45c5-92f5-477e442c52cf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/443b186b-ebb5-45c5-92f5-477e442c52cf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"93414a68-eda7-4458-8842-1a549b915685\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/93414a68-eda7-4458-8842-1a549b915685\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T09:06:05.586Z\",\n                \"updatedAt\": \"2025-08-03T09:06:05.586Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T09:06:05.569Z\",\n                \"value\": 4035136,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/93414a68-eda7-4458-8842-1a549b915685/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/93414a68-eda7-4458-8842-1a549b915685/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"af628cee-e468-4e4e-80cc-4629952077a4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/af628cee-e468-4e4e-80cc-4629952077a4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T08:51:05.664Z\",\n                \"updatedAt\": \"2025-08-03T08:51:05.664Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T08:51:05.649Z\",\n                \"value\": 4035122,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/af628cee-e468-4e4e-80cc-4629952077a4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/af628cee-e468-4e4e-80cc-4629952077a4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d4c2b800-b765-4862-98b9-d19149aa5934\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4c2b800-b765-4862-98b9-d19149aa5934\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T08:36:05.555Z\",\n                \"updatedAt\": \"2025-08-03T08:36:05.555Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T08:36:05.538Z\",\n                \"value\": 4035109,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4c2b800-b765-4862-98b9-d19149aa5934/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4c2b800-b765-4862-98b9-d19149aa5934/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"294fdca4-5d24-44ba-8e2e-cbcab4fca2bf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/294fdca4-5d24-44ba-8e2e-cbcab4fca2bf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T08:21:05.625Z\",\n                \"updatedAt\": \"2025-08-03T08:21:05.625Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T08:21:05.608Z\",\n                \"value\": 4035095,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/294fdca4-5d24-44ba-8e2e-cbcab4fca2bf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/294fdca4-5d24-44ba-8e2e-cbcab4fca2bf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"dce42973-2c4e-4520-82a0-0821f7486374\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dce42973-2c4e-4520-82a0-0821f7486374\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T08:06:05.509Z\",\n                \"updatedAt\": \"2025-08-03T08:06:05.509Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T08:06:05.492Z\",\n                \"value\": 4035065,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dce42973-2c4e-4520-82a0-0821f7486374/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dce42973-2c4e-4520-82a0-0821f7486374/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2b916890-8b2d-4f93-8d7a-a0af0cfb834f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b916890-8b2d-4f93-8d7a-a0af0cfb834f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T07:51:05.499Z\",\n                \"updatedAt\": \"2025-08-03T07:51:05.499Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T07:51:05.483Z\",\n                \"value\": 4035046,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b916890-8b2d-4f93-8d7a-a0af0cfb834f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b916890-8b2d-4f93-8d7a-a0af0cfb834f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ee6de511-1d2b-4ebd-88b7-0023dc62dd34\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee6de511-1d2b-4ebd-88b7-0023dc62dd34\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T07:36:05.465Z\",\n                \"updatedAt\": \"2025-08-03T07:36:05.465Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T07:36:05.449Z\",\n                \"value\": 4035006,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee6de511-1d2b-4ebd-88b7-0023dc62dd34/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee6de511-1d2b-4ebd-88b7-0023dc62dd34/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7b30be26-2313-4715-86cf-49de22f159b6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7b30be26-2313-4715-86cf-49de22f159b6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T07:21:05.449Z\",\n                \"updatedAt\": \"2025-08-03T07:21:05.449Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T07:21:05.434Z\",\n                \"value\": 4034993,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7b30be26-2313-4715-86cf-49de22f159b6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7b30be26-2313-4715-86cf-49de22f159b6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"421069a1-5f0a-4301-879d-3d4ad5c2154a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/421069a1-5f0a-4301-879d-3d4ad5c2154a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T07:06:05.435Z\",\n                \"updatedAt\": \"2025-08-03T07:06:05.435Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T07:06:05.419Z\",\n                \"value\": 4034962,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/421069a1-5f0a-4301-879d-3d4ad5c2154a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/421069a1-5f0a-4301-879d-3d4ad5c2154a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8d3c1939-ad5d-42c9-8288-f42a649f94e0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8d3c1939-ad5d-42c9-8288-f42a649f94e0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T06:51:05.417Z\",\n                \"updatedAt\": \"2025-08-03T06:51:05.417Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T06:51:05.402Z\",\n                \"value\": 4034948,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8d3c1939-ad5d-42c9-8288-f42a649f94e0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8d3c1939-ad5d-42c9-8288-f42a649f94e0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e8df6891-4bc0-4c55-8b63-6d4264f1da26\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e8df6891-4bc0-4c55-8b63-6d4264f1da26\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T06:36:05.510Z\",\n                \"updatedAt\": \"2025-08-03T06:36:05.510Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T06:36:05.474Z\",\n                \"value\": 4034935,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e8df6891-4bc0-4c55-8b63-6d4264f1da26/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e8df6891-4bc0-4c55-8b63-6d4264f1da26/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5ac34f0a-551e-4b1d-9c9f-5c2b5b78a0a7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5ac34f0a-551e-4b1d-9c9f-5c2b5b78a0a7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T06:21:05.395Z\",\n                \"updatedAt\": \"2025-08-03T06:21:05.395Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T06:21:05.358Z\",\n                \"value\": 4034921,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5ac34f0a-551e-4b1d-9c9f-5c2b5b78a0a7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5ac34f0a-551e-4b1d-9c9f-5c2b5b78a0a7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9dad4899-cda1-407a-8b8d-f81f28eba187\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9dad4899-cda1-407a-8b8d-f81f28eba187\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T06:06:05.446Z\",\n                \"updatedAt\": \"2025-08-03T06:06:05.446Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T06:06:05.432Z\",\n                \"value\": 4034861,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9dad4899-cda1-407a-8b8d-f81f28eba187/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9dad4899-cda1-407a-8b8d-f81f28eba187/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4ef4ff65-d430-4b2b-b700-d015477e5478\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4ef4ff65-d430-4b2b-b700-d015477e5478\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T05:51:05.324Z\",\n                \"updatedAt\": \"2025-08-03T05:51:05.324Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T05:51:05.308Z\",\n                \"value\": 4034820,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4ef4ff65-d430-4b2b-b700-d015477e5478/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4ef4ff65-d430-4b2b-b700-d015477e5478/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6f841602-fb1d-4971-9ec1-1d4b09286740\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f841602-fb1d-4971-9ec1-1d4b09286740\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T05:36:05.323Z\",\n                \"updatedAt\": \"2025-08-03T05:36:05.323Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T05:36:05.308Z\",\n                \"value\": 4034806,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f841602-fb1d-4971-9ec1-1d4b09286740/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f841602-fb1d-4971-9ec1-1d4b09286740/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c847e49d-8860-4ea5-bae2-ae58a7593195\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c847e49d-8860-4ea5-bae2-ae58a7593195\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T05:21:05.298Z\",\n                \"updatedAt\": \"2025-08-03T05:21:05.298Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T05:21:05.284Z\",\n                \"value\": 4034776,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c847e49d-8860-4ea5-bae2-ae58a7593195/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c847e49d-8860-4ea5-bae2-ae58a7593195/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"df3a0040-d9c0-44a0-8799-12e94de79e35\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df3a0040-d9c0-44a0-8799-12e94de79e35\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T05:06:05.403Z\",\n                \"updatedAt\": \"2025-08-03T05:06:05.403Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T05:06:05.387Z\",\n                \"value\": 4034762,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df3a0040-d9c0-44a0-8799-12e94de79e35/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df3a0040-d9c0-44a0-8799-12e94de79e35/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cbb32ecc-9c76-4712-b0ee-5631f0324c2f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cbb32ecc-9c76-4712-b0ee-5631f0324c2f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T04:51:05.285Z\",\n                \"updatedAt\": \"2025-08-03T04:51:05.285Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T04:51:05.269Z\",\n                \"value\": 4034748,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cbb32ecc-9c76-4712-b0ee-5631f0324c2f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cbb32ecc-9c76-4712-b0ee-5631f0324c2f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"03c6c099-2fc7-4557-a9dc-abec53430e6a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03c6c099-2fc7-4557-a9dc-abec53430e6a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T04:36:05.265Z\",\n                \"updatedAt\": \"2025-08-03T04:36:05.265Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T04:36:05.247Z\",\n                \"value\": 4034735,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03c6c099-2fc7-4557-a9dc-abec53430e6a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03c6c099-2fc7-4557-a9dc-abec53430e6a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e1305ab2-142b-41f0-892c-53b8b9331a4c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1305ab2-142b-41f0-892c-53b8b9331a4c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T04:21:05.213Z\",\n                \"updatedAt\": \"2025-08-03T04:21:05.213Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T04:21:05.197Z\",\n                \"value\": 4034704,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1305ab2-142b-41f0-892c-53b8b9331a4c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1305ab2-142b-41f0-892c-53b8b9331a4c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"90227cb8-63da-41f6-b8a3-eb87525109bf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/90227cb8-63da-41f6-b8a3-eb87525109bf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T04:06:05.295Z\",\n                \"updatedAt\": \"2025-08-03T04:06:05.295Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T04:06:05.280Z\",\n                \"value\": 4034660,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/90227cb8-63da-41f6-b8a3-eb87525109bf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/90227cb8-63da-41f6-b8a3-eb87525109bf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b3816b2a-06bd-4f74-803c-c08de535c42c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b3816b2a-06bd-4f74-803c-c08de535c42c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T03:51:05.186Z\",\n                \"updatedAt\": \"2025-08-03T03:51:05.186Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T03:51:05.169Z\",\n                \"value\": 4034646,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b3816b2a-06bd-4f74-803c-c08de535c42c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b3816b2a-06bd-4f74-803c-c08de535c42c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fd1f7e80-f63a-4b35-af9d-d65dd3aec56d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fd1f7e80-f63a-4b35-af9d-d65dd3aec56d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T03:36:05.271Z\",\n                \"updatedAt\": \"2025-08-03T03:36:05.271Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T03:36:05.238Z\",\n                \"value\": 4034633,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fd1f7e80-f63a-4b35-af9d-d65dd3aec56d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fd1f7e80-f63a-4b35-af9d-d65dd3aec56d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c0269fe1-366d-445e-9315-89cd1596caa0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0269fe1-366d-445e-9315-89cd1596caa0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T03:21:05.171Z\",\n                \"updatedAt\": \"2025-08-03T03:21:05.171Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T03:21:05.134Z\",\n                \"value\": 4034602,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0269fe1-366d-445e-9315-89cd1596caa0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0269fe1-366d-445e-9315-89cd1596caa0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ee954025-a07f-4b90-b3c3-b6f392c91bec\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee954025-a07f-4b90-b3c3-b6f392c91bec\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T03:06:05.242Z\",\n                \"updatedAt\": \"2025-08-03T03:06:05.242Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T03:06:05.227Z\",\n                \"value\": 4034588,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee954025-a07f-4b90-b3c3-b6f392c91bec/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee954025-a07f-4b90-b3c3-b6f392c91bec/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"699ae0e9-5102-4e01-a2fe-0665c7476991\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/699ae0e9-5102-4e01-a2fe-0665c7476991\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T02:51:05.100Z\",\n                \"updatedAt\": \"2025-08-03T02:51:05.100Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T02:51:05.085Z\",\n                \"value\": 4034575,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/699ae0e9-5102-4e01-a2fe-0665c7476991/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/699ae0e9-5102-4e01-a2fe-0665c7476991/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"029b39ca-b163-4683-abee-11aa00e13e5c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/029b39ca-b163-4683-abee-11aa00e13e5c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T02:36:05.094Z\",\n                \"updatedAt\": \"2025-08-03T02:36:05.094Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T02:36:05.078Z\",\n                \"value\": 4034561,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/029b39ca-b163-4683-abee-11aa00e13e5c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/029b39ca-b163-4683-abee-11aa00e13e5c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9cfe35c8-a21e-47ea-ab5c-0faced3ec540\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9cfe35c8-a21e-47ea-ab5c-0faced3ec540\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T02:21:05.043Z\",\n                \"updatedAt\": \"2025-08-03T02:21:05.043Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T02:21:05.029Z\",\n                \"value\": 4034547,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9cfe35c8-a21e-47ea-ab5c-0faced3ec540/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9cfe35c8-a21e-47ea-ab5c-0faced3ec540/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fcc9bd68-4fb7-43cf-b7a9-246e5ab15791\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fcc9bd68-4fb7-43cf-b7a9-246e5ab15791\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T02:06:05.040Z\",\n                \"updatedAt\": \"2025-08-03T02:06:05.040Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T02:06:05.024Z\",\n                \"value\": 4034482,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fcc9bd68-4fb7-43cf-b7a9-246e5ab15791/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fcc9bd68-4fb7-43cf-b7a9-246e5ab15791/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f12a920b-f430-4f6f-9efb-4ade52f93788\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f12a920b-f430-4f6f-9efb-4ade52f93788\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T01:51:05.009Z\",\n                \"updatedAt\": \"2025-08-03T01:51:05.009Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T01:51:04.994Z\",\n                \"value\": 4034468,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f12a920b-f430-4f6f-9efb-4ade52f93788/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f12a920b-f430-4f6f-9efb-4ade52f93788/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a2c34929-4b9a-4638-be96-da0440aebdfa\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2c34929-4b9a-4638-be96-da0440aebdfa\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T01:36:05.040Z\",\n                \"updatedAt\": \"2025-08-03T01:36:05.040Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T01:36:05.015Z\",\n                \"value\": 4034455,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2c34929-4b9a-4638-be96-da0440aebdfa/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2c34929-4b9a-4638-be96-da0440aebdfa/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"eb87413a-3f31-47e7-afd5-fd60a4a30f7b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eb87413a-3f31-47e7-afd5-fd60a4a30f7b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T01:21:05.091Z\",\n                \"updatedAt\": \"2025-08-03T01:21:05.091Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T01:21:05.076Z\",\n                \"value\": 4034441,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eb87413a-3f31-47e7-afd5-fd60a4a30f7b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eb87413a-3f31-47e7-afd5-fd60a4a30f7b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f1ba82b4-75f2-45de-8328-da2a0fd1dcfd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f1ba82b4-75f2-45de-8328-da2a0fd1dcfd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T01:06:04.980Z\",\n                \"updatedAt\": \"2025-08-03T01:06:04.980Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T01:06:04.964Z\",\n                \"value\": 4034411,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f1ba82b4-75f2-45de-8328-da2a0fd1dcfd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f1ba82b4-75f2-45de-8328-da2a0fd1dcfd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bf9547e3-5568-4c5b-9f28-a5a1cdfe31d6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bf9547e3-5568-4c5b-9f28-a5a1cdfe31d6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T00:51:05.036Z\",\n                \"updatedAt\": \"2025-08-03T00:51:05.036Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T00:51:05.021Z\",\n                \"value\": 4034397,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bf9547e3-5568-4c5b-9f28-a5a1cdfe31d6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bf9547e3-5568-4c5b-9f28-a5a1cdfe31d6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4f1473b5-7d46-4a24-a0b2-2d5272b245a1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f1473b5-7d46-4a24-a0b2-2d5272b245a1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T00:36:04.921Z\",\n                \"updatedAt\": \"2025-08-03T00:36:04.921Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T00:36:04.904Z\",\n                \"value\": 4034383,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f1473b5-7d46-4a24-a0b2-2d5272b245a1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f1473b5-7d46-4a24-a0b2-2d5272b245a1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"20ccdb6b-86f6-4e16-a1e9-c28863ae4fb3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/20ccdb6b-86f6-4e16-a1e9-c28863ae4fb3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T00:21:04.890Z\",\n                \"updatedAt\": \"2025-08-03T00:21:04.890Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T00:21:04.875Z\",\n                \"value\": 4034340,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/20ccdb6b-86f6-4e16-a1e9-c28863ae4fb3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/20ccdb6b-86f6-4e16-a1e9-c28863ae4fb3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d6573d05-e88d-4351-a8ae-910c8e39651f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d6573d05-e88d-4351-a8ae-910c8e39651f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-03T00:06:04.926Z\",\n                \"updatedAt\": \"2025-08-03T00:06:04.926Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-03T00:06:04.888Z\",\n                \"value\": 4034310,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d6573d05-e88d-4351-a8ae-910c8e39651f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d6573d05-e88d-4351-a8ae-910c8e39651f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f30e79d5-f8c2-4402-9df0-e49a3f10d74c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f30e79d5-f8c2-4402-9df0-e49a3f10d74c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T23:51:04.957Z\",\n                \"updatedAt\": \"2025-08-02T23:51:04.957Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T23:51:04.930Z\",\n                \"value\": 4034296,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f30e79d5-f8c2-4402-9df0-e49a3f10d74c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f30e79d5-f8c2-4402-9df0-e49a3f10d74c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"df7a4db6-efc6-493c-94a1-77b4e490c2c4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df7a4db6-efc6-493c-94a1-77b4e490c2c4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T23:36:04.827Z\",\n                \"updatedAt\": \"2025-08-02T23:36:04.827Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T23:36:04.812Z\",\n                \"value\": 4034283,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df7a4db6-efc6-493c-94a1-77b4e490c2c4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df7a4db6-efc6-493c-94a1-77b4e490c2c4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e842adfc-7dad-4d97-b6a9-200c5d2f33c7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e842adfc-7dad-4d97-b6a9-200c5d2f33c7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T23:21:04.828Z\",\n                \"updatedAt\": \"2025-08-02T23:21:04.828Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T23:21:04.811Z\",\n                \"value\": 4034252,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e842adfc-7dad-4d97-b6a9-200c5d2f33c7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e842adfc-7dad-4d97-b6a9-200c5d2f33c7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d0e62a02-8212-42af-b40c-54351a9f7aa6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0e62a02-8212-42af-b40c-54351a9f7aa6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T23:06:04.810Z\",\n                \"updatedAt\": \"2025-08-02T23:06:04.810Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T23:06:04.796Z\",\n                \"value\": 4034238,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0e62a02-8212-42af-b40c-54351a9f7aa6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0e62a02-8212-42af-b40c-54351a9f7aa6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5ab87a93-bd82-4ef3-a826-5c523cfad6f5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5ab87a93-bd82-4ef3-a826-5c523cfad6f5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T22:51:04.867Z\",\n                \"updatedAt\": \"2025-08-02T22:51:04.867Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T22:51:04.851Z\",\n                \"value\": 4034225,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5ab87a93-bd82-4ef3-a826-5c523cfad6f5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5ab87a93-bd82-4ef3-a826-5c523cfad6f5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2cc7617d-b25d-4bc2-88e2-6c3cd59cea00\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2cc7617d-b25d-4bc2-88e2-6c3cd59cea00\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T22:36:04.768Z\",\n                \"updatedAt\": \"2025-08-02T22:36:04.768Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T22:36:04.754Z\",\n                \"value\": 4034211,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2cc7617d-b25d-4bc2-88e2-6c3cd59cea00/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2cc7617d-b25d-4bc2-88e2-6c3cd59cea00/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5c4b8351-97cf-4ef8-8b34-f787fabb680b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c4b8351-97cf-4ef8-8b34-f787fabb680b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T22:21:04.847Z\",\n                \"updatedAt\": \"2025-08-02T22:21:04.847Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T22:21:04.830Z\",\n                \"value\": 4034150,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c4b8351-97cf-4ef8-8b34-f787fabb680b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c4b8351-97cf-4ef8-8b34-f787fabb680b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e214c7d0-f855-4ea8-ac99-1d7c1f7ce19e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e214c7d0-f855-4ea8-ac99-1d7c1f7ce19e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T22:06:04.737Z\",\n                \"updatedAt\": \"2025-08-02T22:06:04.737Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T22:06:04.721Z\",\n                \"value\": 4034136,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e214c7d0-f855-4ea8-ac99-1d7c1f7ce19e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e214c7d0-f855-4ea8-ac99-1d7c1f7ce19e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"16f45d62-e3a3-4fff-b77e-e41dd3015465\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/16f45d62-e3a3-4fff-b77e-e41dd3015465\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T21:51:04.823Z\",\n                \"updatedAt\": \"2025-08-02T21:51:04.823Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T21:51:04.807Z\",\n                \"value\": 4034122,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/16f45d62-e3a3-4fff-b77e-e41dd3015465/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/16f45d62-e3a3-4fff-b77e-e41dd3015465/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d2d04974-c148-467a-a7d9-3bd55c8f1f64\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d2d04974-c148-467a-a7d9-3bd55c8f1f64\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T21:36:04.700Z\",\n                \"updatedAt\": \"2025-08-02T21:36:04.700Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T21:36:04.683Z\",\n                \"value\": 4034109,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d2d04974-c148-467a-a7d9-3bd55c8f1f64/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d2d04974-c148-467a-a7d9-3bd55c8f1f64/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"60b14c34-cd08-4e5b-b419-7bb7c7d4677c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/60b14c34-cd08-4e5b-b419-7bb7c7d4677c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T21:21:04.671Z\",\n                \"updatedAt\": \"2025-08-02T21:21:04.671Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T21:21:04.649Z\",\n                \"value\": 4034095,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/60b14c34-cd08-4e5b-b419-7bb7c7d4677c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/60b14c34-cd08-4e5b-b419-7bb7c7d4677c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1b24e326-7ca8-4e4b-b88a-ae242ee32345\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b24e326-7ca8-4e4b-b88a-ae242ee32345\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T21:06:04.651Z\",\n                \"updatedAt\": \"2025-08-02T21:06:04.651Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T21:06:04.635Z\",\n                \"value\": 4034064,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b24e326-7ca8-4e4b-b88a-ae242ee32345/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b24e326-7ca8-4e4b-b88a-ae242ee32345/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"68b83698-937c-4b1f-a7b3-8d919d6fa56e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/68b83698-937c-4b1f-a7b3-8d919d6fa56e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T20:51:04.751Z\",\n                \"updatedAt\": \"2025-08-02T20:51:04.751Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T20:51:04.736Z\",\n                \"value\": 4034051,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/68b83698-937c-4b1f-a7b3-8d919d6fa56e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/68b83698-937c-4b1f-a7b3-8d919d6fa56e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"db51effe-6adb-460a-b794-a7a4782926f9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/db51effe-6adb-460a-b794-a7a4782926f9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T20:36:04.603Z\",\n                \"updatedAt\": \"2025-08-02T20:36:04.603Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T20:36:04.588Z\",\n                \"value\": 4034037,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/db51effe-6adb-460a-b794-a7a4782926f9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/db51effe-6adb-460a-b794-a7a4782926f9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b18bd911-51eb-490b-b76a-c045826b80b6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b18bd911-51eb-490b-b76a-c045826b80b6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T20:21:04.584Z\",\n                \"updatedAt\": \"2025-08-02T20:21:04.584Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T20:21:04.569Z\",\n                \"value\": 4033975,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b18bd911-51eb-490b-b76a-c045826b80b6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b18bd911-51eb-490b-b76a-c045826b80b6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9984a7d3-e302-430c-a6bc-7035831290c0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9984a7d3-e302-430c-a6bc-7035831290c0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T20:06:04.600Z\",\n                \"updatedAt\": \"2025-08-02T20:06:04.600Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T20:06:04.561Z\",\n                \"value\": 4033962,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9984a7d3-e302-430c-a6bc-7035831290c0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9984a7d3-e302-430c-a6bc-7035831290c0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7eb55dc5-a162-4c4d-8cba-9c1b25bf5b33\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7eb55dc5-a162-4c4d-8cba-9c1b25bf5b33\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T19:51:04.649Z\",\n                \"updatedAt\": \"2025-08-02T19:51:04.649Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T19:51:04.631Z\",\n                \"value\": 4033920,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7eb55dc5-a162-4c4d-8cba-9c1b25bf5b33/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7eb55dc5-a162-4c4d-8cba-9c1b25bf5b33/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c8a38d81-af77-486d-ae1c-2902c8ac3f3b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c8a38d81-af77-486d-ae1c-2902c8ac3f3b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T19:36:04.531Z\",\n                \"updatedAt\": \"2025-08-02T19:36:04.531Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T19:36:04.514Z\",\n                \"value\": 4033907,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c8a38d81-af77-486d-ae1c-2902c8ac3f3b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c8a38d81-af77-486d-ae1c-2902c8ac3f3b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"06d76beb-3351-4866-b112-e9f51ab8a0a7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/06d76beb-3351-4866-b112-e9f51ab8a0a7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T19:21:04.618Z\",\n                \"updatedAt\": \"2025-08-02T19:21:04.618Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T19:21:04.604Z\",\n                \"value\": 4033876,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/06d76beb-3351-4866-b112-e9f51ab8a0a7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/06d76beb-3351-4866-b112-e9f51ab8a0a7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a2de5c38-44e6-495c-9de7-40193343d329\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2de5c38-44e6-495c-9de7-40193343d329\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T19:06:04.512Z\",\n                \"updatedAt\": \"2025-08-02T19:06:04.512Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T19:06:04.498Z\",\n                \"value\": 4033863,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2de5c38-44e6-495c-9de7-40193343d329/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2de5c38-44e6-495c-9de7-40193343d329/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9084d1a3-328a-4455-a381-2579b82c44ac\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9084d1a3-328a-4455-a381-2579b82c44ac\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T18:51:04.580Z\",\n                \"updatedAt\": \"2025-08-02T18:51:04.580Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T18:51:04.564Z\",\n                \"value\": 4033849,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9084d1a3-328a-4455-a381-2579b82c44ac/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9084d1a3-328a-4455-a381-2579b82c44ac/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cfad3c7a-e6ad-4f5f-8133-b31f8198c9bf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cfad3c7a-e6ad-4f5f-8133-b31f8198c9bf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T18:36:04.484Z\",\n                \"updatedAt\": \"2025-08-02T18:36:04.484Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T18:36:04.470Z\",\n                \"value\": 4033805,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cfad3c7a-e6ad-4f5f-8133-b31f8198c9bf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cfad3c7a-e6ad-4f5f-8133-b31f8198c9bf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7e1aa9a8-9e6f-47bc-90d5-bcfe288baf21\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7e1aa9a8-9e6f-47bc-90d5-bcfe288baf21\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T18:21:04.413Z\",\n                \"updatedAt\": \"2025-08-02T18:21:04.413Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T18:21:04.397Z\",\n                \"value\": 4033774,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7e1aa9a8-9e6f-47bc-90d5-bcfe288baf21/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7e1aa9a8-9e6f-47bc-90d5-bcfe288baf21/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7f7cae7b-98e5-40af-8ddf-960c09f3e75b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7f7cae7b-98e5-40af-8ddf-960c09f3e75b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T18:06:04.406Z\",\n                \"updatedAt\": \"2025-08-02T18:06:04.406Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T18:06:04.390Z\",\n                \"value\": 4033761,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7f7cae7b-98e5-40af-8ddf-960c09f3e75b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7f7cae7b-98e5-40af-8ddf-960c09f3e75b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d840ccc4-6f1c-4980-aeba-b6e4ce9836c8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d840ccc4-6f1c-4980-aeba-b6e4ce9836c8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T17:51:04.388Z\",\n                \"updatedAt\": \"2025-08-02T17:51:04.388Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T17:51:04.373Z\",\n                \"value\": 4033747,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d840ccc4-6f1c-4980-aeba-b6e4ce9836c8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d840ccc4-6f1c-4980-aeba-b6e4ce9836c8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d1b30a52-2c9d-4f53-92a7-9fe5c95f09ea\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1b30a52-2c9d-4f53-92a7-9fe5c95f09ea\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T17:36:04.364Z\",\n                \"updatedAt\": \"2025-08-02T17:36:04.364Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T17:36:04.348Z\",\n                \"value\": 4033733,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1b30a52-2c9d-4f53-92a7-9fe5c95f09ea/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1b30a52-2c9d-4f53-92a7-9fe5c95f09ea/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bfb05d6c-3357-4edb-afd1-b29d0d663700\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bfb05d6c-3357-4edb-afd1-b29d0d663700\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T17:21:04.387Z\",\n                \"updatedAt\": \"2025-08-02T17:21:04.387Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T17:21:04.373Z\",\n                \"value\": 4033703,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bfb05d6c-3357-4edb-afd1-b29d0d663700/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bfb05d6c-3357-4edb-afd1-b29d0d663700/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"57f4967a-2b08-4a23-b185-20ef4a274b3f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/57f4967a-2b08-4a23-b185-20ef4a274b3f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T17:06:04.428Z\",\n                \"updatedAt\": \"2025-08-02T17:06:04.428Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T17:06:04.413Z\",\n                \"value\": 4033689,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/57f4967a-2b08-4a23-b185-20ef4a274b3f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/57f4967a-2b08-4a23-b185-20ef4a274b3f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"74538cc7-0b2f-4db6-a43e-a9636a46fca0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/74538cc7-0b2f-4db6-a43e-a9636a46fca0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T16:51:04.325Z\",\n                \"updatedAt\": \"2025-08-02T16:51:04.325Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T16:51:04.308Z\",\n                \"value\": 4033676,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/74538cc7-0b2f-4db6-a43e-a9636a46fca0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/74538cc7-0b2f-4db6-a43e-a9636a46fca0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"023b5e0c-017d-45d9-9568-c088406688cc\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/023b5e0c-017d-45d9-9568-c088406688cc\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T16:36:04.440Z\",\n                \"updatedAt\": \"2025-08-02T16:36:04.440Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T16:36:04.403Z\",\n                \"value\": 4033632,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/023b5e0c-017d-45d9-9568-c088406688cc/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/023b5e0c-017d-45d9-9568-c088406688cc/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cde24005-a3a7-4855-8165-b56d110e0e1a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cde24005-a3a7-4855-8165-b56d110e0e1a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T16:21:04.324Z\",\n                \"updatedAt\": \"2025-08-02T16:21:04.324Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T16:21:04.288Z\",\n                \"value\": 4033618,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cde24005-a3a7-4855-8165-b56d110e0e1a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cde24005-a3a7-4855-8165-b56d110e0e1a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2cccbf8a-68df-45b5-9e54-b94a4f519526\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2cccbf8a-68df-45b5-9e54-b94a4f519526\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T16:06:04.243Z\",\n                \"updatedAt\": \"2025-08-02T16:06:04.243Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T16:06:04.227Z\",\n                \"value\": 4033604,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2cccbf8a-68df-45b5-9e54-b94a4f519526/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2cccbf8a-68df-45b5-9e54-b94a4f519526/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d96fa3e9-e2b6-4011-a0bf-42734583bed8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d96fa3e9-e2b6-4011-a0bf-42734583bed8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T15:51:04.226Z\",\n                \"updatedAt\": \"2025-08-02T15:51:04.226Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T15:51:04.210Z\",\n                \"value\": 4033567,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d96fa3e9-e2b6-4011-a0bf-42734583bed8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d96fa3e9-e2b6-4011-a0bf-42734583bed8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"000f9c33-dcbc-40eb-96c8-96f173c12188\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/000f9c33-dcbc-40eb-96c8-96f173c12188\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T15:36:04.313Z\",\n                \"updatedAt\": \"2025-08-02T15:36:04.313Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T15:36:04.297Z\",\n                \"value\": 4033552,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/000f9c33-dcbc-40eb-96c8-96f173c12188/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/000f9c33-dcbc-40eb-96c8-96f173c12188/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a14c52e7-e6d1-464f-a596-1a0c4747df06\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a14c52e7-e6d1-464f-a596-1a0c4747df06\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T15:21:04.234Z\",\n                \"updatedAt\": \"2025-08-02T15:21:04.234Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T15:21:04.218Z\",\n                \"value\": 4033539,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a14c52e7-e6d1-464f-a596-1a0c4747df06/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a14c52e7-e6d1-464f-a596-1a0c4747df06/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d97e7512-01e1-4ac2-8370-360f3ce5244a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d97e7512-01e1-4ac2-8370-360f3ce5244a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T15:06:04.266Z\",\n                \"updatedAt\": \"2025-08-02T15:06:04.266Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T15:06:04.251Z\",\n                \"value\": 4033525,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d97e7512-01e1-4ac2-8370-360f3ce5244a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d97e7512-01e1-4ac2-8370-360f3ce5244a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a7155bba-8c56-4e1d-a96b-0eaa9a1161c4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7155bba-8c56-4e1d-a96b-0eaa9a1161c4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T14:51:04.168Z\",\n                \"updatedAt\": \"2025-08-02T14:51:04.168Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T14:51:04.154Z\",\n                \"value\": 4033464,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7155bba-8c56-4e1d-a96b-0eaa9a1161c4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7155bba-8c56-4e1d-a96b-0eaa9a1161c4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fa394075-a51f-46b9-85d4-fb41d8f173ee\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa394075-a51f-46b9-85d4-fb41d8f173ee\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T14:36:04.137Z\",\n                \"updatedAt\": \"2025-08-02T14:36:04.137Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T14:36:04.123Z\",\n                \"value\": 4033451,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa394075-a51f-46b9-85d4-fb41d8f173ee/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa394075-a51f-46b9-85d4-fb41d8f173ee/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c7f05a52-d071-4b42-806c-4a740a7331eb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c7f05a52-d071-4b42-806c-4a740a7331eb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T14:21:04.110Z\",\n                \"updatedAt\": \"2025-08-02T14:21:04.110Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T14:21:04.094Z\",\n                \"value\": 4033437,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c7f05a52-d071-4b42-806c-4a740a7331eb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c7f05a52-d071-4b42-806c-4a740a7331eb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"76b9b7a2-a2eb-4b6a-a219-3af4e40250fa\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/76b9b7a2-a2eb-4b6a-a219-3af4e40250fa\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T14:06:04.207Z\",\n                \"updatedAt\": \"2025-08-02T14:06:04.207Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T14:06:04.190Z\",\n                \"value\": 4033424,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/76b9b7a2-a2eb-4b6a-a219-3af4e40250fa/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/76b9b7a2-a2eb-4b6a-a219-3af4e40250fa/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6b2c0f2b-89be-45c5-9815-c8e14ac1e937\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6b2c0f2b-89be-45c5-9815-c8e14ac1e937\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T13:51:04.106Z\",\n                \"updatedAt\": \"2025-08-02T13:51:04.106Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T13:51:04.091Z\",\n                \"value\": 4033392,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6b2c0f2b-89be-45c5-9815-c8e14ac1e937/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6b2c0f2b-89be-45c5-9815-c8e14ac1e937/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0a05da63-dbb5-40a4-9f53-85482326b52a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a05da63-dbb5-40a4-9f53-85482326b52a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T13:36:04.085Z\",\n                \"updatedAt\": \"2025-08-02T13:36:04.085Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T13:36:04.069Z\",\n                \"value\": 4033379,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a05da63-dbb5-40a4-9f53-85482326b52a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a05da63-dbb5-40a4-9f53-85482326b52a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"915ad4a6-e0df-4b44-ab07-caefbf30720d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/915ad4a6-e0df-4b44-ab07-caefbf30720d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T13:21:04.045Z\",\n                \"updatedAt\": \"2025-08-02T13:21:04.045Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T13:21:04.030Z\",\n                \"value\": 4033365,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/915ad4a6-e0df-4b44-ab07-caefbf30720d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/915ad4a6-e0df-4b44-ab07-caefbf30720d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2f42cdc0-f43d-423e-a09c-89f14cef68f0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f42cdc0-f43d-423e-a09c-89f14cef68f0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T13:06:04.129Z\",\n                \"updatedAt\": \"2025-08-02T13:06:04.129Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T13:06:04.094Z\",\n                \"value\": 4033352,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f42cdc0-f43d-423e-a09c-89f14cef68f0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f42cdc0-f43d-423e-a09c-89f14cef68f0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"84e48780-d922-4e9a-8e63-8587d5b75c64\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/84e48780-d922-4e9a-8e63-8587d5b75c64\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T12:51:04.046Z\",\n                \"updatedAt\": \"2025-08-02T12:51:04.046Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T12:51:04.007Z\",\n                \"value\": 4033290,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/84e48780-d922-4e9a-8e63-8587d5b75c64/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/84e48780-d922-4e9a-8e63-8587d5b75c64/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"546ac1c5-ab65-4c13-8623-042f46ec5bf0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/546ac1c5-ab65-4c13-8623-042f46ec5bf0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T12:36:04.076Z\",\n                \"updatedAt\": \"2025-08-02T12:36:04.076Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T12:36:04.061Z\",\n                \"value\": 4033276,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/546ac1c5-ab65-4c13-8623-042f46ec5bf0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/546ac1c5-ab65-4c13-8623-042f46ec5bf0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"42b730ff-90ff-47a0-9f15-68457cf82695\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42b730ff-90ff-47a0-9f15-68457cf82695\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T12:21:03.993Z\",\n                \"updatedAt\": \"2025-08-02T12:21:03.993Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T12:21:03.977Z\",\n                \"value\": 4033263,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42b730ff-90ff-47a0-9f15-68457cf82695/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42b730ff-90ff-47a0-9f15-68457cf82695/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"762c3dce-07f8-4301-bab1-b9d15a8a09df\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/762c3dce-07f8-4301-bab1-b9d15a8a09df\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T12:06:04.075Z\",\n                \"updatedAt\": \"2025-08-02T12:06:04.075Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T12:06:04.059Z\",\n                \"value\": 4033249,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/762c3dce-07f8-4301-bab1-b9d15a8a09df/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/762c3dce-07f8-4301-bab1-b9d15a8a09df/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3ecfb629-75ab-4d1c-9142-14daa4e8e03a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ecfb629-75ab-4d1c-9142-14daa4e8e03a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T11:51:03.936Z\",\n                \"updatedAt\": \"2025-08-02T11:51:03.936Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T11:51:03.921Z\",\n                \"value\": 4033219,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ecfb629-75ab-4d1c-9142-14daa4e8e03a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ecfb629-75ab-4d1c-9142-14daa4e8e03a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d1aeee55-9790-4b8d-ba2f-794525105218\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1aeee55-9790-4b8d-ba2f-794525105218\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T11:36:03.919Z\",\n                \"updatedAt\": \"2025-08-02T11:36:03.919Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T11:36:03.903Z\",\n                \"value\": 4033205,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1aeee55-9790-4b8d-ba2f-794525105218/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1aeee55-9790-4b8d-ba2f-794525105218/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"747364aa-9f5a-4f86-b9f9-27bdb9a29d98\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/747364aa-9f5a-4f86-b9f9-27bdb9a29d98\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T11:21:03.878Z\",\n                \"updatedAt\": \"2025-08-02T11:21:03.878Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T11:21:03.862Z\",\n                \"value\": 4033192,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/747364aa-9f5a-4f86-b9f9-27bdb9a29d98/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/747364aa-9f5a-4f86-b9f9-27bdb9a29d98/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"29f8513f-8c4b-428b-ac08-a0d6be4a9068\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/29f8513f-8c4b-428b-ac08-a0d6be4a9068\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T11:06:03.865Z\",\n                \"updatedAt\": \"2025-08-02T11:06:03.865Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T11:06:03.850Z\",\n                \"value\": 4033146,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/29f8513f-8c4b-428b-ac08-a0d6be4a9068/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/29f8513f-8c4b-428b-ac08-a0d6be4a9068/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cdbd54dd-73b3-4f4c-9b04-b1b97e567753\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cdbd54dd-73b3-4f4c-9b04-b1b97e567753\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T10:51:03.861Z\",\n                \"updatedAt\": \"2025-08-02T10:51:03.861Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T10:51:03.846Z\",\n                \"value\": 4033115,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cdbd54dd-73b3-4f4c-9b04-b1b97e567753/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cdbd54dd-73b3-4f4c-9b04-b1b97e567753/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7ba4a8aa-3c4b-4f87-bf18-b974595d38a7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7ba4a8aa-3c4b-4f87-bf18-b974595d38a7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T10:36:03.824Z\",\n                \"updatedAt\": \"2025-08-02T10:36:03.824Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T10:36:03.809Z\",\n                \"value\": 4033102,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7ba4a8aa-3c4b-4f87-bf18-b974595d38a7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7ba4a8aa-3c4b-4f87-bf18-b974595d38a7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fc5077e3-409a-4af0-88b4-7bdd4e832c03\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc5077e3-409a-4af0-88b4-7bdd4e832c03\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T10:21:03.915Z\",\n                \"updatedAt\": \"2025-08-02T10:21:03.915Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T10:21:03.899Z\",\n                \"value\": 4033088,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc5077e3-409a-4af0-88b4-7bdd4e832c03/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc5077e3-409a-4af0-88b4-7bdd4e832c03/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e6e4ad6a-5fe1-4107-8572-e5f0e9bd1912\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e6e4ad6a-5fe1-4107-8572-e5f0e9bd1912\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T10:06:03.882Z\",\n                \"updatedAt\": \"2025-08-02T10:06:03.882Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T10:06:03.805Z\",\n                \"value\": 4033058,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e6e4ad6a-5fe1-4107-8572-e5f0e9bd1912/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e6e4ad6a-5fe1-4107-8572-e5f0e9bd1912/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0602030e-ed9c-40d9-9cf6-107e8fc34682\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0602030e-ed9c-40d9-9cf6-107e8fc34682\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T09:51:03.864Z\",\n                \"updatedAt\": \"2025-08-02T09:51:03.864Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T09:51:03.848Z\",\n                \"value\": 4033045,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0602030e-ed9c-40d9-9cf6-107e8fc34682/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0602030e-ed9c-40d9-9cf6-107e8fc34682/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f70b2420-3dad-40d8-874c-eded422a9027\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f70b2420-3dad-40d8-874c-eded422a9027\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T09:36:03.778Z\",\n                \"updatedAt\": \"2025-08-02T09:36:03.778Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T09:36:03.763Z\",\n                \"value\": 4033004,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f70b2420-3dad-40d8-874c-eded422a9027/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f70b2420-3dad-40d8-874c-eded422a9027/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"658e71e9-bfc2-493f-9ed9-564a5a8841be\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/658e71e9-bfc2-493f-9ed9-564a5a8841be\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T09:21:03.745Z\",\n                \"updatedAt\": \"2025-08-02T09:21:03.745Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T09:21:03.730Z\",\n                \"value\": 4032990,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/658e71e9-bfc2-493f-9ed9-564a5a8841be/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/658e71e9-bfc2-493f-9ed9-564a5a8841be/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2547ffd1-f83b-46a2-8742-7d2c53b9fc3f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2547ffd1-f83b-46a2-8742-7d2c53b9fc3f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T09:06:03.769Z\",\n                \"updatedAt\": \"2025-08-02T09:06:03.769Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T09:06:03.733Z\",\n                \"value\": 4032928,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2547ffd1-f83b-46a2-8742-7d2c53b9fc3f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2547ffd1-f83b-46a2-8742-7d2c53b9fc3f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4503d833-4346-4716-93c0-47d1a257e610\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4503d833-4346-4716-93c0-47d1a257e610\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T08:51:03.823Z\",\n                \"updatedAt\": \"2025-08-02T08:51:03.823Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T08:51:03.809Z\",\n                \"value\": 4032915,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4503d833-4346-4716-93c0-47d1a257e610/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4503d833-4346-4716-93c0-47d1a257e610/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d92292c1-5019-4da8-9047-f1fde219207a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d92292c1-5019-4da8-9047-f1fde219207a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T08:36:03.699Z\",\n                \"updatedAt\": \"2025-08-02T08:36:03.699Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T08:36:03.684Z\",\n                \"value\": 4032901,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d92292c1-5019-4da8-9047-f1fde219207a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d92292c1-5019-4da8-9047-f1fde219207a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b089713f-8f0d-48aa-8cdc-86d7a9ed735c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b089713f-8f0d-48aa-8cdc-86d7a9ed735c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T08:21:03.656Z\",\n                \"updatedAt\": \"2025-08-02T08:21:03.656Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T08:21:03.638Z\",\n                \"value\": 4032888,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b089713f-8f0d-48aa-8cdc-86d7a9ed735c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b089713f-8f0d-48aa-8cdc-86d7a9ed735c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d0fc7f6b-f474-4c86-a207-665d2a9663b1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0fc7f6b-f474-4c86-a207-665d2a9663b1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T08:06:03.675Z\",\n                \"updatedAt\": \"2025-08-02T08:06:03.675Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T08:06:03.660Z\",\n                \"value\": 4032857,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0fc7f6b-f474-4c86-a207-665d2a9663b1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0fc7f6b-f474-4c86-a207-665d2a9663b1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6f24866e-eb45-46dc-8eba-145250f8f091\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f24866e-eb45-46dc-8eba-145250f8f091\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T07:51:03.715Z\",\n                \"updatedAt\": \"2025-08-02T07:51:03.715Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T07:51:03.698Z\",\n                \"value\": 4032844,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f24866e-eb45-46dc-8eba-145250f8f091/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f24866e-eb45-46dc-8eba-145250f8f091/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b3550777-fd7a-49c1-974d-a05be7a4dd16\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b3550777-fd7a-49c1-974d-a05be7a4dd16\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T07:36:03.613Z\",\n                \"updatedAt\": \"2025-08-02T07:36:03.613Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T07:36:03.597Z\",\n                \"value\": 4032830,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b3550777-fd7a-49c1-974d-a05be7a4dd16/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b3550777-fd7a-49c1-974d-a05be7a4dd16/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a7ef19cf-abcc-48f3-81af-a61b49a40091\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7ef19cf-abcc-48f3-81af-a61b49a40091\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T07:21:03.593Z\",\n                \"updatedAt\": \"2025-08-02T07:21:03.593Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T07:21:03.577Z\",\n                \"value\": 4032817,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7ef19cf-abcc-48f3-81af-a61b49a40091/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7ef19cf-abcc-48f3-81af-a61b49a40091/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d1ad0ccc-a7d1-4c29-91b5-3005ead13663\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1ad0ccc-a7d1-4c29-91b5-3005ead13663\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T07:06:03.569Z\",\n                \"updatedAt\": \"2025-08-02T07:06:03.569Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T07:06:03.554Z\",\n                \"value\": 4032756,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1ad0ccc-a7d1-4c29-91b5-3005ead13663/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1ad0ccc-a7d1-4c29-91b5-3005ead13663/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ba6e2079-f297-445d-8f1f-c47feb9a706f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ba6e2079-f297-445d-8f1f-c47feb9a706f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T06:51:03.632Z\",\n                \"updatedAt\": \"2025-08-02T06:51:03.632Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T06:51:03.617Z\",\n                \"value\": 4032742,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ba6e2079-f297-445d-8f1f-c47feb9a706f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ba6e2079-f297-445d-8f1f-c47feb9a706f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ac14a5b0-ee71-4253-9983-b01c51ae6f24\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ac14a5b0-ee71-4253-9983-b01c51ae6f24\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T06:36:03.519Z\",\n                \"updatedAt\": \"2025-08-02T06:36:03.519Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T06:36:03.504Z\",\n                \"value\": 4032729,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ac14a5b0-ee71-4253-9983-b01c51ae6f24/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ac14a5b0-ee71-4253-9983-b01c51ae6f24/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"297eca09-0394-4fe9-8de2-d7f9ceaa6471\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/297eca09-0394-4fe9-8de2-d7f9ceaa6471\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T06:21:03.597Z\",\n                \"updatedAt\": \"2025-08-02T06:21:03.597Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T06:21:03.583Z\",\n                \"value\": 4032715,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/297eca09-0394-4fe9-8de2-d7f9ceaa6471/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/297eca09-0394-4fe9-8de2-d7f9ceaa6471/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d992c26d-3da3-4be6-b911-1d275b24c4e8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d992c26d-3da3-4be6-b911-1d275b24c4e8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T06:06:03.508Z\",\n                \"updatedAt\": \"2025-08-02T06:06:03.508Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T06:06:03.493Z\",\n                \"value\": 4032685,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d992c26d-3da3-4be6-b911-1d275b24c4e8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d992c26d-3da3-4be6-b911-1d275b24c4e8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"51f8d20d-f0b9-46dc-9ac0-ad549d19bf4a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/51f8d20d-f0b9-46dc-9ac0-ad549d19bf4a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T05:51:03.590Z\",\n                \"updatedAt\": \"2025-08-02T05:51:03.590Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T05:51:03.554Z\",\n                \"value\": 4032671,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/51f8d20d-f0b9-46dc-9ac0-ad549d19bf4a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/51f8d20d-f0b9-46dc-9ac0-ad549d19bf4a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4d8fb89e-3b00-40a0-854e-f35d9442d6a6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4d8fb89e-3b00-40a0-854e-f35d9442d6a6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T05:36:03.479Z\",\n                \"updatedAt\": \"2025-08-02T05:36:03.479Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T05:36:03.441Z\",\n                \"value\": 4032657,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4d8fb89e-3b00-40a0-854e-f35d9442d6a6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4d8fb89e-3b00-40a0-854e-f35d9442d6a6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c66bb870-6b33-4d7d-bbb5-f25078488ff4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c66bb870-6b33-4d7d-bbb5-f25078488ff4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T05:21:03.424Z\",\n                \"updatedAt\": \"2025-08-02T05:21:03.424Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T05:21:03.410Z\",\n                \"value\": 4032644,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c66bb870-6b33-4d7d-bbb5-f25078488ff4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c66bb870-6b33-4d7d-bbb5-f25078488ff4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d08cae88-53af-48a6-a784-0ae6a7bbf32f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d08cae88-53af-48a6-a784-0ae6a7bbf32f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T05:06:03.394Z\",\n                \"updatedAt\": \"2025-08-02T05:06:03.394Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T05:06:03.377Z\",\n                \"value\": 4032580,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d08cae88-53af-48a6-a784-0ae6a7bbf32f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d08cae88-53af-48a6-a784-0ae6a7bbf32f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c6408905-ef0f-4900-9a96-dbf4fbf48f19\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c6408905-ef0f-4900-9a96-dbf4fbf48f19\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T04:51:03.418Z\",\n                \"updatedAt\": \"2025-08-02T04:51:03.418Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T04:51:03.403Z\",\n                \"value\": 4032566,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c6408905-ef0f-4900-9a96-dbf4fbf48f19/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c6408905-ef0f-4900-9a96-dbf4fbf48f19/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7babdd5f-59da-429c-a247-33f9fa0f45ca\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7babdd5f-59da-429c-a247-33f9fa0f45ca\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T04:36:03.367Z\",\n                \"updatedAt\": \"2025-08-02T04:36:03.367Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T04:36:03.351Z\",\n                \"value\": 4032552,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7babdd5f-59da-429c-a247-33f9fa0f45ca/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7babdd5f-59da-429c-a247-33f9fa0f45ca/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8c5b5129-fb02-4a8a-aa8d-a7062c08f33a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c5b5129-fb02-4a8a-aa8d-a7062c08f33a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T04:21:03.330Z\",\n                \"updatedAt\": \"2025-08-02T04:21:03.330Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T04:21:03.314Z\",\n                \"value\": 4032539,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c5b5129-fb02-4a8a-aa8d-a7062c08f33a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c5b5129-fb02-4a8a-aa8d-a7062c08f33a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4fc258f9-f7db-4e82-a377-412a77c69492\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4fc258f9-f7db-4e82-a377-412a77c69492\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T04:06:03.426Z\",\n                \"updatedAt\": \"2025-08-02T04:06:03.426Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T04:06:03.411Z\",\n                \"value\": 4032508,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4fc258f9-f7db-4e82-a377-412a77c69492/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4fc258f9-f7db-4e82-a377-412a77c69492/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"de35f069-3e87-4d00-b855-9c3494551aeb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/de35f069-3e87-4d00-b855-9c3494551aeb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T03:51:03.313Z\",\n                \"updatedAt\": \"2025-08-02T03:51:03.313Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T03:51:03.298Z\",\n                \"value\": 4032494,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/de35f069-3e87-4d00-b855-9c3494551aeb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/de35f069-3e87-4d00-b855-9c3494551aeb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3ce10534-3c87-4545-881b-eeb49a4ac72b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ce10534-3c87-4545-881b-eeb49a4ac72b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T03:36:03.390Z\",\n                \"updatedAt\": \"2025-08-02T03:36:03.390Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T03:36:03.374Z\",\n                \"value\": 4032480,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ce10534-3c87-4545-881b-eeb49a4ac72b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3ce10534-3c87-4545-881b-eeb49a4ac72b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6c8601ca-0b44-4b3f-ab79-80528f78e2b8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c8601ca-0b44-4b3f-ab79-80528f78e2b8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T03:21:03.283Z\",\n                \"updatedAt\": \"2025-08-02T03:21:03.283Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T03:21:03.268Z\",\n                \"value\": 4032466,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c8601ca-0b44-4b3f-ab79-80528f78e2b8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c8601ca-0b44-4b3f-ab79-80528f78e2b8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"893de060-cd40-4c0a-b5e6-3f008e8d262e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/893de060-cd40-4c0a-b5e6-3f008e8d262e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T03:06:03.283Z\",\n                \"updatedAt\": \"2025-08-02T03:06:03.283Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T03:06:03.267Z\",\n                \"value\": 4032435,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/893de060-cd40-4c0a-b5e6-3f008e8d262e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/893de060-cd40-4c0a-b5e6-3f008e8d262e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2a7c2b01-6518-4d40-9981-24a880d4b625\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2a7c2b01-6518-4d40-9981-24a880d4b625\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T02:51:03.223Z\",\n                \"updatedAt\": \"2025-08-02T02:51:03.223Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T02:51:03.208Z\",\n                \"value\": 4032422,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2a7c2b01-6518-4d40-9981-24a880d4b625/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2a7c2b01-6518-4d40-9981-24a880d4b625/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"51b9f855-65bc-4da7-a1e6-52ad2c4a11b6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/51b9f855-65bc-4da7-a1e6-52ad2c4a11b6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T02:36:03.218Z\",\n                \"updatedAt\": \"2025-08-02T02:36:03.218Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T02:36:03.203Z\",\n                \"value\": 4032370,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/51b9f855-65bc-4da7-a1e6-52ad2c4a11b6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/51b9f855-65bc-4da7-a1e6-52ad2c4a11b6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d49ade17-7d17-48b9-ad44-d81d46c1bd28\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d49ade17-7d17-48b9-ad44-d81d46c1bd28\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T02:21:03.306Z\",\n                \"updatedAt\": \"2025-08-02T02:21:03.306Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T02:21:03.271Z\",\n                \"value\": 4032357,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d49ade17-7d17-48b9-ad44-d81d46c1bd28/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d49ade17-7d17-48b9-ad44-d81d46c1bd28/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"66fdb581-e73c-4cd1-afe8-c9e96bad09a1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66fdb581-e73c-4cd1-afe8-c9e96bad09a1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T02:06:03.239Z\",\n                \"updatedAt\": \"2025-08-02T02:06:03.239Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T02:06:03.200Z\",\n                \"value\": 4032326,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66fdb581-e73c-4cd1-afe8-c9e96bad09a1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66fdb581-e73c-4cd1-afe8-c9e96bad09a1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3a17ae49-c681-4f71-b174-81d3051601bc\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3a17ae49-c681-4f71-b174-81d3051601bc\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T01:51:03.167Z\",\n                \"updatedAt\": \"2025-08-02T01:51:03.167Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T01:51:03.152Z\",\n                \"value\": 4032312,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3a17ae49-c681-4f71-b174-81d3051601bc/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3a17ae49-c681-4f71-b174-81d3051601bc/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"eaab1d6d-23d0-4a83-af24-e56a8bfd869b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eaab1d6d-23d0-4a83-af24-e56a8bfd869b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T01:36:03.143Z\",\n                \"updatedAt\": \"2025-08-02T01:36:03.143Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T01:36:03.128Z\",\n                \"value\": 4032299,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eaab1d6d-23d0-4a83-af24-e56a8bfd869b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eaab1d6d-23d0-4a83-af24-e56a8bfd869b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a02eb6d0-3eea-43e2-be81-12353d57b789\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a02eb6d0-3eea-43e2-be81-12353d57b789\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T01:21:03.207Z\",\n                \"updatedAt\": \"2025-08-02T01:21:03.207Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T01:21:03.192Z\",\n                \"value\": 4032285,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a02eb6d0-3eea-43e2-be81-12353d57b789/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a02eb6d0-3eea-43e2-be81-12353d57b789/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"adcdef41-38ae-4355-a885-c6ce147134f9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/adcdef41-38ae-4355-a885-c6ce147134f9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T01:06:03.131Z\",\n                \"updatedAt\": \"2025-08-02T01:06:03.131Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T01:06:03.116Z\",\n                \"value\": 4032254,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/adcdef41-38ae-4355-a885-c6ce147134f9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/adcdef41-38ae-4355-a885-c6ce147134f9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"382c2a40-5c00-42ce-b550-3fc27244fbf0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/382c2a40-5c00-42ce-b550-3fc27244fbf0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T00:51:03.181Z\",\n                \"updatedAt\": \"2025-08-02T00:51:03.181Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T00:51:03.165Z\",\n                \"value\": 4032240,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/382c2a40-5c00-42ce-b550-3fc27244fbf0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/382c2a40-5c00-42ce-b550-3fc27244fbf0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1bcf88c7-b081-4843-8c63-c4da1f16b1d4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1bcf88c7-b081-4843-8c63-c4da1f16b1d4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T00:36:03.055Z\",\n                \"updatedAt\": \"2025-08-02T00:36:03.055Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T00:36:03.038Z\",\n                \"value\": 4032196,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1bcf88c7-b081-4843-8c63-c4da1f16b1d4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1bcf88c7-b081-4843-8c63-c4da1f16b1d4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"87f8dcae-bc50-470d-9e28-0acf05491332\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/87f8dcae-bc50-470d-9e28-0acf05491332\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T00:21:03.152Z\",\n                \"updatedAt\": \"2025-08-02T00:21:03.152Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T00:21:03.136Z\",\n                \"value\": 4032183,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/87f8dcae-bc50-470d-9e28-0acf05491332/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/87f8dcae-bc50-470d-9e28-0acf05491332/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"28995742-0e71-485e-a137-d9bd53a1bc29\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/28995742-0e71-485e-a137-d9bd53a1bc29\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-02T00:06:03.035Z\",\n                \"updatedAt\": \"2025-08-02T00:06:03.035Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-02T00:06:03.010Z\",\n                \"value\": 4032152,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/28995742-0e71-485e-a137-d9bd53a1bc29/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/28995742-0e71-485e-a137-d9bd53a1bc29/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6266f78b-2594-48cb-9c9a-c05b8e711708\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6266f78b-2594-48cb-9c9a-c05b8e711708\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T23:51:03.030Z\",\n                \"updatedAt\": \"2025-08-01T23:51:03.030Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T23:51:03.011Z\",\n                \"value\": 4032111,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6266f78b-2594-48cb-9c9a-c05b8e711708/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6266f78b-2594-48cb-9c9a-c05b8e711708/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3b0e3ef1-d454-4f1f-8521-4fd6d3ca1389\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3b0e3ef1-d454-4f1f-8521-4fd6d3ca1389\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T23:36:02.995Z\",\n                \"updatedAt\": \"2025-08-01T23:36:02.995Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T23:36:02.980Z\",\n                \"value\": 4032097,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3b0e3ef1-d454-4f1f-8521-4fd6d3ca1389/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3b0e3ef1-d454-4f1f-8521-4fd6d3ca1389/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6a7e8286-b840-445f-8060-e9313fd9e437\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6a7e8286-b840-445f-8060-e9313fd9e437\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T23:21:02.997Z\",\n                \"updatedAt\": \"2025-08-01T23:21:02.997Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T23:21:02.960Z\",\n                \"value\": 4032083,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6a7e8286-b840-445f-8060-e9313fd9e437/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6a7e8286-b840-445f-8060-e9313fd9e437/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"45848abf-9f59-4f78-be71-d4071456666b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/45848abf-9f59-4f78-be71-d4071456666b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T23:06:02.969Z\",\n                \"updatedAt\": \"2025-08-01T23:06:02.969Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T23:06:02.918Z\",\n                \"value\": 4032052,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/45848abf-9f59-4f78-be71-d4071456666b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/45848abf-9f59-4f78-be71-d4071456666b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1fc83bff-da56-4cd5-9551-c8f9e73092df\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1fc83bff-da56-4cd5-9551-c8f9e73092df\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T22:51:02.949Z\",\n                \"updatedAt\": \"2025-08-01T22:51:02.949Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T22:51:02.932Z\",\n                \"value\": 4032039,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1fc83bff-da56-4cd5-9551-c8f9e73092df/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1fc83bff-da56-4cd5-9551-c8f9e73092df/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5260a851-0de0-4476-b9cf-e1393e16bf0c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5260a851-0de0-4476-b9cf-e1393e16bf0c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T22:36:03.032Z\",\n                \"updatedAt\": \"2025-08-01T22:36:03.032Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T22:36:03.016Z\",\n                \"value\": 4031993,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5260a851-0de0-4476-b9cf-e1393e16bf0c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5260a851-0de0-4476-b9cf-e1393e16bf0c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"25d157ae-95e9-4dc6-b4f8-e30a0733f4df\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/25d157ae-95e9-4dc6-b4f8-e30a0733f4df\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T22:21:02.878Z\",\n                \"updatedAt\": \"2025-08-01T22:21:02.878Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T22:21:02.862Z\",\n                \"value\": 4031979,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/25d157ae-95e9-4dc6-b4f8-e30a0733f4df/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/25d157ae-95e9-4dc6-b4f8-e30a0733f4df/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"84a20ad1-a77d-4f80-91c9-3134f1b4740f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/84a20ad1-a77d-4f80-91c9-3134f1b4740f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T22:06:02.976Z\",\n                \"updatedAt\": \"2025-08-01T22:06:02.976Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T22:06:02.960Z\",\n                \"value\": 4031948,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/84a20ad1-a77d-4f80-91c9-3134f1b4740f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/84a20ad1-a77d-4f80-91c9-3134f1b4740f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"592969d7-28f1-4c9e-b581-4961b7794386\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/592969d7-28f1-4c9e-b581-4961b7794386\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T21:51:02.848Z\",\n                \"updatedAt\": \"2025-08-01T21:51:02.848Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T21:51:02.832Z\",\n                \"value\": 4031934,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/592969d7-28f1-4c9e-b581-4961b7794386/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/592969d7-28f1-4c9e-b581-4961b7794386/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"73c57ebd-0bad-4685-a59d-80c95adfde97\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/73c57ebd-0bad-4685-a59d-80c95adfde97\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T21:36:02.803Z\",\n                \"updatedAt\": \"2025-08-01T21:36:02.803Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T21:36:02.788Z\",\n                \"value\": 4031921,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/73c57ebd-0bad-4685-a59d-80c95adfde97/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/73c57ebd-0bad-4685-a59d-80c95adfde97/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cf4e6e08-17f1-4890-8144-afa7cfff87b0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cf4e6e08-17f1-4890-8144-afa7cfff87b0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T21:21:02.834Z\",\n                \"updatedAt\": \"2025-08-01T21:21:02.834Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T21:21:02.819Z\",\n                \"value\": 4031907,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cf4e6e08-17f1-4890-8144-afa7cfff87b0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cf4e6e08-17f1-4890-8144-afa7cfff87b0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f88f901d-5f27-4af7-bd6c-2b7ccc4e35a5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f88f901d-5f27-4af7-bd6c-2b7ccc4e35a5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T21:06:02.909Z\",\n                \"updatedAt\": \"2025-08-01T21:06:02.909Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T21:06:02.892Z\",\n                \"value\": 4031877,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f88f901d-5f27-4af7-bd6c-2b7ccc4e35a5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f88f901d-5f27-4af7-bd6c-2b7ccc4e35a5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d6ee60c0-bd54-49f5-958e-6a5ecae6b769\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d6ee60c0-bd54-49f5-958e-6a5ecae6b769\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T20:51:02.765Z\",\n                \"updatedAt\": \"2025-08-01T20:51:02.765Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T20:51:02.748Z\",\n                \"value\": 4031833,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d6ee60c0-bd54-49f5-958e-6a5ecae6b769/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d6ee60c0-bd54-49f5-958e-6a5ecae6b769/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"503c528f-7758-4d77-9886-ec050a63eb43\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/503c528f-7758-4d77-9886-ec050a63eb43\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T20:36:02.792Z\",\n                \"updatedAt\": \"2025-08-01T20:36:02.792Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T20:36:02.777Z\",\n                \"value\": 4031819,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/503c528f-7758-4d77-9886-ec050a63eb43/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/503c528f-7758-4d77-9886-ec050a63eb43/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8c244151-296e-496b-8cbc-c46c96486482\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c244151-296e-496b-8cbc-c46c96486482\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T20:21:02.727Z\",\n                \"updatedAt\": \"2025-08-01T20:21:02.727Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T20:21:02.711Z\",\n                \"value\": 4031806,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c244151-296e-496b-8cbc-c46c96486482/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c244151-296e-496b-8cbc-c46c96486482/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8c1b0f39-16cc-4637-986e-893c1d3a3a3c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c1b0f39-16cc-4637-986e-893c1d3a3a3c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T20:06:02.700Z\",\n                \"updatedAt\": \"2025-08-01T20:06:02.700Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T20:06:02.680Z\",\n                \"value\": 4031775,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c1b0f39-16cc-4637-986e-893c1d3a3a3c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c1b0f39-16cc-4637-986e-893c1d3a3a3c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"aac4a30b-55d2-4021-a935-55637ead152c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aac4a30b-55d2-4021-a935-55637ead152c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T19:51:02.699Z\",\n                \"updatedAt\": \"2025-08-01T19:51:02.699Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T19:51:02.685Z\",\n                \"value\": 4031761,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aac4a30b-55d2-4021-a935-55637ead152c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aac4a30b-55d2-4021-a935-55637ead152c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cb059bf4-6acb-4ad3-b320-ae3b6fa78312\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb059bf4-6acb-4ad3-b320-ae3b6fa78312\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T19:36:02.671Z\",\n                \"updatedAt\": \"2025-08-01T19:36:02.671Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T19:36:02.655Z\",\n                \"value\": 4031748,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb059bf4-6acb-4ad3-b320-ae3b6fa78312/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb059bf4-6acb-4ad3-b320-ae3b6fa78312/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ba7dbadd-d68c-4e8a-aa05-3cb67d897e1a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ba7dbadd-d68c-4e8a-aa05-3cb67d897e1a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T19:21:02.773Z\",\n                \"updatedAt\": \"2025-08-01T19:21:02.773Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T19:21:02.758Z\",\n                \"value\": 4031734,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ba7dbadd-d68c-4e8a-aa05-3cb67d897e1a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ba7dbadd-d68c-4e8a-aa05-3cb67d897e1a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1f364df6-a6be-48e8-9cc2-a42d64e7adbd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1f364df6-a6be-48e8-9cc2-a42d64e7adbd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T19:06:02.670Z\",\n                \"updatedAt\": \"2025-08-01T19:06:02.670Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T19:06:02.650Z\",\n                \"value\": 4031701,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1f364df6-a6be-48e8-9cc2-a42d64e7adbd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1f364df6-a6be-48e8-9cc2-a42d64e7adbd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"abc4118f-2965-4ce0-9e01-b8015532c97a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/abc4118f-2965-4ce0-9e01-b8015532c97a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T18:51:02.732Z\",\n                \"updatedAt\": \"2025-08-01T18:51:02.732Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T18:51:02.693Z\",\n                \"value\": 4031657,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/abc4118f-2965-4ce0-9e01-b8015532c97a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/abc4118f-2965-4ce0-9e01-b8015532c97a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7c30346c-9ceb-43f5-b3ec-f1e274dd04c9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7c30346c-9ceb-43f5-b3ec-f1e274dd04c9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T18:36:02.629Z\",\n                \"updatedAt\": \"2025-08-01T18:36:02.629Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T18:36:02.594Z\",\n                \"value\": 4031643,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7c30346c-9ceb-43f5-b3ec-f1e274dd04c9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7c30346c-9ceb-43f5-b3ec-f1e274dd04c9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"265cc2a2-a803-48a4-9981-1b2827b07f28\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/265cc2a2-a803-48a4-9981-1b2827b07f28\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T18:21:02.591Z\",\n                \"updatedAt\": \"2025-08-01T18:21:02.591Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T18:21:02.550Z\",\n                \"value\": 4031629,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/265cc2a2-a803-48a4-9981-1b2827b07f28/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/265cc2a2-a803-48a4-9981-1b2827b07f28/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5549d3d0-b78d-4998-8fcb-c999604893bd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5549d3d0-b78d-4998-8fcb-c999604893bd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T18:06:02.565Z\",\n                \"updatedAt\": \"2025-08-01T18:06:02.565Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T18:06:02.550Z\",\n                \"value\": 4031599,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5549d3d0-b78d-4998-8fcb-c999604893bd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5549d3d0-b78d-4998-8fcb-c999604893bd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6933c86d-2b24-4a24-8c8e-39b7655e1afb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6933c86d-2b24-4a24-8c8e-39b7655e1afb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T17:51:02.624Z\",\n                \"updatedAt\": \"2025-08-01T17:51:02.624Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T17:51:02.610Z\",\n                \"value\": 4031585,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6933c86d-2b24-4a24-8c8e-39b7655e1afb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6933c86d-2b24-4a24-8c8e-39b7655e1afb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"683df8d9-d856-4ae1-a8a2-6db4455221e4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/683df8d9-d856-4ae1-a8a2-6db4455221e4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T17:36:02.558Z\",\n                \"updatedAt\": \"2025-08-01T17:36:02.558Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T17:36:02.541Z\",\n                \"value\": 4031571,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/683df8d9-d856-4ae1-a8a2-6db4455221e4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/683df8d9-d856-4ae1-a8a2-6db4455221e4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"64b63f1b-2ad9-43cd-8625-285609baf30c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/64b63f1b-2ad9-43cd-8625-285609baf30c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T17:21:02.516Z\",\n                \"updatedAt\": \"2025-08-01T17:21:02.516Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T17:21:02.499Z\",\n                \"value\": 4031557,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/64b63f1b-2ad9-43cd-8625-285609baf30c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/64b63f1b-2ad9-43cd-8625-285609baf30c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9d949875-8592-4275-9438-d962ddf1c721\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d949875-8592-4275-9438-d962ddf1c721\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T17:06:02.470Z\",\n                \"updatedAt\": \"2025-08-01T17:06:02.470Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T17:06:02.454Z\",\n                \"value\": 4031526,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d949875-8592-4275-9438-d962ddf1c721/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d949875-8592-4275-9438-d962ddf1c721/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cef4830e-0d93-4844-b87c-063b9f56d62e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cef4830e-0d93-4844-b87c-063b9f56d62e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T16:51:02.558Z\",\n                \"updatedAt\": \"2025-08-01T16:51:02.558Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T16:51:02.542Z\",\n                \"value\": 4031483,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cef4830e-0d93-4844-b87c-063b9f56d62e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cef4830e-0d93-4844-b87c-063b9f56d62e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0c3bc987-0083-4164-8dfb-fa8d0603dca0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c3bc987-0083-4164-8dfb-fa8d0603dca0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T16:36:02.457Z\",\n                \"updatedAt\": \"2025-08-01T16:36:02.457Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T16:36:02.440Z\",\n                \"value\": 4031469,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c3bc987-0083-4164-8dfb-fa8d0603dca0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c3bc987-0083-4164-8dfb-fa8d0603dca0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bfed9c3b-8761-4756-a09f-853fcf6ebc65\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bfed9c3b-8761-4756-a09f-853fcf6ebc65\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T16:21:02.504Z\",\n                \"updatedAt\": \"2025-08-01T16:21:02.504Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T16:21:02.488Z\",\n                \"value\": 4031455,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bfed9c3b-8761-4756-a09f-853fcf6ebc65/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bfed9c3b-8761-4756-a09f-853fcf6ebc65/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"78cc97bf-2e98-45cf-93c5-595cca95b0bb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/78cc97bf-2e98-45cf-93c5-595cca95b0bb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T16:06:02.458Z\",\n                \"updatedAt\": \"2025-08-01T16:06:02.458Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T16:06:02.426Z\",\n                \"value\": 4031424,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/78cc97bf-2e98-45cf-93c5-595cca95b0bb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/78cc97bf-2e98-45cf-93c5-595cca95b0bb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2f7fda41-5ba3-4a76-99c5-51a8ce8b5584\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f7fda41-5ba3-4a76-99c5-51a8ce8b5584\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T15:51:02.487Z\",\n                \"updatedAt\": \"2025-08-01T15:51:02.487Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T15:51:02.471Z\",\n                \"value\": 4031410,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f7fda41-5ba3-4a76-99c5-51a8ce8b5584/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f7fda41-5ba3-4a76-99c5-51a8ce8b5584/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2094d2af-f08c-46a2-b5f2-f6112cd726a1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2094d2af-f08c-46a2-b5f2-f6112cd726a1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T15:36:02.386Z\",\n                \"updatedAt\": \"2025-08-01T15:36:02.386Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T15:36:02.361Z\",\n                \"value\": 4031396,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2094d2af-f08c-46a2-b5f2-f6112cd726a1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2094d2af-f08c-46a2-b5f2-f6112cd726a1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1ad320d8-097f-42e0-b57c-591fbe29ee66\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ad320d8-097f-42e0-b57c-591fbe29ee66\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T15:21:02.420Z\",\n                \"updatedAt\": \"2025-08-01T15:21:02.420Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T15:21:02.379Z\",\n                \"value\": 4031382,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ad320d8-097f-42e0-b57c-591fbe29ee66/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ad320d8-097f-42e0-b57c-591fbe29ee66/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b11a647f-fff8-4be3-b004-bcfaaaf3702b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b11a647f-fff8-4be3-b004-bcfaaaf3702b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T15:06:02.363Z\",\n                \"updatedAt\": \"2025-08-01T15:06:02.363Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T15:06:02.325Z\",\n                \"value\": 4031351,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b11a647f-fff8-4be3-b004-bcfaaaf3702b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b11a647f-fff8-4be3-b004-bcfaaaf3702b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"31b0367a-e60a-44dd-aac9-8672889cf505\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/31b0367a-e60a-44dd-aac9-8672889cf505\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T14:51:02.313Z\",\n                \"updatedAt\": \"2025-08-01T14:51:02.313Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T14:51:02.290Z\",\n                \"value\": 4031305,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/31b0367a-e60a-44dd-aac9-8672889cf505/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/31b0367a-e60a-44dd-aac9-8672889cf505/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3267720c-bea7-405c-ad5f-6d7d8ad6681d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3267720c-bea7-405c-ad5f-6d7d8ad6681d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T14:36:02.288Z\",\n                \"updatedAt\": \"2025-08-01T14:36:02.288Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T14:36:02.265Z\",\n                \"value\": 4031291,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3267720c-bea7-405c-ad5f-6d7d8ad6681d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3267720c-bea7-405c-ad5f-6d7d8ad6681d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e01331fb-9719-44f1-9b86-e9765c95c310\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e01331fb-9719-44f1-9b86-e9765c95c310\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T14:21:02.373Z\",\n                \"updatedAt\": \"2025-08-01T14:21:02.373Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T14:21:02.356Z\",\n                \"value\": 4031277,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e01331fb-9719-44f1-9b86-e9765c95c310/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e01331fb-9719-44f1-9b86-e9765c95c310/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3356f59e-7b37-4a01-943a-002ca7a17575\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3356f59e-7b37-4a01-943a-002ca7a17575\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T14:06:02.273Z\",\n                \"updatedAt\": \"2025-08-01T14:06:02.273Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T14:06:02.259Z\",\n                \"value\": 4031246,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3356f59e-7b37-4a01-943a-002ca7a17575/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3356f59e-7b37-4a01-943a-002ca7a17575/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b1aeb47e-a245-4f00-acd2-689fc4ba0aab\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b1aeb47e-a245-4f00-acd2-689fc4ba0aab\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T13:51:02.324Z\",\n                \"updatedAt\": \"2025-08-01T13:51:02.324Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T13:51:02.308Z\",\n                \"value\": 4031233,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b1aeb47e-a245-4f00-acd2-689fc4ba0aab/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b1aeb47e-a245-4f00-acd2-689fc4ba0aab/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ecb12dc8-bdba-4ab0-9a81-6e2dda82940c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecb12dc8-bdba-4ab0-9a81-6e2dda82940c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T13:36:02.201Z\",\n                \"updatedAt\": \"2025-08-01T13:36:02.201Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T13:36:02.185Z\",\n                \"value\": 4031193,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecb12dc8-bdba-4ab0-9a81-6e2dda82940c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecb12dc8-bdba-4ab0-9a81-6e2dda82940c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0e02dd8a-2f30-429f-b9fe-db231fc45c93\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0e02dd8a-2f30-429f-b9fe-db231fc45c93\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T13:21:02.316Z\",\n                \"updatedAt\": \"2025-08-01T13:21:02.316Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T13:21:02.300Z\",\n                \"value\": 4031178,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0e02dd8a-2f30-429f-b9fe-db231fc45c93/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0e02dd8a-2f30-429f-b9fe-db231fc45c93/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"50df2882-8a62-4076-9309-d5be3b0ba86e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/50df2882-8a62-4076-9309-d5be3b0ba86e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T13:06:02.171Z\",\n                \"updatedAt\": \"2025-08-01T13:06:02.171Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T13:06:02.151Z\",\n                \"value\": 4031147,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/50df2882-8a62-4076-9309-d5be3b0ba86e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/50df2882-8a62-4076-9309-d5be3b0ba86e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"82d010bb-1338-4fa7-9b16-ce98381fd585\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/82d010bb-1338-4fa7-9b16-ce98381fd585\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T12:51:02.142Z\",\n                \"updatedAt\": \"2025-08-01T12:51:02.142Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T12:51:02.127Z\",\n                \"value\": 4031133,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/82d010bb-1338-4fa7-9b16-ce98381fd585/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/82d010bb-1338-4fa7-9b16-ce98381fd585/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4dce7718-1211-4d76-93e1-8229c8667099\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4dce7718-1211-4d76-93e1-8229c8667099\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T12:36:02.150Z\",\n                \"updatedAt\": \"2025-08-01T12:36:02.150Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T12:36:02.135Z\",\n                \"value\": 4031086,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4dce7718-1211-4d76-93e1-8229c8667099/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4dce7718-1211-4d76-93e1-8229c8667099/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6c5f25c6-f68a-4359-9c80-036b137a2205\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c5f25c6-f68a-4359-9c80-036b137a2205\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T12:21:02.115Z\",\n                \"updatedAt\": \"2025-08-01T12:21:02.115Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T12:21:02.099Z\",\n                \"value\": 4031072,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c5f25c6-f68a-4359-9c80-036b137a2205/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c5f25c6-f68a-4359-9c80-036b137a2205/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"49dac2d4-5244-4dae-aba6-9eda2abd07f4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/49dac2d4-5244-4dae-aba6-9eda2abd07f4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T12:06:02.124Z\",\n                \"updatedAt\": \"2025-08-01T12:06:02.124Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T12:06:02.107Z\",\n                \"value\": 4031042,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/49dac2d4-5244-4dae-aba6-9eda2abd07f4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/49dac2d4-5244-4dae-aba6-9eda2abd07f4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a878ac3b-5f5a-4da1-8c6a-8a705f962ef1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a878ac3b-5f5a-4da1-8c6a-8a705f962ef1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T11:51:02.081Z\",\n                \"updatedAt\": \"2025-08-01T11:51:02.081Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T11:51:02.067Z\",\n                \"value\": 4031028,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a878ac3b-5f5a-4da1-8c6a-8a705f962ef1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a878ac3b-5f5a-4da1-8c6a-8a705f962ef1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"687a9c72-9a6b-4feb-9257-eb23ec6cf7e3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/687a9c72-9a6b-4feb-9257-eb23ec6cf7e3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T11:36:02.179Z\",\n                \"updatedAt\": \"2025-08-01T11:36:02.179Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T11:36:02.137Z\",\n                \"value\": 4031014,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/687a9c72-9a6b-4feb-9257-eb23ec6cf7e3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/687a9c72-9a6b-4feb-9257-eb23ec6cf7e3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0cc2e1bf-163f-4db0-8d5c-52f505ef7fbe\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0cc2e1bf-163f-4db0-8d5c-52f505ef7fbe\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T11:21:02.081Z\",\n                \"updatedAt\": \"2025-08-01T11:21:02.081Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T11:21:02.043Z\",\n                \"value\": 4031000,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0cc2e1bf-163f-4db0-8d5c-52f505ef7fbe/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0cc2e1bf-163f-4db0-8d5c-52f505ef7fbe/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"83133f00-16fa-4391-8053-6413fd28a43d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83133f00-16fa-4391-8053-6413fd28a43d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T11:06:02.115Z\",\n                \"updatedAt\": \"2025-08-01T11:06:02.115Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T11:06:02.099Z\",\n                \"value\": 4030969,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83133f00-16fa-4391-8053-6413fd28a43d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83133f00-16fa-4391-8053-6413fd28a43d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4fc549e6-9f3b-470f-a7a4-544750e422ce\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4fc549e6-9f3b-470f-a7a4-544750e422ce\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T10:51:01.984Z\",\n                \"updatedAt\": \"2025-08-01T10:51:01.984Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T10:51:01.968Z\",\n                \"value\": 4030955,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4fc549e6-9f3b-470f-a7a4-544750e422ce/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4fc549e6-9f3b-470f-a7a4-544750e422ce/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7cda2534-db44-4a89-b269-0515d0156063\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cda2534-db44-4a89-b269-0515d0156063\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T10:36:01.969Z\",\n                \"updatedAt\": \"2025-08-01T10:36:01.969Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T10:36:01.954Z\",\n                \"value\": 4030910,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cda2534-db44-4a89-b269-0515d0156063/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7cda2534-db44-4a89-b269-0515d0156063/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a7bb2ffb-e495-465c-9bfa-5fd8557b2309\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7bb2ffb-e495-465c-9bfa-5fd8557b2309\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T10:21:01.954Z\",\n                \"updatedAt\": \"2025-08-01T10:21:01.954Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T10:21:01.939Z\",\n                \"value\": 4030896,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7bb2ffb-e495-465c-9bfa-5fd8557b2309/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7bb2ffb-e495-465c-9bfa-5fd8557b2309/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0dbebcc7-9c5b-4485-accd-dd362520eac2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0dbebcc7-9c5b-4485-accd-dd362520eac2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T10:06:02.032Z\",\n                \"updatedAt\": \"2025-08-01T10:06:02.032Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T10:06:02.017Z\",\n                \"value\": 4030883,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0dbebcc7-9c5b-4485-accd-dd362520eac2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0dbebcc7-9c5b-4485-accd-dd362520eac2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cb4605c2-53dc-4a87-941c-acb89568f15b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb4605c2-53dc-4a87-941c-acb89568f15b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T09:51:01.929Z\",\n                \"updatedAt\": \"2025-08-01T09:51:01.929Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T09:51:01.913Z\",\n                \"value\": 4030850,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb4605c2-53dc-4a87-941c-acb89568f15b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb4605c2-53dc-4a87-941c-acb89568f15b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b134e8bc-84a4-4fa0-b65e-fb51ba4b0908\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b134e8bc-84a4-4fa0-b65e-fb51ba4b0908\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T09:36:01.928Z\",\n                \"updatedAt\": \"2025-08-01T09:36:01.928Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T09:36:01.911Z\",\n                \"value\": 4030836,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b134e8bc-84a4-4fa0-b65e-fb51ba4b0908/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b134e8bc-84a4-4fa0-b65e-fb51ba4b0908/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5527bfc8-6f58-4364-ac80-cf6a5ba8e59e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5527bfc8-6f58-4364-ac80-cf6a5ba8e59e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T09:21:01.874Z\",\n                \"updatedAt\": \"2025-08-01T09:21:01.874Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T09:21:01.857Z\",\n                \"value\": 4030822,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5527bfc8-6f58-4364-ac80-cf6a5ba8e59e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5527bfc8-6f58-4364-ac80-cf6a5ba8e59e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"243ca3d7-17c7-4727-b73f-a2b91251e172\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/243ca3d7-17c7-4727-b73f-a2b91251e172\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T09:06:01.963Z\",\n                \"updatedAt\": \"2025-08-01T09:06:01.963Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T09:06:01.943Z\",\n                \"value\": 4030792,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/243ca3d7-17c7-4727-b73f-a2b91251e172/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/243ca3d7-17c7-4727-b73f-a2b91251e172/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a69e53ae-a3dc-443e-8143-464ca3fbaf12\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a69e53ae-a3dc-443e-8143-464ca3fbaf12\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T08:51:01.840Z\",\n                \"updatedAt\": \"2025-08-01T08:51:01.840Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T08:51:01.825Z\",\n                \"value\": 4030778,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a69e53ae-a3dc-443e-8143-464ca3fbaf12/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a69e53ae-a3dc-443e-8143-464ca3fbaf12/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"27761b51-0076-49ec-aed6-237a0e8a3309\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27761b51-0076-49ec-aed6-237a0e8a3309\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T08:36:01.929Z\",\n                \"updatedAt\": \"2025-08-01T08:36:01.929Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T08:36:01.914Z\",\n                \"value\": 4030730,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27761b51-0076-49ec-aed6-237a0e8a3309/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27761b51-0076-49ec-aed6-237a0e8a3309/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1844a271-bdb6-4d5c-8d74-92008dad60a9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1844a271-bdb6-4d5c-8d74-92008dad60a9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T08:26:02.689Z\",\n                \"updatedAt\": \"2025-08-01T08:26:02.689Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T08:26:02.673Z\",\n                \"value\": 4030721,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1844a271-bdb6-4d5c-8d74-92008dad60a9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1844a271-bdb6-4d5c-8d74-92008dad60a9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7db2fd3f-6688-4646-b7db-791dfc72f61f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7db2fd3f-6688-4646-b7db-791dfc72f61f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T08:11:02.594Z\",\n                \"updatedAt\": \"2025-08-01T08:11:02.594Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T08:11:02.579Z\",\n                \"value\": 4030707,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7db2fd3f-6688-4646-b7db-791dfc72f61f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7db2fd3f-6688-4646-b7db-791dfc72f61f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2ec32aea-26ee-4b3e-83bf-1fffdc1f5518\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2ec32aea-26ee-4b3e-83bf-1fffdc1f5518\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T07:56:02.677Z\",\n                \"updatedAt\": \"2025-08-01T07:56:02.677Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T07:56:02.660Z\",\n                \"value\": 4030676,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2ec32aea-26ee-4b3e-83bf-1fffdc1f5518/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2ec32aea-26ee-4b3e-83bf-1fffdc1f5518/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3a8f0881-9a75-4547-a091-e08bc49db56a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3a8f0881-9a75-4547-a091-e08bc49db56a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T07:41:02.547Z\",\n                \"updatedAt\": \"2025-08-01T07:41:02.547Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T07:41:02.532Z\",\n                \"value\": 4030663,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3a8f0881-9a75-4547-a091-e08bc49db56a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3a8f0881-9a75-4547-a091-e08bc49db56a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d7f0b86c-0323-4e18-a4d6-a8659aac4b9a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d7f0b86c-0323-4e18-a4d6-a8659aac4b9a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T07:26:02.630Z\",\n                \"updatedAt\": \"2025-08-01T07:26:02.630Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T07:26:02.614Z\",\n                \"value\": 4030649,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d7f0b86c-0323-4e18-a4d6-a8659aac4b9a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d7f0b86c-0323-4e18-a4d6-a8659aac4b9a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"017bff1f-dc67-432c-90ae-49a283793d5f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/017bff1f-dc67-432c-90ae-49a283793d5f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T07:11:02.502Z\",\n                \"updatedAt\": \"2025-08-01T07:11:02.502Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T07:11:02.485Z\",\n                \"value\": 4030619,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/017bff1f-dc67-432c-90ae-49a283793d5f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/017bff1f-dc67-432c-90ae-49a283793d5f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0a143a9b-727c-49f7-b4c0-525e8ebd0046\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a143a9b-727c-49f7-b4c0-525e8ebd0046\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T06:56:02.516Z\",\n                \"updatedAt\": \"2025-08-01T06:56:02.516Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T06:56:02.500Z\",\n                \"value\": 4030575,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a143a9b-727c-49f7-b4c0-525e8ebd0046/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a143a9b-727c-49f7-b4c0-525e8ebd0046/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e19851f7-2f6b-4e8c-a1cf-a20e8205822b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e19851f7-2f6b-4e8c-a1cf-a20e8205822b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T06:41:02.461Z\",\n                \"updatedAt\": \"2025-08-01T06:41:02.461Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T06:41:02.444Z\",\n                \"value\": 4030561,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e19851f7-2f6b-4e8c-a1cf-a20e8205822b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e19851f7-2f6b-4e8c-a1cf-a20e8205822b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c24282cb-5e16-4c08-97fa-8608e590c077\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c24282cb-5e16-4c08-97fa-8608e590c077\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T06:26:02.425Z\",\n                \"updatedAt\": \"2025-08-01T06:26:02.425Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T06:26:02.410Z\",\n                \"value\": 4030548,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c24282cb-5e16-4c08-97fa-8608e590c077/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c24282cb-5e16-4c08-97fa-8608e590c077/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"dfdfff86-fb5c-43cc-a5e3-5ca928d30131\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfdfff86-fb5c-43cc-a5e3-5ca928d30131\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T06:11:02.440Z\",\n                \"updatedAt\": \"2025-08-01T06:11:02.440Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T06:11:02.423Z\",\n                \"value\": 4030518,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfdfff86-fb5c-43cc-a5e3-5ca928d30131/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfdfff86-fb5c-43cc-a5e3-5ca928d30131/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"89cbf85b-174b-4adf-97fc-f5c39c5ebdd7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/89cbf85b-174b-4adf-97fc-f5c39c5ebdd7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T05:56:02.465Z\",\n                \"updatedAt\": \"2025-08-01T05:56:02.465Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T05:56:02.447Z\",\n                \"value\": 4030504,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/89cbf85b-174b-4adf-97fc-f5c39c5ebdd7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/89cbf85b-174b-4adf-97fc-f5c39c5ebdd7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f45c2183-b77a-43fb-a7c4-8e52b0318367\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f45c2183-b77a-43fb-a7c4-8e52b0318367\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T05:41:02.494Z\",\n                \"updatedAt\": \"2025-08-01T05:41:02.494Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T05:41:02.454Z\",\n                \"value\": 4030491,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f45c2183-b77a-43fb-a7c4-8e52b0318367/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f45c2183-b77a-43fb-a7c4-8e52b0318367/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e89a1664-194f-476b-8d05-b305368a2d6e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e89a1664-194f-476b-8d05-b305368a2d6e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T05:26:02.413Z\",\n                \"updatedAt\": \"2025-08-01T05:26:02.413Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T05:26:02.371Z\",\n                \"value\": 4030477,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e89a1664-194f-476b-8d05-b305368a2d6e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e89a1664-194f-476b-8d05-b305368a2d6e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5e3aabf4-bcc9-4042-a255-1d9b911e7582\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5e3aabf4-bcc9-4042-a255-1d9b911e7582\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T05:11:02.442Z\",\n                \"updatedAt\": \"2025-08-01T05:11:02.442Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T05:11:02.427Z\",\n                \"value\": 4030416,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5e3aabf4-bcc9-4042-a255-1d9b911e7582/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5e3aabf4-bcc9-4042-a255-1d9b911e7582/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e23413cf-d684-4084-8a73-b6f48ad59587\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e23413cf-d684-4084-8a73-b6f48ad59587\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T04:56:02.352Z\",\n                \"updatedAt\": \"2025-08-01T04:56:02.352Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T04:56:02.336Z\",\n                \"value\": 4030402,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e23413cf-d684-4084-8a73-b6f48ad59587/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e23413cf-d684-4084-8a73-b6f48ad59587/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a35257ef-9d89-47f0-a73c-bb50399ecbad\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a35257ef-9d89-47f0-a73c-bb50399ecbad\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T04:41:02.313Z\",\n                \"updatedAt\": \"2025-08-01T04:41:02.313Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T04:41:02.298Z\",\n                \"value\": 4030389,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a35257ef-9d89-47f0-a73c-bb50399ecbad/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a35257ef-9d89-47f0-a73c-bb50399ecbad/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"be483b10-aa0e-447a-b307-e07f7979d57b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/be483b10-aa0e-447a-b307-e07f7979d57b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T04:26:02.289Z\",\n                \"updatedAt\": \"2025-08-01T04:26:02.289Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T04:26:02.273Z\",\n                \"value\": 4030375,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/be483b10-aa0e-447a-b307-e07f7979d57b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/be483b10-aa0e-447a-b307-e07f7979d57b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7995d28f-b5d0-4c67-9189-d1da13d9170f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7995d28f-b5d0-4c67-9189-d1da13d9170f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T04:11:02.358Z\",\n                \"updatedAt\": \"2025-08-01T04:11:02.358Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T04:11:02.341Z\",\n                \"value\": 4030345,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7995d28f-b5d0-4c67-9189-d1da13d9170f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7995d28f-b5d0-4c67-9189-d1da13d9170f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b6a50c84-fe1d-44aa-a8ad-084a9815ad3a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b6a50c84-fe1d-44aa-a8ad-084a9815ad3a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T03:56:02.246Z\",\n                \"updatedAt\": \"2025-08-01T03:56:02.246Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T03:56:02.230Z\",\n                \"value\": 4030304,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b6a50c84-fe1d-44aa-a8ad-084a9815ad3a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b6a50c84-fe1d-44aa-a8ad-084a9815ad3a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c5dc6d4b-759c-4210-9619-2304320a3eb8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5dc6d4b-759c-4210-9619-2304320a3eb8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T03:41:02.226Z\",\n                \"updatedAt\": \"2025-08-01T03:41:02.226Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T03:41:02.210Z\",\n                \"value\": 4030290,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5dc6d4b-759c-4210-9619-2304320a3eb8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5dc6d4b-759c-4210-9619-2304320a3eb8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"53b31a39-dd9a-4587-9288-912c9963421b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53b31a39-dd9a-4587-9288-912c9963421b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T03:26:02.241Z\",\n                \"updatedAt\": \"2025-08-01T03:26:02.241Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T03:26:02.218Z\",\n                \"value\": 4030276,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53b31a39-dd9a-4587-9288-912c9963421b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53b31a39-dd9a-4587-9288-912c9963421b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9b335ee8-fcc7-4605-a425-42e7f8af687a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b335ee8-fcc7-4605-a425-42e7f8af687a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T03:11:02.286Z\",\n                \"updatedAt\": \"2025-08-01T03:11:02.286Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T03:11:02.269Z\",\n                \"value\": 4030217,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b335ee8-fcc7-4605-a425-42e7f8af687a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b335ee8-fcc7-4605-a425-42e7f8af687a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"feb1cd6b-2256-417c-accb-804cd09fb1de\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/feb1cd6b-2256-417c-accb-804cd09fb1de\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T02:56:02.199Z\",\n                \"updatedAt\": \"2025-08-01T02:56:02.199Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T02:56:02.183Z\",\n                \"value\": 4030203,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/feb1cd6b-2256-417c-accb-804cd09fb1de/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/feb1cd6b-2256-417c-accb-804cd09fb1de/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fa9a8b0b-91c5-49df-ae83-d8f607316a60\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa9a8b0b-91c5-49df-ae83-d8f607316a60\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T02:41:02.237Z\",\n                \"updatedAt\": \"2025-08-01T02:41:02.237Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T02:41:02.220Z\",\n                \"value\": 4030189,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa9a8b0b-91c5-49df-ae83-d8f607316a60/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa9a8b0b-91c5-49df-ae83-d8f607316a60/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9f1fc80f-b92c-4452-bad0-4549ac7b77a3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f1fc80f-b92c-4452-bad0-4549ac7b77a3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T02:26:02.180Z\",\n                \"updatedAt\": \"2025-08-01T02:26:02.180Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T02:26:02.157Z\",\n                \"value\": 4030176,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f1fc80f-b92c-4452-bad0-4549ac7b77a3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f1fc80f-b92c-4452-bad0-4549ac7b77a3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5b7289c4-4038-4100-9751-712927a123ae\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5b7289c4-4038-4100-9751-712927a123ae\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T02:16:04.082Z\",\n                \"updatedAt\": \"2025-08-01T02:16:04.082Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T02:16:04.067Z\",\n                \"value\": 4030150,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5b7289c4-4038-4100-9751-712927a123ae/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5b7289c4-4038-4100-9751-712927a123ae/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bb5ad877-7ddb-49a5-9225-6e01b476196a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bb5ad877-7ddb-49a5-9225-6e01b476196a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T02:01:04.158Z\",\n                \"updatedAt\": \"2025-08-01T02:01:04.158Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T02:01:04.122Z\",\n                \"value\": 4030136,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bb5ad877-7ddb-49a5-9225-6e01b476196a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bb5ad877-7ddb-49a5-9225-6e01b476196a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8961873a-37ea-4b42-8c2d-fd2e26f11e1e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8961873a-37ea-4b42-8c2d-fd2e26f11e1e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T01:46:04.045Z\",\n                \"updatedAt\": \"2025-08-01T01:46:04.045Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T01:46:04.006Z\",\n                \"value\": 4030122,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8961873a-37ea-4b42-8c2d-fd2e26f11e1e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8961873a-37ea-4b42-8c2d-fd2e26f11e1e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"71d797ad-2763-47ca-a7dc-81b4d019fac8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71d797ad-2763-47ca-a7dc-81b4d019fac8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T01:31:04.017Z\",\n                \"updatedAt\": \"2025-08-01T01:31:04.017Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T01:31:03.979Z\",\n                \"value\": 4030109,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71d797ad-2763-47ca-a7dc-81b4d019fac8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71d797ad-2763-47ca-a7dc-81b4d019fac8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bc11c77f-3180-41b0-8036-a6ff4e3ae552\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bc11c77f-3180-41b0-8036-a6ff4e3ae552\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T01:16:03.988Z\",\n                \"updatedAt\": \"2025-08-01T01:16:03.988Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T01:16:03.954Z\",\n                \"value\": 4030047,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bc11c77f-3180-41b0-8036-a6ff4e3ae552/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bc11c77f-3180-41b0-8036-a6ff4e3ae552/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e6ec59fe-5239-4047-81a0-08749247f876\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e6ec59fe-5239-4047-81a0-08749247f876\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T01:01:04.080Z\",\n                \"updatedAt\": \"2025-08-01T01:01:04.080Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T01:01:04.064Z\",\n                \"value\": 4030034,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e6ec59fe-5239-4047-81a0-08749247f876/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e6ec59fe-5239-4047-81a0-08749247f876/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"250d9510-e93a-4acb-88f8-d43f4822743d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/250d9510-e93a-4acb-88f8-d43f4822743d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T00:46:03.924Z\",\n                \"updatedAt\": \"2025-08-01T00:46:03.924Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T00:46:03.908Z\",\n                \"value\": 4030020,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/250d9510-e93a-4acb-88f8-d43f4822743d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/250d9510-e93a-4acb-88f8-d43f4822743d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b87ca4fe-748c-4e19-a46e-5b42ee5d32a3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b87ca4fe-748c-4e19-a46e-5b42ee5d32a3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T00:31:03.959Z\",\n                \"updatedAt\": \"2025-08-01T00:31:03.959Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T00:31:03.944Z\",\n                \"value\": 4030006,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b87ca4fe-748c-4e19-a46e-5b42ee5d32a3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b87ca4fe-748c-4e19-a46e-5b42ee5d32a3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4f15cff0-7490-4d8e-a7d9-707013b9c17f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f15cff0-7490-4d8e-a7d9-707013b9c17f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T00:16:03.931Z\",\n                \"updatedAt\": \"2025-08-01T00:16:03.931Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T00:16:03.911Z\",\n                \"value\": 4029976,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f15cff0-7490-4d8e-a7d9-707013b9c17f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f15cff0-7490-4d8e-a7d9-707013b9c17f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"106c7a08-8866-4c5d-a29c-efe89d49ba1f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/106c7a08-8866-4c5d-a29c-efe89d49ba1f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-08-01T00:01:03.959Z\",\n                \"updatedAt\": \"2025-08-01T00:01:03.959Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-08-01T00:01:03.943Z\",\n                \"value\": 4029962,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/106c7a08-8866-4c5d-a29c-efe89d49ba1f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/106c7a08-8866-4c5d-a29c-efe89d49ba1f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a9133cb3-77cf-4b9a-95df-9f97fd33b3a2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a9133cb3-77cf-4b9a-95df-9f97fd33b3a2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T23:46:03.865Z\",\n                \"updatedAt\": \"2025-07-31T23:46:03.865Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T23:46:03.851Z\",\n                \"value\": 4029948,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a9133cb3-77cf-4b9a-95df-9f97fd33b3a2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a9133cb3-77cf-4b9a-95df-9f97fd33b3a2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"eff684bf-ddd4-4ddb-bda2-d55da4b7f14c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eff684bf-ddd4-4ddb-bda2-d55da4b7f14c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T23:31:03.967Z\",\n                \"updatedAt\": \"2025-07-31T23:31:03.967Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T23:31:03.950Z\",\n                \"value\": 4029918,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eff684bf-ddd4-4ddb-bda2-d55da4b7f14c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eff684bf-ddd4-4ddb-bda2-d55da4b7f14c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"23b7c662-c744-4023-9b94-be303ef2df91\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/23b7c662-c744-4023-9b94-be303ef2df91\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T23:16:03.887Z\",\n                \"updatedAt\": \"2025-07-31T23:16:03.887Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T23:16:03.871Z\",\n                \"value\": 4029873,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/23b7c662-c744-4023-9b94-be303ef2df91/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/23b7c662-c744-4023-9b94-be303ef2df91/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ecbf547d-06f7-409e-ae8f-72044f75f343\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecbf547d-06f7-409e-ae8f-72044f75f343\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T23:01:03.895Z\",\n                \"updatedAt\": \"2025-07-31T23:01:03.895Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T23:01:03.879Z\",\n                \"value\": 4029860,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecbf547d-06f7-409e-ae8f-72044f75f343/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecbf547d-06f7-409e-ae8f-72044f75f343/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"814a8177-2297-4dea-84cc-0dad82414be6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/814a8177-2297-4dea-84cc-0dad82414be6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T22:46:03.786Z\",\n                \"updatedAt\": \"2025-07-31T22:46:03.786Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T22:46:03.771Z\",\n                \"value\": 4029846,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/814a8177-2297-4dea-84cc-0dad82414be6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/814a8177-2297-4dea-84cc-0dad82414be6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fc5564c3-edbb-4cb0-b339-0e49af83806c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc5564c3-edbb-4cb0-b339-0e49af83806c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T22:31:03.802Z\",\n                \"updatedAt\": \"2025-07-31T22:31:03.802Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T22:31:03.785Z\",\n                \"value\": 4029816,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc5564c3-edbb-4cb0-b339-0e49af83806c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc5564c3-edbb-4cb0-b339-0e49af83806c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"89603da3-a294-4cfe-836a-e68aca665a40\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/89603da3-a294-4cfe-836a-e68aca665a40\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T22:16:03.733Z\",\n                \"updatedAt\": \"2025-07-31T22:16:03.733Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T22:16:03.718Z\",\n                \"value\": 4029802,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/89603da3-a294-4cfe-836a-e68aca665a40/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/89603da3-a294-4cfe-836a-e68aca665a40/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"70cf15ec-78aa-4c79-a9f2-c62ef2161cf3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/70cf15ec-78aa-4c79-a9f2-c62ef2161cf3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T22:01:03.766Z\",\n                \"updatedAt\": \"2025-07-31T22:01:03.766Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T22:01:03.729Z\",\n                \"value\": 4029788,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/70cf15ec-78aa-4c79-a9f2-c62ef2161cf3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/70cf15ec-78aa-4c79-a9f2-c62ef2161cf3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"865974be-3664-46d0-8547-502dcc4d31b1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/865974be-3664-46d0-8547-502dcc4d31b1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T21:46:03.712Z\",\n                \"updatedAt\": \"2025-07-31T21:46:03.712Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T21:46:03.674Z\",\n                \"value\": 4029774,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/865974be-3664-46d0-8547-502dcc4d31b1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/865974be-3664-46d0-8547-502dcc4d31b1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"154aadb9-b8b7-4a2c-a37a-39d521f590d5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/154aadb9-b8b7-4a2c-a37a-39d521f590d5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T21:31:03.675Z\",\n                \"updatedAt\": \"2025-07-31T21:31:03.675Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T21:31:03.659Z\",\n                \"value\": 4029743,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/154aadb9-b8b7-4a2c-a37a-39d521f590d5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/154aadb9-b8b7-4a2c-a37a-39d521f590d5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ff85e1b6-52fb-4ad4-9ccb-af683bad4476\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ff85e1b6-52fb-4ad4-9ccb-af683bad4476\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T21:16:03.776Z\",\n                \"updatedAt\": \"2025-07-31T21:16:03.776Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T21:16:03.759Z\",\n                \"value\": 4029695,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ff85e1b6-52fb-4ad4-9ccb-af683bad4476/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ff85e1b6-52fb-4ad4-9ccb-af683bad4476/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"02517757-ad2f-426e-8336-a871870ca1bb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/02517757-ad2f-426e-8336-a871870ca1bb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T21:01:03.668Z\",\n                \"updatedAt\": \"2025-07-31T21:01:03.668Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T21:01:03.653Z\",\n                \"value\": 4029682,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/02517757-ad2f-426e-8336-a871870ca1bb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/02517757-ad2f-426e-8336-a871870ca1bb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"957ac24c-3d12-4bbb-b8de-716949d4bc91\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/957ac24c-3d12-4bbb-b8de-716949d4bc91\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T20:46:03.726Z\",\n                \"updatedAt\": \"2025-07-31T20:46:03.726Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T20:46:03.710Z\",\n                \"value\": 4029668,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/957ac24c-3d12-4bbb-b8de-716949d4bc91/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/957ac24c-3d12-4bbb-b8de-716949d4bc91/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"83726908-1bd0-4c13-aaf5-14dd93cfd5ef\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83726908-1bd0-4c13-aaf5-14dd93cfd5ef\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T20:31:03.615Z\",\n                \"updatedAt\": \"2025-07-31T20:31:03.615Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T20:31:03.597Z\",\n                \"value\": 4029637,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83726908-1bd0-4c13-aaf5-14dd93cfd5ef/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83726908-1bd0-4c13-aaf5-14dd93cfd5ef/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e08cc257-5889-4178-9824-5ea1561c5d39\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e08cc257-5889-4178-9824-5ea1561c5d39\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T20:16:03.580Z\",\n                \"updatedAt\": \"2025-07-31T20:16:03.580Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T20:16:03.564Z\",\n                \"value\": 4029624,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e08cc257-5889-4178-9824-5ea1561c5d39/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e08cc257-5889-4178-9824-5ea1561c5d39/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c69562ea-8324-4450-a5db-ea4a2313b9d8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c69562ea-8324-4450-a5db-ea4a2313b9d8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T20:01:03.558Z\",\n                \"updatedAt\": \"2025-07-31T20:01:03.558Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T20:01:03.542Z\",\n                \"value\": 4029610,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c69562ea-8324-4450-a5db-ea4a2313b9d8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c69562ea-8324-4450-a5db-ea4a2313b9d8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3060122e-fbd7-4a51-9fb4-3d1634d78864\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3060122e-fbd7-4a51-9fb4-3d1634d78864\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T19:46:03.597Z\",\n                \"updatedAt\": \"2025-07-31T19:46:03.597Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T19:46:03.581Z\",\n                \"value\": 4029596,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3060122e-fbd7-4a51-9fb4-3d1634d78864/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3060122e-fbd7-4a51-9fb4-3d1634d78864/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c903cddb-5b2f-4df5-854a-423188e286b4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c903cddb-5b2f-4df5-854a-423188e286b4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T19:31:03.647Z\",\n                \"updatedAt\": \"2025-07-31T19:31:03.647Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T19:31:03.631Z\",\n                \"value\": 4029535,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c903cddb-5b2f-4df5-854a-423188e286b4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c903cddb-5b2f-4df5-854a-423188e286b4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ed93f266-023e-4e7b-ba5a-1b893b4302f2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ed93f266-023e-4e7b-ba5a-1b893b4302f2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T19:16:03.516Z\",\n                \"updatedAt\": \"2025-07-31T19:16:03.516Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T19:16:03.501Z\",\n                \"value\": 4029521,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ed93f266-023e-4e7b-ba5a-1b893b4302f2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ed93f266-023e-4e7b-ba5a-1b893b4302f2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9bdac1b5-0ff1-4782-a8bd-0f6d3212184f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9bdac1b5-0ff1-4782-a8bd-0f6d3212184f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T19:01:03.495Z\",\n                \"updatedAt\": \"2025-07-31T19:01:03.495Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T19:01:03.480Z\",\n                \"value\": 4029508,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9bdac1b5-0ff1-4782-a8bd-0f6d3212184f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9bdac1b5-0ff1-4782-a8bd-0f6d3212184f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"24bf7537-ad66-43df-863e-d6db8ad94d72\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/24bf7537-ad66-43df-863e-d6db8ad94d72\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T18:46:03.483Z\",\n                \"updatedAt\": \"2025-07-31T18:46:03.483Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T18:46:03.469Z\",\n                \"value\": 4029477,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/24bf7537-ad66-43df-863e-d6db8ad94d72/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/24bf7537-ad66-43df-863e-d6db8ad94d72/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d5a494d5-ec79-4945-acbf-267d7dc7b893\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5a494d5-ec79-4945-acbf-267d7dc7b893\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T18:31:03.564Z\",\n                \"updatedAt\": \"2025-07-31T18:31:03.564Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T18:31:03.530Z\",\n                \"value\": 4029464,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5a494d5-ec79-4945-acbf-267d7dc7b893/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5a494d5-ec79-4945-acbf-267d7dc7b893/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d2b6ee08-b460-454e-8590-bbe2807eedf2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d2b6ee08-b460-454e-8590-bbe2807eedf2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T18:16:03.462Z\",\n                \"updatedAt\": \"2025-07-31T18:16:03.462Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T18:16:03.419Z\",\n                \"value\": 4029422,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d2b6ee08-b460-454e-8590-bbe2807eedf2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d2b6ee08-b460-454e-8590-bbe2807eedf2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9b1406ed-e667-404b-90da-763a309f9960\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b1406ed-e667-404b-90da-763a309f9960\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T18:01:03.405Z\",\n                \"updatedAt\": \"2025-07-31T18:01:03.405Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T18:01:03.390Z\",\n                \"value\": 4029408,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b1406ed-e667-404b-90da-763a309f9960/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b1406ed-e667-404b-90da-763a309f9960/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"434894f1-cb41-4642-a4df-3f58b3ab592b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/434894f1-cb41-4642-a4df-3f58b3ab592b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T17:46:03.391Z\",\n                \"updatedAt\": \"2025-07-31T17:46:03.391Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T17:46:03.376Z\",\n                \"value\": 4029348,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/434894f1-cb41-4642-a4df-3f58b3ab592b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/434894f1-cb41-4642-a4df-3f58b3ab592b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8bc13cc2-26d3-4686-a5bf-5c1afe2084d4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8bc13cc2-26d3-4686-a5bf-5c1afe2084d4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T17:31:03.472Z\",\n                \"updatedAt\": \"2025-07-31T17:31:03.472Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T17:31:03.457Z\",\n                \"value\": 4029334,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8bc13cc2-26d3-4686-a5bf-5c1afe2084d4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8bc13cc2-26d3-4686-a5bf-5c1afe2084d4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1c498b9d-2346-4f39-b912-605823dba85e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1c498b9d-2346-4f39-b912-605823dba85e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T17:16:03.389Z\",\n                \"updatedAt\": \"2025-07-31T17:16:03.389Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T17:16:03.368Z\",\n                \"value\": 4029320,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1c498b9d-2346-4f39-b912-605823dba85e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1c498b9d-2346-4f39-b912-605823dba85e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5d4df911-59f7-43bc-ab68-dca05c0c2ac9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5d4df911-59f7-43bc-ab68-dca05c0c2ac9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T17:01:03.432Z\",\n                \"updatedAt\": \"2025-07-31T17:01:03.432Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T17:01:03.416Z\",\n                \"value\": 4029306,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5d4df911-59f7-43bc-ab68-dca05c0c2ac9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5d4df911-59f7-43bc-ab68-dca05c0c2ac9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fc98d4f3-73ee-4308-939b-ba26160a0ba1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc98d4f3-73ee-4308-939b-ba26160a0ba1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T16:46:03.314Z\",\n                \"updatedAt\": \"2025-07-31T16:46:03.314Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T16:46:03.297Z\",\n                \"value\": 4029275,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc98d4f3-73ee-4308-939b-ba26160a0ba1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fc98d4f3-73ee-4308-939b-ba26160a0ba1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"65bf0914-0895-425b-a525-e6fa34d53c0a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/65bf0914-0895-425b-a525-e6fa34d53c0a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T16:31:03.393Z\",\n                \"updatedAt\": \"2025-07-31T16:31:03.393Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T16:31:03.376Z\",\n                \"value\": 4029262,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/65bf0914-0895-425b-a525-e6fa34d53c0a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/65bf0914-0895-425b-a525-e6fa34d53c0a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cd2a0c41-2d51-4f5e-8ef4-d8910dde5547\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd2a0c41-2d51-4f5e-8ef4-d8910dde5547\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T16:16:03.280Z\",\n                \"updatedAt\": \"2025-07-31T16:16:03.280Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T16:16:03.263Z\",\n                \"value\": 4029248,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd2a0c41-2d51-4f5e-8ef4-d8910dde5547/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd2a0c41-2d51-4f5e-8ef4-d8910dde5547/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"993b95e0-42a9-407a-a4e2-d82887fd28c0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/993b95e0-42a9-407a-a4e2-d82887fd28c0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T16:01:03.280Z\",\n                \"updatedAt\": \"2025-07-31T16:01:03.280Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T16:01:03.263Z\",\n                \"value\": 4029234,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/993b95e0-42a9-407a-a4e2-d82887fd28c0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/993b95e0-42a9-407a-a4e2-d82887fd28c0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"95265909-f859-4d48-88c7-7baf64b7cf59\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/95265909-f859-4d48-88c7-7baf64b7cf59\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T15:46:03.273Z\",\n                \"updatedAt\": \"2025-07-31T15:46:03.273Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T15:46:03.223Z\",\n                \"value\": 4029173,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/95265909-f859-4d48-88c7-7baf64b7cf59/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/95265909-f859-4d48-88c7-7baf64b7cf59/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"42d67f4f-6cb5-4eb9-9cd9-71d0fdec4f89\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42d67f4f-6cb5-4eb9-9cd9-71d0fdec4f89\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T15:31:03.228Z\",\n                \"updatedAt\": \"2025-07-31T15:31:03.228Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T15:31:03.212Z\",\n                \"value\": 4029159,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42d67f4f-6cb5-4eb9-9cd9-71d0fdec4f89/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42d67f4f-6cb5-4eb9-9cd9-71d0fdec4f89/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"231711dc-1a77-4a7d-8206-fccad05a1bba\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/231711dc-1a77-4a7d-8206-fccad05a1bba\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T15:16:03.220Z\",\n                \"updatedAt\": \"2025-07-31T15:16:03.220Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T15:16:03.205Z\",\n                \"value\": 4029145,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/231711dc-1a77-4a7d-8206-fccad05a1bba/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/231711dc-1a77-4a7d-8206-fccad05a1bba/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"56cd2df3-b877-44ee-a889-9708b603bdef\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56cd2df3-b877-44ee-a889-9708b603bdef\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T15:01:03.183Z\",\n                \"updatedAt\": \"2025-07-31T15:01:03.183Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T15:01:03.167Z\",\n                \"value\": 4029132,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56cd2df3-b877-44ee-a889-9708b603bdef/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56cd2df3-b877-44ee-a889-9708b603bdef/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c492c156-c31e-4b6d-9d00-b908186baee0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c492c156-c31e-4b6d-9d00-b908186baee0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T14:46:03.293Z\",\n                \"updatedAt\": \"2025-07-31T14:46:03.293Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T14:46:03.253Z\",\n                \"value\": 4029101,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c492c156-c31e-4b6d-9d00-b908186baee0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c492c156-c31e-4b6d-9d00-b908186baee0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"990a6dd5-f11d-4556-b883-1d09e6490de3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/990a6dd5-f11d-4556-b883-1d09e6490de3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T14:31:03.182Z\",\n                \"updatedAt\": \"2025-07-31T14:31:03.182Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T14:31:03.142Z\",\n                \"value\": 4029088,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/990a6dd5-f11d-4556-b883-1d09e6490de3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/990a6dd5-f11d-4556-b883-1d09e6490de3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ecbe8e89-e183-41b1-afad-7cbe3dbfccdd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecbe8e89-e183-41b1-afad-7cbe3dbfccdd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T14:16:03.232Z\",\n                \"updatedAt\": \"2025-07-31T14:16:03.232Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T14:16:03.214Z\",\n                \"value\": 4029074,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecbe8e89-e183-41b1-afad-7cbe3dbfccdd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ecbe8e89-e183-41b1-afad-7cbe3dbfccdd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d82fa420-c938-4779-90df-c3e8a903217e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d82fa420-c938-4779-90df-c3e8a903217e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T14:01:03.106Z\",\n                \"updatedAt\": \"2025-07-31T14:01:03.106Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T14:01:03.088Z\",\n                \"value\": 4029029,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d82fa420-c938-4779-90df-c3e8a903217e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d82fa420-c938-4779-90df-c3e8a903217e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"07fb9c93-bf68-4681-991c-ad9be75e22df\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/07fb9c93-bf68-4681-991c-ad9be75e22df\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T13:46:03.116Z\",\n                \"updatedAt\": \"2025-07-31T13:46:03.116Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T13:46:03.100Z\",\n                \"value\": 4028999,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/07fb9c93-bf68-4681-991c-ad9be75e22df/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/07fb9c93-bf68-4681-991c-ad9be75e22df/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b4d329bb-4fb8-4a1a-b422-a44f2ff97858\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b4d329bb-4fb8-4a1a-b422-a44f2ff97858\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T13:31:03.072Z\",\n                \"updatedAt\": \"2025-07-31T13:31:03.072Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T13:31:03.057Z\",\n                \"value\": 4028985,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b4d329bb-4fb8-4a1a-b422-a44f2ff97858/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b4d329bb-4fb8-4a1a-b422-a44f2ff97858/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5928b706-44c4-4897-aef1-01586ed1823a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5928b706-44c4-4897-aef1-01586ed1823a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T13:16:03.079Z\",\n                \"updatedAt\": \"2025-07-31T13:16:03.079Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T13:16:03.060Z\",\n                \"value\": 4028971,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5928b706-44c4-4897-aef1-01586ed1823a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5928b706-44c4-4897-aef1-01586ed1823a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"75269e44-9589-40ad-8206-e1604b402449\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/75269e44-9589-40ad-8206-e1604b402449\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T13:01:03.164Z\",\n                \"updatedAt\": \"2025-07-31T13:01:03.164Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T13:01:03.147Z\",\n                \"value\": 4028957,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/75269e44-9589-40ad-8206-e1604b402449/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/75269e44-9589-40ad-8206-e1604b402449/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c045e862-ea00-4fbf-a1a9-36ed12f4727b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c045e862-ea00-4fbf-a1a9-36ed12f4727b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T12:46:03.049Z\",\n                \"updatedAt\": \"2025-07-31T12:46:03.049Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T12:46:03.025Z\",\n                \"value\": 4028926,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c045e862-ea00-4fbf-a1a9-36ed12f4727b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c045e862-ea00-4fbf-a1a9-36ed12f4727b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"393258bb-60ae-4310-a961-155a4d8825b2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/393258bb-60ae-4310-a961-155a4d8825b2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T12:31:03.092Z\",\n                \"updatedAt\": \"2025-07-31T12:31:03.092Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T12:31:03.071Z\",\n                \"value\": 4028912,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/393258bb-60ae-4310-a961-155a4d8825b2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/393258bb-60ae-4310-a961-155a4d8825b2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ab1855ec-6cdf-403f-b2b1-13a917415183\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ab1855ec-6cdf-403f-b2b1-13a917415183\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T12:16:03.011Z\",\n                \"updatedAt\": \"2025-07-31T12:16:03.011Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T12:16:02.995Z\",\n                \"value\": 4028868,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ab1855ec-6cdf-403f-b2b1-13a917415183/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ab1855ec-6cdf-403f-b2b1-13a917415183/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0bf42c21-b560-4fdc-bce7-af1b53a726bd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0bf42c21-b560-4fdc-bce7-af1b53a726bd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T12:01:02.938Z\",\n                \"updatedAt\": \"2025-07-31T12:01:02.938Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T12:01:02.921Z\",\n                \"value\": 4028854,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0bf42c21-b560-4fdc-bce7-af1b53a726bd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0bf42c21-b560-4fdc-bce7-af1b53a726bd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"920717d9-b368-4e1a-83f9-db92da77d035\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/920717d9-b368-4e1a-83f9-db92da77d035\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T11:46:02.976Z\",\n                \"updatedAt\": \"2025-07-31T11:46:02.976Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T11:46:02.936Z\",\n                \"value\": 4028823,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/920717d9-b368-4e1a-83f9-db92da77d035/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/920717d9-b368-4e1a-83f9-db92da77d035/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"30e74833-ce09-4932-860b-9c38128c1afa\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/30e74833-ce09-4932-860b-9c38128c1afa\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T11:31:03.009Z\",\n                \"updatedAt\": \"2025-07-31T11:31:03.009Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T11:31:02.991Z\",\n                \"value\": 4028809,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/30e74833-ce09-4932-860b-9c38128c1afa/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/30e74833-ce09-4932-860b-9c38128c1afa/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"341a2b26-b31b-48ee-948d-63b640fe23e7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/341a2b26-b31b-48ee-948d-63b640fe23e7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T11:16:02.894Z\",\n                \"updatedAt\": \"2025-07-31T11:16:02.894Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T11:16:02.877Z\",\n                \"value\": 4028795,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/341a2b26-b31b-48ee-948d-63b640fe23e7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/341a2b26-b31b-48ee-948d-63b640fe23e7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4c679bab-099c-4f93-850e-a63e4bbe3fba\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4c679bab-099c-4f93-850e-a63e4bbe3fba\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T11:01:02.871Z\",\n                \"updatedAt\": \"2025-07-31T11:01:02.871Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T11:01:02.856Z\",\n                \"value\": 4028781,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4c679bab-099c-4f93-850e-a63e4bbe3fba/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4c679bab-099c-4f93-850e-a63e4bbe3fba/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ee680dea-806c-4ed4-8286-e7aa082a8664\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee680dea-806c-4ed4-8286-e7aa082a8664\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T10:46:02.854Z\",\n                \"updatedAt\": \"2025-07-31T10:46:02.854Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T10:46:02.837Z\",\n                \"value\": 4028750,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee680dea-806c-4ed4-8286-e7aa082a8664/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee680dea-806c-4ed4-8286-e7aa082a8664/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"aaadd27f-4046-44b6-ab09-b5ca88dc2ff3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aaadd27f-4046-44b6-ab09-b5ca88dc2ff3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T10:31:02.926Z\",\n                \"updatedAt\": \"2025-07-31T10:31:02.926Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T10:31:02.910Z\",\n                \"value\": 4028736,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aaadd27f-4046-44b6-ab09-b5ca88dc2ff3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aaadd27f-4046-44b6-ab09-b5ca88dc2ff3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b805e038-10f5-42e4-97a3-ac61160318a2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b805e038-10f5-42e4-97a3-ac61160318a2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T10:16:02.815Z\",\n                \"updatedAt\": \"2025-07-31T10:16:02.815Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T10:16:02.799Z\",\n                \"value\": 4028692,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b805e038-10f5-42e4-97a3-ac61160318a2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b805e038-10f5-42e4-97a3-ac61160318a2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"71ac90d4-f80c-452a-b21f-bbf2775afce9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71ac90d4-f80c-452a-b21f-bbf2775afce9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T10:01:02.892Z\",\n                \"updatedAt\": \"2025-07-31T10:01:02.892Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T10:01:02.876Z\",\n                \"value\": 4028676,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71ac90d4-f80c-452a-b21f-bbf2775afce9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71ac90d4-f80c-452a-b21f-bbf2775afce9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a8cf1f23-b56f-476b-a62b-700f6310291a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a8cf1f23-b56f-476b-a62b-700f6310291a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T09:46:02.812Z\",\n                \"updatedAt\": \"2025-07-31T09:46:02.812Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T09:46:02.797Z\",\n                \"value\": 4028645,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a8cf1f23-b56f-476b-a62b-700f6310291a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a8cf1f23-b56f-476b-a62b-700f6310291a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bbe4c1a3-0f71-4d80-b992-1eb035e36067\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bbe4c1a3-0f71-4d80-b992-1eb035e36067\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T09:31:02.870Z\",\n                \"updatedAt\": \"2025-07-31T09:31:02.870Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T09:31:02.852Z\",\n                \"value\": 4028631,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bbe4c1a3-0f71-4d80-b992-1eb035e36067/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bbe4c1a3-0f71-4d80-b992-1eb035e36067/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f8aff45d-3a2d-4d25-88a4-ee27cc13a919\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f8aff45d-3a2d-4d25-88a4-ee27cc13a919\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T09:16:02.780Z\",\n                \"updatedAt\": \"2025-07-31T09:16:02.780Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T09:16:02.763Z\",\n                \"value\": 4028617,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f8aff45d-3a2d-4d25-88a4-ee27cc13a919/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f8aff45d-3a2d-4d25-88a4-ee27cc13a919/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1364b2c0-ed0b-4062-ac0a-732b4581062a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1364b2c0-ed0b-4062-ac0a-732b4581062a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T09:01:02.484Z\",\n                \"updatedAt\": \"2025-07-31T09:01:02.484Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T09:01:02.469Z\",\n                \"value\": 4028603,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1364b2c0-ed0b-4062-ac0a-732b4581062a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1364b2c0-ed0b-4062-ac0a-732b4581062a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"40ddf465-99b1-432b-ac1a-d1a1b6fbaa44\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40ddf465-99b1-432b-ac1a-d1a1b6fbaa44\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T08:46:02.717Z\",\n                \"updatedAt\": \"2025-07-31T08:46:02.717Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T08:46:02.699Z\",\n                \"value\": 4028572,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40ddf465-99b1-432b-ac1a-d1a1b6fbaa44/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40ddf465-99b1-432b-ac1a-d1a1b6fbaa44/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"06d8efcf-ccee-4c66-92b1-f942cd415aef\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/06d8efcf-ccee-4c66-92b1-f942cd415aef\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T08:31:02.690Z\",\n                \"updatedAt\": \"2025-07-31T08:31:02.690Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T08:31:02.674Z\",\n                \"value\": 4028521,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/06d8efcf-ccee-4c66-92b1-f942cd415aef/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/06d8efcf-ccee-4c66-92b1-f942cd415aef/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3587885c-4832-4349-8c7f-3a79e1ad16bd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3587885c-4832-4349-8c7f-3a79e1ad16bd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T08:16:02.676Z\",\n                \"updatedAt\": \"2025-07-31T08:16:02.676Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T08:16:02.658Z\",\n                \"value\": 4028485,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3587885c-4832-4349-8c7f-3a79e1ad16bd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3587885c-4832-4349-8c7f-3a79e1ad16bd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ada23bc7-7d4c-4eaf-8823-d299bd5d2567\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ada23bc7-7d4c-4eaf-8823-d299bd5d2567\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T08:01:02.667Z\",\n                \"updatedAt\": \"2025-07-31T08:01:02.667Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T08:01:02.651Z\",\n                \"value\": 4028471,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ada23bc7-7d4c-4eaf-8823-d299bd5d2567/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ada23bc7-7d4c-4eaf-8823-d299bd5d2567/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"04f7acfd-d67c-418a-bd42-1b49c067f0ff\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/04f7acfd-d67c-418a-bd42-1b49c067f0ff\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T07:46:02.668Z\",\n                \"updatedAt\": \"2025-07-31T07:46:02.668Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T07:46:02.631Z\",\n                \"value\": 4028441,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/04f7acfd-d67c-418a-bd42-1b49c067f0ff/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/04f7acfd-d67c-418a-bd42-1b49c067f0ff/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f96307e2-7c6b-4e2e-810d-ff7e8d18682f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f96307e2-7c6b-4e2e-810d-ff7e8d18682f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T07:31:02.423Z\",\n                \"updatedAt\": \"2025-07-31T07:31:02.423Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T07:31:02.384Z\",\n                \"value\": 4028427,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f96307e2-7c6b-4e2e-810d-ff7e8d18682f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f96307e2-7c6b-4e2e-810d-ff7e8d18682f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bd8d3b85-d8c8-420d-a0ad-ca211b800541\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd8d3b85-d8c8-420d-a0ad-ca211b800541\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T07:16:02.597Z\",\n                \"updatedAt\": \"2025-07-31T07:16:02.597Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T07:16:02.580Z\",\n                \"value\": 4028413,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd8d3b85-d8c8-420d-a0ad-ca211b800541/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd8d3b85-d8c8-420d-a0ad-ca211b800541/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"41705e49-a64b-4b86-af36-743ce565cf62\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41705e49-a64b-4b86-af36-743ce565cf62\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T07:01:02.662Z\",\n                \"updatedAt\": \"2025-07-31T07:01:02.662Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T07:01:02.645Z\",\n                \"value\": 4028399,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41705e49-a64b-4b86-af36-743ce565cf62/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41705e49-a64b-4b86-af36-743ce565cf62/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1dfc5f26-d9d7-4deb-8006-9a3e0aa5205b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1dfc5f26-d9d7-4deb-8006-9a3e0aa5205b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T06:46:02.544Z\",\n                \"updatedAt\": \"2025-07-31T06:46:02.544Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T06:46:02.528Z\",\n                \"value\": 4028369,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1dfc5f26-d9d7-4deb-8006-9a3e0aa5205b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1dfc5f26-d9d7-4deb-8006-9a3e0aa5205b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"79a3e749-5344-4b4e-b034-9a166691cd3b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/79a3e749-5344-4b4e-b034-9a166691cd3b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T06:31:02.533Z\",\n                \"updatedAt\": \"2025-07-31T06:31:02.533Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T06:31:02.517Z\",\n                \"value\": 4028325,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/79a3e749-5344-4b4e-b034-9a166691cd3b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/79a3e749-5344-4b4e-b034-9a166691cd3b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3bf42f52-1c94-4aad-9eb4-c434517277cb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3bf42f52-1c94-4aad-9eb4-c434517277cb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T06:16:02.501Z\",\n                \"updatedAt\": \"2025-07-31T06:16:02.501Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T06:16:02.485Z\",\n                \"value\": 4028311,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3bf42f52-1c94-4aad-9eb4-c434517277cb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3bf42f52-1c94-4aad-9eb4-c434517277cb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"34dc65d6-2d08-4e7f-92c0-abd7cf1f6db5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/34dc65d6-2d08-4e7f-92c0-abd7cf1f6db5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T06:01:02.473Z\",\n                \"updatedAt\": \"2025-07-31T06:01:02.473Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T06:01:02.456Z\",\n                \"value\": 4028298,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/34dc65d6-2d08-4e7f-92c0-abd7cf1f6db5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/34dc65d6-2d08-4e7f-92c0-abd7cf1f6db5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bc06e64d-f8fa-465b-8561-0bc8d8e95747\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bc06e64d-f8fa-465b-8561-0bc8d8e95747\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T05:46:02.475Z\",\n                \"updatedAt\": \"2025-07-31T05:46:02.475Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T05:46:02.460Z\",\n                \"value\": 4028268,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bc06e64d-f8fa-465b-8561-0bc8d8e95747/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bc06e64d-f8fa-465b-8561-0bc8d8e95747/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e7f46598-6ee9-4fb6-ab99-f72a61a9bfee\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e7f46598-6ee9-4fb6-ab99-f72a61a9bfee\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T05:31:02.449Z\",\n                \"updatedAt\": \"2025-07-31T05:31:02.449Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T05:31:02.434Z\",\n                \"value\": 4028254,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e7f46598-6ee9-4fb6-ab99-f72a61a9bfee/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e7f46598-6ee9-4fb6-ab99-f72a61a9bfee/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8c649de6-4fcd-4079-a651-2a01f21269e8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c649de6-4fcd-4079-a651-2a01f21269e8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T05:16:02.508Z\",\n                \"updatedAt\": \"2025-07-31T05:16:02.508Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T05:16:02.491Z\",\n                \"value\": 4028240,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c649de6-4fcd-4079-a651-2a01f21269e8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8c649de6-4fcd-4079-a651-2a01f21269e8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"32cb58d2-eb6b-49f4-83d8-bde897e9b0ec\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/32cb58d2-eb6b-49f4-83d8-bde897e9b0ec\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T05:01:02.420Z\",\n                \"updatedAt\": \"2025-07-31T05:01:02.420Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T05:01:02.405Z\",\n                \"value\": 4028227,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/32cb58d2-eb6b-49f4-83d8-bde897e9b0ec/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/32cb58d2-eb6b-49f4-83d8-bde897e9b0ec/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1d07c697-b0da-44b9-84fd-16c439f036de\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1d07c697-b0da-44b9-84fd-16c439f036de\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T04:46:02.511Z\",\n                \"updatedAt\": \"2025-07-31T04:46:02.511Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T04:46:02.465Z\",\n                \"value\": 4028196,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1d07c697-b0da-44b9-84fd-16c439f036de/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1d07c697-b0da-44b9-84fd-16c439f036de/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"75194b42-28fb-4c95-9d33-e3d7691dfb00\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/75194b42-28fb-4c95-9d33-e3d7691dfb00\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T04:31:02.420Z\",\n                \"updatedAt\": \"2025-07-31T04:31:02.420Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T04:31:02.381Z\",\n                \"value\": 4028153,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/75194b42-28fb-4c95-9d33-e3d7691dfb00/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/75194b42-28fb-4c95-9d33-e3d7691dfb00/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"09b7fc8e-512d-4142-b442-8a567386d8af\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09b7fc8e-512d-4142-b442-8a567386d8af\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T04:16:02.355Z\",\n                \"updatedAt\": \"2025-07-31T04:16:02.355Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T04:16:02.332Z\",\n                \"value\": 4028139,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09b7fc8e-512d-4142-b442-8a567386d8af/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09b7fc8e-512d-4142-b442-8a567386d8af/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c606cff1-a53b-47d5-b5c6-2a810fc65397\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c606cff1-a53b-47d5-b5c6-2a810fc65397\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T04:01:02.369Z\",\n                \"updatedAt\": \"2025-07-31T04:01:02.369Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T04:01:02.351Z\",\n                \"value\": 4028125,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c606cff1-a53b-47d5-b5c6-2a810fc65397/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c606cff1-a53b-47d5-b5c6-2a810fc65397/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"370a679c-182d-4d1e-be16-ca58266a161d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/370a679c-182d-4d1e-be16-ca58266a161d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T03:46:02.400Z\",\n                \"updatedAt\": \"2025-07-31T03:46:02.400Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T03:46:02.384Z\",\n                \"value\": 4028094,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/370a679c-182d-4d1e-be16-ca58266a161d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/370a679c-182d-4d1e-be16-ca58266a161d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"531f3c8a-515d-4e30-bfb6-ed5e61c85546\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/531f3c8a-515d-4e30-bfb6-ed5e61c85546\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T03:31:02.313Z\",\n                \"updatedAt\": \"2025-07-31T03:31:02.313Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T03:31:02.297Z\",\n                \"value\": 4028080,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/531f3c8a-515d-4e30-bfb6-ed5e61c85546/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/531f3c8a-515d-4e30-bfb6-ed5e61c85546/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"83377194-12e9-4c0d-8e67-5000bd5e2f6b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83377194-12e9-4c0d-8e67-5000bd5e2f6b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T03:16:02.266Z\",\n                \"updatedAt\": \"2025-07-31T03:16:02.266Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T03:16:02.251Z\",\n                \"value\": 4028066,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83377194-12e9-4c0d-8e67-5000bd5e2f6b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83377194-12e9-4c0d-8e67-5000bd5e2f6b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"63eea1d1-679f-4aa7-8121-6c4fc40bedd4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/63eea1d1-679f-4aa7-8121-6c4fc40bedd4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T03:01:02.297Z\",\n                \"updatedAt\": \"2025-07-31T03:01:02.297Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T03:01:02.280Z\",\n                \"value\": 4028036,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/63eea1d1-679f-4aa7-8121-6c4fc40bedd4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/63eea1d1-679f-4aa7-8121-6c4fc40bedd4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3420d21f-27be-4d48-80d5-1db7121fb51a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3420d21f-27be-4d48-80d5-1db7121fb51a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T02:46:02.351Z\",\n                \"updatedAt\": \"2025-07-31T02:46:02.351Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T02:46:02.328Z\",\n                \"value\": 4028022,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3420d21f-27be-4d48-80d5-1db7121fb51a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3420d21f-27be-4d48-80d5-1db7121fb51a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cd5d3815-7a10-44d2-87f0-520d792b7c67\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd5d3815-7a10-44d2-87f0-520d792b7c67\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T02:31:02.219Z\",\n                \"updatedAt\": \"2025-07-31T02:31:02.219Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T02:31:02.201Z\",\n                \"value\": 4027976,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd5d3815-7a10-44d2-87f0-520d792b7c67/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd5d3815-7a10-44d2-87f0-520d792b7c67/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"afa15021-72aa-4cc9-95e1-7a58603ce314\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/afa15021-72aa-4cc9-95e1-7a58603ce314\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T02:16:02.299Z\",\n                \"updatedAt\": \"2025-07-31T02:16:02.299Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T02:16:02.275Z\",\n                \"value\": 4027963,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/afa15021-72aa-4cc9-95e1-7a58603ce314/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/afa15021-72aa-4cc9-95e1-7a58603ce314/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3d70cade-98b5-4352-b8c1-82e7ba492af8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3d70cade-98b5-4352-b8c1-82e7ba492af8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T02:01:02.193Z\",\n                \"updatedAt\": \"2025-07-31T02:01:02.193Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T02:01:02.175Z\",\n                \"value\": 4027949,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3d70cade-98b5-4352-b8c1-82e7ba492af8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3d70cade-98b5-4352-b8c1-82e7ba492af8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7641dedd-31ca-4638-a670-0811316dd639\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7641dedd-31ca-4638-a670-0811316dd639\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T01:46:02.249Z\",\n                \"updatedAt\": \"2025-07-31T01:46:02.249Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T01:46:02.225Z\",\n                \"value\": 4027917,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7641dedd-31ca-4638-a670-0811316dd639/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7641dedd-31ca-4638-a670-0811316dd639/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"98dd8271-79e8-474f-a706-12837a467853\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/98dd8271-79e8-474f-a706-12837a467853\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T01:37:13.795Z\",\n                \"updatedAt\": \"2025-07-31T01:37:13.795Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T01:37:13.775Z\",\n                \"value\": 4027909,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/98dd8271-79e8-474f-a706-12837a467853/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/98dd8271-79e8-474f-a706-12837a467853/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"40987486-d2fa-499f-bb89-21182b972e9c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40987486-d2fa-499f-bb89-21182b972e9c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T01:22:14.016Z\",\n                \"updatedAt\": \"2025-07-31T01:22:14.016Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T01:22:13.841Z\",\n                \"value\": 4027896,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40987486-d2fa-499f-bb89-21182b972e9c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40987486-d2fa-499f-bb89-21182b972e9c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ac23daf2-7ca4-4620-bb0c-b36be973277d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ac23daf2-7ca4-4620-bb0c-b36be973277d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T01:07:13.791Z\",\n                \"updatedAt\": \"2025-07-31T01:07:13.791Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T01:07:13.746Z\",\n                \"value\": 4027882,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ac23daf2-7ca4-4620-bb0c-b36be973277d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ac23daf2-7ca4-4620-bb0c-b36be973277d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9627cdcd-d1b7-4ccc-87c9-329877e668ca\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9627cdcd-d1b7-4ccc-87c9-329877e668ca\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T00:52:13.734Z\",\n                \"updatedAt\": \"2025-07-31T00:52:13.734Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T00:52:13.717Z\",\n                \"value\": 4027852,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9627cdcd-d1b7-4ccc-87c9-329877e668ca/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9627cdcd-d1b7-4ccc-87c9-329877e668ca/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2b17722f-f8e6-401a-a9e7-255fcfd16b86\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b17722f-f8e6-401a-a9e7-255fcfd16b86\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T00:37:13.723Z\",\n                \"updatedAt\": \"2025-07-31T00:37:13.723Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T00:37:13.699Z\",\n                \"value\": 4027808,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b17722f-f8e6-401a-a9e7-255fcfd16b86/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b17722f-f8e6-401a-a9e7-255fcfd16b86/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3908b881-ab50-4dbf-8589-08b5bc7c07ce\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3908b881-ab50-4dbf-8589-08b5bc7c07ce\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T00:22:13.816Z\",\n                \"updatedAt\": \"2025-07-31T00:22:13.816Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T00:22:13.801Z\",\n                \"value\": 4027794,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3908b881-ab50-4dbf-8589-08b5bc7c07ce/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3908b881-ab50-4dbf-8589-08b5bc7c07ce/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4f83787d-dbac-4a96-9126-0b28b22f72c5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f83787d-dbac-4a96-9126-0b28b22f72c5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-31T00:07:13.674Z\",\n                \"updatedAt\": \"2025-07-31T00:07:13.674Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-31T00:07:13.659Z\",\n                \"value\": 4027781,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f83787d-dbac-4a96-9126-0b28b22f72c5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f83787d-dbac-4a96-9126-0b28b22f72c5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c5206deb-e033-4a14-93e9-46c50b707840\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5206deb-e033-4a14-93e9-46c50b707840\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T23:52:13.754Z\",\n                \"updatedAt\": \"2025-07-30T23:52:13.754Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T23:52:13.739Z\",\n                \"value\": 4027750,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5206deb-e033-4a14-93e9-46c50b707840/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5206deb-e033-4a14-93e9-46c50b707840/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a2d1ea2a-e6b3-4359-b407-4bb136af3f07\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2d1ea2a-e6b3-4359-b407-4bb136af3f07\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T23:37:13.660Z\",\n                \"updatedAt\": \"2025-07-30T23:37:13.660Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T23:37:13.638Z\",\n                \"value\": 4027737,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2d1ea2a-e6b3-4359-b407-4bb136af3f07/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2d1ea2a-e6b3-4359-b407-4bb136af3f07/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"96df4b50-eaf2-48e6-b4b2-f7d1d5f3c99e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/96df4b50-eaf2-48e6-b4b2-f7d1d5f3c99e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T23:22:13.716Z\",\n                \"updatedAt\": \"2025-07-30T23:22:13.716Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T23:22:13.700Z\",\n                \"value\": 4027723,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/96df4b50-eaf2-48e6-b4b2-f7d1d5f3c99e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/96df4b50-eaf2-48e6-b4b2-f7d1d5f3c99e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cb615ea4-0b3d-4ecf-843f-e109db98d069\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb615ea4-0b3d-4ecf-843f-e109db98d069\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T23:07:13.630Z\",\n                \"updatedAt\": \"2025-07-30T23:07:13.630Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T23:07:13.612Z\",\n                \"value\": 4027709,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb615ea4-0b3d-4ecf-843f-e109db98d069/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb615ea4-0b3d-4ecf-843f-e109db98d069/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"874dcd04-ce30-4556-954c-d4319c367c93\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/874dcd04-ce30-4556-954c-d4319c367c93\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T22:52:13.599Z\",\n                \"updatedAt\": \"2025-07-30T22:52:13.599Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T22:52:13.581Z\",\n                \"value\": 4027677,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/874dcd04-ce30-4556-954c-d4319c367c93/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/874dcd04-ce30-4556-954c-d4319c367c93/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5973c6c7-d98a-4c06-8bf2-9109078852ba\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5973c6c7-d98a-4c06-8bf2-9109078852ba\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T22:37:13.552Z\",\n                \"updatedAt\": \"2025-07-30T22:37:13.552Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T22:37:13.536Z\",\n                \"value\": 4027621,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5973c6c7-d98a-4c06-8bf2-9109078852ba/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5973c6c7-d98a-4c06-8bf2-9109078852ba/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"58b4c309-2cb9-472e-a484-1da1ddd82649\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/58b4c309-2cb9-472e-a484-1da1ddd82649\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T22:22:13.545Z\",\n                \"updatedAt\": \"2025-07-30T22:22:13.545Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T22:22:13.525Z\",\n                \"value\": 4027591,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/58b4c309-2cb9-472e-a484-1da1ddd82649/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/58b4c309-2cb9-472e-a484-1da1ddd82649/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"da93ad41-289f-4bf4-bea7-5e9eca81dd45\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/da93ad41-289f-4bf4-bea7-5e9eca81dd45\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T22:07:13.574Z\",\n                \"updatedAt\": \"2025-07-30T22:07:13.574Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T22:07:13.524Z\",\n                \"value\": 4027577,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/da93ad41-289f-4bf4-bea7-5e9eca81dd45/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/da93ad41-289f-4bf4-bea7-5e9eca81dd45/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"41bab18e-e7e7-423f-8435-9ecf1c24154e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41bab18e-e7e7-423f-8435-9ecf1c24154e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T21:52:13.520Z\",\n                \"updatedAt\": \"2025-07-30T21:52:13.520Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T21:52:13.503Z\",\n                \"value\": 4027547,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41bab18e-e7e7-423f-8435-9ecf1c24154e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41bab18e-e7e7-423f-8435-9ecf1c24154e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"621d7056-a7c5-4c06-86d8-a40b0fa32fc1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/621d7056-a7c5-4c06-86d8-a40b0fa32fc1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T21:37:13.572Z\",\n                \"updatedAt\": \"2025-07-30T21:37:13.572Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T21:37:13.557Z\",\n                \"value\": 4027533,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/621d7056-a7c5-4c06-86d8-a40b0fa32fc1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/621d7056-a7c5-4c06-86d8-a40b0fa32fc1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5c72a4e2-7016-4da3-b0af-de731cab9ff2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c72a4e2-7016-4da3-b0af-de731cab9ff2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T21:22:13.475Z\",\n                \"updatedAt\": \"2025-07-30T21:22:13.475Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T21:22:13.435Z\",\n                \"value\": 4027519,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c72a4e2-7016-4da3-b0af-de731cab9ff2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c72a4e2-7016-4da3-b0af-de731cab9ff2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"960c429b-29a8-459e-8f7e-b985a9335abb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/960c429b-29a8-459e-8f7e-b985a9335abb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T21:07:13.537Z\",\n                \"updatedAt\": \"2025-07-30T21:07:13.537Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T21:07:13.522Z\",\n                \"value\": 4027506,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/960c429b-29a8-459e-8f7e-b985a9335abb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/960c429b-29a8-459e-8f7e-b985a9335abb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"840bc13f-327f-4543-83d9-268bff449770\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/840bc13f-327f-4543-83d9-268bff449770\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T20:52:13.439Z\",\n                \"updatedAt\": \"2025-07-30T20:52:13.439Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T20:52:13.421Z\",\n                \"value\": 4027444,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/840bc13f-327f-4543-83d9-268bff449770/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/840bc13f-327f-4543-83d9-268bff449770/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d5737296-61f6-4a84-b3b5-f8d3628dd2e0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5737296-61f6-4a84-b3b5-f8d3628dd2e0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T20:37:13.430Z\",\n                \"updatedAt\": \"2025-07-30T20:37:13.430Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T20:37:13.414Z\",\n                \"value\": 4027431,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5737296-61f6-4a84-b3b5-f8d3628dd2e0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d5737296-61f6-4a84-b3b5-f8d3628dd2e0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b915b4a7-5680-4108-a4d8-b2cc3bd5f8bd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b915b4a7-5680-4108-a4d8-b2cc3bd5f8bd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T20:22:13.375Z\",\n                \"updatedAt\": \"2025-07-30T20:22:13.375Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T20:22:13.358Z\",\n                \"value\": 4027417,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b915b4a7-5680-4108-a4d8-b2cc3bd5f8bd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b915b4a7-5680-4108-a4d8-b2cc3bd5f8bd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0912f7a9-f804-4818-95a8-25c1dae35e23\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0912f7a9-f804-4818-95a8-25c1dae35e23\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T20:07:13.474Z\",\n                \"updatedAt\": \"2025-07-30T20:07:13.474Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T20:07:13.458Z\",\n                \"value\": 4027403,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0912f7a9-f804-4818-95a8-25c1dae35e23/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0912f7a9-f804-4818-95a8-25c1dae35e23/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e2b3c272-496b-4e14-bf75-f774830af2a1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2b3c272-496b-4e14-bf75-f774830af2a1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T19:52:13.353Z\",\n                \"updatedAt\": \"2025-07-30T19:52:13.353Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T19:52:13.329Z\",\n                \"value\": 4027373,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2b3c272-496b-4e14-bf75-f774830af2a1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2b3c272-496b-4e14-bf75-f774830af2a1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"934df053-1537-4b7c-862a-f45964276f83\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/934df053-1537-4b7c-862a-f45964276f83\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T19:37:13.336Z\",\n                \"updatedAt\": \"2025-07-30T19:37:13.336Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T19:37:13.318Z\",\n                \"value\": 4027359,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/934df053-1537-4b7c-862a-f45964276f83/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/934df053-1537-4b7c-862a-f45964276f83/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b00a76e0-972b-4d0b-8e86-8a41d090b1ea\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b00a76e0-972b-4d0b-8e86-8a41d090b1ea\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T19:22:13.327Z\",\n                \"updatedAt\": \"2025-07-30T19:22:13.327Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T19:22:13.309Z\",\n                \"value\": 4027346,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b00a76e0-972b-4d0b-8e86-8a41d090b1ea/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b00a76e0-972b-4d0b-8e86-8a41d090b1ea/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bdbbe933-f7b5-4b02-a4de-2ea5b45bc364\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bdbbe933-f7b5-4b02-a4de-2ea5b45bc364\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T19:07:13.341Z\",\n                \"updatedAt\": \"2025-07-30T19:07:13.341Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T19:07:13.302Z\",\n                \"value\": 4027300,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bdbbe933-f7b5-4b02-a4de-2ea5b45bc364/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bdbbe933-f7b5-4b02-a4de-2ea5b45bc364/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ef1e2cde-b57b-40c7-8515-7bbd4f9bad90\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ef1e2cde-b57b-40c7-8515-7bbd4f9bad90\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T18:52:13.316Z\",\n                \"updatedAt\": \"2025-07-30T18:52:13.316Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T18:52:13.273Z\",\n                \"value\": 4027269,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ef1e2cde-b57b-40c7-8515-7bbd4f9bad90/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ef1e2cde-b57b-40c7-8515-7bbd4f9bad90/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c5506e06-a0fe-4a7b-8b6c-c3645d5ca265\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5506e06-a0fe-4a7b-8b6c-c3645d5ca265\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T18:37:13.344Z\",\n                \"updatedAt\": \"2025-07-30T18:37:13.344Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T18:37:13.327Z\",\n                \"value\": 4027255,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5506e06-a0fe-4a7b-8b6c-c3645d5ca265/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5506e06-a0fe-4a7b-8b6c-c3645d5ca265/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"edfa39c8-fe57-4d18-a38c-b1e86cb3c672\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/edfa39c8-fe57-4d18-a38c-b1e86cb3c672\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T18:22:13.237Z\",\n                \"updatedAt\": \"2025-07-30T18:22:13.237Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T18:22:13.221Z\",\n                \"value\": 4027242,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/edfa39c8-fe57-4d18-a38c-b1e86cb3c672/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/edfa39c8-fe57-4d18-a38c-b1e86cb3c672/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"19a940d0-6ba8-4884-a9dd-2409b0bd0ca1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/19a940d0-6ba8-4884-a9dd-2409b0bd0ca1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T18:07:13.299Z\",\n                \"updatedAt\": \"2025-07-30T18:07:13.299Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T18:07:13.283Z\",\n                \"value\": 4027228,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/19a940d0-6ba8-4884-a9dd-2409b0bd0ca1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/19a940d0-6ba8-4884-a9dd-2409b0bd0ca1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"28d98d46-b96e-41dd-a8a0-93ccafa2a531\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/28d98d46-b96e-41dd-a8a0-93ccafa2a531\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T17:52:13.216Z\",\n                \"updatedAt\": \"2025-07-30T17:52:13.216Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T17:52:13.200Z\",\n                \"value\": 4027197,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/28d98d46-b96e-41dd-a8a0-93ccafa2a531/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/28d98d46-b96e-41dd-a8a0-93ccafa2a531/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"eca984d2-bf34-439f-a3d9-93474716c024\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eca984d2-bf34-439f-a3d9-93474716c024\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T17:37:13.220Z\",\n                \"updatedAt\": \"2025-07-30T17:37:13.220Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T17:37:13.204Z\",\n                \"value\": 4027183,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eca984d2-bf34-439f-a3d9-93474716c024/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eca984d2-bf34-439f-a3d9-93474716c024/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c69a1b7e-ac1e-4061-9f79-3fb42310fa10\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c69a1b7e-ac1e-4061-9f79-3fb42310fa10\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T17:22:13.160Z\",\n                \"updatedAt\": \"2025-07-30T17:22:13.160Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T17:22:13.136Z\",\n                \"value\": 4027165,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c69a1b7e-ac1e-4061-9f79-3fb42310fa10/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c69a1b7e-ac1e-4061-9f79-3fb42310fa10/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"574a868f-43ef-4ef6-a0a7-487ac9f9f4e1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/574a868f-43ef-4ef6-a0a7-487ac9f9f4e1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T17:07:13.250Z\",\n                \"updatedAt\": \"2025-07-30T17:07:13.250Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T17:07:13.232Z\",\n                \"value\": 4027108,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/574a868f-43ef-4ef6-a0a7-487ac9f9f4e1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/574a868f-43ef-4ef6-a0a7-487ac9f9f4e1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3e85ce20-5d70-4cdd-bdac-d60e38290bfc\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e85ce20-5d70-4cdd-bdac-d60e38290bfc\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T16:52:13.116Z\",\n                \"updatedAt\": \"2025-07-30T16:52:13.116Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T16:52:13.093Z\",\n                \"value\": 4027094,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e85ce20-5d70-4cdd-bdac-d60e38290bfc/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e85ce20-5d70-4cdd-bdac-d60e38290bfc/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"250aaedf-2ac4-4e01-981b-75dce0d4ed8f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/250aaedf-2ac4-4e01-981b-75dce0d4ed8f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T16:37:13.220Z\",\n                \"updatedAt\": \"2025-07-30T16:37:13.220Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T16:37:13.079Z\",\n                \"value\": 4027081,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/250aaedf-2ac4-4e01-981b-75dce0d4ed8f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/250aaedf-2ac4-4e01-981b-75dce0d4ed8f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"dbe74c0d-64af-4bc8-9fd3-3dd87b94ea26\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dbe74c0d-64af-4bc8-9fd3-3dd87b94ea26\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T16:22:13.087Z\",\n                \"updatedAt\": \"2025-07-30T16:22:13.087Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T16:22:13.063Z\",\n                \"value\": 4027067,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dbe74c0d-64af-4bc8-9fd3-3dd87b94ea26/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dbe74c0d-64af-4bc8-9fd3-3dd87b94ea26/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"824469e0-5de6-4be0-94a9-ab3155000bf3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/824469e0-5de6-4be0-94a9-ab3155000bf3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T16:07:13.179Z\",\n                \"updatedAt\": \"2025-07-30T16:07:13.179Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T16:07:13.153Z\",\n                \"value\": 4027037,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/824469e0-5de6-4be0-94a9-ab3155000bf3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/824469e0-5de6-4be0-94a9-ab3155000bf3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"082f9c25-7af8-432a-a88d-5d954aab50b2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/082f9c25-7af8-432a-a88d-5d954aab50b2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T15:52:13.084Z\",\n                \"updatedAt\": \"2025-07-30T15:52:13.084Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T15:52:13.067Z\",\n                \"value\": 4027023,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/082f9c25-7af8-432a-a88d-5d954aab50b2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/082f9c25-7af8-432a-a88d-5d954aab50b2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f7a514a4-4211-49ee-8eba-11a1663b3491\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f7a514a4-4211-49ee-8eba-11a1663b3491\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T15:37:13.131Z\",\n                \"updatedAt\": \"2025-07-30T15:37:13.131Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T15:37:13.096Z\",\n                \"value\": 4027009,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f7a514a4-4211-49ee-8eba-11a1663b3491/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f7a514a4-4211-49ee-8eba-11a1663b3491/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b4ed5729-73e0-4cb6-9839-535ae2aa1a05\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b4ed5729-73e0-4cb6-9839-535ae2aa1a05\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T15:22:13.003Z\",\n                \"updatedAt\": \"2025-07-30T15:22:13.003Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T15:22:12.981Z\",\n                \"value\": 4026995,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b4ed5729-73e0-4cb6-9839-535ae2aa1a05/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b4ed5729-73e0-4cb6-9839-535ae2aa1a05/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"207580bf-b811-45a3-90f6-dd9c7ed3a5c8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/207580bf-b811-45a3-90f6-dd9c7ed3a5c8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T15:07:13.065Z\",\n                \"updatedAt\": \"2025-07-30T15:07:13.065Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T15:07:13.042Z\",\n                \"value\": 4026931,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/207580bf-b811-45a3-90f6-dd9c7ed3a5c8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/207580bf-b811-45a3-90f6-dd9c7ed3a5c8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1ac30915-1303-4adf-ae89-9f8e776a008b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ac30915-1303-4adf-ae89-9f8e776a008b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T14:52:12.968Z\",\n                \"updatedAt\": \"2025-07-30T14:52:12.968Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T14:52:12.950Z\",\n                \"value\": 4026917,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ac30915-1303-4adf-ae89-9f8e776a008b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ac30915-1303-4adf-ae89-9f8e776a008b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5736dc3e-4535-49eb-83a6-8e96f5ceace3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5736dc3e-4535-49eb-83a6-8e96f5ceace3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T14:37:12.936Z\",\n                \"updatedAt\": \"2025-07-30T14:37:12.936Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T14:37:12.918Z\",\n                \"value\": 4026904,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5736dc3e-4535-49eb-83a6-8e96f5ceace3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5736dc3e-4535-49eb-83a6-8e96f5ceace3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"459a1595-bedb-4ccb-b8ac-c9f27bc44e49\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/459a1595-bedb-4ccb-b8ac-c9f27bc44e49\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T14:22:12.933Z\",\n                \"updatedAt\": \"2025-07-30T14:22:12.933Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T14:22:12.910Z\",\n                \"value\": 4026890,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/459a1595-bedb-4ccb-b8ac-c9f27bc44e49/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/459a1595-bedb-4ccb-b8ac-c9f27bc44e49/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a467146b-7ba7-4ae6-b382-92f46c1b1c8d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a467146b-7ba7-4ae6-b382-92f46c1b1c8d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T14:07:12.921Z\",\n                \"updatedAt\": \"2025-07-30T14:07:12.921Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T14:07:12.904Z\",\n                \"value\": 4026859,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a467146b-7ba7-4ae6-b382-92f46c1b1c8d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a467146b-7ba7-4ae6-b382-92f46c1b1c8d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"94c5230c-e8d0-4c6e-ac8b-4f759ab95fde\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/94c5230c-e8d0-4c6e-ac8b-4f759ab95fde\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T13:52:12.880Z\",\n                \"updatedAt\": \"2025-07-30T13:52:12.880Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T13:52:12.840Z\",\n                \"value\": 4026845,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/94c5230c-e8d0-4c6e-ac8b-4f759ab95fde/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/94c5230c-e8d0-4c6e-ac8b-4f759ab95fde/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2acfc99a-0e55-4466-9be3-d33271200aa1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2acfc99a-0e55-4466-9be3-d33271200aa1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T13:37:12.883Z\",\n                \"updatedAt\": \"2025-07-30T13:37:12.883Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T13:37:12.836Z\",\n                \"value\": 4026831,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2acfc99a-0e55-4466-9be3-d33271200aa1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2acfc99a-0e55-4466-9be3-d33271200aa1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"063209c3-f4b8-473b-b7b9-ac9227c56104\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/063209c3-f4b8-473b-b7b9-ac9227c56104\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T13:22:12.844Z\",\n                \"updatedAt\": \"2025-07-30T13:22:12.844Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T13:22:12.820Z\",\n                \"value\": 4026785,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/063209c3-f4b8-473b-b7b9-ac9227c56104/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/063209c3-f4b8-473b-b7b9-ac9227c56104/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d982aaf3-ab57-44f2-98e3-adb34a56d9b1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d982aaf3-ab57-44f2-98e3-adb34a56d9b1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T13:07:12.936Z\",\n                \"updatedAt\": \"2025-07-30T13:07:12.936Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T13:07:12.828Z\",\n                \"value\": 4026752,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d982aaf3-ab57-44f2-98e3-adb34a56d9b1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d982aaf3-ab57-44f2-98e3-adb34a56d9b1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"66c61e2b-d706-4352-8dfd-c4ec5848fd66\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66c61e2b-d706-4352-8dfd-c4ec5848fd66\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T12:52:12.809Z\",\n                \"updatedAt\": \"2025-07-30T12:52:12.809Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T12:52:12.790Z\",\n                \"value\": 4026738,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66c61e2b-d706-4352-8dfd-c4ec5848fd66/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66c61e2b-d706-4352-8dfd-c4ec5848fd66/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a3c65def-130a-4996-a5d9-762ceab558f2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a3c65def-130a-4996-a5d9-762ceab558f2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T12:37:12.761Z\",\n                \"updatedAt\": \"2025-07-30T12:37:12.761Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T12:37:12.744Z\",\n                \"value\": 4026724,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a3c65def-130a-4996-a5d9-762ceab558f2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a3c65def-130a-4996-a5d9-762ceab558f2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a96a41c7-d0e0-457d-a073-222ed3c9908c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a96a41c7-d0e0-457d-a073-222ed3c9908c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T12:22:12.789Z\",\n                \"updatedAt\": \"2025-07-30T12:22:12.789Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T12:22:12.772Z\",\n                \"value\": 4026710,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a96a41c7-d0e0-457d-a073-222ed3c9908c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a96a41c7-d0e0-457d-a073-222ed3c9908c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6259a569-a3cb-42b3-a69c-c7e387387e9d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6259a569-a3cb-42b3-a69c-c7e387387e9d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T12:07:12.730Z\",\n                \"updatedAt\": \"2025-07-30T12:07:12.730Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T12:07:12.708Z\",\n                \"value\": 4026668,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6259a569-a3cb-42b3-a69c-c7e387387e9d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6259a569-a3cb-42b3-a69c-c7e387387e9d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"811cc696-7b51-4851-92ad-dbbdf353e599\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/811cc696-7b51-4851-92ad-dbbdf353e599\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T11:52:12.824Z\",\n                \"updatedAt\": \"2025-07-30T11:52:12.824Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T11:52:12.805Z\",\n                \"value\": 4026637,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/811cc696-7b51-4851-92ad-dbbdf353e599/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/811cc696-7b51-4851-92ad-dbbdf353e599/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"998c42c8-9113-48c3-a083-d3a47f5cc4d0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/998c42c8-9113-48c3-a083-d3a47f5cc4d0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T11:37:12.719Z\",\n                \"updatedAt\": \"2025-07-30T11:37:12.719Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T11:37:12.703Z\",\n                \"value\": 4026623,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/998c42c8-9113-48c3-a083-d3a47f5cc4d0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/998c42c8-9113-48c3-a083-d3a47f5cc4d0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"909bb741-32e8-4a5d-8d24-810da32082cf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/909bb741-32e8-4a5d-8d24-810da32082cf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T11:22:12.773Z\",\n                \"updatedAt\": \"2025-07-30T11:22:12.773Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T11:22:12.736Z\",\n                \"value\": 4026609,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/909bb741-32e8-4a5d-8d24-810da32082cf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/909bb741-32e8-4a5d-8d24-810da32082cf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f3560a33-f5fb-4c32-a5c5-611dd82cf868\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3560a33-f5fb-4c32-a5c5-611dd82cf868\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T11:07:12.732Z\",\n                \"updatedAt\": \"2025-07-30T11:07:12.732Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T11:07:12.652Z\",\n                \"value\": 4026579,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3560a33-f5fb-4c32-a5c5-611dd82cf868/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3560a33-f5fb-4c32-a5c5-611dd82cf868/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0ddba8a0-5c3c-4687-834f-fd9b1b9a6681\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ddba8a0-5c3c-4687-834f-fd9b1b9a6681\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T10:52:12.645Z\",\n                \"updatedAt\": \"2025-07-30T10:52:12.645Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T10:52:12.623Z\",\n                \"value\": 4026565,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ddba8a0-5c3c-4687-834f-fd9b1b9a6681/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ddba8a0-5c3c-4687-834f-fd9b1b9a6681/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6208d446-d172-4745-af03-4972054ee239\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6208d446-d172-4745-af03-4972054ee239\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T10:37:12.601Z\",\n                \"updatedAt\": \"2025-07-30T10:37:12.601Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T10:37:12.583Z\",\n                \"value\": 4026509,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6208d446-d172-4745-af03-4972054ee239/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6208d446-d172-4745-af03-4972054ee239/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"eb8f6f1a-919f-4c24-a616-96698efa6750\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eb8f6f1a-919f-4c24-a616-96698efa6750\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T10:22:12.732Z\",\n                \"updatedAt\": \"2025-07-30T10:22:12.732Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T10:22:12.710Z\",\n                \"value\": 4026495,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eb8f6f1a-919f-4c24-a616-96698efa6750/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eb8f6f1a-919f-4c24-a616-96698efa6750/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3087e0fd-0c22-4c1f-b3b6-6ba04db0d022\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3087e0fd-0c22-4c1f-b3b6-6ba04db0d022\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T10:07:12.604Z\",\n                \"updatedAt\": \"2025-07-30T10:07:12.604Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T10:07:12.584Z\",\n                \"value\": 4026464,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3087e0fd-0c22-4c1f-b3b6-6ba04db0d022/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3087e0fd-0c22-4c1f-b3b6-6ba04db0d022/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a590d98c-b2ec-43e5-9d3f-1e6293eab7b0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a590d98c-b2ec-43e5-9d3f-1e6293eab7b0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T09:52:12.544Z\",\n                \"updatedAt\": \"2025-07-30T09:52:12.544Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T09:52:12.527Z\",\n                \"value\": 4026450,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a590d98c-b2ec-43e5-9d3f-1e6293eab7b0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a590d98c-b2ec-43e5-9d3f-1e6293eab7b0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0d2b1712-e38e-410c-803b-fb9f6fd41460\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0d2b1712-e38e-410c-803b-fb9f6fd41460\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T09:37:12.555Z\",\n                \"updatedAt\": \"2025-07-30T09:37:12.555Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T09:37:12.533Z\",\n                \"value\": 4026437,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0d2b1712-e38e-410c-803b-fb9f6fd41460/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0d2b1712-e38e-410c-803b-fb9f6fd41460/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"55a34883-eeeb-4f28-b6b8-b331796a5ef5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/55a34883-eeeb-4f28-b6b8-b331796a5ef5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T09:22:12.601Z\",\n                \"updatedAt\": \"2025-07-30T09:22:12.601Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T09:22:12.584Z\",\n                \"value\": 4026423,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/55a34883-eeeb-4f28-b6b8-b331796a5ef5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/55a34883-eeeb-4f28-b6b8-b331796a5ef5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"83c4c6e5-4c48-43ff-81cf-05e856cf69c2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83c4c6e5-4c48-43ff-81cf-05e856cf69c2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T09:07:12.508Z\",\n                \"updatedAt\": \"2025-07-30T09:07:12.508Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T09:07:12.492Z\",\n                \"value\": 4026392,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83c4c6e5-4c48-43ff-81cf-05e856cf69c2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/83c4c6e5-4c48-43ff-81cf-05e856cf69c2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cacd0a3f-1a0b-463a-9c4d-eec2f7fa883d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cacd0a3f-1a0b-463a-9c4d-eec2f7fa883d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T08:52:12.565Z\",\n                \"updatedAt\": \"2025-07-30T08:52:12.565Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T08:52:12.548Z\",\n                \"value\": 4026379,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cacd0a3f-1a0b-463a-9c4d-eec2f7fa883d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cacd0a3f-1a0b-463a-9c4d-eec2f7fa883d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5ce2d395-e0a3-4f78-9037-204d22cdb535\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5ce2d395-e0a3-4f78-9037-204d22cdb535\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T08:37:12.468Z\",\n                \"updatedAt\": \"2025-07-30T08:37:12.468Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T08:37:12.448Z\",\n                \"value\": 4026334,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5ce2d395-e0a3-4f78-9037-204d22cdb535/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5ce2d395-e0a3-4f78-9037-204d22cdb535/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"dc269a45-a24e-4338-8de0-a36f897a03ec\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dc269a45-a24e-4338-8de0-a36f897a03ec\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T08:22:12.562Z\",\n                \"updatedAt\": \"2025-07-30T08:22:12.562Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T08:22:12.519Z\",\n                \"value\": 4026320,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dc269a45-a24e-4338-8de0-a36f897a03ec/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dc269a45-a24e-4338-8de0-a36f897a03ec/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"639d8b89-9fe3-4fac-b098-53838189c871\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/639d8b89-9fe3-4fac-b098-53838189c871\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T08:07:12.461Z\",\n                \"updatedAt\": \"2025-07-30T08:07:12.461Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T08:07:12.410Z\",\n                \"value\": 4026288,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/639d8b89-9fe3-4fac-b098-53838189c871/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/639d8b89-9fe3-4fac-b098-53838189c871/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"033ca424-0b75-4d25-950b-03b3bcdbf107\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/033ca424-0b75-4d25-950b-03b3bcdbf107\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T07:52:12.401Z\",\n                \"updatedAt\": \"2025-07-30T07:52:12.401Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T07:52:12.380Z\",\n                \"value\": 4026275,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/033ca424-0b75-4d25-950b-03b3bcdbf107/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/033ca424-0b75-4d25-950b-03b3bcdbf107/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c105f800-3acd-4e86-a76e-b9d8e48e06ca\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c105f800-3acd-4e86-a76e-b9d8e48e06ca\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T07:37:12.366Z\",\n                \"updatedAt\": \"2025-07-30T07:37:12.366Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T07:37:12.346Z\",\n                \"value\": 4026261,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c105f800-3acd-4e86-a76e-b9d8e48e06ca/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c105f800-3acd-4e86-a76e-b9d8e48e06ca/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3db75b9f-3ec1-4ee5-aaa4-89f9355e550d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3db75b9f-3ec1-4ee5-aaa4-89f9355e550d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T07:22:12.372Z\",\n                \"updatedAt\": \"2025-07-30T07:22:12.372Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T07:22:12.356Z\",\n                \"value\": 4026247,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3db75b9f-3ec1-4ee5-aaa4-89f9355e550d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3db75b9f-3ec1-4ee5-aaa4-89f9355e550d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b1c1797a-39fd-4e95-b1a8-ed58394cd853\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b1c1797a-39fd-4e95-b1a8-ed58394cd853\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T07:07:12.436Z\",\n                \"updatedAt\": \"2025-07-30T07:07:12.436Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T07:07:12.410Z\",\n                \"value\": 4026217,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b1c1797a-39fd-4e95-b1a8-ed58394cd853/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b1c1797a-39fd-4e95-b1a8-ed58394cd853/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4ab5029c-8d06-4931-8e3f-c18bfb74a051\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4ab5029c-8d06-4931-8e3f-c18bfb74a051\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T06:52:12.341Z\",\n                \"updatedAt\": \"2025-07-30T06:52:12.341Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T06:52:12.310Z\",\n                \"value\": 4026203,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4ab5029c-8d06-4931-8e3f-c18bfb74a051/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4ab5029c-8d06-4931-8e3f-c18bfb74a051/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2f4841b8-dad2-429c-8734-b6f7f5686da5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f4841b8-dad2-429c-8734-b6f7f5686da5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T06:37:12.299Z\",\n                \"updatedAt\": \"2025-07-30T06:37:12.299Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T06:37:12.280Z\",\n                \"value\": 4026158,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f4841b8-dad2-429c-8734-b6f7f5686da5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f4841b8-dad2-429c-8734-b6f7f5686da5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"35e91aa6-9cf2-45d3-bfcf-f5d99a67e425\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/35e91aa6-9cf2-45d3-bfcf-f5d99a67e425\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T06:22:12.263Z\",\n                \"updatedAt\": \"2025-07-30T06:22:12.263Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T06:22:12.239Z\",\n                \"value\": 4026145,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/35e91aa6-9cf2-45d3-bfcf-f5d99a67e425/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/35e91aa6-9cf2-45d3-bfcf-f5d99a67e425/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e22dc09e-f0b3-4254-8ae8-b5424e761ca3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e22dc09e-f0b3-4254-8ae8-b5424e761ca3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T06:07:12.278Z\",\n                \"updatedAt\": \"2025-07-30T06:07:12.278Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T06:07:12.259Z\",\n                \"value\": 4026114,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e22dc09e-f0b3-4254-8ae8-b5424e761ca3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e22dc09e-f0b3-4254-8ae8-b5424e761ca3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0eeecdf6-bcae-448c-8a37-c5da924c7709\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0eeecdf6-bcae-448c-8a37-c5da924c7709\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T05:52:12.213Z\",\n                \"updatedAt\": \"2025-07-30T05:52:12.213Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T05:52:12.189Z\",\n                \"value\": 4026100,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0eeecdf6-bcae-448c-8a37-c5da924c7709/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0eeecdf6-bcae-448c-8a37-c5da924c7709/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"17b4dc44-bf23-4e7a-8005-6711f9dba818\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/17b4dc44-bf23-4e7a-8005-6711f9dba818\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T05:37:12.204Z\",\n                \"updatedAt\": \"2025-07-30T05:37:12.204Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T05:37:12.185Z\",\n                \"value\": 4026087,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/17b4dc44-bf23-4e7a-8005-6711f9dba818/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/17b4dc44-bf23-4e7a-8005-6711f9dba818/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"10982f7d-d3d4-4021-9e1a-e15a5fe644fa\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/10982f7d-d3d4-4021-9e1a-e15a5fe644fa\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T05:22:12.292Z\",\n                \"updatedAt\": \"2025-07-30T05:22:12.292Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T05:22:12.252Z\",\n                \"value\": 4026073,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/10982f7d-d3d4-4021-9e1a-e15a5fe644fa/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/10982f7d-d3d4-4021-9e1a-e15a5fe644fa/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5a8334a2-e619-4df9-8309-5bae9b85f8bc\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a8334a2-e619-4df9-8309-5bae9b85f8bc\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T05:07:12.235Z\",\n                \"updatedAt\": \"2025-07-30T05:07:12.235Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T05:07:12.185Z\",\n                \"value\": 4026043,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a8334a2-e619-4df9-8309-5bae9b85f8bc/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5a8334a2-e619-4df9-8309-5bae9b85f8bc/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"08816303-1ef5-4b6c-becb-8c7e76d0bbf2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/08816303-1ef5-4b6c-becb-8c7e76d0bbf2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T04:52:12.259Z\",\n                \"updatedAt\": \"2025-07-30T04:52:12.259Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T04:52:12.240Z\",\n                \"value\": 4025998,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/08816303-1ef5-4b6c-becb-8c7e76d0bbf2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/08816303-1ef5-4b6c-becb-8c7e76d0bbf2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"864e63d5-2b37-4f62-b7a7-49d89eace897\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/864e63d5-2b37-4f62-b7a7-49d89eace897\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T04:37:12.140Z\",\n                \"updatedAt\": \"2025-07-30T04:37:12.140Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T04:37:12.115Z\",\n                \"value\": 4025984,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/864e63d5-2b37-4f62-b7a7-49d89eace897/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/864e63d5-2b37-4f62-b7a7-49d89eace897/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"53b55036-d996-474e-8e2c-b2239051bea7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53b55036-d996-474e-8e2c-b2239051bea7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T04:22:12.090Z\",\n                \"updatedAt\": \"2025-07-30T04:22:12.090Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T04:22:12.069Z\",\n                \"value\": 4025970,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53b55036-d996-474e-8e2c-b2239051bea7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53b55036-d996-474e-8e2c-b2239051bea7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d65be7bd-a88e-4cd9-919e-2aaff8bd2f2b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d65be7bd-a88e-4cd9-919e-2aaff8bd2f2b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T04:07:12.085Z\",\n                \"updatedAt\": \"2025-07-30T04:07:12.085Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T04:07:12.067Z\",\n                \"value\": 4025940,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d65be7bd-a88e-4cd9-919e-2aaff8bd2f2b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d65be7bd-a88e-4cd9-919e-2aaff8bd2f2b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6b584491-b2cb-44e5-8e70-194637982bb0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6b584491-b2cb-44e5-8e70-194637982bb0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T03:52:12.201Z\",\n                \"updatedAt\": \"2025-07-30T03:52:12.201Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T03:52:12.185Z\",\n                \"value\": 4025926,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6b584491-b2cb-44e5-8e70-194637982bb0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6b584491-b2cb-44e5-8e70-194637982bb0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"42923226-0a3e-490b-8054-331006f88b27\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42923226-0a3e-490b-8054-331006f88b27\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T03:37:12.038Z\",\n                \"updatedAt\": \"2025-07-30T03:37:12.038Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T03:37:12.021Z\",\n                \"value\": 4025913,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42923226-0a3e-490b-8054-331006f88b27/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/42923226-0a3e-490b-8054-331006f88b27/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c8264748-11f2-42eb-946c-d08c124ed9c4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c8264748-11f2-42eb-946c-d08c124ed9c4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T03:22:12.059Z\",\n                \"updatedAt\": \"2025-07-30T03:22:12.059Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T03:22:12.010Z\",\n                \"value\": 4025895,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c8264748-11f2-42eb-946c-d08c124ed9c4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c8264748-11f2-42eb-946c-d08c124ed9c4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b0e9da92-c91f-4f3b-8c3b-af00c64563eb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b0e9da92-c91f-4f3b-8c3b-af00c64563eb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T03:07:11.999Z\",\n                \"updatedAt\": \"2025-07-30T03:07:11.999Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T03:07:11.983Z\",\n                \"value\": 4025869,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b0e9da92-c91f-4f3b-8c3b-af00c64563eb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b0e9da92-c91f-4f3b-8c3b-af00c64563eb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"09ec3488-4952-481d-87d0-45221d767b85\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09ec3488-4952-481d-87d0-45221d767b85\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T02:52:12.115Z\",\n                \"updatedAt\": \"2025-07-30T02:52:12.115Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T02:52:12.096Z\",\n                \"value\": 4025824,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09ec3488-4952-481d-87d0-45221d767b85/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09ec3488-4952-481d-87d0-45221d767b85/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"15a18329-eaf4-4277-9516-50ae9b91a73a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15a18329-eaf4-4277-9516-50ae9b91a73a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T02:37:11.960Z\",\n                \"updatedAt\": \"2025-07-30T02:37:11.960Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T02:37:11.942Z\",\n                \"value\": 4025810,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15a18329-eaf4-4277-9516-50ae9b91a73a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15a18329-eaf4-4277-9516-50ae9b91a73a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"27bee895-ce00-4de8-bc5a-579d2ac4cba6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27bee895-ce00-4de8-bc5a-579d2ac4cba6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T02:22:12.038Z\",\n                \"updatedAt\": \"2025-07-30T02:22:12.038Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T02:22:12.018Z\",\n                \"value\": 4025780,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27bee895-ce00-4de8-bc5a-579d2ac4cba6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27bee895-ce00-4de8-bc5a-579d2ac4cba6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8cb4cf70-6a3e-4e02-bb18-b08a8e3c5ea2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8cb4cf70-6a3e-4e02-bb18-b08a8e3c5ea2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T02:07:11.947Z\",\n                \"updatedAt\": \"2025-07-30T02:07:11.947Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T02:07:11.924Z\",\n                \"value\": 4025738,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8cb4cf70-6a3e-4e02-bb18-b08a8e3c5ea2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8cb4cf70-6a3e-4e02-bb18-b08a8e3c5ea2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"327414ca-818a-463b-a382-602cb57e7029\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/327414ca-818a-463b-a382-602cb57e7029\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T01:52:12.021Z\",\n                \"updatedAt\": \"2025-07-30T01:52:12.021Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T01:52:12.002Z\",\n                \"value\": 4025724,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/327414ca-818a-463b-a382-602cb57e7029/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/327414ca-818a-463b-a382-602cb57e7029/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1b8a8898-7e43-48e3-a963-b329b6a75b40\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b8a8898-7e43-48e3-a963-b329b6a75b40\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T01:37:12.074Z\",\n                \"updatedAt\": \"2025-07-30T01:37:12.074Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T01:37:11.891Z\",\n                \"value\": 4025711,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b8a8898-7e43-48e3-a963-b329b6a75b40/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b8a8898-7e43-48e3-a963-b329b6a75b40/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"81202efa-48bc-4f41-9332-369e0f438ed6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/81202efa-48bc-4f41-9332-369e0f438ed6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T01:22:11.869Z\",\n                \"updatedAt\": \"2025-07-30T01:22:11.869Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T01:22:11.842Z\",\n                \"value\": 4025679,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/81202efa-48bc-4f41-9332-369e0f438ed6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/81202efa-48bc-4f41-9332-369e0f438ed6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cce5a841-c11c-4d62-97fc-b878cdd66fc3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cce5a841-c11c-4d62-97fc-b878cdd66fc3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T01:07:11.874Z\",\n                \"updatedAt\": \"2025-07-30T01:07:11.874Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T01:07:11.853Z\",\n                \"value\": 4025666,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cce5a841-c11c-4d62-97fc-b878cdd66fc3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cce5a841-c11c-4d62-97fc-b878cdd66fc3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e09cc071-3de9-4fc0-a253-605ee260a13a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e09cc071-3de9-4fc0-a253-605ee260a13a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T00:52:11.813Z\",\n                \"updatedAt\": \"2025-07-30T00:52:11.813Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T00:52:11.796Z\",\n                \"value\": 4025622,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e09cc071-3de9-4fc0-a253-605ee260a13a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e09cc071-3de9-4fc0-a253-605ee260a13a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c2562655-5848-4c92-864e-3c6931f394e9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c2562655-5848-4c92-864e-3c6931f394e9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T00:37:11.898Z\",\n                \"updatedAt\": \"2025-07-30T00:37:11.898Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T00:37:11.873Z\",\n                \"value\": 4025608,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c2562655-5848-4c92-864e-3c6931f394e9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c2562655-5848-4c92-864e-3c6931f394e9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f0debb08-4ffd-4564-be24-c5ecc2e8c2a9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f0debb08-4ffd-4564-be24-c5ecc2e8c2a9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T00:22:11.922Z\",\n                \"updatedAt\": \"2025-07-30T00:22:11.922Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T00:22:11.748Z\",\n                \"value\": 4025595,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f0debb08-4ffd-4564-be24-c5ecc2e8c2a9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f0debb08-4ffd-4564-be24-c5ecc2e8c2a9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"daed5836-bcdd-46dc-999d-41f2b568ef21\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/daed5836-bcdd-46dc-999d-41f2b568ef21\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-30T00:07:11.736Z\",\n                \"updatedAt\": \"2025-07-30T00:07:11.736Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-30T00:07:11.717Z\",\n                \"value\": 4025581,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/daed5836-bcdd-46dc-999d-41f2b568ef21/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/daed5836-bcdd-46dc-999d-41f2b568ef21/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"82b5f474-719a-4dc8-847e-a4cf30136a52\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/82b5f474-719a-4dc8-847e-a4cf30136a52\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T23:52:11.738Z\",\n                \"updatedAt\": \"2025-07-29T23:52:11.738Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T23:52:11.719Z\",\n                \"value\": 4025567,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/82b5f474-719a-4dc8-847e-a4cf30136a52/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/82b5f474-719a-4dc8-847e-a4cf30136a52/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"01a0b896-e6ef-4f24-b2e1-5bd00e6377d9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/01a0b896-e6ef-4f24-b2e1-5bd00e6377d9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T23:37:11.698Z\",\n                \"updatedAt\": \"2025-07-29T23:37:11.698Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T23:37:11.674Z\",\n                \"value\": 4025553,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/01a0b896-e6ef-4f24-b2e1-5bd00e6377d9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/01a0b896-e6ef-4f24-b2e1-5bd00e6377d9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c9d31dd4-db02-421c-93d3-f4537d31fd34\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c9d31dd4-db02-421c-93d3-f4537d31fd34\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T23:22:11.704Z\",\n                \"updatedAt\": \"2025-07-29T23:22:11.704Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T23:22:11.688Z\",\n                \"value\": 4025506,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c9d31dd4-db02-421c-93d3-f4537d31fd34/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c9d31dd4-db02-421c-93d3-f4537d31fd34/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"88003020-dfb7-4901-86c0-ccc58c12a0c6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/88003020-dfb7-4901-86c0-ccc58c12a0c6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T23:07:11.658Z\",\n                \"updatedAt\": \"2025-07-29T23:07:11.658Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T23:07:11.641Z\",\n                \"value\": 4025493,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/88003020-dfb7-4901-86c0-ccc58c12a0c6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/88003020-dfb7-4901-86c0-ccc58c12a0c6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1e88f748-ca7f-48c6-9e1e-0145055ce4f3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1e88f748-ca7f-48c6-9e1e-0145055ce4f3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T22:52:11.908Z\",\n                \"updatedAt\": \"2025-07-29T22:52:11.908Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T22:52:11.752Z\",\n                \"value\": 4025448,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1e88f748-ca7f-48c6-9e1e-0145055ce4f3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1e88f748-ca7f-48c6-9e1e-0145055ce4f3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b9387b62-486c-405e-9e40-1eb31dae2626\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b9387b62-486c-405e-9e40-1eb31dae2626\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T22:37:11.645Z\",\n                \"updatedAt\": \"2025-07-29T22:37:11.645Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T22:37:11.602Z\",\n                \"value\": 4025434,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b9387b62-486c-405e-9e40-1eb31dae2626/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b9387b62-486c-405e-9e40-1eb31dae2626/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9b8bd5a6-fbb1-456c-bf61-fca89194dffe\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b8bd5a6-fbb1-456c-bf61-fca89194dffe\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T22:22:11.723Z\",\n                \"updatedAt\": \"2025-07-29T22:22:11.723Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T22:22:11.698Z\",\n                \"value\": 4025403,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b8bd5a6-fbb1-456c-bf61-fca89194dffe/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b8bd5a6-fbb1-456c-bf61-fca89194dffe/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cb5663df-1575-41b5-98fc-33726f419ab2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb5663df-1575-41b5-98fc-33726f419ab2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T22:07:11.624Z\",\n                \"updatedAt\": \"2025-07-29T22:07:11.624Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T22:07:11.606Z\",\n                \"value\": 4025389,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb5663df-1575-41b5-98fc-33726f419ab2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb5663df-1575-41b5-98fc-33726f419ab2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e5248bcd-35f0-44b0-a6ae-1e19d8dfd220\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e5248bcd-35f0-44b0-a6ae-1e19d8dfd220\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T21:52:11.572Z\",\n                \"updatedAt\": \"2025-07-29T21:52:11.572Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T21:52:11.547Z\",\n                \"value\": 4025376,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e5248bcd-35f0-44b0-a6ae-1e19d8dfd220/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e5248bcd-35f0-44b0-a6ae-1e19d8dfd220/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"373c84d1-a393-4f6a-ac70-31f422608f25\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/373c84d1-a393-4f6a-ac70-31f422608f25\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T21:37:11.536Z\",\n                \"updatedAt\": \"2025-07-29T21:37:11.536Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T21:37:11.518Z\",\n                \"value\": 4025362,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/373c84d1-a393-4f6a-ac70-31f422608f25/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/373c84d1-a393-4f6a-ac70-31f422608f25/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6f5870df-04b1-4869-8075-73a09756a64d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f5870df-04b1-4869-8075-73a09756a64d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T21:22:11.623Z\",\n                \"updatedAt\": \"2025-07-29T21:22:11.623Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T21:22:11.605Z\",\n                \"value\": 4025329,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f5870df-04b1-4869-8075-73a09756a64d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f5870df-04b1-4869-8075-73a09756a64d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8e95244f-0b39-4cd8-87a7-b40dd2bcec7f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8e95244f-0b39-4cd8-87a7-b40dd2bcec7f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T21:07:11.539Z\",\n                \"updatedAt\": \"2025-07-29T21:07:11.539Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T21:07:11.511Z\",\n                \"value\": 4025315,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8e95244f-0b39-4cd8-87a7-b40dd2bcec7f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8e95244f-0b39-4cd8-87a7-b40dd2bcec7f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d9921360-7b32-4644-90e0-4f08f4cdf019\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d9921360-7b32-4644-90e0-4f08f4cdf019\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T20:52:11.506Z\",\n                \"updatedAt\": \"2025-07-29T20:52:11.506Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T20:52:11.487Z\",\n                \"value\": 4025272,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d9921360-7b32-4644-90e0-4f08f4cdf019/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d9921360-7b32-4644-90e0-4f08f4cdf019/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e684f0ad-aa45-4a20-a997-27d4c96439c5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e684f0ad-aa45-4a20-a997-27d4c96439c5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T20:37:11.600Z\",\n                \"updatedAt\": \"2025-07-29T20:37:11.600Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T20:37:11.448Z\",\n                \"value\": 4025258,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e684f0ad-aa45-4a20-a997-27d4c96439c5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e684f0ad-aa45-4a20-a997-27d4c96439c5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ad42ef52-821f-448a-b955-25c5711cf086\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ad42ef52-821f-448a-b955-25c5711cf086\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T20:22:11.566Z\",\n                \"updatedAt\": \"2025-07-29T20:22:11.566Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T20:22:11.546Z\",\n                \"value\": 4025227,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ad42ef52-821f-448a-b955-25c5711cf086/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ad42ef52-821f-448a-b955-25c5711cf086/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e1ef4eb1-97f3-476e-a14a-55cc4e92f4f7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1ef4eb1-97f3-476e-a14a-55cc4e92f4f7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T20:07:11.443Z\",\n                \"updatedAt\": \"2025-07-29T20:07:11.443Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T20:07:11.423Z\",\n                \"value\": 4025214,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1ef4eb1-97f3-476e-a14a-55cc4e92f4f7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1ef4eb1-97f3-476e-a14a-55cc4e92f4f7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"dfb9a5ad-d884-40e9-964d-8794e9d9ebab\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfb9a5ad-d884-40e9-964d-8794e9d9ebab\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T19:52:11.554Z\",\n                \"updatedAt\": \"2025-07-29T19:52:11.554Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T19:52:11.515Z\",\n                \"value\": 4025200,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfb9a5ad-d884-40e9-964d-8794e9d9ebab/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfb9a5ad-d884-40e9-964d-8794e9d9ebab/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"41a62243-ad02-491b-8d51-07fd231fd9c4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41a62243-ad02-491b-8d51-07fd231fd9c4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T19:37:11.429Z\",\n                \"updatedAt\": \"2025-07-29T19:37:11.429Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T19:37:11.381Z\",\n                \"value\": 4025170,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41a62243-ad02-491b-8d51-07fd231fd9c4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41a62243-ad02-491b-8d51-07fd231fd9c4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d62662d7-b7fc-4fa4-a610-edea69908ce0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d62662d7-b7fc-4fa4-a610-edea69908ce0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T19:22:11.471Z\",\n                \"updatedAt\": \"2025-07-29T19:22:11.471Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T19:22:11.452Z\",\n                \"value\": 4025156,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d62662d7-b7fc-4fa4-a610-edea69908ce0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d62662d7-b7fc-4fa4-a610-edea69908ce0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"31ea2066-eb9d-483f-9000-5419606cd41a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/31ea2066-eb9d-483f-9000-5419606cd41a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T19:07:11.377Z\",\n                \"updatedAt\": \"2025-07-29T19:07:11.377Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T19:07:11.351Z\",\n                \"value\": 4025122,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/31ea2066-eb9d-483f-9000-5419606cd41a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/31ea2066-eb9d-483f-9000-5419606cd41a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"dfdbe2b8-dab7-4a07-9776-d6a0d114088d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfdbe2b8-dab7-4a07-9776-d6a0d114088d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T18:52:11.346Z\",\n                \"updatedAt\": \"2025-07-29T18:52:11.346Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T18:52:11.320Z\",\n                \"value\": 4025097,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfdbe2b8-dab7-4a07-9776-d6a0d114088d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dfdbe2b8-dab7-4a07-9776-d6a0d114088d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b20ff08f-2057-4bdf-b42c-28e7bda41d1e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b20ff08f-2057-4bdf-b42c-28e7bda41d1e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T18:37:11.432Z\",\n                \"updatedAt\": \"2025-07-29T18:37:11.432Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T18:37:11.409Z\",\n                \"value\": 4025067,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b20ff08f-2057-4bdf-b42c-28e7bda41d1e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b20ff08f-2057-4bdf-b42c-28e7bda41d1e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bf5c1196-14c1-41e0-9c81-e8f11d618395\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bf5c1196-14c1-41e0-9c81-e8f11d618395\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T18:22:11.311Z\",\n                \"updatedAt\": \"2025-07-29T18:22:11.311Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T18:22:11.290Z\",\n                \"value\": 4025054,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bf5c1196-14c1-41e0-9c81-e8f11d618395/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bf5c1196-14c1-41e0-9c81-e8f11d618395/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"71c41a4e-85fd-45d8-b83a-546c49030077\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71c41a4e-85fd-45d8-b83a-546c49030077\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T18:07:11.387Z\",\n                \"updatedAt\": \"2025-07-29T18:07:11.387Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T18:07:11.366Z\",\n                \"value\": 4025040,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71c41a4e-85fd-45d8-b83a-546c49030077/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71c41a4e-85fd-45d8-b83a-546c49030077/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"54841159-c0a4-43db-96e1-c2d1368f5f4e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/54841159-c0a4-43db-96e1-c2d1368f5f4e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T17:52:11.287Z\",\n                \"updatedAt\": \"2025-07-29T17:52:11.287Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T17:52:11.265Z\",\n                \"value\": 4025026,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/54841159-c0a4-43db-96e1-c2d1368f5f4e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/54841159-c0a4-43db-96e1-c2d1368f5f4e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ee229f38-f761-4e94-bbbf-7a35fc0d5786\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee229f38-f761-4e94-bbbf-7a35fc0d5786\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T17:37:11.329Z\",\n                \"updatedAt\": \"2025-07-29T17:37:11.329Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T17:37:11.310Z\",\n                \"value\": 4024995,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee229f38-f761-4e94-bbbf-7a35fc0d5786/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee229f38-f761-4e94-bbbf-7a35fc0d5786/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1cd1e036-5d91-4fcb-9cd6-e4c647bbd521\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1cd1e036-5d91-4fcb-9cd6-e4c647bbd521\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T17:22:11.210Z\",\n                \"updatedAt\": \"2025-07-29T17:22:11.210Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T17:22:11.191Z\",\n                \"value\": 4024982,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1cd1e036-5d91-4fcb-9cd6-e4c647bbd521/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1cd1e036-5d91-4fcb-9cd6-e4c647bbd521/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3bbdd616-36bd-4c90-961c-217cf65d9aeb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3bbdd616-36bd-4c90-961c-217cf65d9aeb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T17:07:11.190Z\",\n                \"updatedAt\": \"2025-07-29T17:07:11.190Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T17:07:11.171Z\",\n                \"value\": 4024938,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3bbdd616-36bd-4c90-961c-217cf65d9aeb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3bbdd616-36bd-4c90-961c-217cf65d9aeb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c26af50d-0d11-4a2c-a711-98258eedd07e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c26af50d-0d11-4a2c-a711-98258eedd07e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T16:52:11.212Z\",\n                \"updatedAt\": \"2025-07-29T16:52:11.212Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T16:52:11.170Z\",\n                \"value\": 4024924,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c26af50d-0d11-4a2c-a711-98258eedd07e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c26af50d-0d11-4a2c-a711-98258eedd07e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1ac4ef0f-4f25-4881-8e8b-04939f15d068\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ac4ef0f-4f25-4881-8e8b-04939f15d068\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T16:37:11.163Z\",\n                \"updatedAt\": \"2025-07-29T16:37:11.163Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T16:37:11.144Z\",\n                \"value\": 4024893,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ac4ef0f-4f25-4881-8e8b-04939f15d068/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ac4ef0f-4f25-4881-8e8b-04939f15d068/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"20fe1e98-bf43-4e89-9b85-92b269d14bd2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/20fe1e98-bf43-4e89-9b85-92b269d14bd2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T16:22:11.131Z\",\n                \"updatedAt\": \"2025-07-29T16:22:11.131Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T16:22:11.108Z\",\n                \"value\": 4024880,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/20fe1e98-bf43-4e89-9b85-92b269d14bd2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/20fe1e98-bf43-4e89-9b85-92b269d14bd2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"18099d30-f10a-41a7-bb38-c481d606810b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/18099d30-f10a-41a7-bb38-c481d606810b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T16:07:11.120Z\",\n                \"updatedAt\": \"2025-07-29T16:07:11.120Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T16:07:11.098Z\",\n                \"value\": 4024866,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/18099d30-f10a-41a7-bb38-c481d606810b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/18099d30-f10a-41a7-bb38-c481d606810b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"70e81759-fdbb-4015-8b36-eb892f2011e9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/70e81759-fdbb-4015-8b36-eb892f2011e9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T15:52:11.182Z\",\n                \"updatedAt\": \"2025-07-29T15:52:11.182Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T15:52:11.158Z\",\n                \"value\": 4024852,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/70e81759-fdbb-4015-8b36-eb892f2011e9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/70e81759-fdbb-4015-8b36-eb892f2011e9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ccea51b7-3828-4f5c-aa52-41549f7f555f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ccea51b7-3828-4f5c-aa52-41549f7f555f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T15:37:11.088Z\",\n                \"updatedAt\": \"2025-07-29T15:37:11.088Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T15:37:11.066Z\",\n                \"value\": 4024814,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ccea51b7-3828-4f5c-aa52-41549f7f555f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ccea51b7-3828-4f5c-aa52-41549f7f555f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8cf8b369-8613-4f37-859c-99ada0971559\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8cf8b369-8613-4f37-859c-99ada0971559\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T15:22:11.153Z\",\n                \"updatedAt\": \"2025-07-29T15:22:11.153Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T15:22:11.134Z\",\n                \"value\": 4024780,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8cf8b369-8613-4f37-859c-99ada0971559/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8cf8b369-8613-4f37-859c-99ada0971559/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2b0e5370-6634-4995-974c-7fcd22e61fe7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b0e5370-6634-4995-974c-7fcd22e61fe7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T15:07:11.053Z\",\n                \"updatedAt\": \"2025-07-29T15:07:11.053Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T15:07:11.032Z\",\n                \"value\": 4024737,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b0e5370-6634-4995-974c-7fcd22e61fe7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b0e5370-6634-4995-974c-7fcd22e61fe7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0ece7c69-e2cf-4064-8b2f-3dbe307fd594\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ece7c69-e2cf-4064-8b2f-3dbe307fd594\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T14:52:11.041Z\",\n                \"updatedAt\": \"2025-07-29T14:52:11.041Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T14:52:11.022Z\",\n                \"value\": 4024723,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ece7c69-e2cf-4064-8b2f-3dbe307fd594/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ece7c69-e2cf-4064-8b2f-3dbe307fd594/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c5f4946a-2354-4797-8206-4a5f0b266f4d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5f4946a-2354-4797-8206-4a5f0b266f4d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T14:37:10.996Z\",\n                \"updatedAt\": \"2025-07-29T14:37:10.996Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T14:37:10.976Z\",\n                \"value\": 4024691,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5f4946a-2354-4797-8206-4a5f0b266f4d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c5f4946a-2354-4797-8206-4a5f0b266f4d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"54ae9fef-b34f-4614-809e-93b2f5ab1353\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/54ae9fef-b34f-4614-809e-93b2f5ab1353\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T14:22:11.097Z\",\n                \"updatedAt\": \"2025-07-29T14:22:11.097Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T14:22:11.075Z\",\n                \"value\": 4024678,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/54ae9fef-b34f-4614-809e-93b2f5ab1353/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/54ae9fef-b34f-4614-809e-93b2f5ab1353/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ee15b5ab-f6f9-4869-bd66-5320a13e14a4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee15b5ab-f6f9-4869-bd66-5320a13e14a4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T14:07:10.961Z\",\n                \"updatedAt\": \"2025-07-29T14:07:10.961Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T14:07:10.938Z\",\n                \"value\": 4024664,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee15b5ab-f6f9-4869-bd66-5320a13e14a4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ee15b5ab-f6f9-4869-bd66-5320a13e14a4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"981cd0e2-ea15-41b8-8b13-504e92a4c7ff\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/981cd0e2-ea15-41b8-8b13-504e92a4c7ff\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T13:52:10.930Z\",\n                \"updatedAt\": \"2025-07-29T13:52:10.930Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T13:52:10.907Z\",\n                \"value\": 4024650,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/981cd0e2-ea15-41b8-8b13-504e92a4c7ff/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/981cd0e2-ea15-41b8-8b13-504e92a4c7ff/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"893e9b16-e238-4dba-8d1c-85cb2c2cffe3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/893e9b16-e238-4dba-8d1c-85cb2c2cffe3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T13:37:10.941Z\",\n                \"updatedAt\": \"2025-07-29T13:37:10.941Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T13:37:10.918Z\",\n                \"value\": 4024619,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/893e9b16-e238-4dba-8d1c-85cb2c2cffe3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/893e9b16-e238-4dba-8d1c-85cb2c2cffe3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"018daead-de4e-4226-a005-10dc2483cd9a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/018daead-de4e-4226-a005-10dc2483cd9a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T13:22:11.018Z\",\n                \"updatedAt\": \"2025-07-29T13:22:11.018Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T13:22:10.987Z\",\n                \"value\": 4024605,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/018daead-de4e-4226-a005-10dc2483cd9a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/018daead-de4e-4226-a005-10dc2483cd9a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"903b4395-283d-4dfe-b611-01c5d91e77cd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/903b4395-283d-4dfe-b611-01c5d91e77cd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T13:07:10.868Z\",\n                \"updatedAt\": \"2025-07-29T13:07:10.868Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T13:07:10.849Z\",\n                \"value\": 4024561,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/903b4395-283d-4dfe-b611-01c5d91e77cd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/903b4395-283d-4dfe-b611-01c5d91e77cd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b8fb2414-9f2e-4866-be1a-53463a68b8bf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b8fb2414-9f2e-4866-be1a-53463a68b8bf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T12:52:10.961Z\",\n                \"updatedAt\": \"2025-07-29T12:52:10.961Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T12:52:10.941Z\",\n                \"value\": 4024548,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b8fb2414-9f2e-4866-be1a-53463a68b8bf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b8fb2414-9f2e-4866-be1a-53463a68b8bf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7ea584e8-dc41-4edd-b29f-d54b07b3ed70\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7ea584e8-dc41-4edd-b29f-d54b07b3ed70\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T12:37:10.942Z\",\n                \"updatedAt\": \"2025-07-29T12:37:10.942Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T12:37:10.919Z\",\n                \"value\": 4024533,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7ea584e8-dc41-4edd-b29f-d54b07b3ed70/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7ea584e8-dc41-4edd-b29f-d54b07b3ed70/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"49c747a4-f605-430e-8da3-4d60f4090a68\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/49c747a4-f605-430e-8da3-4d60f4090a68\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T12:22:10.804Z\",\n                \"updatedAt\": \"2025-07-29T12:22:10.804Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T12:22:10.783Z\",\n                \"value\": 4024501,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/49c747a4-f605-430e-8da3-4d60f4090a68/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/49c747a4-f605-430e-8da3-4d60f4090a68/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c179589d-1900-47f1-82b4-0f3d4f004159\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c179589d-1900-47f1-82b4-0f3d4f004159\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T12:07:10.901Z\",\n                \"updatedAt\": \"2025-07-29T12:07:10.901Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T12:07:10.881Z\",\n                \"value\": 4024487,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c179589d-1900-47f1-82b4-0f3d4f004159/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c179589d-1900-47f1-82b4-0f3d4f004159/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a1e54e09-6538-4504-ae5a-038285e74c4d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a1e54e09-6538-4504-ae5a-038285e74c4d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T11:52:10.938Z\",\n                \"updatedAt\": \"2025-07-29T11:52:10.938Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T11:52:10.788Z\",\n                \"value\": 4024473,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a1e54e09-6538-4504-ae5a-038285e74c4d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a1e54e09-6538-4504-ae5a-038285e74c4d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2860b456-3602-4e9a-9151-87eb2db3c4d2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2860b456-3602-4e9a-9151-87eb2db3c4d2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T11:37:10.861Z\",\n                \"updatedAt\": \"2025-07-29T11:37:10.861Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T11:37:10.838Z\",\n                \"value\": 4024459,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2860b456-3602-4e9a-9151-87eb2db3c4d2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2860b456-3602-4e9a-9151-87eb2db3c4d2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"71f14e9b-c1a9-497e-85ca-a180cc3ba720\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71f14e9b-c1a9-497e-85ca-a180cc3ba720\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T11:22:10.769Z\",\n                \"updatedAt\": \"2025-07-29T11:22:10.769Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T11:22:10.740Z\",\n                \"value\": 4024427,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71f14e9b-c1a9-497e-85ca-a180cc3ba720/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71f14e9b-c1a9-497e-85ca-a180cc3ba720/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"16f55b86-6bdd-4ac4-9084-acd86bf691c6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/16f55b86-6bdd-4ac4-9084-acd86bf691c6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T11:07:10.758Z\",\n                \"updatedAt\": \"2025-07-29T11:07:10.758Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T11:07:10.731Z\",\n                \"value\": 4024381,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/16f55b86-6bdd-4ac4-9084-acd86bf691c6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/16f55b86-6bdd-4ac4-9084-acd86bf691c6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"93bdb540-a6f1-4ca5-a0fa-00db3c6fbd50\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/93bdb540-a6f1-4ca5-a0fa-00db3c6fbd50\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T10:52:10.707Z\",\n                \"updatedAt\": \"2025-07-29T10:52:10.707Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T10:52:10.687Z\",\n                \"value\": 4024367,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/93bdb540-a6f1-4ca5-a0fa-00db3c6fbd50/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/93bdb540-a6f1-4ca5-a0fa-00db3c6fbd50/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"efe62866-83ed-413d-b482-fa6fdbe24808\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/efe62866-83ed-413d-b482-fa6fdbe24808\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T10:37:10.679Z\",\n                \"updatedAt\": \"2025-07-29T10:37:10.679Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T10:37:10.659Z\",\n                \"value\": 4024353,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/efe62866-83ed-413d-b482-fa6fdbe24808/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/efe62866-83ed-413d-b482-fa6fdbe24808/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"149b0402-cbf1-4b1a-91dd-ef4d7f43fb9f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/149b0402-cbf1-4b1a-91dd-ef4d7f43fb9f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T10:22:10.671Z\",\n                \"updatedAt\": \"2025-07-29T10:22:10.671Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T10:22:10.645Z\",\n                \"value\": 4024323,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/149b0402-cbf1-4b1a-91dd-ef4d7f43fb9f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/149b0402-cbf1-4b1a-91dd-ef4d7f43fb9f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f2811036-26f7-4189-b54c-395495c9a293\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f2811036-26f7-4189-b54c-395495c9a293\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T10:07:10.625Z\",\n                \"updatedAt\": \"2025-07-29T10:07:10.625Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T10:07:10.601Z\",\n                \"value\": 4024309,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f2811036-26f7-4189-b54c-395495c9a293/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f2811036-26f7-4189-b54c-395495c9a293/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2f76a70b-0ba6-4bb8-89b4-d33b2f11ea63\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f76a70b-0ba6-4bb8-89b4-d33b2f11ea63\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T09:52:10.718Z\",\n                \"updatedAt\": \"2025-07-29T09:52:10.718Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T09:52:10.695Z\",\n                \"value\": 4024295,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f76a70b-0ba6-4bb8-89b4-d33b2f11ea63/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f76a70b-0ba6-4bb8-89b4-d33b2f11ea63/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bd4644be-0454-4ef6-b26f-58a1f1fc34ec\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd4644be-0454-4ef6-b26f-58a1f1fc34ec\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T09:37:10.619Z\",\n                \"updatedAt\": \"2025-07-29T09:37:10.619Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T09:37:10.596Z\",\n                \"value\": 4024281,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd4644be-0454-4ef6-b26f-58a1f1fc34ec/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd4644be-0454-4ef6-b26f-58a1f1fc34ec/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6350717e-b301-4668-8bb2-985154e4bdd2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6350717e-b301-4668-8bb2-985154e4bdd2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T09:22:10.662Z\",\n                \"updatedAt\": \"2025-07-29T09:22:10.662Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T09:22:10.640Z\",\n                \"value\": 4024221,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6350717e-b301-4668-8bb2-985154e4bdd2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6350717e-b301-4668-8bb2-985154e4bdd2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"eee204e8-9b39-4e59-9d49-5beb431824b1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eee204e8-9b39-4e59-9d49-5beb431824b1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T09:07:10.550Z\",\n                \"updatedAt\": \"2025-07-29T09:07:10.550Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T09:07:10.530Z\",\n                \"value\": 4024207,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eee204e8-9b39-4e59-9d49-5beb431824b1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/eee204e8-9b39-4e59-9d49-5beb431824b1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1ba00324-e2f7-43a0-a6b9-12fa01364f47\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ba00324-e2f7-43a0-a6b9-12fa01364f47\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T08:52:10.524Z\",\n                \"updatedAt\": \"2025-07-29T08:52:10.524Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T08:52:10.503Z\",\n                \"value\": 4024193,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ba00324-e2f7-43a0-a6b9-12fa01364f47/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1ba00324-e2f7-43a0-a6b9-12fa01364f47/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"313bafe3-7c6d-476b-96ec-a52281d961ae\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/313bafe3-7c6d-476b-96ec-a52281d961ae\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T08:37:10.680Z\",\n                \"updatedAt\": \"2025-07-29T08:37:10.680Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T08:37:10.497Z\",\n                \"value\": 4024180,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/313bafe3-7c6d-476b-96ec-a52281d961ae/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/313bafe3-7c6d-476b-96ec-a52281d961ae/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"724145a3-5431-4e7d-97ff-0cd48f7b4a36\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/724145a3-5431-4e7d-97ff-0cd48f7b4a36\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T08:22:10.597Z\",\n                \"updatedAt\": \"2025-07-29T08:22:10.597Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T08:22:10.577Z\",\n                \"value\": 4024149,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/724145a3-5431-4e7d-97ff-0cd48f7b4a36/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/724145a3-5431-4e7d-97ff-0cd48f7b4a36/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5100febd-ca63-4230-b9fb-ef81c679f930\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5100febd-ca63-4230-b9fb-ef81c679f930\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T08:07:10.477Z\",\n                \"updatedAt\": \"2025-07-29T08:07:10.477Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T08:07:10.456Z\",\n                \"value\": 4024135,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5100febd-ca63-4230-b9fb-ef81c679f930/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5100febd-ca63-4230-b9fb-ef81c679f930/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9994d052-5a24-493b-8ad8-668aa4d54efd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9994d052-5a24-493b-8ad8-668aa4d54efd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T07:52:10.517Z\",\n                \"updatedAt\": \"2025-07-29T07:52:10.517Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T07:52:10.493Z\",\n                \"value\": 4024121,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9994d052-5a24-493b-8ad8-668aa4d54efd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9994d052-5a24-493b-8ad8-668aa4d54efd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"855db701-c47a-4238-a1cf-38c5395daa0c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/855db701-c47a-4238-a1cf-38c5395daa0c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T07:37:10.438Z\",\n                \"updatedAt\": \"2025-07-29T07:37:10.438Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T07:37:10.415Z\",\n                \"value\": 4024107,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/855db701-c47a-4238-a1cf-38c5395daa0c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/855db701-c47a-4238-a1cf-38c5395daa0c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c0be9918-f80a-4124-85b4-9af14bfb649f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0be9918-f80a-4124-85b4-9af14bfb649f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T07:22:10.561Z\",\n                \"updatedAt\": \"2025-07-29T07:22:10.561Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T07:22:10.538Z\",\n                \"value\": 4024046,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0be9918-f80a-4124-85b4-9af14bfb649f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0be9918-f80a-4124-85b4-9af14bfb649f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d86bbc0d-7593-41d2-a777-93039d4e5a83\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d86bbc0d-7593-41d2-a777-93039d4e5a83\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T07:07:10.438Z\",\n                \"updatedAt\": \"2025-07-29T07:07:10.438Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T07:07:10.416Z\",\n                \"value\": 4024032,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d86bbc0d-7593-41d2-a777-93039d4e5a83/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d86bbc0d-7593-41d2-a777-93039d4e5a83/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9f4ef917-1428-4213-a65a-3c8b4b44b0d0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f4ef917-1428-4213-a65a-3c8b4b44b0d0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T06:52:10.489Z\",\n                \"updatedAt\": \"2025-07-29T06:52:10.489Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T06:52:10.466Z\",\n                \"value\": 4024019,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f4ef917-1428-4213-a65a-3c8b4b44b0d0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f4ef917-1428-4213-a65a-3c8b4b44b0d0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"500299de-b43a-489b-8bc8-c79476695396\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/500299de-b43a-489b-8bc8-c79476695396\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T06:37:10.411Z\",\n                \"updatedAt\": \"2025-07-29T06:37:10.411Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T06:37:10.366Z\",\n                \"value\": 4024005,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/500299de-b43a-489b-8bc8-c79476695396/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/500299de-b43a-489b-8bc8-c79476695396/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b5cccdbd-8e09-489a-b418-12a888665f29\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b5cccdbd-8e09-489a-b418-12a888665f29\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T06:22:10.337Z\",\n                \"updatedAt\": \"2025-07-29T06:22:10.337Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T06:22:10.315Z\",\n                \"value\": 4023975,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b5cccdbd-8e09-489a-b418-12a888665f29/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b5cccdbd-8e09-489a-b418-12a888665f29/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"136f3d06-6456-48ec-9388-5594c74ef87b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/136f3d06-6456-48ec-9388-5594c74ef87b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T06:07:10.421Z\",\n                \"updatedAt\": \"2025-07-29T06:07:10.421Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T06:07:10.398Z\",\n                \"value\": 4023961,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/136f3d06-6456-48ec-9388-5594c74ef87b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/136f3d06-6456-48ec-9388-5594c74ef87b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8cbf62f5-9af4-4630-b284-400488531fb3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8cbf62f5-9af4-4630-b284-400488531fb3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T05:52:10.431Z\",\n                \"updatedAt\": \"2025-07-29T05:52:10.431Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T05:52:10.286Z\",\n                \"value\": 4023948,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8cbf62f5-9af4-4630-b284-400488531fb3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8cbf62f5-9af4-4630-b284-400488531fb3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6c9a0bac-56e4-4538-b40c-02f4b1bc1150\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c9a0bac-56e4-4538-b40c-02f4b1bc1150\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T05:37:10.392Z\",\n                \"updatedAt\": \"2025-07-29T05:37:10.392Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T05:37:10.366Z\",\n                \"value\": 4023934,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c9a0bac-56e4-4538-b40c-02f4b1bc1150/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c9a0bac-56e4-4538-b40c-02f4b1bc1150/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2908f4de-4927-4f08-a545-60acf879161a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2908f4de-4927-4f08-a545-60acf879161a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T05:22:10.265Z\",\n                \"updatedAt\": \"2025-07-29T05:22:10.265Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T05:22:10.241Z\",\n                \"value\": 4023875,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2908f4de-4927-4f08-a545-60acf879161a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2908f4de-4927-4f08-a545-60acf879161a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3e972f1b-c7a6-45c2-aa97-b0f0db7cf50d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e972f1b-c7a6-45c2-aa97-b0f0db7cf50d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T05:07:10.326Z\",\n                \"updatedAt\": \"2025-07-29T05:07:10.326Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T05:07:10.297Z\",\n                \"value\": 4023861,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e972f1b-c7a6-45c2-aa97-b0f0db7cf50d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e972f1b-c7a6-45c2-aa97-b0f0db7cf50d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9936ced5-4173-4171-b316-c66c2a690451\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9936ced5-4173-4171-b316-c66c2a690451\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T04:52:10.232Z\",\n                \"updatedAt\": \"2025-07-29T04:52:10.232Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T04:52:10.212Z\",\n                \"value\": 4023821,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9936ced5-4173-4171-b316-c66c2a690451/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9936ced5-4173-4171-b316-c66c2a690451/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"56c0af84-94e2-40ff-ac07-c892e2bf805f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56c0af84-94e2-40ff-ac07-c892e2bf805f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T04:37:10.195Z\",\n                \"updatedAt\": \"2025-07-29T04:37:10.195Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T04:37:10.174Z\",\n                \"value\": 4023807,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56c0af84-94e2-40ff-ac07-c892e2bf805f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56c0af84-94e2-40ff-ac07-c892e2bf805f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f76f1f9e-4440-4497-8750-ff6ad7b7e7b9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f76f1f9e-4440-4497-8750-ff6ad7b7e7b9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T04:22:10.201Z\",\n                \"updatedAt\": \"2025-07-29T04:22:10.201Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T04:22:10.178Z\",\n                \"value\": 4023777,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f76f1f9e-4440-4497-8750-ff6ad7b7e7b9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f76f1f9e-4440-4497-8750-ff6ad7b7e7b9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3e5342df-a1de-4eb8-af1f-242618ca8f6e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e5342df-a1de-4eb8-af1f-242618ca8f6e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T04:07:10.195Z\",\n                \"updatedAt\": \"2025-07-29T04:07:10.195Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T04:07:10.165Z\",\n                \"value\": 4023763,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e5342df-a1de-4eb8-af1f-242618ca8f6e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e5342df-a1de-4eb8-af1f-242618ca8f6e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"724b2c2e-903f-4d83-898d-bf202fcfbdb6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/724b2c2e-903f-4d83-898d-bf202fcfbdb6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T03:52:10.146Z\",\n                \"updatedAt\": \"2025-07-29T03:52:10.146Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T03:52:10.122Z\",\n                \"value\": 4023750,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/724b2c2e-903f-4d83-898d-bf202fcfbdb6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/724b2c2e-903f-4d83-898d-bf202fcfbdb6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d2438e20-4dc5-4d97-ac99-c56dcc3b9f86\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d2438e20-4dc5-4d97-ac99-c56dcc3b9f86\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T03:37:10.110Z\",\n                \"updatedAt\": \"2025-07-29T03:37:10.110Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T03:37:10.086Z\",\n                \"value\": 4023706,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d2438e20-4dc5-4d97-ac99-c56dcc3b9f86/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d2438e20-4dc5-4d97-ac99-c56dcc3b9f86/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fa660570-a392-43c9-9fa0-b271bc34339a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa660570-a392-43c9-9fa0-b271bc34339a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T03:22:10.220Z\",\n                \"updatedAt\": \"2025-07-29T03:22:10.220Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T03:22:10.195Z\",\n                \"value\": 4023676,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa660570-a392-43c9-9fa0-b271bc34339a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa660570-a392-43c9-9fa0-b271bc34339a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"86dd4413-523a-4a5d-a409-7c7fb124b056\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/86dd4413-523a-4a5d-a409-7c7fb124b056\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T03:07:10.094Z\",\n                \"updatedAt\": \"2025-07-29T03:07:10.094Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T03:07:10.069Z\",\n                \"value\": 4023662,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/86dd4413-523a-4a5d-a409-7c7fb124b056/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/86dd4413-523a-4a5d-a409-7c7fb124b056/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e2f7b176-2e40-4ab3-8460-f438c332ab40\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2f7b176-2e40-4ab3-8460-f438c332ab40\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T02:52:10.301Z\",\n                \"updatedAt\": \"2025-07-29T02:52:10.301Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T02:52:10.144Z\",\n                \"value\": 4023649,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2f7b176-2e40-4ab3-8460-f438c332ab40/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2f7b176-2e40-4ab3-8460-f438c332ab40/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3f250989-e52c-4ad7-8ca0-24605a9449b0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3f250989-e52c-4ad7-8ca0-24605a9449b0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T02:37:10.073Z\",\n                \"updatedAt\": \"2025-07-29T02:37:10.073Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T02:37:10.032Z\",\n                \"value\": 4023635,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3f250989-e52c-4ad7-8ca0-24605a9449b0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3f250989-e52c-4ad7-8ca0-24605a9449b0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"41a50b1f-eaee-4d22-b88b-78391e3553a9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41a50b1f-eaee-4d22-b88b-78391e3553a9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T02:22:10.012Z\",\n                \"updatedAt\": \"2025-07-29T02:22:10.012Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T02:22:09.990Z\",\n                \"value\": 4023604,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41a50b1f-eaee-4d22-b88b-78391e3553a9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/41a50b1f-eaee-4d22-b88b-78391e3553a9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1d13c3e7-e9cc-494e-8134-5192bb3be5d0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1d13c3e7-e9cc-494e-8134-5192bb3be5d0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T02:07:10.031Z\",\n                \"updatedAt\": \"2025-07-29T02:07:10.031Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T02:07:10.009Z\",\n                \"value\": 4023591,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1d13c3e7-e9cc-494e-8134-5192bb3be5d0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1d13c3e7-e9cc-494e-8134-5192bb3be5d0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0deaeadd-5406-4da1-9e17-7779e7abcc71\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0deaeadd-5406-4da1-9e17-7779e7abcc71\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T01:52:10.085Z\",\n                \"updatedAt\": \"2025-07-29T01:52:10.085Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T01:52:10.061Z\",\n                \"value\": 4023577,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0deaeadd-5406-4da1-9e17-7779e7abcc71/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0deaeadd-5406-4da1-9e17-7779e7abcc71/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"97389427-229e-4507-8448-4107e4f3099e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/97389427-229e-4507-8448-4107e4f3099e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T01:37:09.956Z\",\n                \"updatedAt\": \"2025-07-29T01:37:09.956Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T01:37:09.930Z\",\n                \"value\": 4023563,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/97389427-229e-4507-8448-4107e4f3099e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/97389427-229e-4507-8448-4107e4f3099e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"76e869b7-5025-47de-921e-3aff3f7e8141\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/76e869b7-5025-47de-921e-3aff3f7e8141\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T01:22:09.976Z\",\n                \"updatedAt\": \"2025-07-29T01:22:09.976Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T01:22:09.948Z\",\n                \"value\": 4023498,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/76e869b7-5025-47de-921e-3aff3f7e8141/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/76e869b7-5025-47de-921e-3aff3f7e8141/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c36930f0-ba82-4f97-94b9-671a4791c808\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c36930f0-ba82-4f97-94b9-671a4791c808\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T01:07:09.924Z\",\n                \"updatedAt\": \"2025-07-29T01:07:09.924Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T01:07:09.900Z\",\n                \"value\": 4023485,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c36930f0-ba82-4f97-94b9-671a4791c808/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c36930f0-ba82-4f97-94b9-671a4791c808/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"930bfbcb-e41f-4c8a-a62a-b7794eeaf2f3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/930bfbcb-e41f-4c8a-a62a-b7794eeaf2f3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T00:52:10.035Z\",\n                \"updatedAt\": \"2025-07-29T00:52:10.035Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T00:52:10.012Z\",\n                \"value\": 4023471,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/930bfbcb-e41f-4c8a-a62a-b7794eeaf2f3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/930bfbcb-e41f-4c8a-a62a-b7794eeaf2f3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ed8e9b1e-a191-4791-a5ef-d6b87129ad6c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ed8e9b1e-a191-4791-a5ef-d6b87129ad6c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T00:37:09.955Z\",\n                \"updatedAt\": \"2025-07-29T00:37:09.955Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T00:37:09.931Z\",\n                \"value\": 4023457,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ed8e9b1e-a191-4791-a5ef-d6b87129ad6c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ed8e9b1e-a191-4791-a5ef-d6b87129ad6c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"277fe557-ed9b-4635-b5b3-47ea4e27054f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/277fe557-ed9b-4635-b5b3-47ea4e27054f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T00:22:09.867Z\",\n                \"updatedAt\": \"2025-07-29T00:22:09.867Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T00:22:09.843Z\",\n                \"value\": 4023426,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/277fe557-ed9b-4635-b5b3-47ea4e27054f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/277fe557-ed9b-4635-b5b3-47ea4e27054f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5c7f8041-6563-4610-b5c0-4765ca4987f0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c7f8041-6563-4610-b5c0-4765ca4987f0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-29T00:07:09.832Z\",\n                \"updatedAt\": \"2025-07-29T00:07:09.832Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-29T00:07:09.808Z\",\n                \"value\": 4023413,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c7f8041-6563-4610-b5c0-4765ca4987f0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c7f8041-6563-4610-b5c0-4765ca4987f0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bd5fb626-c8f7-4f91-87a6-5a32aecdcb84\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd5fb626-c8f7-4f91-87a6-5a32aecdcb84\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T23:52:09.843Z\",\n                \"updatedAt\": \"2025-07-28T23:52:09.843Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T23:52:09.820Z\",\n                \"value\": 4023399,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd5fb626-c8f7-4f91-87a6-5a32aecdcb84/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd5fb626-c8f7-4f91-87a6-5a32aecdcb84/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"56cd59d0-43fe-4240-8ba7-c852c4d143f2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56cd59d0-43fe-4240-8ba7-c852c4d143f2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T23:37:09.933Z\",\n                \"updatedAt\": \"2025-07-28T23:37:09.933Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T23:37:09.880Z\",\n                \"value\": 4023385,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56cd59d0-43fe-4240-8ba7-c852c4d143f2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56cd59d0-43fe-4240-8ba7-c852c4d143f2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4c4d57a0-31f7-4007-a2ed-3c69b2de4c7b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4c4d57a0-31f7-4007-a2ed-3c69b2de4c7b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T23:22:09.827Z\",\n                \"updatedAt\": \"2025-07-28T23:22:09.827Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T23:22:09.777Z\",\n                \"value\": 4023324,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4c4d57a0-31f7-4007-a2ed-3c69b2de4c7b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4c4d57a0-31f7-4007-a2ed-3c69b2de4c7b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1b641cd2-fa74-46cb-b4dd-627a829bcc0a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b641cd2-fa74-46cb-b4dd-627a829bcc0a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T23:07:09.890Z\",\n                \"updatedAt\": \"2025-07-28T23:07:09.890Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T23:07:09.865Z\",\n                \"value\": 4023310,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b641cd2-fa74-46cb-b4dd-627a829bcc0a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b641cd2-fa74-46cb-b4dd-627a829bcc0a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d89c2def-ad3b-46a2-bcbd-dfddc1c10e81\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d89c2def-ad3b-46a2-bcbd-dfddc1c10e81\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T22:52:09.781Z\",\n                \"updatedAt\": \"2025-07-28T22:52:09.781Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T22:52:09.758Z\",\n                \"value\": 4023296,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d89c2def-ad3b-46a2-bcbd-dfddc1c10e81/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d89c2def-ad3b-46a2-bcbd-dfddc1c10e81/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3cad3dde-523a-4b00-aeaf-1b1f647d6693\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3cad3dde-523a-4b00-aeaf-1b1f647d6693\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T22:37:09.820Z\",\n                \"updatedAt\": \"2025-07-28T22:37:09.820Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T22:37:09.796Z\",\n                \"value\": 4023283,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3cad3dde-523a-4b00-aeaf-1b1f647d6693/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3cad3dde-523a-4b00-aeaf-1b1f647d6693/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cc57dd2d-5850-4115-a024-04fdb2d6621c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cc57dd2d-5850-4115-a024-04fdb2d6621c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T22:22:09.725Z\",\n                \"updatedAt\": \"2025-07-28T22:22:09.725Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T22:22:09.696Z\",\n                \"value\": 4023252,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cc57dd2d-5850-4115-a024-04fdb2d6621c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cc57dd2d-5850-4115-a024-04fdb2d6621c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b35096b0-4a9e-4c89-af1f-c7a65cf8f8f3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b35096b0-4a9e-4c89-af1f-c7a65cf8f8f3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T22:07:09.697Z\",\n                \"updatedAt\": \"2025-07-28T22:07:09.697Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T22:07:09.668Z\",\n                \"value\": 4023238,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b35096b0-4a9e-4c89-af1f-c7a65cf8f8f3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b35096b0-4a9e-4c89-af1f-c7a65cf8f8f3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ead60ab9-00ae-4671-a724-4a2a217f7ed2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ead60ab9-00ae-4671-a724-4a2a217f7ed2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T21:52:09.661Z\",\n                \"updatedAt\": \"2025-07-28T21:52:09.661Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T21:52:09.637Z\",\n                \"value\": 4023224,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ead60ab9-00ae-4671-a724-4a2a217f7ed2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ead60ab9-00ae-4671-a724-4a2a217f7ed2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"08ae7341-d981-475e-8db0-0e18b2497dcc\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/08ae7341-d981-475e-8db0-0e18b2497dcc\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T21:37:09.631Z\",\n                \"updatedAt\": \"2025-07-28T21:37:09.631Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T21:37:09.606Z\",\n                \"value\": 4023180,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/08ae7341-d981-475e-8db0-0e18b2497dcc/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/08ae7341-d981-475e-8db0-0e18b2497dcc/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2f594597-8e64-4e28-a838-ed13fec9f205\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f594597-8e64-4e28-a838-ed13fec9f205\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T21:22:09.651Z\",\n                \"updatedAt\": \"2025-07-28T21:22:09.651Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T21:22:09.623Z\",\n                \"value\": 4023148,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f594597-8e64-4e28-a838-ed13fec9f205/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2f594597-8e64-4e28-a838-ed13fec9f205/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4f13ab1a-d52e-4906-b37f-15bb59c35e60\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f13ab1a-d52e-4906-b37f-15bb59c35e60\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T21:07:09.603Z\",\n                \"updatedAt\": \"2025-07-28T21:07:09.603Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T21:07:09.575Z\",\n                \"value\": 4023134,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f13ab1a-d52e-4906-b37f-15bb59c35e60/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4f13ab1a-d52e-4906-b37f-15bb59c35e60/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"651e0a69-26e0-4890-a6a5-6ffc654dca2f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/651e0a69-26e0-4890-a6a5-6ffc654dca2f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T20:52:09.686Z\",\n                \"updatedAt\": \"2025-07-28T20:52:09.686Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T20:52:09.657Z\",\n                \"value\": 4023121,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/651e0a69-26e0-4890-a6a5-6ffc654dca2f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/651e0a69-26e0-4890-a6a5-6ffc654dca2f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a7ed9bc0-87bd-4a84-a57d-ef8a182dc338\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7ed9bc0-87bd-4a84-a57d-ef8a182dc338\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T20:37:09.577Z\",\n                \"updatedAt\": \"2025-07-28T20:37:09.577Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T20:37:09.554Z\",\n                \"value\": 4023107,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7ed9bc0-87bd-4a84-a57d-ef8a182dc338/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a7ed9bc0-87bd-4a84-a57d-ef8a182dc338/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"466f23a8-4085-4146-81bb-e59ba137f711\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/466f23a8-4085-4146-81bb-e59ba137f711\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T20:22:09.664Z\",\n                \"updatedAt\": \"2025-07-28T20:22:09.664Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T20:22:09.639Z\",\n                \"value\": 4023076,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/466f23a8-4085-4146-81bb-e59ba137f711/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/466f23a8-4085-4146-81bb-e59ba137f711/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"53994cca-5d65-48dc-9bb2-3205f4a21d43\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53994cca-5d65-48dc-9bb2-3205f4a21d43\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T20:07:09.532Z\",\n                \"updatedAt\": \"2025-07-28T20:07:09.532Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T20:07:09.507Z\",\n                \"value\": 4023063,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53994cca-5d65-48dc-9bb2-3205f4a21d43/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53994cca-5d65-48dc-9bb2-3205f4a21d43/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9a08a64a-7f32-48a2-a5fe-1b36d8c65fa0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9a08a64a-7f32-48a2-a5fe-1b36d8c65fa0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T19:52:09.506Z\",\n                \"updatedAt\": \"2025-07-28T19:52:09.506Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T19:52:09.478Z\",\n                \"value\": 4023018,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9a08a64a-7f32-48a2-a5fe-1b36d8c65fa0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9a08a64a-7f32-48a2-a5fe-1b36d8c65fa0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fa05efc2-cd72-4d2d-a9d1-9509f69bb5d5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa05efc2-cd72-4d2d-a9d1-9509f69bb5d5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T19:37:09.485Z\",\n                \"updatedAt\": \"2025-07-28T19:37:09.485Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T19:37:09.457Z\",\n                \"value\": 4023004,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa05efc2-cd72-4d2d-a9d1-9509f69bb5d5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa05efc2-cd72-4d2d-a9d1-9509f69bb5d5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d0787c36-2aa8-44d9-980e-9eb0f448bc30\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0787c36-2aa8-44d9-980e-9eb0f448bc30\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T19:22:09.591Z\",\n                \"updatedAt\": \"2025-07-28T19:22:09.591Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T19:22:09.539Z\",\n                \"value\": 4022974,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0787c36-2aa8-44d9-980e-9eb0f448bc30/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0787c36-2aa8-44d9-980e-9eb0f448bc30/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c9649b6c-65ac-4545-9a7f-38aebb9b9cd0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c9649b6c-65ac-4545-9a7f-38aebb9b9cd0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T19:07:09.460Z\",\n                \"updatedAt\": \"2025-07-28T19:07:09.460Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T19:07:09.411Z\",\n                \"value\": 4022960,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c9649b6c-65ac-4545-9a7f-38aebb9b9cd0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c9649b6c-65ac-4545-9a7f-38aebb9b9cd0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d9946d54-9f76-46f8-9a96-c44d2e7d0253\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d9946d54-9f76-46f8-9a96-c44d2e7d0253\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T18:52:09.432Z\",\n                \"updatedAt\": \"2025-07-28T18:52:09.432Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T18:52:09.406Z\",\n                \"value\": 4022946,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d9946d54-9f76-46f8-9a96-c44d2e7d0253/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d9946d54-9f76-46f8-9a96-c44d2e7d0253/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0272294c-43db-4cf7-8d19-122aa65a3fab\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0272294c-43db-4cf7-8d19-122aa65a3fab\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T18:37:09.417Z\",\n                \"updatedAt\": \"2025-07-28T18:37:09.417Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T18:37:09.391Z\",\n                \"value\": 4022933,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0272294c-43db-4cf7-8d19-122aa65a3fab/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0272294c-43db-4cf7-8d19-122aa65a3fab/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2fe08f3b-39dc-4610-b752-8ba8c4236e04\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2fe08f3b-39dc-4610-b752-8ba8c4236e04\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T18:22:09.525Z\",\n                \"updatedAt\": \"2025-07-28T18:22:09.525Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T18:22:09.499Z\",\n                \"value\": 4022902,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2fe08f3b-39dc-4610-b752-8ba8c4236e04/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2fe08f3b-39dc-4610-b752-8ba8c4236e04/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f3102626-dbd3-470d-9729-9d5d70e849b6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3102626-dbd3-470d-9729-9d5d70e849b6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T18:07:09.375Z\",\n                \"updatedAt\": \"2025-07-28T18:07:09.375Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T18:07:09.349Z\",\n                \"value\": 4022888,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3102626-dbd3-470d-9729-9d5d70e849b6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3102626-dbd3-470d-9729-9d5d70e849b6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"717ed8c9-76fb-4941-886d-c3c3e5e53a43\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/717ed8c9-76fb-4941-886d-c3c3e5e53a43\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T17:52:09.454Z\",\n                \"updatedAt\": \"2025-07-28T17:52:09.454Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T17:52:09.420Z\",\n                \"value\": 4022817,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/717ed8c9-76fb-4941-886d-c3c3e5e53a43/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/717ed8c9-76fb-4941-886d-c3c3e5e53a43/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1bfa307d-8603-4165-8ea4-bb9ce7abe92d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1bfa307d-8603-4165-8ea4-bb9ce7abe92d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T17:37:09.342Z\",\n                \"updatedAt\": \"2025-07-28T17:37:09.342Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T17:37:09.314Z\",\n                \"value\": 4022803,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1bfa307d-8603-4165-8ea4-bb9ce7abe92d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1bfa307d-8603-4165-8ea4-bb9ce7abe92d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e3ef8766-136d-465b-a10e-21fa9729fe60\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e3ef8766-136d-465b-a10e-21fa9729fe60\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T17:22:09.397Z\",\n                \"updatedAt\": \"2025-07-28T17:22:09.397Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T17:22:09.366Z\",\n                \"value\": 4022789,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e3ef8766-136d-465b-a10e-21fa9729fe60/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e3ef8766-136d-465b-a10e-21fa9729fe60/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6206a196-07ea-49dc-b4af-445347142aa4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6206a196-07ea-49dc-b4af-445347142aa4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T17:07:09.295Z\",\n                \"updatedAt\": \"2025-07-28T17:07:09.295Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T17:07:09.262Z\",\n                \"value\": 4022754,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6206a196-07ea-49dc-b4af-445347142aa4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6206a196-07ea-49dc-b4af-445347142aa4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4e6b9c92-d3ca-44f9-a224-879ad59b4466\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4e6b9c92-d3ca-44f9-a224-879ad59b4466\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T16:52:09.303Z\",\n                \"updatedAt\": \"2025-07-28T16:52:09.303Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T16:52:09.273Z\",\n                \"value\": 4022740,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4e6b9c92-d3ca-44f9-a224-879ad59b4466/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4e6b9c92-d3ca-44f9-a224-879ad59b4466/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"188fe30d-8f3d-4fd0-aa77-ed9133e7fa55\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/188fe30d-8f3d-4fd0-aa77-ed9133e7fa55\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T16:37:09.244Z\",\n                \"updatedAt\": \"2025-07-28T16:37:09.244Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T16:37:09.218Z\",\n                \"value\": 4022727,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/188fe30d-8f3d-4fd0-aa77-ed9133e7fa55/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/188fe30d-8f3d-4fd0-aa77-ed9133e7fa55/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"67258104-df65-4534-a976-7072d259ce11\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/67258104-df65-4534-a976-7072d259ce11\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T16:22:09.282Z\",\n                \"updatedAt\": \"2025-07-28T16:22:09.282Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T16:22:09.233Z\",\n                \"value\": 4022713,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/67258104-df65-4534-a976-7072d259ce11/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/67258104-df65-4534-a976-7072d259ce11/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ab7bfba2-0896-4a0e-a8b4-83e640fc3d6a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ab7bfba2-0896-4a0e-a8b4-83e640fc3d6a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T16:07:09.257Z\",\n                \"updatedAt\": \"2025-07-28T16:07:09.257Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T16:07:09.204Z\",\n                \"value\": 4022681,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ab7bfba2-0896-4a0e-a8b4-83e640fc3d6a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ab7bfba2-0896-4a0e-a8b4-83e640fc3d6a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8d85a019-6a58-4d4e-80bd-b2462ebf02d4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8d85a019-6a58-4d4e-80bd-b2462ebf02d4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T15:52:09.222Z\",\n                \"updatedAt\": \"2025-07-28T15:52:09.222Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T15:52:09.162Z\",\n                \"value\": 4022635,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8d85a019-6a58-4d4e-80bd-b2462ebf02d4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8d85a019-6a58-4d4e-80bd-b2462ebf02d4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cb64ac19-810a-4a76-9882-dcb693e1397d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb64ac19-810a-4a76-9882-dcb693e1397d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T15:37:09.296Z\",\n                \"updatedAt\": \"2025-07-28T15:37:09.296Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T15:37:09.266Z\",\n                \"value\": 4022622,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb64ac19-810a-4a76-9882-dcb693e1397d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb64ac19-810a-4a76-9882-dcb693e1397d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b4ce2d96-db50-487c-989f-a8972af7ba22\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b4ce2d96-db50-487c-989f-a8972af7ba22\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T15:22:09.177Z\",\n                \"updatedAt\": \"2025-07-28T15:22:09.177Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T15:22:09.146Z\",\n                \"value\": 4022608,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b4ce2d96-db50-487c-989f-a8972af7ba22/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b4ce2d96-db50-487c-989f-a8972af7ba22/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6c29aa08-1d72-4e3b-bba6-faaa0a44ba69\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c29aa08-1d72-4e3b-bba6-faaa0a44ba69\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T15:07:09.236Z\",\n                \"updatedAt\": \"2025-07-28T15:07:09.236Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T15:07:09.202Z\",\n                \"value\": 4022577,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c29aa08-1d72-4e3b-bba6-faaa0a44ba69/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6c29aa08-1d72-4e3b-bba6-faaa0a44ba69/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a10a42e4-5fca-4dbb-a02f-1f14c833b354\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a10a42e4-5fca-4dbb-a02f-1f14c833b354\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T14:52:09.148Z\",\n                \"updatedAt\": \"2025-07-28T14:52:09.148Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T14:52:09.117Z\",\n                \"value\": 4022563,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a10a42e4-5fca-4dbb-a02f-1f14c833b354/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a10a42e4-5fca-4dbb-a02f-1f14c833b354/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"917f654b-86f7-4169-8659-aa06fda43e01\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/917f654b-86f7-4169-8659-aa06fda43e01\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T14:37:09.091Z\",\n                \"updatedAt\": \"2025-07-28T14:37:09.091Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T14:37:09.064Z\",\n                \"value\": 4022549,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/917f654b-86f7-4169-8659-aa06fda43e01/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/917f654b-86f7-4169-8659-aa06fda43e01/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5facfb34-9d4e-4e3e-bc4e-98db244eff63\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5facfb34-9d4e-4e3e-bc4e-98db244eff63\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T14:22:09.101Z\",\n                \"updatedAt\": \"2025-07-28T14:22:09.101Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T14:22:09.075Z\",\n                \"value\": 4022536,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5facfb34-9d4e-4e3e-bc4e-98db244eff63/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5facfb34-9d4e-4e3e-bc4e-98db244eff63/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2fad4be0-b3e5-45c1-b729-706fdb038a2b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2fad4be0-b3e5-45c1-b729-706fdb038a2b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T14:07:09.150Z\",\n                \"updatedAt\": \"2025-07-28T14:07:09.150Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T14:07:09.122Z\",\n                \"value\": 4022505,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2fad4be0-b3e5-45c1-b729-706fdb038a2b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2fad4be0-b3e5-45c1-b729-706fdb038a2b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"57d5667c-cc5c-478c-afca-fcfb29b292ca\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/57d5667c-cc5c-478c-afca-fcfb29b292ca\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T13:52:09.220Z\",\n                \"updatedAt\": \"2025-07-28T13:52:09.220Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T13:52:09.084Z\",\n                \"value\": 4022460,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/57d5667c-cc5c-478c-afca-fcfb29b292ca/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/57d5667c-cc5c-478c-afca-fcfb29b292ca/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"400c3397-235b-47d1-a76b-4f2eb21fe41b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/400c3397-235b-47d1-a76b-4f2eb21fe41b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T13:37:09.010Z\",\n                \"updatedAt\": \"2025-07-28T13:37:09.010Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T13:37:08.979Z\",\n                \"value\": 4022447,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/400c3397-235b-47d1-a76b-4f2eb21fe41b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/400c3397-235b-47d1-a76b-4f2eb21fe41b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"09196e8c-3b95-4ab4-8bf9-9c7102b51032\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09196e8c-3b95-4ab4-8bf9-9c7102b51032\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T13:22:09.027Z\",\n                \"updatedAt\": \"2025-07-28T13:22:09.027Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T13:22:08.965Z\",\n                \"value\": 4022433,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09196e8c-3b95-4ab4-8bf9-9c7102b51032/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/09196e8c-3b95-4ab4-8bf9-9c7102b51032/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ed692197-1d3b-425e-80e4-52d72b84e6bb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ed692197-1d3b-425e-80e4-52d72b84e6bb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T13:07:09.061Z\",\n                \"updatedAt\": \"2025-07-28T13:07:09.061Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T13:07:09.027Z\",\n                \"value\": 4022402,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ed692197-1d3b-425e-80e4-52d72b84e6bb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ed692197-1d3b-425e-80e4-52d72b84e6bb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4cb55089-e89e-4b2e-98dd-f7be7730ca55\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4cb55089-e89e-4b2e-98dd-f7be7730ca55\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T12:52:09.002Z\",\n                \"updatedAt\": \"2025-07-28T12:52:09.002Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T12:52:08.968Z\",\n                \"value\": 4022388,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4cb55089-e89e-4b2e-98dd-f7be7730ca55/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4cb55089-e89e-4b2e-98dd-f7be7730ca55/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5717bad2-acd9-4ceb-9a0a-be955ae3f226\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5717bad2-acd9-4ceb-9a0a-be955ae3f226\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T12:37:09.044Z\",\n                \"updatedAt\": \"2025-07-28T12:37:09.044Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T12:37:09.011Z\",\n                \"value\": 4022374,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5717bad2-acd9-4ceb-9a0a-be955ae3f226/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5717bad2-acd9-4ceb-9a0a-be955ae3f226/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"46256eff-df30-4347-8737-c9180eea711d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/46256eff-df30-4347-8737-c9180eea711d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T12:22:08.957Z\",\n                \"updatedAt\": \"2025-07-28T12:22:08.957Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T12:22:08.924Z\",\n                \"value\": 4022360,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/46256eff-df30-4347-8737-c9180eea711d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/46256eff-df30-4347-8737-c9180eea711d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1be1db8b-dfc8-4054-b3a8-84d425ba25a4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1be1db8b-dfc8-4054-b3a8-84d425ba25a4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T12:07:09.031Z\",\n                \"updatedAt\": \"2025-07-28T12:07:09.031Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T12:07:09.000Z\",\n                \"value\": 4022330,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1be1db8b-dfc8-4054-b3a8-84d425ba25a4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1be1db8b-dfc8-4054-b3a8-84d425ba25a4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f59c7af0-6bcf-43de-9fcf-96870cf5179a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f59c7af0-6bcf-43de-9fcf-96870cf5179a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T11:52:08.878Z\",\n                \"updatedAt\": \"2025-07-28T11:52:08.878Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T11:52:08.860Z\",\n                \"value\": 4022283,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f59c7af0-6bcf-43de-9fcf-96870cf5179a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f59c7af0-6bcf-43de-9fcf-96870cf5179a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"697eb368-626b-4202-9ed2-918d73d555fd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/697eb368-626b-4202-9ed2-918d73d555fd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T11:37:08.857Z\",\n                \"updatedAt\": \"2025-07-28T11:37:08.857Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T11:37:08.841Z\",\n                \"value\": 4022269,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/697eb368-626b-4202-9ed2-918d73d555fd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/697eb368-626b-4202-9ed2-918d73d555fd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"56c3c832-9be7-4e7c-91b2-ec85d64928e8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56c3c832-9be7-4e7c-91b2-ec85d64928e8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T11:22:08.860Z\",\n                \"updatedAt\": \"2025-07-28T11:22:08.860Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T11:22:08.835Z\",\n                \"value\": 4022255,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56c3c832-9be7-4e7c-91b2-ec85d64928e8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/56c3c832-9be7-4e7c-91b2-ec85d64928e8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9f382a03-e5a9-4b4a-aa37-50152e7516df\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f382a03-e5a9-4b4a-aa37-50152e7516df\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T11:07:08.862Z\",\n                \"updatedAt\": \"2025-07-28T11:07:08.862Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T11:07:08.842Z\",\n                \"value\": 4022225,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f382a03-e5a9-4b4a-aa37-50152e7516df/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9f382a03-e5a9-4b4a-aa37-50152e7516df/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fba0c164-ee13-4b9e-a4ad-b8972ed12bed\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fba0c164-ee13-4b9e-a4ad-b8972ed12bed\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T10:52:08.816Z\",\n                \"updatedAt\": \"2025-07-28T10:52:08.816Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T10:52:08.799Z\",\n                \"value\": 4022211,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fba0c164-ee13-4b9e-a4ad-b8972ed12bed/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fba0c164-ee13-4b9e-a4ad-b8972ed12bed/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e2b7107e-1400-4d14-b591-54c11be63700\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2b7107e-1400-4d14-b591-54c11be63700\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T10:37:08.791Z\",\n                \"updatedAt\": \"2025-07-28T10:37:08.791Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T10:37:08.769Z\",\n                \"value\": 4022197,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2b7107e-1400-4d14-b591-54c11be63700/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e2b7107e-1400-4d14-b591-54c11be63700/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b8c01542-507a-4be7-a7ec-45c017995ae4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b8c01542-507a-4be7-a7ec-45c017995ae4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T10:22:08.885Z\",\n                \"updatedAt\": \"2025-07-28T10:22:08.885Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T10:22:08.843Z\",\n                \"value\": 4022184,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b8c01542-507a-4be7-a7ec-45c017995ae4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b8c01542-507a-4be7-a7ec-45c017995ae4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"86f483a0-4a87-41e2-92e1-50c0985d2b73\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/86f483a0-4a87-41e2-92e1-50c0985d2b73\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T10:07:08.776Z\",\n                \"updatedAt\": \"2025-07-28T10:07:08.776Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T10:07:08.733Z\",\n                \"value\": 4022153,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/86f483a0-4a87-41e2-92e1-50c0985d2b73/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/86f483a0-4a87-41e2-92e1-50c0985d2b73/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d7754d16-da58-45c3-846d-19993696b0b4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d7754d16-da58-45c3-846d-19993696b0b4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T09:52:08.841Z\",\n                \"updatedAt\": \"2025-07-28T09:52:08.841Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T09:52:08.822Z\",\n                \"value\": 4022139,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d7754d16-da58-45c3-846d-19993696b0b4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d7754d16-da58-45c3-846d-19993696b0b4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8a01487e-66dd-4fa9-a74a-e03b7ac21c68\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8a01487e-66dd-4fa9-a74a-e03b7ac21c68\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T09:37:08.703Z\",\n                \"updatedAt\": \"2025-07-28T09:37:08.703Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T09:37:08.686Z\",\n                \"value\": 4022092,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8a01487e-66dd-4fa9-a74a-e03b7ac21c68/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8a01487e-66dd-4fa9-a74a-e03b7ac21c68/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3e2cc3af-a100-44b7-9dcc-03a9cacf2788\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e2cc3af-a100-44b7-9dcc-03a9cacf2788\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T09:22:08.727Z\",\n                \"updatedAt\": \"2025-07-28T09:22:08.727Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T09:22:08.711Z\",\n                \"value\": 4022079,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e2cc3af-a100-44b7-9dcc-03a9cacf2788/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3e2cc3af-a100-44b7-9dcc-03a9cacf2788/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"efd62a62-0ec7-49f1-8b8f-2bc4b75f2637\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/efd62a62-0ec7-49f1-8b8f-2bc4b75f2637\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T09:07:08.676Z\",\n                \"updatedAt\": \"2025-07-28T09:07:08.676Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T09:07:08.660Z\",\n                \"value\": 4022049,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/efd62a62-0ec7-49f1-8b8f-2bc4b75f2637/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/efd62a62-0ec7-49f1-8b8f-2bc4b75f2637/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e972c97f-4395-4e22-addb-7b530948acbb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e972c97f-4395-4e22-addb-7b530948acbb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T08:52:08.755Z\",\n                \"updatedAt\": \"2025-07-28T08:52:08.755Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T08:52:08.738Z\",\n                \"value\": 4022035,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e972c97f-4395-4e22-addb-7b530948acbb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e972c97f-4395-4e22-addb-7b530948acbb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"16a2e485-42b2-425b-a3f5-1132f2404d10\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/16a2e485-42b2-425b-a3f5-1132f2404d10\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T08:37:08.645Z\",\n                \"updatedAt\": \"2025-07-28T08:37:08.645Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T08:37:08.621Z\",\n                \"value\": 4022021,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/16a2e485-42b2-425b-a3f5-1132f2404d10/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/16a2e485-42b2-425b-a3f5-1132f2404d10/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f2ea4243-31d1-42c8-967e-1d623fb23089\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f2ea4243-31d1-42c8-967e-1d623fb23089\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T08:22:08.611Z\",\n                \"updatedAt\": \"2025-07-28T08:22:08.611Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T08:22:08.595Z\",\n                \"value\": 4022008,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f2ea4243-31d1-42c8-967e-1d623fb23089/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f2ea4243-31d1-42c8-967e-1d623fb23089/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8fe2deb7-12aa-4876-83e3-fd170fdb03c0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8fe2deb7-12aa-4876-83e3-fd170fdb03c0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T08:07:08.607Z\",\n                \"updatedAt\": \"2025-07-28T08:07:08.607Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T08:07:08.591Z\",\n                \"value\": 4021977,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8fe2deb7-12aa-4876-83e3-fd170fdb03c0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8fe2deb7-12aa-4876-83e3-fd170fdb03c0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"82d6f363-13d4-4144-aa8f-8875d5b70864\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/82d6f363-13d4-4144-aa8f-8875d5b70864\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T07:52:08.678Z\",\n                \"updatedAt\": \"2025-07-28T07:52:08.678Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T07:52:08.662Z\",\n                \"value\": 4021933,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/82d6f363-13d4-4144-aa8f-8875d5b70864/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/82d6f363-13d4-4144-aa8f-8875d5b70864/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d1f1cd0d-101d-4abc-a8fc-c423d53c12e4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1f1cd0d-101d-4abc-a8fc-c423d53c12e4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T07:37:08.566Z\",\n                \"updatedAt\": \"2025-07-28T07:37:08.566Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T07:37:08.550Z\",\n                \"value\": 4021919,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1f1cd0d-101d-4abc-a8fc-c423d53c12e4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d1f1cd0d-101d-4abc-a8fc-c423d53c12e4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2895ba57-49d3-478b-9767-dc24d8f19fcc\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2895ba57-49d3-478b-9767-dc24d8f19fcc\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T07:22:08.622Z\",\n                \"updatedAt\": \"2025-07-28T07:22:08.622Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T07:22:08.608Z\",\n                \"value\": 4021889,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2895ba57-49d3-478b-9767-dc24d8f19fcc/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2895ba57-49d3-478b-9767-dc24d8f19fcc/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"088249f4-4c1a-4c31-8d83-17a2d6248b97\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/088249f4-4c1a-4c31-8d83-17a2d6248b97\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T07:07:08.548Z\",\n                \"updatedAt\": \"2025-07-28T07:07:08.548Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T07:07:08.532Z\",\n                \"value\": 4021875,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/088249f4-4c1a-4c31-8d83-17a2d6248b97/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/088249f4-4c1a-4c31-8d83-17a2d6248b97/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cb136dd9-2804-407e-bd36-fa08892d56b7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb136dd9-2804-407e-bd36-fa08892d56b7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T06:52:08.574Z\",\n                \"updatedAt\": \"2025-07-28T06:52:08.574Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T06:52:08.560Z\",\n                \"value\": 4021861,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb136dd9-2804-407e-bd36-fa08892d56b7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb136dd9-2804-407e-bd36-fa08892d56b7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9e0d2e4b-ed85-44aa-8513-e25f47a8dd64\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9e0d2e4b-ed85-44aa-8513-e25f47a8dd64\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T06:37:08.517Z\",\n                \"updatedAt\": \"2025-07-28T06:37:08.517Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T06:37:08.503Z\",\n                \"value\": 4021848,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9e0d2e4b-ed85-44aa-8513-e25f47a8dd64/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9e0d2e4b-ed85-44aa-8513-e25f47a8dd64/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"17c24af6-05a6-4a4b-a41d-caf8dd8ffe8c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/17c24af6-05a6-4a4b-a41d-caf8dd8ffe8c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T06:22:08.533Z\",\n                \"updatedAt\": \"2025-07-28T06:22:08.533Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T06:22:08.480Z\",\n                \"value\": 4021791,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/17c24af6-05a6-4a4b-a41d-caf8dd8ffe8c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/17c24af6-05a6-4a4b-a41d-caf8dd8ffe8c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e1f5f3cd-869e-41b9-9143-f7c8b3824278\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1f5f3cd-869e-41b9-9143-f7c8b3824278\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T06:07:08.424Z\",\n                \"updatedAt\": \"2025-07-28T06:07:08.424Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T06:07:08.410Z\",\n                \"value\": 4021744,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1f5f3cd-869e-41b9-9143-f7c8b3824278/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1f5f3cd-869e-41b9-9143-f7c8b3824278/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"54ab7e3e-0d03-4429-b794-004cb46257c4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/54ab7e3e-0d03-4429-b794-004cb46257c4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T05:52:08.424Z\",\n                \"updatedAt\": \"2025-07-28T05:52:08.424Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T05:52:08.410Z\",\n                \"value\": 4021731,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/54ab7e3e-0d03-4429-b794-004cb46257c4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/54ab7e3e-0d03-4429-b794-004cb46257c4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b86995d7-51cd-4c7f-893d-4346eefbb165\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b86995d7-51cd-4c7f-893d-4346eefbb165\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T05:37:08.396Z\",\n                \"updatedAt\": \"2025-07-28T05:37:08.396Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T05:37:08.381Z\",\n                \"value\": 4021718,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b86995d7-51cd-4c7f-893d-4346eefbb165/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b86995d7-51cd-4c7f-893d-4346eefbb165/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a180d5df-bca5-4712-a64e-c5bffd4e525f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a180d5df-bca5-4712-a64e-c5bffd4e525f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T05:22:08.373Z\",\n                \"updatedAt\": \"2025-07-28T05:22:08.373Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T05:22:08.357Z\",\n                \"value\": 4021688,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a180d5df-bca5-4712-a64e-c5bffd4e525f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a180d5df-bca5-4712-a64e-c5bffd4e525f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"025f1a7d-6555-4758-abbf-03cdd0c14aa4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/025f1a7d-6555-4758-abbf-03cdd0c14aa4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T05:07:08.457Z\",\n                \"updatedAt\": \"2025-07-28T05:07:08.457Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T05:07:08.441Z\",\n                \"value\": 4021674,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/025f1a7d-6555-4758-abbf-03cdd0c14aa4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/025f1a7d-6555-4758-abbf-03cdd0c14aa4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2444b452-8a23-402c-b2d6-c7161e6ccd3f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2444b452-8a23-402c-b2d6-c7161e6ccd3f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T04:52:08.339Z\",\n                \"updatedAt\": \"2025-07-28T04:52:08.339Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T04:52:08.324Z\",\n                \"value\": 4021660,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2444b452-8a23-402c-b2d6-c7161e6ccd3f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2444b452-8a23-402c-b2d6-c7161e6ccd3f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0ace7579-e61f-414d-8f08-ab99a9bd6e8b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ace7579-e61f-414d-8f08-ab99a9bd6e8b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T04:37:08.439Z\",\n                \"updatedAt\": \"2025-07-28T04:37:08.439Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T04:37:08.422Z\",\n                \"value\": 4021647,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ace7579-e61f-414d-8f08-ab99a9bd6e8b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ace7579-e61f-414d-8f08-ab99a9bd6e8b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"dbc95975-dfd4-4ad5-827e-cc3600db36d8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dbc95975-dfd4-4ad5-827e-cc3600db36d8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T04:22:08.305Z\",\n                \"updatedAt\": \"2025-07-28T04:22:08.305Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T04:22:08.288Z\",\n                \"value\": 4021616,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dbc95975-dfd4-4ad5-827e-cc3600db36d8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/dbc95975-dfd4-4ad5-827e-cc3600db36d8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d8e46309-db51-4249-8983-f43aa74d2b8c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d8e46309-db51-4249-8983-f43aa74d2b8c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T04:07:08.296Z\",\n                \"updatedAt\": \"2025-07-28T04:07:08.296Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T04:07:08.283Z\",\n                \"value\": 4021570,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d8e46309-db51-4249-8983-f43aa74d2b8c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d8e46309-db51-4249-8983-f43aa74d2b8c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ec0ef6e1-3dec-46ae-8dea-303bdf0325b1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ec0ef6e1-3dec-46ae-8dea-303bdf0325b1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T03:52:08.271Z\",\n                \"updatedAt\": \"2025-07-28T03:52:08.271Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T03:52:08.257Z\",\n                \"value\": 4021556,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ec0ef6e1-3dec-46ae-8dea-303bdf0325b1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ec0ef6e1-3dec-46ae-8dea-303bdf0325b1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1b64f358-1161-4845-9ae2-2e296f246a52\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b64f358-1161-4845-9ae2-2e296f246a52\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T03:37:08.346Z\",\n                \"updatedAt\": \"2025-07-28T03:37:08.346Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T03:37:08.329Z\",\n                \"value\": 4021542,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b64f358-1161-4845-9ae2-2e296f246a52/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1b64f358-1161-4845-9ae2-2e296f246a52/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9bf3989f-50a0-4252-9b69-20dec37c127a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9bf3989f-50a0-4252-9b69-20dec37c127a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T03:22:08.242Z\",\n                \"updatedAt\": \"2025-07-28T03:22:08.242Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T03:22:08.227Z\",\n                \"value\": 4021511,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9bf3989f-50a0-4252-9b69-20dec37c127a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9bf3989f-50a0-4252-9b69-20dec37c127a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"66b829f7-32b9-4b47-a46c-b4e3cbec2f6c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66b829f7-32b9-4b47-a46c-b4e3cbec2f6c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T03:07:08.236Z\",\n                \"updatedAt\": \"2025-07-28T03:07:08.236Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T03:07:08.220Z\",\n                \"value\": 4021498,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66b829f7-32b9-4b47-a46c-b4e3cbec2f6c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66b829f7-32b9-4b47-a46c-b4e3cbec2f6c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c21ea4db-b10b-4d73-8ef6-74eb71bc966a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c21ea4db-b10b-4d73-8ef6-74eb71bc966a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T02:52:08.248Z\",\n                \"updatedAt\": \"2025-07-28T02:52:08.248Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T02:52:08.208Z\",\n                \"value\": 4021484,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c21ea4db-b10b-4d73-8ef6-74eb71bc966a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c21ea4db-b10b-4d73-8ef6-74eb71bc966a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f4be8814-47f0-4df7-b379-717d631e1f9d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f4be8814-47f0-4df7-b379-717d631e1f9d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T02:37:08.297Z\",\n                \"updatedAt\": \"2025-07-28T02:37:08.297Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T02:37:08.279Z\",\n                \"value\": 4021470,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f4be8814-47f0-4df7-b379-717d631e1f9d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f4be8814-47f0-4df7-b379-717d631e1f9d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5f2da6e6-8649-44ac-b32e-23bab1eab0e4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5f2da6e6-8649-44ac-b32e-23bab1eab0e4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T02:22:08.151Z\",\n                \"updatedAt\": \"2025-07-28T02:22:08.151Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T02:22:08.137Z\",\n                \"value\": 4021453,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5f2da6e6-8649-44ac-b32e-23bab1eab0e4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5f2da6e6-8649-44ac-b32e-23bab1eab0e4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0a50a789-be79-4e2b-8e96-514f1bd48cf0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a50a789-be79-4e2b-8e96-514f1bd48cf0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T02:07:08.245Z\",\n                \"updatedAt\": \"2025-07-28T02:07:08.245Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T02:07:08.230Z\",\n                \"value\": 4021426,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a50a789-be79-4e2b-8e96-514f1bd48cf0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a50a789-be79-4e2b-8e96-514f1bd48cf0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"904ac1af-da8e-4229-be63-908fbfe8b008\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/904ac1af-da8e-4229-be63-908fbfe8b008\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T01:52:08.139Z\",\n                \"updatedAt\": \"2025-07-28T01:52:08.139Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T01:52:08.124Z\",\n                \"value\": 4021375,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/904ac1af-da8e-4229-be63-908fbfe8b008/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/904ac1af-da8e-4229-be63-908fbfe8b008/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1494fefb-8475-42ff-980e-c54598c70b46\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1494fefb-8475-42ff-980e-c54598c70b46\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T01:37:08.181Z\",\n                \"updatedAt\": \"2025-07-28T01:37:08.181Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T01:37:08.167Z\",\n                \"value\": 4021362,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1494fefb-8475-42ff-980e-c54598c70b46/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1494fefb-8475-42ff-980e-c54598c70b46/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d41f6008-d0f9-4f77-adc9-95a0e319f273\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d41f6008-d0f9-4f77-adc9-95a0e319f273\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T01:22:08.060Z\",\n                \"updatedAt\": \"2025-07-28T01:22:08.060Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T01:22:08.045Z\",\n                \"value\": 4021348,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d41f6008-d0f9-4f77-adc9-95a0e319f273/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d41f6008-d0f9-4f77-adc9-95a0e319f273/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0cabfde9-0f4c-4b5f-b31b-a3f1fe971d89\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0cabfde9-0f4c-4b5f-b31b-a3f1fe971d89\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T01:07:08.056Z\",\n                \"updatedAt\": \"2025-07-28T01:07:08.056Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T01:07:08.041Z\",\n                \"value\": 4021316,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0cabfde9-0f4c-4b5f-b31b-a3f1fe971d89/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0cabfde9-0f4c-4b5f-b31b-a3f1fe971d89/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c0f90b88-5ccd-4d82-a818-e47a385ee485\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0f90b88-5ccd-4d82-a818-e47a385ee485\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T00:52:08.036Z\",\n                \"updatedAt\": \"2025-07-28T00:52:08.036Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T00:52:08.020Z\",\n                \"value\": 4021303,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0f90b88-5ccd-4d82-a818-e47a385ee485/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c0f90b88-5ccd-4d82-a818-e47a385ee485/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e05f4313-bb7d-4850-9d99-17a3da8039e5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e05f4313-bb7d-4850-9d99-17a3da8039e5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T00:37:08.031Z\",\n                \"updatedAt\": \"2025-07-28T00:37:08.031Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T00:37:08.017Z\",\n                \"value\": 4021289,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e05f4313-bb7d-4850-9d99-17a3da8039e5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e05f4313-bb7d-4850-9d99-17a3da8039e5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"aef9b760-a9e6-4ce8-8f96-5bb8d7d98404\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aef9b760-a9e6-4ce8-8f96-5bb8d7d98404\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T00:22:07.983Z\",\n                \"updatedAt\": \"2025-07-28T00:22:07.983Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T00:22:07.967Z\",\n                \"value\": 4021258,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aef9b760-a9e6-4ce8-8f96-5bb8d7d98404/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aef9b760-a9e6-4ce8-8f96-5bb8d7d98404/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6ec4db8c-3582-4b97-b34a-661d410781fe\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6ec4db8c-3582-4b97-b34a-661d410781fe\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-28T00:07:07.959Z\",\n                \"updatedAt\": \"2025-07-28T00:07:07.959Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-28T00:07:07.944Z\",\n                \"value\": 4021245,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6ec4db8c-3582-4b97-b34a-661d410781fe/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6ec4db8c-3582-4b97-b34a-661d410781fe/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0602517f-399e-4a5c-a44c-f23b7dd2fcb2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0602517f-399e-4a5c-a44c-f23b7dd2fcb2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T23:52:07.940Z\",\n                \"updatedAt\": \"2025-07-27T23:52:07.940Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T23:52:07.926Z\",\n                \"value\": 4021201,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0602517f-399e-4a5c-a44c-f23b7dd2fcb2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0602517f-399e-4a5c-a44c-f23b7dd2fcb2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a5ec5fad-deed-4d6a-96d2-5e2ec6e0232c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a5ec5fad-deed-4d6a-96d2-5e2ec6e0232c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T23:37:08.052Z\",\n                \"updatedAt\": \"2025-07-27T23:37:08.052Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T23:37:08.019Z\",\n                \"value\": 4021187,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a5ec5fad-deed-4d6a-96d2-5e2ec6e0232c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a5ec5fad-deed-4d6a-96d2-5e2ec6e0232c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"aa87e3bc-5d99-4bec-aab2-7fcacb5e6aa0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aa87e3bc-5d99-4bec-aab2-7fcacb5e6aa0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T23:22:07.914Z\",\n                \"updatedAt\": \"2025-07-27T23:22:07.914Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T23:22:07.899Z\",\n                \"value\": 4021157,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aa87e3bc-5d99-4bec-aab2-7fcacb5e6aa0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/aa87e3bc-5d99-4bec-aab2-7fcacb5e6aa0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a8b7b2a4-a3d8-4edb-bb09-e37b4822bd4b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a8b7b2a4-a3d8-4edb-bb09-e37b4822bd4b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T23:07:08.003Z\",\n                \"updatedAt\": \"2025-07-27T23:07:08.003Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T23:07:07.988Z\",\n                \"value\": 4021144,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a8b7b2a4-a3d8-4edb-bb09-e37b4822bd4b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a8b7b2a4-a3d8-4edb-bb09-e37b4822bd4b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"daf158b6-ab8a-4c26-9312-35e996959426\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/daf158b6-ab8a-4c26-9312-35e996959426\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T22:52:07.890Z\",\n                \"updatedAt\": \"2025-07-27T22:52:07.890Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T22:52:07.875Z\",\n                \"value\": 4021130,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/daf158b6-ab8a-4c26-9312-35e996959426/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/daf158b6-ab8a-4c26-9312-35e996959426/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9bb0362f-7f11-4aba-aeb8-ad25dabc48a7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9bb0362f-7f11-4aba-aeb8-ad25dabc48a7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T22:37:07.835Z\",\n                \"updatedAt\": \"2025-07-27T22:37:07.835Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T22:37:07.821Z\",\n                \"value\": 4021116,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9bb0362f-7f11-4aba-aeb8-ad25dabc48a7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9bb0362f-7f11-4aba-aeb8-ad25dabc48a7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d48cf115-2da9-42ab-955b-bb17cc04eefa\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d48cf115-2da9-42ab-955b-bb17cc04eefa\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T22:22:07.842Z\",\n                \"updatedAt\": \"2025-07-27T22:22:07.842Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T22:22:07.828Z\",\n                \"value\": 4021085,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d48cf115-2da9-42ab-955b-bb17cc04eefa/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d48cf115-2da9-42ab-955b-bb17cc04eefa/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fb5d87c2-a4d8-4bdc-9d29-148a7b083ed7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fb5d87c2-a4d8-4bdc-9d29-148a7b083ed7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T22:07:07.907Z\",\n                \"updatedAt\": \"2025-07-27T22:07:07.907Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T22:07:07.893Z\",\n                \"value\": 4021072,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fb5d87c2-a4d8-4bdc-9d29-148a7b083ed7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fb5d87c2-a4d8-4bdc-9d29-148a7b083ed7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"753c5485-4861-4bed-81ac-cd1bb316f173\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/753c5485-4861-4bed-81ac-cd1bb316f173\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T21:52:07.806Z\",\n                \"updatedAt\": \"2025-07-27T21:52:07.806Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T21:52:07.792Z\",\n                \"value\": 4021028,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/753c5485-4861-4bed-81ac-cd1bb316f173/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/753c5485-4861-4bed-81ac-cd1bb316f173/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"15909372-f773-47d5-8a2b-898eb6cbefea\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15909372-f773-47d5-8a2b-898eb6cbefea\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T21:37:07.765Z\",\n                \"updatedAt\": \"2025-07-27T21:37:07.765Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T21:37:07.751Z\",\n                \"value\": 4021014,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15909372-f773-47d5-8a2b-898eb6cbefea/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15909372-f773-47d5-8a2b-898eb6cbefea/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1e1fbb74-7e94-4f0b-af4d-6f4bf838b21b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1e1fbb74-7e94-4f0b-af4d-6f4bf838b21b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T21:22:07.752Z\",\n                \"updatedAt\": \"2025-07-27T21:22:07.752Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T21:22:07.738Z\",\n                \"value\": 4020983,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1e1fbb74-7e94-4f0b-af4d-6f4bf838b21b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1e1fbb74-7e94-4f0b-af4d-6f4bf838b21b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9146f69a-caa0-4e67-8c1b-c14249349cb0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9146f69a-caa0-4e67-8c1b-c14249349cb0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T21:07:07.866Z\",\n                \"updatedAt\": \"2025-07-27T21:07:07.866Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T21:07:07.852Z\",\n                \"value\": 4020969,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9146f69a-caa0-4e67-8c1b-c14249349cb0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9146f69a-caa0-4e67-8c1b-c14249349cb0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3622dee8-22b1-4749-9b63-465b3f3af871\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3622dee8-22b1-4749-9b63-465b3f3af871\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T20:52:07.720Z\",\n                \"updatedAt\": \"2025-07-27T20:52:07.720Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T20:52:07.706Z\",\n                \"value\": 4020955,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3622dee8-22b1-4749-9b63-465b3f3af871/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3622dee8-22b1-4749-9b63-465b3f3af871/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c2740697-21da-4030-8c67-22f2d80d1c1c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c2740697-21da-4030-8c67-22f2d80d1c1c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T20:37:07.800Z\",\n                \"updatedAt\": \"2025-07-27T20:37:07.800Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T20:37:07.763Z\",\n                \"value\": 4020942,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c2740697-21da-4030-8c67-22f2d80d1c1c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c2740697-21da-4030-8c67-22f2d80d1c1c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"97ba083c-065f-41e2-9252-7b84e16d2ce6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/97ba083c-065f-41e2-9252-7b84e16d2ce6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T20:22:07.723Z\",\n                \"updatedAt\": \"2025-07-27T20:22:07.723Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T20:22:07.687Z\",\n                \"value\": 4020928,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/97ba083c-065f-41e2-9252-7b84e16d2ce6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/97ba083c-065f-41e2-9252-7b84e16d2ce6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9c93b99b-b3df-4d72-ba8d-9d7ccddc0546\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9c93b99b-b3df-4d72-ba8d-9d7ccddc0546\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T20:07:07.749Z\",\n                \"updatedAt\": \"2025-07-27T20:07:07.749Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T20:07:07.735Z\",\n                \"value\": 4020897,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9c93b99b-b3df-4d72-ba8d-9d7ccddc0546/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9c93b99b-b3df-4d72-ba8d-9d7ccddc0546/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"96508051-5270-48df-a0f6-d6531fdbcd06\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/96508051-5270-48df-a0f6-d6531fdbcd06\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T19:52:07.662Z\",\n                \"updatedAt\": \"2025-07-27T19:52:07.662Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T19:52:07.648Z\",\n                \"value\": 4020853,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/96508051-5270-48df-a0f6-d6531fdbcd06/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/96508051-5270-48df-a0f6-d6531fdbcd06/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7db55ebb-d3fc-4f7b-b7d4-041f46092238\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7db55ebb-d3fc-4f7b-b7d4-041f46092238\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T19:37:07.606Z\",\n                \"updatedAt\": \"2025-07-27T19:37:07.606Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T19:37:07.592Z\",\n                \"value\": 4020840,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7db55ebb-d3fc-4f7b-b7d4-041f46092238/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7db55ebb-d3fc-4f7b-b7d4-041f46092238/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"999a02ab-b81e-4398-b4e8-ebd7ebf972b6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/999a02ab-b81e-4398-b4e8-ebd7ebf972b6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T19:22:07.605Z\",\n                \"updatedAt\": \"2025-07-27T19:22:07.605Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T19:22:07.591Z\",\n                \"value\": 4020826,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/999a02ab-b81e-4398-b4e8-ebd7ebf972b6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/999a02ab-b81e-4398-b4e8-ebd7ebf972b6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"50e69f55-7d14-4aa7-9657-6ed299dba185\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/50e69f55-7d14-4aa7-9657-6ed299dba185\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T19:07:07.592Z\",\n                \"updatedAt\": \"2025-07-27T19:07:07.592Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T19:07:07.578Z\",\n                \"value\": 4020795,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/50e69f55-7d14-4aa7-9657-6ed299dba185/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/50e69f55-7d14-4aa7-9657-6ed299dba185/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bd005c24-2df5-4ba4-b800-8245610da055\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd005c24-2df5-4ba4-b800-8245610da055\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T18:52:07.574Z\",\n                \"updatedAt\": \"2025-07-27T18:52:07.574Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T18:52:07.555Z\",\n                \"value\": 4020782,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd005c24-2df5-4ba4-b800-8245610da055/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bd005c24-2df5-4ba4-b800-8245610da055/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"353dfd65-6c6f-489c-aa45-d63fdb5ba457\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/353dfd65-6c6f-489c-aa45-d63fdb5ba457\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T18:37:07.530Z\",\n                \"updatedAt\": \"2025-07-27T18:37:07.530Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T18:37:07.514Z\",\n                \"value\": 4020739,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/353dfd65-6c6f-489c-aa45-d63fdb5ba457/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/353dfd65-6c6f-489c-aa45-d63fdb5ba457/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"da6fe119-9e97-4790-9107-16627893ec27\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/da6fe119-9e97-4790-9107-16627893ec27\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T18:22:07.617Z\",\n                \"updatedAt\": \"2025-07-27T18:22:07.617Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T18:22:07.601Z\",\n                \"value\": 4020725,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/da6fe119-9e97-4790-9107-16627893ec27/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/da6fe119-9e97-4790-9107-16627893ec27/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"af7272a6-ba99-4313-8fa5-1af02127c17c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/af7272a6-ba99-4313-8fa5-1af02127c17c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T18:07:07.488Z\",\n                \"updatedAt\": \"2025-07-27T18:07:07.488Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T18:07:07.472Z\",\n                \"value\": 4020695,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/af7272a6-ba99-4313-8fa5-1af02127c17c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/af7272a6-ba99-4313-8fa5-1af02127c17c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6239aa87-6f45-4f77-bbc7-8a6edaa6fe00\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6239aa87-6f45-4f77-bbc7-8a6edaa6fe00\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T17:52:07.575Z\",\n                \"updatedAt\": \"2025-07-27T17:52:07.575Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T17:52:07.560Z\",\n                \"value\": 4020652,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6239aa87-6f45-4f77-bbc7-8a6edaa6fe00/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6239aa87-6f45-4f77-bbc7-8a6edaa6fe00/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"58e6b0b2-7a31-406a-b22e-ae8988bdee66\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/58e6b0b2-7a31-406a-b22e-ae8988bdee66\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T17:37:07.487Z\",\n                \"updatedAt\": \"2025-07-27T17:37:07.487Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T17:37:07.471Z\",\n                \"value\": 4020638,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/58e6b0b2-7a31-406a-b22e-ae8988bdee66/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/58e6b0b2-7a31-406a-b22e-ae8988bdee66/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0570edb1-b6d3-424e-990c-c5fc05f09a3c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0570edb1-b6d3-424e-990c-c5fc05f09a3c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T17:22:07.432Z\",\n                \"updatedAt\": \"2025-07-27T17:22:07.432Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T17:22:07.416Z\",\n                \"value\": 4020625,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0570edb1-b6d3-424e-990c-c5fc05f09a3c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0570edb1-b6d3-424e-990c-c5fc05f09a3c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"568e0f91-752f-4ec3-93e7-a4d338585d1c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/568e0f91-752f-4ec3-93e7-a4d338585d1c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T17:07:07.404Z\",\n                \"updatedAt\": \"2025-07-27T17:07:07.404Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T17:07:07.388Z\",\n                \"value\": 4020594,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/568e0f91-752f-4ec3-93e7-a4d338585d1c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/568e0f91-752f-4ec3-93e7-a4d338585d1c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8ab4cccc-6871-43b8-8a34-9e2edd517483\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8ab4cccc-6871-43b8-8a34-9e2edd517483\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T16:52:07.504Z\",\n                \"updatedAt\": \"2025-07-27T16:52:07.504Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T16:52:07.466Z\",\n                \"value\": 4020580,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8ab4cccc-6871-43b8-8a34-9e2edd517483/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8ab4cccc-6871-43b8-8a34-9e2edd517483/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"901f6506-551b-4230-83bb-bef8488c3aba\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/901f6506-551b-4230-83bb-bef8488c3aba\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T16:37:07.407Z\",\n                \"updatedAt\": \"2025-07-27T16:37:07.407Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T16:37:07.369Z\",\n                \"value\": 4020567,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/901f6506-551b-4230-83bb-bef8488c3aba/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/901f6506-551b-4230-83bb-bef8488c3aba/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e968f4be-4b50-4869-aa96-d9b8493a1137\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e968f4be-4b50-4869-aa96-d9b8493a1137\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T16:22:07.389Z\",\n                \"updatedAt\": \"2025-07-27T16:22:07.389Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T16:22:07.373Z\",\n                \"value\": 4020553,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e968f4be-4b50-4869-aa96-d9b8493a1137/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e968f4be-4b50-4869-aa96-d9b8493a1137/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"80ef78cd-64d4-439d-a4d6-343443e89028\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/80ef78cd-64d4-439d-a4d6-343443e89028\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T16:07:07.336Z\",\n                \"updatedAt\": \"2025-07-27T16:07:07.336Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T16:07:07.320Z\",\n                \"value\": 4020522,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/80ef78cd-64d4-439d-a4d6-343443e89028/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/80ef78cd-64d4-439d-a4d6-343443e89028/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"79ddca15-0d11-42c4-9707-033db5366407\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/79ddca15-0d11-42c4-9707-033db5366407\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T15:52:07.417Z\",\n                \"updatedAt\": \"2025-07-27T15:52:07.417Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T15:52:07.399Z\",\n                \"value\": 4020479,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/79ddca15-0d11-42c4-9707-033db5366407/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/79ddca15-0d11-42c4-9707-033db5366407/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"86d089aa-0fb0-448e-935e-92eb4027c174\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/86d089aa-0fb0-448e-935e-92eb4027c174\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T15:37:07.339Z\",\n                \"updatedAt\": \"2025-07-27T15:37:07.339Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T15:37:07.317Z\",\n                \"value\": 4020465,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/86d089aa-0fb0-448e-935e-92eb4027c174/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/86d089aa-0fb0-448e-935e-92eb4027c174/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0e8c0fcd-c51d-4754-aafa-9b577dc811f4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0e8c0fcd-c51d-4754-aafa-9b577dc811f4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T15:22:07.376Z\",\n                \"updatedAt\": \"2025-07-27T15:22:07.376Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T15:22:07.360Z\",\n                \"value\": 4020451,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0e8c0fcd-c51d-4754-aafa-9b577dc811f4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0e8c0fcd-c51d-4754-aafa-9b577dc811f4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9e2c724f-806f-490b-af6c-cc2e9927bdb0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9e2c724f-806f-490b-af6c-cc2e9927bdb0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T15:07:07.288Z\",\n                \"updatedAt\": \"2025-07-27T15:07:07.288Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T15:07:07.274Z\",\n                \"value\": 4020421,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9e2c724f-806f-490b-af6c-cc2e9927bdb0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9e2c724f-806f-490b-af6c-cc2e9927bdb0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"91571f81-89a8-4eb1-94c6-702807fbd4f8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/91571f81-89a8-4eb1-94c6-702807fbd4f8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T14:52:07.366Z\",\n                \"updatedAt\": \"2025-07-27T14:52:07.366Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T14:52:07.350Z\",\n                \"value\": 4020407,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/91571f81-89a8-4eb1-94c6-702807fbd4f8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/91571f81-89a8-4eb1-94c6-702807fbd4f8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"72d4e317-f80f-43a2-b461-8b1a6940332c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/72d4e317-f80f-43a2-b461-8b1a6940332c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T14:37:07.231Z\",\n                \"updatedAt\": \"2025-07-27T14:37:07.231Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T14:37:07.216Z\",\n                \"value\": 4020394,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/72d4e317-f80f-43a2-b461-8b1a6940332c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/72d4e317-f80f-43a2-b461-8b1a6940332c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8f32cb4b-90f0-4326-aad1-a244dbe3903c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8f32cb4b-90f0-4326-aad1-a244dbe3903c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T14:22:07.244Z\",\n                \"updatedAt\": \"2025-07-27T14:22:07.244Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T14:22:07.223Z\",\n                \"value\": 4020380,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8f32cb4b-90f0-4326-aad1-a244dbe3903c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8f32cb4b-90f0-4326-aad1-a244dbe3903c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"38ff5458-6b1a-4959-ac50-17d508128b78\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/38ff5458-6b1a-4959-ac50-17d508128b78\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T14:07:07.188Z\",\n                \"updatedAt\": \"2025-07-27T14:07:07.188Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T14:07:07.173Z\",\n                \"value\": 4020320,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/38ff5458-6b1a-4959-ac50-17d508128b78/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/38ff5458-6b1a-4959-ac50-17d508128b78/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"40ffa9b4-774b-49d3-ac08-2d2762941636\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40ffa9b4-774b-49d3-ac08-2d2762941636\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T13:52:07.155Z\",\n                \"updatedAt\": \"2025-07-27T13:52:07.155Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T13:52:07.140Z\",\n                \"value\": 4020307,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40ffa9b4-774b-49d3-ac08-2d2762941636/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/40ffa9b4-774b-49d3-ac08-2d2762941636/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"bddc9668-7eca-4309-bee0-df9b96093fb1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bddc9668-7eca-4309-bee0-df9b96093fb1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T13:37:07.134Z\",\n                \"updatedAt\": \"2025-07-27T13:37:07.134Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T13:37:07.120Z\",\n                \"value\": 4020293,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bddc9668-7eca-4309-bee0-df9b96093fb1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/bddc9668-7eca-4309-bee0-df9b96093fb1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0c47386d-298d-4a86-ab8e-43829be54537\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c47386d-298d-4a86-ab8e-43829be54537\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T13:22:07.112Z\",\n                \"updatedAt\": \"2025-07-27T13:22:07.112Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T13:22:07.096Z\",\n                \"value\": 4020279,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c47386d-298d-4a86-ab8e-43829be54537/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c47386d-298d-4a86-ab8e-43829be54537/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"00156dbd-803a-4fb2-a07d-89d697fc6dcf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/00156dbd-803a-4fb2-a07d-89d697fc6dcf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T13:07:07.201Z\",\n                \"updatedAt\": \"2025-07-27T13:07:07.201Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T13:07:07.187Z\",\n                \"value\": 4020249,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/00156dbd-803a-4fb2-a07d-89d697fc6dcf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/00156dbd-803a-4fb2-a07d-89d697fc6dcf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cd5eb36d-0ed8-48d5-99bf-2c89bef4b811\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd5eb36d-0ed8-48d5-99bf-2c89bef4b811\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T12:52:07.109Z\",\n                \"updatedAt\": \"2025-07-27T12:52:07.109Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T12:52:07.093Z\",\n                \"value\": 4020235,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd5eb36d-0ed8-48d5-99bf-2c89bef4b811/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd5eb36d-0ed8-48d5-99bf-2c89bef4b811/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a1bd8707-751e-4f77-bc74-75cbfd0a5a33\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a1bd8707-751e-4f77-bc74-75cbfd0a5a33\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T12:37:07.184Z\",\n                \"updatedAt\": \"2025-07-27T12:37:07.184Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T12:37:07.140Z\",\n                \"value\": 4020222,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a1bd8707-751e-4f77-bc74-75cbfd0a5a33/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a1bd8707-751e-4f77-bc74-75cbfd0a5a33/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"200a9f8b-f297-46d4-989b-a9cf85df91cf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/200a9f8b-f297-46d4-989b-a9cf85df91cf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T12:22:07.074Z\",\n                \"updatedAt\": \"2025-07-27T12:22:07.074Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T12:22:07.038Z\",\n                \"value\": 4020208,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/200a9f8b-f297-46d4-989b-a9cf85df91cf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/200a9f8b-f297-46d4-989b-a9cf85df91cf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5eaa182d-0694-4caa-b603-75ae7eb33ab6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5eaa182d-0694-4caa-b603-75ae7eb33ab6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T12:07:07.055Z\",\n                \"updatedAt\": \"2025-07-27T12:07:07.055Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T12:07:07.041Z\",\n                \"value\": 4020148,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5eaa182d-0694-4caa-b603-75ae7eb33ab6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5eaa182d-0694-4caa-b603-75ae7eb33ab6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cb4ddaca-becd-4c3c-9ff4-72d5b26eec56\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb4ddaca-becd-4c3c-9ff4-72d5b26eec56\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T11:52:07.039Z\",\n                \"updatedAt\": \"2025-07-27T11:52:07.039Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T11:52:07.023Z\",\n                \"value\": 4020134,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb4ddaca-becd-4c3c-9ff4-72d5b26eec56/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cb4ddaca-becd-4c3c-9ff4-72d5b26eec56/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"47c2527d-ef87-4b49-8d90-e9cedb40d890\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/47c2527d-ef87-4b49-8d90-e9cedb40d890\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T11:37:07.072Z\",\n                \"updatedAt\": \"2025-07-27T11:37:07.072Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T11:37:07.056Z\",\n                \"value\": 4020121,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/47c2527d-ef87-4b49-8d90-e9cedb40d890/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/47c2527d-ef87-4b49-8d90-e9cedb40d890/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"619f3ee2-c8c9-4166-bf01-e3de25f484be\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/619f3ee2-c8c9-4166-bf01-e3de25f484be\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T11:22:06.950Z\",\n                \"updatedAt\": \"2025-07-27T11:22:06.950Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T11:22:06.934Z\",\n                \"value\": 4020107,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/619f3ee2-c8c9-4166-bf01-e3de25f484be/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/619f3ee2-c8c9-4166-bf01-e3de25f484be/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e5c013ec-9584-4afc-96df-59435195e6a9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e5c013ec-9584-4afc-96df-59435195e6a9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T11:07:06.948Z\",\n                \"updatedAt\": \"2025-07-27T11:07:06.948Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T11:07:06.934Z\",\n                \"value\": 4020076,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e5c013ec-9584-4afc-96df-59435195e6a9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e5c013ec-9584-4afc-96df-59435195e6a9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4b601eaa-e572-44e3-a785-fd35feb5d0cb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4b601eaa-e572-44e3-a785-fd35feb5d0cb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T10:52:06.931Z\",\n                \"updatedAt\": \"2025-07-27T10:52:06.931Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T10:52:06.917Z\",\n                \"value\": 4020063,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4b601eaa-e572-44e3-a785-fd35feb5d0cb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4b601eaa-e572-44e3-a785-fd35feb5d0cb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1fb07af6-f216-41ab-aeff-2d1ed6c44657\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1fb07af6-f216-41ab-aeff-2d1ed6c44657\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T10:37:07.017Z\",\n                \"updatedAt\": \"2025-07-27T10:37:07.017Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T10:37:07.002Z\",\n                \"value\": 4020049,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1fb07af6-f216-41ab-aeff-2d1ed6c44657/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1fb07af6-f216-41ab-aeff-2d1ed6c44657/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8e10c823-9861-4a1e-b9e4-0914605b09b7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8e10c823-9861-4a1e-b9e4-0914605b09b7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T10:22:06.878Z\",\n                \"updatedAt\": \"2025-07-27T10:22:06.878Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T10:22:06.862Z\",\n                \"value\": 4020036,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8e10c823-9861-4a1e-b9e4-0914605b09b7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8e10c823-9861-4a1e-b9e4-0914605b09b7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2b45bd93-7674-4a80-a45a-f01c43840483\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b45bd93-7674-4a80-a45a-f01c43840483\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T10:07:06.954Z\",\n                \"updatedAt\": \"2025-07-27T10:07:06.954Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T10:07:06.938Z\",\n                \"value\": 4020004,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b45bd93-7674-4a80-a45a-f01c43840483/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b45bd93-7674-4a80-a45a-f01c43840483/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8ca29c9f-727a-4afd-8edd-5d2c6926b658\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8ca29c9f-727a-4afd-8edd-5d2c6926b658\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T09:52:06.864Z\",\n                \"updatedAt\": \"2025-07-27T09:52:06.864Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T09:52:06.848Z\",\n                \"value\": 4019958,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8ca29c9f-727a-4afd-8edd-5d2c6926b658/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8ca29c9f-727a-4afd-8edd-5d2c6926b658/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1eb8f1ec-f479-40cf-9ec2-8256b43a6da6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1eb8f1ec-f479-40cf-9ec2-8256b43a6da6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T09:37:06.914Z\",\n                \"updatedAt\": \"2025-07-27T09:37:06.914Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T09:37:06.898Z\",\n                \"value\": 4019944,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1eb8f1ec-f479-40cf-9ec2-8256b43a6da6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1eb8f1ec-f479-40cf-9ec2-8256b43a6da6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2b885422-d91d-4b3f-9c97-ad71782ab454\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b885422-d91d-4b3f-9c97-ad71782ab454\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T09:22:06.827Z\",\n                \"updatedAt\": \"2025-07-27T09:22:06.827Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T09:22:06.810Z\",\n                \"value\": 4019931,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b885422-d91d-4b3f-9c97-ad71782ab454/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b885422-d91d-4b3f-9c97-ad71782ab454/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"88836ea9-3806-47c9-95b4-74e7dcdfdac6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/88836ea9-3806-47c9-95b4-74e7dcdfdac6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T09:07:06.830Z\",\n                \"updatedAt\": \"2025-07-27T09:07:06.830Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T09:07:06.791Z\",\n                \"value\": 4019917,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/88836ea9-3806-47c9-95b4-74e7dcdfdac6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/88836ea9-3806-47c9-95b4-74e7dcdfdac6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0b709fd3-759e-4bc2-8040-fb2db90f2906\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0b709fd3-759e-4bc2-8040-fb2db90f2906\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T08:52:06.788Z\",\n                \"updatedAt\": \"2025-07-27T08:52:06.788Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T08:52:06.750Z\",\n                \"value\": 4019886,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0b709fd3-759e-4bc2-8040-fb2db90f2906/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0b709fd3-759e-4bc2-8040-fb2db90f2906/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8f1eed02-b716-40d1-b1bc-4bc69401eef0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8f1eed02-b716-40d1-b1bc-4bc69401eef0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T08:37:06.744Z\",\n                \"updatedAt\": \"2025-07-27T08:37:06.744Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T08:37:06.728Z\",\n                \"value\": 4019873,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8f1eed02-b716-40d1-b1bc-4bc69401eef0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8f1eed02-b716-40d1-b1bc-4bc69401eef0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2b1d1831-afd6-4f87-a6f2-561d8f2c6847\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b1d1831-afd6-4f87-a6f2-561d8f2c6847\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T08:22:06.716Z\",\n                \"updatedAt\": \"2025-07-27T08:22:06.716Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T08:22:06.700Z\",\n                \"value\": 4019859,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b1d1831-afd6-4f87-a6f2-561d8f2c6847/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2b1d1831-afd6-4f87-a6f2-561d8f2c6847/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"027f008c-a42c-4090-9663-7c883d35044c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/027f008c-a42c-4090-9663-7c883d35044c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T08:07:06.694Z\",\n                \"updatedAt\": \"2025-07-27T08:07:06.694Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T08:07:06.679Z\",\n                \"value\": 4019846,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/027f008c-a42c-4090-9663-7c883d35044c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/027f008c-a42c-4090-9663-7c883d35044c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fa627e90-af79-4eb3-8e50-c1cb55af3523\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa627e90-af79-4eb3-8e50-c1cb55af3523\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T07:52:06.765Z\",\n                \"updatedAt\": \"2025-07-27T07:52:06.765Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T07:52:06.751Z\",\n                \"value\": 4019784,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa627e90-af79-4eb3-8e50-c1cb55af3523/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fa627e90-af79-4eb3-8e50-c1cb55af3523/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4e3916dc-eca7-4e63-8af4-b442687e682c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4e3916dc-eca7-4e63-8af4-b442687e682c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T07:37:06.671Z\",\n                \"updatedAt\": \"2025-07-27T07:37:06.671Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T07:37:06.656Z\",\n                \"value\": 4019770,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4e3916dc-eca7-4e63-8af4-b442687e682c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4e3916dc-eca7-4e63-8af4-b442687e682c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"27877731-2acb-4cc4-903d-ccd9ffd4eee6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27877731-2acb-4cc4-903d-ccd9ffd4eee6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T07:22:06.734Z\",\n                \"updatedAt\": \"2025-07-27T07:22:06.734Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T07:22:06.718Z\",\n                \"value\": 4019757,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27877731-2acb-4cc4-903d-ccd9ffd4eee6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27877731-2acb-4cc4-903d-ccd9ffd4eee6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f94fad9f-391e-4be7-b682-4fb3bcbbf547\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f94fad9f-391e-4be7-b682-4fb3bcbbf547\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T07:07:06.612Z\",\n                \"updatedAt\": \"2025-07-27T07:07:06.612Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T07:07:06.599Z\",\n                \"value\": 4019743,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f94fad9f-391e-4be7-b682-4fb3bcbbf547/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f94fad9f-391e-4be7-b682-4fb3bcbbf547/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0c79a934-6816-430f-8df9-d0e847b15c40\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c79a934-6816-430f-8df9-d0e847b15c40\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T06:52:06.622Z\",\n                \"updatedAt\": \"2025-07-27T06:52:06.622Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T06:52:06.605Z\",\n                \"value\": 4019712,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c79a934-6816-430f-8df9-d0e847b15c40/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0c79a934-6816-430f-8df9-d0e847b15c40/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b2950ff8-55bc-4f13-859c-a489e4f8bfbd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b2950ff8-55bc-4f13-859c-a489e4f8bfbd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T06:37:06.613Z\",\n                \"updatedAt\": \"2025-07-27T06:37:06.613Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T06:37:06.597Z\",\n                \"value\": 4019671,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b2950ff8-55bc-4f13-859c-a489e4f8bfbd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b2950ff8-55bc-4f13-859c-a489e4f8bfbd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9e6a7f69-b249-43fc-abbd-dc1f7fab4a9d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9e6a7f69-b249-43fc-abbd-dc1f7fab4a9d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T06:22:06.666Z\",\n                \"updatedAt\": \"2025-07-27T06:22:06.666Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T06:22:06.650Z\",\n                \"value\": 4019658,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9e6a7f69-b249-43fc-abbd-dc1f7fab4a9d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9e6a7f69-b249-43fc-abbd-dc1f7fab4a9d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c70ce16a-41e7-45b4-9434-8476feb5d037\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c70ce16a-41e7-45b4-9434-8476feb5d037\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T06:07:06.584Z\",\n                \"updatedAt\": \"2025-07-27T06:07:06.584Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T06:07:06.568Z\",\n                \"value\": 4019624,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c70ce16a-41e7-45b4-9434-8476feb5d037/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c70ce16a-41e7-45b4-9434-8476feb5d037/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"27544f2b-9179-4c78-9788-9146505597f8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27544f2b-9179-4c78-9788-9146505597f8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T05:52:06.537Z\",\n                \"updatedAt\": \"2025-07-27T05:52:06.537Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T05:52:06.520Z\",\n                \"value\": 4019584,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27544f2b-9179-4c78-9788-9146505597f8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/27544f2b-9179-4c78-9788-9146505597f8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f4f9ef86-0aa7-4c64-a113-43a0c8d7276a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f4f9ef86-0aa7-4c64-a113-43a0c8d7276a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T05:37:06.536Z\",\n                \"updatedAt\": \"2025-07-27T05:37:06.536Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T05:37:06.522Z\",\n                \"value\": 4019570,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f4f9ef86-0aa7-4c64-a113-43a0c8d7276a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f4f9ef86-0aa7-4c64-a113-43a0c8d7276a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8aa029bd-6d94-48f2-b8bf-0a6bb7247aa3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8aa029bd-6d94-48f2-b8bf-0a6bb7247aa3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T05:22:06.612Z\",\n                \"updatedAt\": \"2025-07-27T05:22:06.612Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T05:22:06.577Z\",\n                \"value\": 4019557,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8aa029bd-6d94-48f2-b8bf-0a6bb7247aa3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8aa029bd-6d94-48f2-b8bf-0a6bb7247aa3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4302663d-08c3-4d6c-8ab4-c0be08a63027\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4302663d-08c3-4d6c-8ab4-c0be08a63027\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T05:07:06.509Z\",\n                \"updatedAt\": \"2025-07-27T05:07:06.509Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T05:07:06.467Z\",\n                \"value\": 4019543,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4302663d-08c3-4d6c-8ab4-c0be08a63027/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4302663d-08c3-4d6c-8ab4-c0be08a63027/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"460e5029-6808-43b9-a6b5-4ca1bf882346\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/460e5029-6808-43b9-a6b5-4ca1bf882346\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T04:52:06.535Z\",\n                \"updatedAt\": \"2025-07-27T04:52:06.535Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T04:52:06.519Z\",\n                \"value\": 4019513,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/460e5029-6808-43b9-a6b5-4ca1bf882346/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/460e5029-6808-43b9-a6b5-4ca1bf882346/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0cf937da-9ec5-47d9-a85a-38bed8ace44a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0cf937da-9ec5-47d9-a85a-38bed8ace44a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T04:37:06.456Z\",\n                \"updatedAt\": \"2025-07-27T04:37:06.456Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T04:37:06.439Z\",\n                \"value\": 4019499,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0cf937da-9ec5-47d9-a85a-38bed8ace44a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0cf937da-9ec5-47d9-a85a-38bed8ace44a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"47253f74-09d8-475d-ab9b-1e3e3f907ef7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/47253f74-09d8-475d-ab9b-1e3e3f907ef7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T04:22:06.527Z\",\n                \"updatedAt\": \"2025-07-27T04:22:06.527Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T04:22:06.512Z\",\n                \"value\": 4019485,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/47253f74-09d8-475d-ab9b-1e3e3f907ef7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/47253f74-09d8-475d-ab9b-1e3e3f907ef7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"128e94a2-d3f4-41f5-a284-5b6519050603\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/128e94a2-d3f4-41f5-a284-5b6519050603\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T04:07:06.419Z\",\n                \"updatedAt\": \"2025-07-27T04:07:06.419Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T04:07:06.404Z\",\n                \"value\": 4019472,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/128e94a2-d3f4-41f5-a284-5b6519050603/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/128e94a2-d3f4-41f5-a284-5b6519050603/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9d820c0b-dc1f-4980-a8bb-b73fc9b06fc0\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d820c0b-dc1f-4980-a8bb-b73fc9b06fc0\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T03:52:06.365Z\",\n                \"updatedAt\": \"2025-07-27T03:52:06.365Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T03:52:06.351Z\",\n                \"value\": 4019409,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d820c0b-dc1f-4980-a8bb-b73fc9b06fc0/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d820c0b-dc1f-4980-a8bb-b73fc9b06fc0/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8834d5a6-fd1a-402b-9576-c99b9c9c1d40\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8834d5a6-fd1a-402b-9576-c99b9c9c1d40\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T03:37:06.343Z\",\n                \"updatedAt\": \"2025-07-27T03:37:06.343Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T03:37:06.329Z\",\n                \"value\": 4019396,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8834d5a6-fd1a-402b-9576-c99b9c9c1d40/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8834d5a6-fd1a-402b-9576-c99b9c9c1d40/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"90204c0e-90bd-4f71-bfe5-d91d53129d8a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/90204c0e-90bd-4f71-bfe5-d91d53129d8a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T03:22:06.347Z\",\n                \"updatedAt\": \"2025-07-27T03:22:06.347Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T03:22:06.333Z\",\n                \"value\": 4019382,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/90204c0e-90bd-4f71-bfe5-d91d53129d8a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/90204c0e-90bd-4f71-bfe5-d91d53129d8a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a0f7239b-efb4-4839-9929-2953ebcf1e18\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a0f7239b-efb4-4839-9929-2953ebcf1e18\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T03:07:06.315Z\",\n                \"updatedAt\": \"2025-07-27T03:07:06.315Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T03:07:06.301Z\",\n                \"value\": 4019368,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a0f7239b-efb4-4839-9929-2953ebcf1e18/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a0f7239b-efb4-4839-9929-2953ebcf1e18/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8819fda8-ce31-422d-8242-df4fd2686c79\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8819fda8-ce31-422d-8242-df4fd2686c79\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T02:52:06.305Z\",\n                \"updatedAt\": \"2025-07-27T02:52:06.305Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T02:52:06.290Z\",\n                \"value\": 4019341,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8819fda8-ce31-422d-8242-df4fd2686c79/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8819fda8-ce31-422d-8242-df4fd2686c79/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"769679c8-b821-4c85-9f59-b7a988c25eda\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/769679c8-b821-4c85-9f59-b7a988c25eda\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T02:37:06.384Z\",\n                \"updatedAt\": \"2025-07-27T02:37:06.384Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T02:37:06.369Z\",\n                \"value\": 4019324,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/769679c8-b821-4c85-9f59-b7a988c25eda/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/769679c8-b821-4c85-9f59-b7a988c25eda/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"53b07ffe-d116-43dc-ab18-7d5c481c49b5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53b07ffe-d116-43dc-ab18-7d5c481c49b5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T02:22:06.265Z\",\n                \"updatedAt\": \"2025-07-27T02:22:06.265Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T02:22:06.250Z\",\n                \"value\": 4019310,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53b07ffe-d116-43dc-ab18-7d5c481c49b5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/53b07ffe-d116-43dc-ab18-7d5c481c49b5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"577187fd-eef5-48fa-a243-136435e5ea35\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/577187fd-eef5-48fa-a243-136435e5ea35\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T02:07:06.318Z\",\n                \"updatedAt\": \"2025-07-27T02:07:06.318Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T02:07:06.303Z\",\n                \"value\": 4019296,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/577187fd-eef5-48fa-a243-136435e5ea35/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/577187fd-eef5-48fa-a243-136435e5ea35/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2736b40f-1a94-4577-a493-f724b6264511\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2736b40f-1a94-4577-a493-f724b6264511\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T01:52:06.207Z\",\n                \"updatedAt\": \"2025-07-27T01:52:06.207Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T01:52:06.191Z\",\n                \"value\": 4019250,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2736b40f-1a94-4577-a493-f724b6264511/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2736b40f-1a94-4577-a493-f724b6264511/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1010a133-27a5-44d3-8f1c-dddab4910e1f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1010a133-27a5-44d3-8f1c-dddab4910e1f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T01:37:06.228Z\",\n                \"updatedAt\": \"2025-07-27T01:37:06.228Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T01:37:06.193Z\",\n                \"value\": 4019220,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1010a133-27a5-44d3-8f1c-dddab4910e1f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1010a133-27a5-44d3-8f1c-dddab4910e1f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9b9c7470-dca0-4337-bb83-a00917bc178c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b9c7470-dca0-4337-bb83-a00917bc178c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T01:22:06.181Z\",\n                \"updatedAt\": \"2025-07-27T01:22:06.181Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T01:22:06.144Z\",\n                \"value\": 4019206,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b9c7470-dca0-4337-bb83-a00917bc178c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9b9c7470-dca0-4337-bb83-a00917bc178c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e90e5aad-c92d-4c92-bf22-f3707a1cc077\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e90e5aad-c92d-4c92-bf22-f3707a1cc077\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T01:07:06.286Z\",\n                \"updatedAt\": \"2025-07-27T01:07:06.286Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T01:07:06.261Z\",\n                \"value\": 4019193,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e90e5aad-c92d-4c92-bf22-f3707a1cc077/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e90e5aad-c92d-4c92-bf22-f3707a1cc077/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a5db15d9-73c7-423f-b137-541e59d11f2b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a5db15d9-73c7-423f-b137-541e59d11f2b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T00:52:06.137Z\",\n                \"updatedAt\": \"2025-07-27T00:52:06.137Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T00:52:06.122Z\",\n                \"value\": 4019179,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a5db15d9-73c7-423f-b137-541e59d11f2b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a5db15d9-73c7-423f-b137-541e59d11f2b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4b93dc41-3982-404e-ba93-3bdc670c0c22\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4b93dc41-3982-404e-ba93-3bdc670c0c22\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T00:37:06.101Z\",\n                \"updatedAt\": \"2025-07-27T00:37:06.101Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T00:37:06.087Z\",\n                \"value\": 4019148,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4b93dc41-3982-404e-ba93-3bdc670c0c22/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4b93dc41-3982-404e-ba93-3bdc670c0c22/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2add99a4-5cc9-4298-81b1-df05522ce350\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2add99a4-5cc9-4298-81b1-df05522ce350\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T00:22:06.129Z\",\n                \"updatedAt\": \"2025-07-27T00:22:06.129Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T00:22:06.112Z\",\n                \"value\": 4019135,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2add99a4-5cc9-4298-81b1-df05522ce350/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2add99a4-5cc9-4298-81b1-df05522ce350/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"7bca6dab-d2bb-4c7c-a709-26b2430d2913\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7bca6dab-d2bb-4c7c-a709-26b2430d2913\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-27T00:07:06.161Z\",\n                \"updatedAt\": \"2025-07-27T00:07:06.161Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-27T00:07:06.145Z\",\n                \"value\": 4019091,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7bca6dab-d2bb-4c7c-a709-26b2430d2913/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/7bca6dab-d2bb-4c7c-a709-26b2430d2913/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d4491509-88b8-463a-acaa-ccd7cfbc0d79\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4491509-88b8-463a-acaa-ccd7cfbc0d79\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T23:52:06.081Z\",\n                \"updatedAt\": \"2025-07-26T23:52:06.081Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T23:52:06.066Z\",\n                \"value\": 4019078,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4491509-88b8-463a-acaa-ccd7cfbc0d79/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d4491509-88b8-463a-acaa-ccd7cfbc0d79/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0922c5bf-c62d-421d-82b3-061ea92b49c5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0922c5bf-c62d-421d-82b3-061ea92b49c5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T23:37:06.119Z\",\n                \"updatedAt\": \"2025-07-26T23:37:06.119Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T23:37:06.104Z\",\n                \"value\": 4019047,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0922c5bf-c62d-421d-82b3-061ea92b49c5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0922c5bf-c62d-421d-82b3-061ea92b49c5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"610cc6e7-f0a5-413e-bf0b-4a8d070ffb55\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/610cc6e7-f0a5-413e-bf0b-4a8d070ffb55\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T23:22:05.999Z\",\n                \"updatedAt\": \"2025-07-26T23:22:05.999Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T23:22:05.984Z\",\n                \"value\": 4019033,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/610cc6e7-f0a5-413e-bf0b-4a8d070ffb55/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/610cc6e7-f0a5-413e-bf0b-4a8d070ffb55/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f8c985f5-97a3-4861-9b5d-53a5f79a9325\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f8c985f5-97a3-4861-9b5d-53a5f79a9325\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T23:07:06.108Z\",\n                \"updatedAt\": \"2025-07-26T23:07:06.108Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T23:07:06.092Z\",\n                \"value\": 4019019,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f8c985f5-97a3-4861-9b5d-53a5f79a9325/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f8c985f5-97a3-4861-9b5d-53a5f79a9325/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f974e00a-1f3d-49eb-9ae2-79f3f6045f37\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f974e00a-1f3d-49eb-9ae2-79f3f6045f37\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T22:52:05.977Z\",\n                \"updatedAt\": \"2025-07-26T22:52:05.977Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T22:52:05.960Z\",\n                \"value\": 4019006,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f974e00a-1f3d-49eb-9ae2-79f3f6045f37/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f974e00a-1f3d-49eb-9ae2-79f3f6045f37/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5bc4d8af-89cc-4fbd-af10-331d25b85a93\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5bc4d8af-89cc-4fbd-af10-331d25b85a93\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T22:37:05.954Z\",\n                \"updatedAt\": \"2025-07-26T22:37:05.954Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T22:37:05.939Z\",\n                \"value\": 4018976,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5bc4d8af-89cc-4fbd-af10-331d25b85a93/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5bc4d8af-89cc-4fbd-af10-331d25b85a93/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"8733cb0f-0e40-41d3-bb9f-0a103305d370\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8733cb0f-0e40-41d3-bb9f-0a103305d370\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T22:22:05.950Z\",\n                \"updatedAt\": \"2025-07-26T22:22:05.950Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T22:22:05.931Z\",\n                \"value\": 4018962,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8733cb0f-0e40-41d3-bb9f-0a103305d370/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/8733cb0f-0e40-41d3-bb9f-0a103305d370/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"03c6e8bd-756f-4ccd-ade8-246e9ed11e47\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03c6e8bd-756f-4ccd-ade8-246e9ed11e47\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T22:07:05.935Z\",\n                \"updatedAt\": \"2025-07-26T22:07:05.935Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T22:07:05.921Z\",\n                \"value\": 4018916,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03c6e8bd-756f-4ccd-ade8-246e9ed11e47/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/03c6e8bd-756f-4ccd-ade8-246e9ed11e47/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"780125e8-e5cc-4a6a-abe8-e20f140e97e4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/780125e8-e5cc-4a6a-abe8-e20f140e97e4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T21:52:05.881Z\",\n                \"updatedAt\": \"2025-07-26T21:52:05.881Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T21:52:05.867Z\",\n                \"value\": 4018903,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/780125e8-e5cc-4a6a-abe8-e20f140e97e4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/780125e8-e5cc-4a6a-abe8-e20f140e97e4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4cb47920-0ee9-4408-ba6a-ac548b6e970e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4cb47920-0ee9-4408-ba6a-ac548b6e970e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T21:37:05.887Z\",\n                \"updatedAt\": \"2025-07-26T21:37:05.887Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T21:37:05.848Z\",\n                \"value\": 4018873,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4cb47920-0ee9-4408-ba6a-ac548b6e970e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4cb47920-0ee9-4408-ba6a-ac548b6e970e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"15416e7a-75da-47b2-8f8c-7d0a36b89bfe\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15416e7a-75da-47b2-8f8c-7d0a36b89bfe\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T21:22:05.943Z\",\n                \"updatedAt\": \"2025-07-26T21:22:05.943Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T21:22:05.928Z\",\n                \"value\": 4018859,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15416e7a-75da-47b2-8f8c-7d0a36b89bfe/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/15416e7a-75da-47b2-8f8c-7d0a36b89bfe/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0f2874c5-66aa-4cad-ac7e-b5b390d9d2e1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0f2874c5-66aa-4cad-ac7e-b5b390d9d2e1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T21:07:05.861Z\",\n                \"updatedAt\": \"2025-07-26T21:07:05.861Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T21:07:05.847Z\",\n                \"value\": 4018845,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0f2874c5-66aa-4cad-ac7e-b5b390d9d2e1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0f2874c5-66aa-4cad-ac7e-b5b390d9d2e1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"966a3b82-4ec7-41d1-890d-a8e1493431d9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/966a3b82-4ec7-41d1-890d-a8e1493431d9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T20:52:05.902Z\",\n                \"updatedAt\": \"2025-07-26T20:52:05.902Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T20:52:05.888Z\",\n                \"value\": 4018832,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/966a3b82-4ec7-41d1-890d-a8e1493431d9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/966a3b82-4ec7-41d1-890d-a8e1493431d9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"df3511dc-2caf-414c-8406-8050efe4634c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df3511dc-2caf-414c-8406-8050efe4634c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T20:37:05.797Z\",\n                \"updatedAt\": \"2025-07-26T20:37:05.797Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T20:37:05.781Z\",\n                \"value\": 4018802,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df3511dc-2caf-414c-8406-8050efe4634c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/df3511dc-2caf-414c-8406-8050efe4634c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f3bb2419-5912-4eb6-ab7f-4dbca1cd4e7e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3bb2419-5912-4eb6-ab7f-4dbca1cd4e7e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T20:22:05.764Z\",\n                \"updatedAt\": \"2025-07-26T20:22:05.764Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T20:22:05.750Z\",\n                \"value\": 4018788,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3bb2419-5912-4eb6-ab7f-4dbca1cd4e7e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f3bb2419-5912-4eb6-ab7f-4dbca1cd4e7e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c31f6d0d-b736-4d65-89c6-38d27bdccd06\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c31f6d0d-b736-4d65-89c6-38d27bdccd06\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T20:07:05.796Z\",\n                \"updatedAt\": \"2025-07-26T20:07:05.796Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T20:07:05.781Z\",\n                \"value\": 4018775,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c31f6d0d-b736-4d65-89c6-38d27bdccd06/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c31f6d0d-b736-4d65-89c6-38d27bdccd06/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e4dc4910-097f-40c5-9a04-1f5961cc055a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e4dc4910-097f-40c5-9a04-1f5961cc055a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T19:52:05.837Z\",\n                \"updatedAt\": \"2025-07-26T19:52:05.837Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T19:52:05.821Z\",\n                \"value\": 4018729,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e4dc4910-097f-40c5-9a04-1f5961cc055a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e4dc4910-097f-40c5-9a04-1f5961cc055a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"04f93a67-c8ed-4416-9561-1aabfc779dde\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/04f93a67-c8ed-4416-9561-1aabfc779dde\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T19:37:05.702Z\",\n                \"updatedAt\": \"2025-07-26T19:37:05.702Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T19:37:05.688Z\",\n                \"value\": 4018698,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/04f93a67-c8ed-4416-9561-1aabfc779dde/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/04f93a67-c8ed-4416-9561-1aabfc779dde/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"51e90c79-f363-4080-98b1-60987ca2165d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/51e90c79-f363-4080-98b1-60987ca2165d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T19:22:05.682Z\",\n                \"updatedAt\": \"2025-07-26T19:22:05.682Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T19:22:05.668Z\",\n                \"value\": 4018684,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/51e90c79-f363-4080-98b1-60987ca2165d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/51e90c79-f363-4080-98b1-60987ca2165d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"694793ce-99e4-4c1a-af64-3f2910aa9243\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/694793ce-99e4-4c1a-af64-3f2910aa9243\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T19:07:05.692Z\",\n                \"updatedAt\": \"2025-07-26T19:07:05.692Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T19:07:05.667Z\",\n                \"value\": 4018671,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/694793ce-99e4-4c1a-af64-3f2910aa9243/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/694793ce-99e4-4c1a-af64-3f2910aa9243/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d0d0c1dd-18a7-4ff3-8802-4b31006872d4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0d0c1dd-18a7-4ff3-8802-4b31006872d4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T18:52:05.732Z\",\n                \"updatedAt\": \"2025-07-26T18:52:05.732Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T18:52:05.716Z\",\n                \"value\": 4018657,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0d0c1dd-18a7-4ff3-8802-4b31006872d4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d0d0c1dd-18a7-4ff3-8802-4b31006872d4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5698051f-5bd8-4af1-aab0-ba7d6cab826c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5698051f-5bd8-4af1-aab0-ba7d6cab826c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T18:37:05.616Z\",\n                \"updatedAt\": \"2025-07-26T18:37:05.616Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T18:37:05.601Z\",\n                \"value\": 4018627,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5698051f-5bd8-4af1-aab0-ba7d6cab826c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5698051f-5bd8-4af1-aab0-ba7d6cab826c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5456c75b-8e61-4b3e-862d-32390be0b0bd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5456c75b-8e61-4b3e-862d-32390be0b0bd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T18:22:05.742Z\",\n                \"updatedAt\": \"2025-07-26T18:22:05.742Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T18:22:05.706Z\",\n                \"value\": 4018613,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5456c75b-8e61-4b3e-862d-32390be0b0bd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5456c75b-8e61-4b3e-862d-32390be0b0bd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2461f553-d3a2-4d20-ab77-6bda0be55c1e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2461f553-d3a2-4d20-ab77-6bda0be55c1e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T18:07:05.614Z\",\n                \"updatedAt\": \"2025-07-26T18:07:05.614Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T18:07:05.573Z\",\n                \"value\": 4018542,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2461f553-d3a2-4d20-ab77-6bda0be55c1e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2461f553-d3a2-4d20-ab77-6bda0be55c1e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4fc521cc-bde2-4734-9d47-75f769cbdc1b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4fc521cc-bde2-4734-9d47-75f769cbdc1b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T17:52:05.710Z\",\n                \"updatedAt\": \"2025-07-26T17:52:05.710Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T17:52:05.694Z\",\n                \"value\": 4018529,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4fc521cc-bde2-4734-9d47-75f769cbdc1b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4fc521cc-bde2-4734-9d47-75f769cbdc1b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"61a20c0f-819c-4be9-b6a6-afecbe598caf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/61a20c0f-819c-4be9-b6a6-afecbe598caf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T17:37:05.553Z\",\n                \"updatedAt\": \"2025-07-26T17:37:05.553Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T17:37:05.538Z\",\n                \"value\": 4018499,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/61a20c0f-819c-4be9-b6a6-afecbe598caf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/61a20c0f-819c-4be9-b6a6-afecbe598caf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5e188cee-aadd-4012-91a8-1dca28584026\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5e188cee-aadd-4012-91a8-1dca28584026\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T17:22:05.527Z\",\n                \"updatedAt\": \"2025-07-26T17:22:05.527Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T17:22:05.512Z\",\n                \"value\": 4018485,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5e188cee-aadd-4012-91a8-1dca28584026/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5e188cee-aadd-4012-91a8-1dca28584026/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c1af341b-4f9c-4bd0-92f0-506ea6346cd3\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c1af341b-4f9c-4bd0-92f0-506ea6346cd3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T17:07:05.502Z\",\n                \"updatedAt\": \"2025-07-26T17:07:05.502Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T17:07:05.486Z\",\n                \"value\": 4018472,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c1af341b-4f9c-4bd0-92f0-506ea6346cd3/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c1af341b-4f9c-4bd0-92f0-506ea6346cd3/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4478ce7c-3b4e-4269-8210-947cf1dbda3c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4478ce7c-3b4e-4269-8210-947cf1dbda3c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T16:52:05.488Z\",\n                \"updatedAt\": \"2025-07-26T16:52:05.488Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T16:52:05.472Z\",\n                \"value\": 4018458,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4478ce7c-3b4e-4269-8210-947cf1dbda3c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4478ce7c-3b4e-4269-8210-947cf1dbda3c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5827206f-b636-47ae-b00d-29c582639aa4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5827206f-b636-47ae-b00d-29c582639aa4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T16:37:05.455Z\",\n                \"updatedAt\": \"2025-07-26T16:37:05.455Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T16:37:05.441Z\",\n                \"value\": 4018428,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5827206f-b636-47ae-b00d-29c582639aa4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5827206f-b636-47ae-b00d-29c582639aa4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d77e77a0-fb2f-49ab-94ab-e7229faf0057\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d77e77a0-fb2f-49ab-94ab-e7229faf0057\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T16:22:05.440Z\",\n                \"updatedAt\": \"2025-07-26T16:22:05.440Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T16:22:05.424Z\",\n                \"value\": 4018415,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d77e77a0-fb2f-49ab-94ab-e7229faf0057/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d77e77a0-fb2f-49ab-94ab-e7229faf0057/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4ccb656f-7464-43ba-b82d-b717620fca73\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4ccb656f-7464-43ba-b82d-b717620fca73\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T16:07:05.516Z\",\n                \"updatedAt\": \"2025-07-26T16:07:05.516Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T16:07:05.500Z\",\n                \"value\": 4018371,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4ccb656f-7464-43ba-b82d-b717620fca73/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4ccb656f-7464-43ba-b82d-b717620fca73/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"98521668-55aa-434a-8729-ad32d1dec3c2\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/98521668-55aa-434a-8729-ad32d1dec3c2\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T15:52:05.416Z\",\n                \"updatedAt\": \"2025-07-26T15:52:05.416Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T15:52:05.400Z\",\n                \"value\": 4018358,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/98521668-55aa-434a-8729-ad32d1dec3c2/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/98521668-55aa-434a-8729-ad32d1dec3c2/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c9d4efdb-5cd6-44dc-b3a3-9a7f675514d9\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c9d4efdb-5cd6-44dc-b3a3-9a7f675514d9\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T15:37:05.507Z\",\n                \"updatedAt\": \"2025-07-26T15:37:05.507Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T15:37:05.478Z\",\n                \"value\": 4018327,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c9d4efdb-5cd6-44dc-b3a3-9a7f675514d9/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c9d4efdb-5cd6-44dc-b3a3-9a7f675514d9/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1f5f8dd3-24ca-414e-b9cd-6e0a93b557d8\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1f5f8dd3-24ca-414e-b9cd-6e0a93b557d8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T15:22:05.376Z\",\n                \"updatedAt\": \"2025-07-26T15:22:05.376Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T15:22:05.361Z\",\n                \"value\": 4018313,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1f5f8dd3-24ca-414e-b9cd-6e0a93b557d8/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1f5f8dd3-24ca-414e-b9cd-6e0a93b557d8/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"601e9dce-ab0d-4049-9b52-54306378f1ff\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/601e9dce-ab0d-4049-9b52-54306378f1ff\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T15:07:05.343Z\",\n                \"updatedAt\": \"2025-07-26T15:07:05.343Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T15:07:05.327Z\",\n                \"value\": 4018300,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/601e9dce-ab0d-4049-9b52-54306378f1ff/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/601e9dce-ab0d-4049-9b52-54306378f1ff/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"c8446a37-cee0-46c0-978a-6d19309c431a\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c8446a37-cee0-46c0-978a-6d19309c431a\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T14:52:05.344Z\",\n                \"updatedAt\": \"2025-07-26T14:52:05.344Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T14:52:05.311Z\",\n                \"value\": 4018286,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c8446a37-cee0-46c0-978a-6d19309c431a/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/c8446a37-cee0-46c0-978a-6d19309c431a/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4404026e-073c-4854-b6f9-47af696ad060\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4404026e-073c-4854-b6f9-47af696ad060\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T14:37:05.404Z\",\n                \"updatedAt\": \"2025-07-26T14:37:05.404Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T14:37:05.388Z\",\n                \"value\": 4018256,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4404026e-073c-4854-b6f9-47af696ad060/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4404026e-073c-4854-b6f9-47af696ad060/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a0996713-fa86-4ed7-80b6-4b7c5457e763\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a0996713-fa86-4ed7-80b6-4b7c5457e763\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T14:22:05.318Z\",\n                \"updatedAt\": \"2025-07-26T14:22:05.318Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T14:22:05.303Z\",\n                \"value\": 4018242,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a0996713-fa86-4ed7-80b6-4b7c5457e763/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a0996713-fa86-4ed7-80b6-4b7c5457e763/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3020a0c9-ce16-45cc-b745-505d3ce0f315\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3020a0c9-ce16-45cc-b745-505d3ce0f315\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T14:07:05.297Z\",\n                \"updatedAt\": \"2025-07-26T14:07:05.297Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T14:07:05.282Z\",\n                \"value\": 4018199,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3020a0c9-ce16-45cc-b745-505d3ce0f315/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3020a0c9-ce16-45cc-b745-505d3ce0f315/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"19b61d82-853a-46bd-8467-00bb77137618\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/19b61d82-853a-46bd-8467-00bb77137618\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T13:52:05.246Z\",\n                \"updatedAt\": \"2025-07-26T13:52:05.246Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T13:52:05.231Z\",\n                \"value\": 4018186,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/19b61d82-853a-46bd-8467-00bb77137618/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/19b61d82-853a-46bd-8467-00bb77137618/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"152467e3-b363-47ea-9e0e-f8ec9d176a05\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/152467e3-b363-47ea-9e0e-f8ec9d176a05\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T13:37:05.339Z\",\n                \"updatedAt\": \"2025-07-26T13:37:05.339Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T13:37:05.323Z\",\n                \"value\": 4018155,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/152467e3-b363-47ea-9e0e-f8ec9d176a05/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/152467e3-b363-47ea-9e0e-f8ec9d176a05/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2904fdb0-f0e0-463b-b65f-15c0a79926bf\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2904fdb0-f0e0-463b-b65f-15c0a79926bf\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T13:22:05.242Z\",\n                \"updatedAt\": \"2025-07-26T13:22:05.242Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T13:22:05.228Z\",\n                \"value\": 4018141,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2904fdb0-f0e0-463b-b65f-15c0a79926bf/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2904fdb0-f0e0-463b-b65f-15c0a79926bf/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"b331f2a3-c879-4f30-a771-ab41138e84d4\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b331f2a3-c879-4f30-a771-ab41138e84d4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T13:07:05.294Z\",\n                \"updatedAt\": \"2025-07-26T13:07:05.294Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T13:07:05.278Z\",\n                \"value\": 4018128,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b331f2a3-c879-4f30-a771-ab41138e84d4/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/b331f2a3-c879-4f30-a771-ab41138e84d4/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0ad2285f-0e7a-4de4-b1b4-7990a5253b24\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ad2285f-0e7a-4de4-b1b4-7990a5253b24\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T12:52:05.186Z\",\n                \"updatedAt\": \"2025-07-26T12:52:05.186Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T12:52:05.170Z\",\n                \"value\": 4018114,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ad2285f-0e7a-4de4-b1b4-7990a5253b24/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0ad2285f-0e7a-4de4-b1b4-7990a5253b24/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5d6c96e8-2638-425b-b1f3-ffdf698fe982\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5d6c96e8-2638-425b-b1f3-ffdf698fe982\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T12:37:05.257Z\",\n                \"updatedAt\": \"2025-07-26T12:37:05.257Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T12:37:05.236Z\",\n                \"value\": 4018082,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5d6c96e8-2638-425b-b1f3-ffdf698fe982/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5d6c96e8-2638-425b-b1f3-ffdf698fe982/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"10a73ecb-d8db-4479-b129-51cabdf763e6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/10a73ecb-d8db-4479-b129-51cabdf763e6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T12:22:05.148Z\",\n                \"updatedAt\": \"2025-07-26T12:22:05.148Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T12:22:05.132Z\",\n                \"value\": 4018069,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/10a73ecb-d8db-4479-b129-51cabdf763e6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/10a73ecb-d8db-4479-b129-51cabdf763e6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6d792c33-bafa-4840-b185-ebd751b6ba6b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d792c33-bafa-4840-b185-ebd751b6ba6b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T12:07:05.156Z\",\n                \"updatedAt\": \"2025-07-26T12:07:05.156Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T12:07:05.123Z\",\n                \"value\": 4018055,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d792c33-bafa-4840-b185-ebd751b6ba6b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d792c33-bafa-4840-b185-ebd751b6ba6b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"cd10746a-58c9-450e-b435-c64363711254\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd10746a-58c9-450e-b435-c64363711254\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T11:52:05.132Z\",\n                \"updatedAt\": \"2025-07-26T11:52:05.132Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T11:52:05.093Z\",\n                \"value\": 4018007,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd10746a-58c9-450e-b435-c64363711254/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/cd10746a-58c9-450e-b435-c64363711254/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f5d08032-efbc-4c45-9424-367c183f5bbe\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f5d08032-efbc-4c45-9424-367c183f5bbe\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T11:37:05.121Z\",\n                \"updatedAt\": \"2025-07-26T11:37:05.121Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T11:37:05.106Z\",\n                \"value\": 4017977,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f5d08032-efbc-4c45-9424-367c183f5bbe/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f5d08032-efbc-4c45-9424-367c183f5bbe/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"11f367ef-6c7e-4185-a1d3-ecc2d269352b\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/11f367ef-6c7e-4185-a1d3-ecc2d269352b\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T11:22:05.089Z\",\n                \"updatedAt\": \"2025-07-26T11:22:05.089Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T11:22:05.072Z\",\n                \"value\": 4017963,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/11f367ef-6c7e-4185-a1d3-ecc2d269352b/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/11f367ef-6c7e-4185-a1d3-ecc2d269352b/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"d834b219-fb60-4aa8-91dd-7e7870cd4efd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d834b219-fb60-4aa8-91dd-7e7870cd4efd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T11:07:05.047Z\",\n                \"updatedAt\": \"2025-07-26T11:07:05.047Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T11:07:05.032Z\",\n                \"value\": 4017950,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d834b219-fb60-4aa8-91dd-7e7870cd4efd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/d834b219-fb60-4aa8-91dd-7e7870cd4efd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"f66d830c-7257-4394-a963-889ce67ed3ae\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f66d830c-7257-4394-a963-889ce67ed3ae\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T10:52:05.108Z\",\n                \"updatedAt\": \"2025-07-26T10:52:05.108Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T10:52:05.091Z\",\n                \"value\": 4017936,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f66d830c-7257-4394-a963-889ce67ed3ae/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/f66d830c-7257-4394-a963-889ce67ed3ae/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2badf26c-ca6f-4308-a651-7ac852619428\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2badf26c-ca6f-4308-a651-7ac852619428\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T10:37:05.006Z\",\n                \"updatedAt\": \"2025-07-26T10:37:05.006Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T10:37:04.991Z\",\n                \"value\": 4017906,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2badf26c-ca6f-4308-a651-7ac852619428/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2badf26c-ca6f-4308-a651-7ac852619428/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"71ca21a5-acc3-449f-ac3f-c2340323c04d\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71ca21a5-acc3-449f-ac3f-c2340323c04d\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T10:22:05.113Z\",\n                \"updatedAt\": \"2025-07-26T10:22:05.113Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T10:22:05.099Z\",\n                \"value\": 4017893,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71ca21a5-acc3-449f-ac3f-c2340323c04d/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/71ca21a5-acc3-449f-ac3f-c2340323c04d/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ef80f6a4-ec5c-4337-8ee0-39a8addd1874\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ef80f6a4-ec5c-4337-8ee0-39a8addd1874\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T10:07:04.971Z\",\n                \"updatedAt\": \"2025-07-26T10:07:04.971Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T10:07:04.955Z\",\n                \"value\": 4017879,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ef80f6a4-ec5c-4337-8ee0-39a8addd1874/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ef80f6a4-ec5c-4337-8ee0-39a8addd1874/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"611ddebb-901a-46ff-bb8e-e95fcb85d9c7\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/611ddebb-901a-46ff-bb8e-e95fcb85d9c7\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T09:52:04.930Z\",\n                \"updatedAt\": \"2025-07-26T09:52:04.930Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T09:52:04.914Z\",\n                \"value\": 4017834,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/611ddebb-901a-46ff-bb8e-e95fcb85d9c7/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/611ddebb-901a-46ff-bb8e-e95fcb85d9c7/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"66415051-c05e-4374-96e9-561c6e501d34\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66415051-c05e-4374-96e9-561c6e501d34\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T09:37:04.945Z\",\n                \"updatedAt\": \"2025-07-26T09:37:04.945Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T09:37:04.931Z\",\n                \"value\": 4017804,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66415051-c05e-4374-96e9-561c6e501d34/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/66415051-c05e-4374-96e9-561c6e501d34/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"99c0fece-770c-4606-ae0f-08013a9550f5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/99c0fece-770c-4606-ae0f-08013a9550f5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T09:22:05.006Z\",\n                \"updatedAt\": \"2025-07-26T09:22:05.006Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T09:22:04.972Z\",\n                \"value\": 4017790,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/99c0fece-770c-4606-ae0f-08013a9550f5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/99c0fece-770c-4606-ae0f-08013a9550f5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"a2856e2c-3886-48dd-abaa-7282e3af55c6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2856e2c-3886-48dd-abaa-7282e3af55c6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T09:07:04.920Z\",\n                \"updatedAt\": \"2025-07-26T09:07:04.920Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T09:07:04.883Z\",\n                \"value\": 4017777,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2856e2c-3886-48dd-abaa-7282e3af55c6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/a2856e2c-3886-48dd-abaa-7282e3af55c6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2894cb2e-3957-4ba6-a197-f26eaa3fbd60\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2894cb2e-3957-4ba6-a197-f26eaa3fbd60\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T08:52:04.875Z\",\n                \"updatedAt\": \"2025-07-26T08:52:04.875Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T08:52:04.859Z\",\n                \"value\": 4017763,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2894cb2e-3957-4ba6-a197-f26eaa3fbd60/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2894cb2e-3957-4ba6-a197-f26eaa3fbd60/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"9d7d1d26-59da-47a6-aad4-70381dc7909f\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d7d1d26-59da-47a6-aad4-70381dc7909f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T08:37:04.880Z\",\n                \"updatedAt\": \"2025-07-26T08:37:04.880Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T08:37:04.866Z\",\n                \"value\": 4017732,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d7d1d26-59da-47a6-aad4-70381dc7909f/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/9d7d1d26-59da-47a6-aad4-70381dc7909f/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6d943f28-9424-4dff-98de-182fb6ec2933\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d943f28-9424-4dff-98de-182fb6ec2933\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T08:22:04.914Z\",\n                \"updatedAt\": \"2025-07-26T08:22:04.914Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T08:22:04.900Z\",\n                \"value\": 4017719,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d943f28-9424-4dff-98de-182fb6ec2933/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6d943f28-9424-4dff-98de-182fb6ec2933/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"e1c3ea0a-d82d-4a71-b9e6-684777a71cd5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1c3ea0a-d82d-4a71-b9e6-684777a71cd5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T08:07:04.801Z\",\n                \"updatedAt\": \"2025-07-26T08:07:04.801Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T08:07:04.787Z\",\n                \"value\": 4017705,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1c3ea0a-d82d-4a71-b9e6-684777a71cd5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/e1c3ea0a-d82d-4a71-b9e6-684777a71cd5/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"2e24bc23-7c5b-4e95-9cf7-44c07febf476\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2e24bc23-7c5b-4e95-9cf7-44c07febf476\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T07:52:04.881Z\",\n                \"updatedAt\": \"2025-07-26T07:52:04.881Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T07:52:04.863Z\",\n                \"value\": 4017644,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2e24bc23-7c5b-4e95-9cf7-44c07febf476/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/2e24bc23-7c5b-4e95-9cf7-44c07febf476/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"fbbda972-2c1e-4d65-a4e9-28239825c444\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fbbda972-2c1e-4d65-a4e9-28239825c444\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T07:37:04.786Z\",\n                \"updatedAt\": \"2025-07-26T07:37:04.786Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T07:37:04.766Z\",\n                \"value\": 4017631,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fbbda972-2c1e-4d65-a4e9-28239825c444/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/fbbda972-2c1e-4d65-a4e9-28239825c444/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"ef26e3a8-6a2b-4c4b-84c6-c53b5e72353e\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ef26e3a8-6a2b-4c4b-84c6-c53b5e72353e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T07:22:04.871Z\",\n                \"updatedAt\": \"2025-07-26T07:22:04.871Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T07:22:04.855Z\",\n                \"value\": 4017617,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ef26e3a8-6a2b-4c4b-84c6-c53b5e72353e/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/ef26e3a8-6a2b-4c4b-84c6-c53b5e72353e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"6f01ce54-4ab5-47fb-ab63-3f66ea6b5ba6\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f01ce54-4ab5-47fb-ab63-3f66ea6b5ba6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T07:07:04.777Z\",\n                \"updatedAt\": \"2025-07-26T07:07:04.777Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T07:07:04.760Z\",\n                \"value\": 4017604,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f01ce54-4ab5-47fb-ab63-3f66ea6b5ba6/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/6f01ce54-4ab5-47fb-ab63-3f66ea6b5ba6/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3fc32ae4-d4d8-414f-89c7-3dfae958f4b1\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3fc32ae4-d4d8-414f-89c7-3dfae958f4b1\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T06:52:04.710Z\",\n                \"updatedAt\": \"2025-07-26T06:52:04.710Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T06:52:04.696Z\",\n                \"value\": 4017574,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3fc32ae4-d4d8-414f-89c7-3dfae958f4b1/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/3fc32ae4-d4d8-414f-89c7-3dfae958f4b1/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"1a0e772d-5823-44a2-91d5-a643865eb383\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1a0e772d-5823-44a2-91d5-a643865eb383\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T06:37:04.676Z\",\n                \"updatedAt\": \"2025-07-26T06:37:04.676Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T06:37:04.660Z\",\n                \"value\": 4017560,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1a0e772d-5823-44a2-91d5-a643865eb383/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/1a0e772d-5823-44a2-91d5-a643865eb383/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"0a31f85f-98c9-4c4d-b3be-9bb1dbd38486\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a31f85f-98c9-4c4d-b3be-9bb1dbd38486\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T06:22:04.686Z\",\n                \"updatedAt\": \"2025-07-26T06:22:04.686Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T06:22:04.670Z\",\n                \"value\": 4017546,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a31f85f-98c9-4c4d-b3be-9bb1dbd38486/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/0a31f85f-98c9-4c4d-b3be-9bb1dbd38486/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"792c41ef-8de3-4cad-8ab9-ef510b05e4fb\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/792c41ef-8de3-4cad-8ab9-ef510b05e4fb\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T06:07:04.644Z\",\n                \"updatedAt\": \"2025-07-26T06:07:04.644Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T06:07:04.631Z\",\n                \"value\": 4017503,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/792c41ef-8de3-4cad-8ab9-ef510b05e4fb/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/792c41ef-8de3-4cad-8ab9-ef510b05e4fb/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"5c0868ef-afb9-441e-b069-2be1c7eab9dd\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c0868ef-afb9-441e-b069-2be1c7eab9dd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T05:52:04.650Z\",\n                \"updatedAt\": \"2025-07-26T05:52:04.650Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T05:52:04.612Z\",\n                \"value\": 4017473,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c0868ef-afb9-441e-b069-2be1c7eab9dd/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/5c0868ef-afb9-441e-b069-2be1c7eab9dd/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"72ef3db2-3781-4819-b8da-66512fb0b67c\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/72ef3db2-3781-4819-b8da-66512fb0b67c\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T05:37:04.698Z\",\n                \"updatedAt\": \"2025-07-26T05:37:04.698Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T05:37:04.683Z\",\n                \"value\": 4017430,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/72ef3db2-3781-4819-b8da-66512fb0b67c/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/72ef3db2-3781-4819-b8da-66512fb0b67c/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"4a8e996e-b05e-4e2a-9e94-29e120cd7bb5\",\n            \"links\": {\n                \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4a8e996e-b05e-4e2a-9e94-29e120cd7bb5\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-07-26T05:22:04.592Z\",\n                \"updatedAt\": \"2025-07-26T05:22:04.592Z\",\n                \"deletedAt\": null,\n                \"factorApplied\": true\n            },\n            \"attributes\": {\n                \"timestamp\": \"2025-07-26T05:22:04.578Z\",\n                \"value\": 4017416,\n                \"flag\": null,\n                \"factor\": null\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4a8e996e-b05e-4e2a-9e94-29e120cd7bb5/relationships/device\",\n                        \"related\": \"/tenants/464334d7-8f04-4726-9e99-28be377914a0/readings/4a8e996e-b05e-4e2a-9e94-29e120cd7bb5/device\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"714fef8f-52f0-4a46-9d9b-5dfc4cfbed94"},{"name":"Retreive a reading aggregates collection","id":"fc490b5e-023a-439a-973c-b2d65fbefd68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/readings/aggregates?deviceId=c88371b6-297e-4490-9bfe-4e1ef15adead&frequency=MONTHLY&interval=1&function=consumption&from=2023-11-01T00:00:00.000Z&until=2025-11-01T00:00:00.000Z","description":"<p>This endpoint lets the user retrieve reading data aggregated into different time intervals, independent of the underlying raw data interval.</p>\n<p>Aggregation is based on a specified time interval or time bucket and an aggregation function.</p>\n<p>A time bucket is a timeframe defined through <strong>frequency</strong> and <strong>interval</strong>, i.e. interval 1, frequency weekly, results in time buckets of one week.</p>\n<p>All data of the given <strong>deviceId</strong> is binned in those time buckets based on their timestamp, and aggregated using the aggregate function.</p>\n<p><strong>Note</strong>:</p>\n<p>Missing intermediate values are <strong>interpolated</strong> using linear interpolation! For time buckets in which no interpolated value can be calculated (missing start or end value), value <strong>NULL</strong> will be returned!</p>\n","urlObject":{"path":["tenants",":tenant","readings","aggregates"],"host":["{{url}}"],"query":[{"key":"deviceId","value":"c88371b6-297e-4490-9bfe-4e1ef15adead"},{"key":"frequency","value":"MONTHLY"},{"key":"interval","value":"1"},{"description":{"content":"<p>avg, max, min, median, last, first, sum, diff, consumption</p>\n","type":"text/plain"},"key":"function","value":"consumption"},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"from","value":"2023-11-01T00:00:00.000Z"},{"description":{"content":"<p>Mandatory</p>\n","type":"text/plain"},"key":"until","value":"2025-11-01T00:00:00.000Z"},{"disabled":true,"key":"page[after]","value":"10"},{"disabled":true,"key":"page[before]","value":"2"},{"disabled":true,"key":"page[size]","value":"10"},{"disabled":true,"description":{"content":"<p>Wherever to apply the factor to the reading value. Default: true</p>\n","type":"text/plain"},"key":"applyFactor","value":"false"}],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"}]}},"response":[],"_postman_id":"fc490b5e-023a-439a-973c-b2d65fbefd68"},{"name":"Retrieve the device relationship","id":"72949791-1deb-47d6-850b-dcecdf183ce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/readings/:reading/relationships/device","description":"<p>This route is used to retrieve information about the relationship from a reading to its' device.</p>\n","urlObject":{"path":["tenants",":tenant","readings",":reading","relationships","device"],"host":["{{url}}"],"query":[],"variable":[{"id":"1b16913d-6680-44a2-9e3a-62ab668585b9","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"36f92623-6f86-42c0-976b-30ebb15d0daf","description":{"content":"<p>The UUID of a reading</p>\n","type":"text/plain"},"type":"string","value":"7102df2b-b021-4448-983d-4f76acda2cb5","key":"reading"}]}},"response":[{"id":"773e86c2-b08a-45c2-8b53-e1bd898fe3e4","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/readings/:reading/relationships/device","host":["{{url}}"],"path":["tenants",":tenant","readings",":reading","relationships","device"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"reading","value":"9f77fcbc-4661-4843-91a9-ade005574cd8","description":"The UUID of a reading"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"330"},{"key":"ETag","value":"W/\"14a-ZObuEjHHnpbVNN9Palvz15FISNY\""},{"key":"Date","value":"Tue, 14 Apr 2020 09:07:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/readings/9f77fcbc-4661-4843-91a9-ade005574cd8/relationships/device\",\n        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/readings/9f77fcbc-4661-4843-91a9-ade005574cd8/device\"\n    },\n    \"data\": {\n        \"type\": \"devices\",\n        \"id\": \"ec38bd8f-1994-4fd0-b43f-03a2abb9e83e\"\n    }\n}"}],"_postman_id":"72949791-1deb-47d6-850b-dcecdf183ce7"},{"name":"Retrieve the associated device","id":"a678d514-9c39-46ad-8d3e-46cc2b34f202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/readings/:reading/device","description":"<p>This route is used to retrieve information about the associated device of a reading.</p>\n","urlObject":{"path":["tenants",":tenant","readings",":reading","device"],"host":["{{url}}"],"query":[],"variable":[{"id":"55572a83-2827-448e-b0f5-acbd1b295414","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"8634a376-482d-41b4-b6ab-f5aa7e72aaf2","description":{"content":"<p>The UUID of a reading</p>\n","type":"text/plain"},"type":"string","value":"7102df2b-b021-4448-983d-4f76acda2cb5","key":"reading"}]}},"response":[{"id":"796fe12d-2027-4812-806a-7c0a62f1ceb2","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/readings/:reading/device","host":["{{url}}"],"path":["tenants",":tenant","readings",":reading","device"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"reading","value":"9f77fcbc-4661-4843-91a9-ade005574cd8","description":"The UUID of a reading"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1285"},{"key":"ETag","value":"W/\"505-zjNgEy64fs4PUNO/TGgwMf0ZjkU\""},{"key":"Date","value":"Tue, 14 Apr 2020 09:09:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/readings/f49b4096-177a-4add-b35a-981645a37dd2/device\"\n    },\n    \"data\": {\n        \"type\": \"devices\",\n        \"id\": \"ec38bd8f-1994-4fd0-b43f-03a2abb9e83e\",\n        \"links\": {\n            \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-03-16T12:56:34.517Z\",\n            \"updatedAt\": \"2020-04-06T08:32:54.638Z\"\n        },\n        \"attributes\": {\n            \"aksId\": \"not empty\",\n            \"description\": \"some description\",\n            \"unit\": \"Celsius\"\n        },\n        \"relationships\": {\n            \"connector\": {\n                \"links\": {\n                    \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/relationships/connector\",\n                    \"related\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/connector\"\n                }\n            },\n            \"readings\": {\n                \"links\": {\n                    \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/relationships/readings\",\n                    \"related\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/readings\"\n                }\n            },\n            \"setpoints\": {\n                \"links\": {\n                    \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/relationships/setpoints\",\n                    \"related\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/setpoints\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"a678d514-9c39-46ad-8d3e-46cc2b34f202"},{"name":"Create a new reading","id":"2d0e4f66-394e-43cf-9529-b979e24693d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 1,\r\n\t\t\t\"timestamp\": \"2025-06-25T17:57:00.000Z\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"2c4e4c35-9023-42de-a17d-dfba0772286b\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}"},"url":"{{url}}/tenants/:tenant/readings","description":"<p>This route is used to create a new reading entity. It is returned in the body of the response.</p>\n<hr />\n<p>The timestamp attribute must be in ISO 8601 format and <em>should</em> be in UTC time to avoid conflicts through daylight saving time.</p>\n<p>A reading must be linked to a device in the relationships section. Therefore the UUID of the device needs to be addressed and the type needs to be specified to \"device\". This relation is <strong>mandatory</strong>! Thus you can only send the request with the relationships attribute as you can see in the examples.</p>\n<p>The flag attribute is optional and can be leveraged to flag a reading value with the following flags:</p>\n<ul>\n<li>reset</li>\n<li>swap</li>\n<li>bad</li>\n<li>updated</li>\n</ul>\n","urlObject":{"path":["tenants",":tenant","readings"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"e92222ab-cdcb-4146-a58c-ff7713df0c98","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 5,\r\n\t\t\t\"timestamp\": \"2019\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"42b3039a-7ff4-4385-b29b-1afeece8fa52\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}"},"url":{"raw":"{{url}}/tenants/:tenant/readings","host":["{{url}}"],"path":["tenants",":tenant","readings"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"ETag","value":"W/\"c7-1Fr2/zh2X+1vCmjNjeTFf+Nd1iQ\""},{"key":"Date","value":"Tue, 16 Jul 2019 11:16:48 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Entity not found\",\n            \"detail\": \"A Device with the ID 42b3039a-7ff4-4385-b29b-1afeece8fa52 does not exist!\",\n            \"source\": {\n                \"pointer\": \"/data/relationships/device/data/id\"\n            }\n        }\n    ]\n}"},{"id":"8c34ac95-a28f-4782-ac53-33adb3cadcd5","name":"409 - Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"reading\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 5,\r\n\t\t\t\"timestamp\": \"2019\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"42b3039a-7ff5-4385-b29b-1afeece8fa52\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}"},"url":{"raw":"{{url}}/tenants/:tenant/readings","host":["{{url}}"],"path":["tenants",":tenant","readings"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"ETag","value":"W/\"73-PVsWzpm6L4ylgfiN765lieCqYXI\""},{"key":"Date","value":"Tue, 16 Jul 2019 11:19:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"409\",\n            \"title\": \"Conflict\",\n            \"detail\": \"type must be readings\",\n            \"source\": {\n                \"pointer\": \"/data/type\"\n            }\n        }\n    ]\n}"},{"id":"65292c2c-60e0-4c6b-9298-c0f2c7e40a5a","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 5,\r\n\t\t\t\"timestamp\": \"2019\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"42b3039a-7ff5-4385-b29b-1afeece8fa52\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}"},"url":{"raw":"{{url}}/tenants/:tenant/readings","host":["{{url}}"],"path":["tenants",":tenant","readings"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/tenants/test_app/readings/4e3cb492-6953-4ae4-948c-867fb2f94b5f"},{"key":"Content-Length","value":"355"},{"key":"ETag","value":"W/\"163-j6Rw8FvoJ2MpVe/cdpv76nTZ4JI\""},{"key":"Date","value":"Tue, 16 Jul 2019 11:14:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"readings\",\n        \"id\": \"4e3cb492-6953-4ae4-948c-867fb2f94b5f\",\n        \"links\": {\n            \"self\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/4e3cb492-6953-4ae4-948c-867fb2f94b5f\"\n        },\n        \"attributes\": {\n            \"timestamp\": \"2019\",\n            \"value\": 5\n        },\n        \"relationships\": {\n            \"device\": {\n                \"links\": {\n                    \"self\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/4e3cb492-6953-4ae4-948c-867fb2f94b5f/relationships/device\",\n                    \"related\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/readings/4e3cb492-6953-4ae4-948c-867fb2f94b5f/device\"\n                }\n            }\n        }\n    }\n}"},{"id":"08d195f2-ce9f-44b0-84f2-56e891287703","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": \"a string\",\r\n\t\t\t\"timestamp\": \"2019\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"42b3039a-7ff5-4385-b29b-1afeece8fa52\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}"},"url":{"raw":"{{url}}/tenants/:tenant/readings","host":["{{url}}"],"path":["tenants",":tenant","readings"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-zKZW/yQm/+5nldvYq3klPgB/zts\""},{"key":"Date","value":"Tue, 16 Jul 2019 11:16:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"value must be a number\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/value\"\n            }\n        }\n    ]\n}"}],"_postman_id":"2d0e4f66-394e-43cf-9529-b979e24693d7"},{"name":"Create a set of new readings","id":"45133086-7a96-4b0c-a832-f6b7ccad06e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 4337,\r\n\t\t\t\"timestamp\": \"2024-02-23T13:44:34.069Z\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"a179cd33-94a0-4a38-b860-c2b747cf18e4\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}, \r\n    {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 5337,\r\n\t\t\t\"timestamp\": \"2024-02-23T13:54:34.069Z\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"a179cd33-94a0-4a38-b860-c2b747cf18e4\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n    {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 4337,\r\n\t\t\t\"timestamp\": \"2024-02-23T13:55:34.069Z\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"a179cd33-94a0-4a38-b860-c2b747cf18e4\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}, \r\n    {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 5337,\r\n\t\t\t\"timestamp\": \"2024-02-23T13:56:34.069Z\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"a179cd33-94a0-4a38-b860-c2b747cf18e4\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n    {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 4337,\r\n\t\t\t\"timestamp\": \"2024-02-23T13:57:34.069Z\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"a179cd33-94a0-4a38-b860-c2b747cf18e4\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}, \r\n    {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 5337,\r\n\t\t\t\"timestamp\": \"2024-02-23T13:58:34.069Z\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"a179cd33-94a0-4a38-b860-c2b747cf18e4\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n    ]\r\n}"},"url":"{{url}}/tenants/:tenant/readings","description":"<p>This route is used to create a set of new reading entities through a single post request. The created readings or partial errors are returned in the body of the response.</p>\n<hr />\n<p>Maximum number of readings per create request: 1000</p>\n<hr />\n<p>The timestamp attribute must be in ISO 8601 format and <em>should</em> be in UTC time to avoid conflicts through daylight saving time.</p>\n<p>A reading must be linked to a device in the relationships section. Therefore the UUID of the device needs to be addressed and the type needs to be specified to \"device\". This relation is <strong>mandatory</strong>!</p>\n<p>withoutResults parameter can be used to increase creation-time, no results of the creation will returned. <strong>Caution:</strong> potential creation error are not returned and readings may not be created.</p>\n<p><strong>Note</strong>: For connector access, creating one or more readings for devices not associated with the connector will result in a 403 forbidden response on the complete request.</p>\n","urlObject":{"path":["tenants",":tenant","readings"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>When true, readings are attempted to be created without returning potential errors, no guarantee that all readings are created! Empty response is returned.</p>\n","type":"text/plain"},"key":"withoutResults","value":"true"}],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"e45230c6-ccc4-40f2-a9ae-024c2b1284fd","name":"201 - Array result","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": [\r\n        {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 5,\r\n\t\t\t\"timestamp\": \"2021-01-16T13:44:34.069Z\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"6ed3ce85-8fd5-4fa2-82a9-e72cdc94f9d9\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}, \r\n    {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 6,\r\n\t\t\t\"timestamp\": \"2021-01-17T13:54:34.069Z\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"6ed3ce85-8fd5-4fa2-82a9-e72cdc94f9d9\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}, \r\n    {\r\n\t\t\"type\": \"readings\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"value\": 6,\r\n\t\t\t\"timestamp\": \"2021-01-17T14:50:34.069Z\"\r\n\t\t},\r\n\t\t\"relationships\": {\r\n\t\t\t\"device\": {\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"type\": \"devices\",\r\n\t\t\t\t\t\"id\": \"6ed3ce85-8fd5-4fa2-82a9-e72cdc94f9d9\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n    ]\r\n}"},"url":{"raw":"{{url}}/tenants/:tenant/readings","host":["{{url}}"],"path":["tenants",":tenant","readings"],"variable":[{"id":"e347a2c5-7375-47c9-baf2-fdfb89850b18","key":"tenant","value":"{{tenant}}","type":"string","description":"The tenants UUID"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1280"},{"key":"ETag","value":"W/\"500-d3/sL6D63ehbNoXKORWJkn23O5g\""},{"key":"Date","value":"Fri, 25 Jun 2021 12:42:50 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": [\n        {\n            \"type\": \"readings\",\n            \"id\": \"ce4d64f4-4ada-4248-a55c-cf79a722ca17\",\n            \"links\": {\n                \"self\": \"/tenants/4d04fc48-5619-44d4-a799-49f11bb3c0d8/readings/ce4d64f4-4ada-4248-a55c-cf79a722ca17\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-06-25T12:42:50.845Z\",\n                \"updatedAt\": \"2021-06-25T12:42:50.845Z\"\n            },\n            \"attributes\": {\n                \"timestamp\": \"2021-01-16T13:44:34.069Z\",\n                \"value\": 5\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/4d04fc48-5619-44d4-a799-49f11bb3c0d8/readings/ce4d64f4-4ada-4248-a55c-cf79a722ca17/relationships/device\",\n                        \"related\": \"/tenants/4d04fc48-5619-44d4-a799-49f11bb3c0d8/readings/ce4d64f4-4ada-4248-a55c-cf79a722ca17/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"readings\",\n            \"id\": \"3be12c34-dde9-4732-82e8-fd010c55994e\",\n            \"links\": {\n                \"self\": \"/tenants/4d04fc48-5619-44d4-a799-49f11bb3c0d8/readings/3be12c34-dde9-4732-82e8-fd010c55994e\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-06-25T12:42:50.856Z\",\n                \"updatedAt\": \"2021-06-25T12:42:50.856Z\"\n            },\n            \"attributes\": {\n                \"timestamp\": \"2021-01-17T13:54:34.069Z\",\n                \"value\": 6\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/4d04fc48-5619-44d4-a799-49f11bb3c0d8/readings/3be12c34-dde9-4732-82e8-fd010c55994e/relationships/device\",\n                        \"related\": \"/tenants/4d04fc48-5619-44d4-a799-49f11bb3c0d8/readings/3be12c34-dde9-4732-82e8-fd010c55994e/device\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"errors\",\n            \"errors\": [\n                {\n                    \"status\": \"409\",\n                    \"detail\": \"\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"45133086-7a96-4b0c-a832-f6b7ccad06e8"},{"name":"Retreive a group reading aggregates collection","id":"de6a1a44-67bd-4ccf-b732-58a5e0e4aaee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"type\": \"group-aggregates\",\r\n        \"attributes\": {\r\n            \"interval\": \"1\",\r\n            \"frequency\": \"MONTHLY\",\r\n            \"function\": \"CONSUMPTION\",         \r\n            \"groupByAttributeTags\": false,  \r\n            \"filters\": [\r\n                {\r\n                    \"reading\": {\r\n                        \"from\": \"2025-01-01T00:00:00.000Z\",\r\n                        \"until\": \"2026-01-01T00:00:00.000Z\"\r\n                    },\r\n                    \"device\": {\r\n                        \"ids\": [\r\n                            \"4ea01a6b-18ab-4f0d-9e7f-880111b34a7b\", \"d897b83b-e0f4-4f9d-bbf8-1d9bbb2eca7b\"\r\n                        ]\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/tenants/:tenant/readings/aggregates","description":"<p>This endpoint lets the user retrieve reading data aggregated into different time intervals, independent of the underlying raw data interval.</p>\n<p>Aggregation is based on a specified time interval or time bucket and a aggregation function.</p>\n<p>A time bucket is a timeframe defined through <strong>frequency</strong> and <strong>interval</strong>, i.e. interval 1, frequency weekly, results in time buckets of one week.</p>\n<p>Filters is a list of entity filters for the aggregated readings. All filters in a single filter entity are AND combined, while the list of filters is combined with OR.</p>\n","urlObject":{"path":["tenants",":tenant","readings","aggregates"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[after]","value":"3000"},{"disabled":true,"key":"page[before]","value":"2"},{"disabled":true,"key":"page[size]","value":"10"},{"disabled":true,"description":{"content":"<p>Wherever to apply the factor to the reading value. Default: true</p>\n","type":"text/plain"},"key":"applyFactor","value":"false"},{"disabled":true,"description":{"content":"<p>Wherever aggregation results should be grouped by the device's meta-attribute tags. Default: false</p>\n","type":"text/plain"},"key":"groupByAttributeTags","value":"false"}],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"3acece9f-0067-4ed8-af20-714b896e533c","name":"Retreive a group reading aggregates collection","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"group-aggregates\",\r\n\t\t\"attributes\": {\r\n            \"frequency\": \"DAILY\",\r\n            \"interval\": 1,\r\n            \"function\": \"CONSUMPTION\",\r\n            \"filters\": [\r\n                {\r\n                    \"reading\": {\r\n                        // \"createdFrom\": \"\",\r\n                        // \"createdUntil\": \"\",\r\n                        // \"from\": \"\",\r\n                        // \"until\": \"\"\r\n                    },\r\n                    \"device\": {\r\n                        // \"createdFrom\": \"\",\r\n                        // \"createdUntil\": \"\",\r\n                        // \"ids\": [\r\n                        // ],\r\n                        \"tagIds\": [\r\n                            \"X\", \"Y\" // tag id X AND Y\r\n                        ]\r\n                    },\r\n                    \"connector\": {\r\n                        // \"createdFrom\": \"\",\r\n                        // \"createdUntil\": \"\",\r\n                        // \"ids\": [\r\n                        // ],\r\n                        // \"tagIds\": [\r\n                        // ]\r\n                    },\r\n                    \"property\": {\r\n                        // \"createdFrom\": \"\",\r\n                        // \"createdUntil\": \"\",\r\n                        // \"ids\": [\r\n                        //     \"cf3fb6b6-9b36-4120-8c75-9d1576e15e30\"\r\n                        // ]\r\n                        // \"tagIds\": [\r\n                        // ]\r\n                    }\r\n                },\r\n                {\r\n                    \"device\": {\r\n                        \"tagIds\": [\r\n                            \"Z\" // tag ID (X AND Y) OR Z\r\n                        ]\r\n                    }\r\n                }\r\n            ]\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/tenants/:tenant/readings/aggregates","host":["{{url}}"],"path":["tenants",":tenant","readings","aggregates"],"query":[{"key":"page[after]","value":"2","type":"text","disabled":true},{"key":"page[before]","value":"2","type":"text","disabled":true},{"key":"page[size]","value":"2","disabled":true}],"variable":[{"key":"tenant","value":"{{tenant}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1539"},{"key":"ETag","value":"W/\"603-QAoEmj+XzicJjmLuQ7PkFznFsSY\""},{"key":"Date","value":"Mon, 07 Oct 2024 13:18:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/e841b13e-0b09-4c92-901e-6e5b9019daf6/readings/aggregates?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 7\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"aggregates\",\n            \"id\": null,\n            \"meta\": {\n                \"createdAt\": \"2024-10-07T13:18:10.936Z\"\n            },\n            \"attributes\": {\n                \"bucketStart\": \"2024-10-05T00:00:00.000Z\",\n                \"bucketEnd\": \"2024-10-06T00:00:00.000Z\",\n                \"value\": 50\n            }\n        },\n        {\n            \"type\": \"aggregates\",\n            \"id\": null,\n            \"meta\": {\n                \"createdAt\": \"2024-10-07T13:18:10.936Z\"\n            },\n            \"attributes\": {\n                \"bucketStart\": \"2024-10-04T00:00:00.000Z\",\n                \"bucketEnd\": \"2024-10-05T00:00:00.000Z\",\n                \"value\": 0\n            }\n        },\n        {\n            \"type\": \"aggregates\",\n            \"id\": null,\n            \"meta\": {\n                \"createdAt\": \"2024-10-07T13:18:10.936Z\"\n            },\n            \"attributes\": {\n                \"bucketStart\": \"2024-10-03T00:00:00.000Z\",\n                \"bucketEnd\": \"2024-10-04T00:00:00.000Z\",\n                \"value\": 100\n            }\n        },\n        {\n            \"type\": \"aggregates\",\n            \"id\": null,\n            \"meta\": {\n                \"createdAt\": \"2024-10-07T13:18:10.936Z\"\n            },\n            \"attributes\": {\n                \"bucketStart\": \"2024-10-02T00:00:00.000Z\",\n                \"bucketEnd\": \"2024-10-03T00:00:00.000Z\",\n                \"value\": 100\n            }\n        },\n        {\n            \"type\": \"aggregates\",\n            \"id\": null,\n            \"meta\": {\n                \"createdAt\": \"2024-10-07T13:18:10.936Z\"\n            },\n            \"attributes\": {\n                \"bucketStart\": \"2024-10-01T00:00:00.000Z\",\n                \"bucketEnd\": \"2024-10-02T00:00:00.000Z\",\n                \"value\": 100\n            }\n        },\n        {\n            \"type\": \"aggregates\",\n            \"id\": null,\n            \"meta\": {\n                \"createdAt\": \"2024-10-07T13:18:10.936Z\"\n            },\n            \"attributes\": {\n                \"bucketStart\": \"2024-09-30T00:00:00.000Z\",\n                \"bucketEnd\": \"2024-10-01T00:00:00.000Z\",\n                \"value\": 100\n            }\n        },\n        {\n            \"type\": \"aggregates\",\n            \"id\": null,\n            \"meta\": {\n                \"createdAt\": \"2024-10-07T13:18:10.936Z\"\n            },\n            \"attributes\": {\n                \"bucketStart\": \"2024-09-29T00:00:00.000Z\",\n                \"bucketEnd\": \"2024-09-30T00:00:00.000Z\",\n                \"value\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"de6a1a44-67bd-4ccf-b732-58a5e0e4aaee"},{"name":"Delete a reading","id":"c6daa53e-d743-4e59-b838-f66e2c0c2073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"{{url}}/tenants/:tenant/readings/:uuid","description":"<p>Soft deletes a reading.</p>\n<p>Can be restored through the restore endpoint</p>\n","urlObject":{"path":["tenants",":tenant","readings",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"90f41d37-3388-48ea-814e-977b18f7958d","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"09db9700-9826-4798-8292-433e0d9a4098","description":{"content":"<p>The UUID of a reading</p>\n","type":"text/plain"},"type":"string","value":"f8bfa703-a2d2-4a99-b25b-6887a92433ab","key":"uuid"}]}},"response":[],"_postman_id":"c6daa53e-d743-4e59-b838-f66e2c0c2073"},{"name":"Restore a reading","id":"2393bbf8-3574-467b-bb67-94c6d974ae59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"},{"key":"Authorization","type":"text","value":"Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0ZXN0dXNlckB0ZXN0LmRlIiwidXNlcklkIjoiZjcxMzdjY2UtYWQxNC00OTk4LWIwMWYtMzk4NGIzNjFiMzJlIiwidHlwZSI6InVzZXIiLCJpYXQiOjE1NzUyODA4OTAsImV4cCI6MTU3NTM2NzI5MCwiaXNzIjoiYmFzY2xvdWQifQ.CzLpEdVZJy5v4aZfwbSX8ezwkmrGj0QCoXZsnGGlW9krDL59j8bHL4wI9BHcxYGctXsoHR8cU7rLU2OSBEK--Q"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"readings\",\n\t\t\"id\": \"e93b4e3e-5f60-4429-959e-c6826127e49b\"\n\t}\n}"},"url":"{{url}}/tenants/:tenant/readings/:uuid","description":"<p>Restores a soft deleted reading.</p>\n","urlObject":{"path":["tenants",":tenant","readings",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"faffb862-412a-4b21-a89e-8645f11b36d5","type":"any","value":"{{tenant}}","key":"tenant"},{"id":"46f3e069-0db1-40ae-9320-cfc180c285e2","type":"any","value":"e93b4e3e-5f60-4429-959e-c6826127e49b","key":"uuid"}]}},"response":[{"id":"6c40c40c-6f7a-485d-b8ab-220744bf599c","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0ZXN0dXNlckB0ZXN0LmRlIiwidXNlcklkIjoiZjcxMzdjY2UtYWQxNC00OTk4LWIwMWYtMzk4NGIzNjFiMzJlIiwidHlwZSI6InVzZXIiLCJpYXQiOjE1NzUyODA4OTAsImV4cCI6MTU3NTM2NzI5MCwiaXNzIjoiYmFzY2xvdWQifQ.CzLpEdVZJy5v4aZfwbSX8ezwkmrGj0QCoXZsnGGlW9krDL59j8bHL4wI9BHcxYGctXsoHR8cU7rLU2OSBEK--Q","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"tenants\",\n\t\t\"id\": \"97a349a3-9586-47d1-b325-f9e3bdc87672\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"myNewName\"\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:uuid","host":["{{url}}"],"path":["tenants",":uuid"],"variable":[{"key":"uuid","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The UUID of a tenant"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"WWW-Authenticate","value":"Bearer realm=\"bascloud\""},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-JDGtCtrEI9pywOhTz5w9i7o0xlY\""},{"key":"Date","value":"Mon, 02 Dec 2019 12:42:50 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"401\",\n            \"title\": \"Unauthorized\"\n        }\n    ]\n}"},{"id":"e95f6294-8d86-421a-a708-b820b9d975b7","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"},{"key":"Authorization","type":"text","value":"Bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0ZXN0dXNlckB0ZXN0LmRlIiwidXNlcklkIjoiZjcxMzdjY2UtYWQxNC00OTk4LWIwMWYtMzk4NGIzNjFiMzJlIiwidHlwZSI6InVzZXIiLCJpYXQiOjE1NzUyODA4OTAsImV4cCI6MTU3NTM2NzI5MCwiaXNzIjoiYmFzY2xvdWQifQ.CzLpEdVZJy5v4aZfwbSX8ezwkmrGj0QCoXZsnGGlW9krDL59j8bHL4wI9BHcxYGctXsoHR8cU7rLU2OSBEK--Q"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"tenants\",\n\t\t\"id\": \"fc736efb-c831-4f42-89d3-4b5ffa6687f6\"\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:uuid","host":["{{url}}"],"path":["tenants",":uuid"],"variable":[{"key":"uuid","value":"fc736efb-c831-4f42-89d3-4b5ffa6687f6","type":"string","description":"The UUID of a tenant"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"6c-ctocU80PNDUESEiQfTB7RfgghTI\""},{"key":"Date","value":"Tue, 31 Aug 2021 08:10:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2393bbf8-3574-467b-bb67-94c6d974ae59"}],"id":"c8591a56-1c49-429c-b3fb-3cd43990df0f","description":"<p>A reading entity represents a reading from a sensor or actor in a building. </p>\n<p><strong>Attributes</strong>:</p>\n<ul>\n<li>timestamp: in ISO 8601 format, UTC time  (Mandatory)</li>\n<li>value: value of sensor/actor to given timestamp (Mandatory)</li>\n<li>uuid: unique identifier</li>\n</ul>\n<p><strong>All attributes are mandatory.</strong></p>\n<p><strong>Relations</strong>:</p>\n<ul>\n<li>device: A reading needs to be linked to a device. This relation is <strong>mandatory</strong></li>\n</ul>\n<p>All requests regarding one or many readings are summarized below.</p>\n","event":[{"listen":"prerequest","script":{"id":"ef94d4d2-dcb5-424f-a9ad-1c2d979f9081","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"01c65847-270c-4c6a-8002-213d90ebb224","type":"text/javascript","exec":[""]}}],"_postman_id":"c8591a56-1c49-429c-b3fb-3cd43990df0f","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Setpoints","item":[{"name":"Retrieve a single setpoint","id":"0f893a1e-bc41-4173-b8f5-117a1c9451f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/setpoints/:uuid","description":"<p>The route is used to get a single setpoint entity. </p>\n<p>It accepts a UUID as a path parameter and returns a setpoint entity if found.</p>\n","urlObject":{"path":["tenants",":tenant","setpoints",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"55571a06-3f4c-4648-97fd-2c6f4fa8f301","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"909efa8a-bcc0-46a0-a272-49ea6c7194c9","description":{"content":"<p>The UUID of a setpoint</p>\n","type":"text/plain"},"type":"string","value":"4357d261-d28e-490e-9a0a-d5942b6970f5","key":"uuid"}]}},"response":[{"id":"3f663532-b312-4c09-a3a0-372738fa01a7","name":"400 - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/setpoints/:uuid","host":["{{url}}"],"path":["tenants",":tenant","setpoints",":uuid"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"},{"key":"uuid","value":"wrong","description":"The UUID of a setpoint"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"108"},{"key":"ETag","value":"W/\"6c-riK/RTqVhjrunz9hVv3Kyvm7r+8\""},{"key":"Date","value":"Tue, 16 Jul 2019 13:09:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"id must be an UUID\",\n            \"source\": {\n                \"pointer\": \"/id\"\n            }\n        }\n    ]\n}"},{"id":"952aad45-00c4-45b5-a0dd-7c53c700b9fd","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/setpoints/:uuid","host":["{{url}}"],"path":["tenants",":tenant","setpoints",":uuid"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"},{"key":"uuid","value":"a03318de-5eb5-4992-8ff2-2921c509a80b","description":"The UUID of a setpoint"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"365"},{"key":"ETag","value":"W/\"16d-6Z+GgjHsp3j6HaWrFMQqu4eQWQ4\""},{"key":"Date","value":"Tue, 16 Jul 2019 13:08:23 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"setpoints\",\n        \"id\": \"a03318de-5eb5-4992-8ff2-2921c509a80b\",\n        \"links\": {\n            \"self\": \"/tenants/myTenant/setpoints/a03318de-5eb5-4992-8ff2-2921c509a80b\"\n        },\n        \"attributes\": {\n            \"timestamp\": \"2019-06-05T12:17:58.819Z\",\n            \"value\": 23.457\n        },\n        \"relationships\": {\n            \"device\": {\n                \"links\": {\n                    \"self\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/setpoints/a03318de-5eb5-4992-8ff2-2921c509a80b/relationships/device\",\n                    \"related\": \"/tenants/68559c44-27bf-4594-be7a-b73bc5c7b74f/setpoints/a03318de-5eb5-4992-8ff2-2921c509a80b/device\"\n                }\n            }\n        }\n    }\n}"},{"id":"2d241440-5a95-4740-a4f6-68209abebe28","name":"404 - Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/setpoints/:uuid","host":["{{url}}"],"path":["tenants",":tenant","setpoints",":uuid"],"variable":[{"key":"tenant","value":"68559c44-27bf-4594-be7a-b73bc5c7b74f","description":"The tenants UUID"},{"key":"uuid","value":"a03318de-5eb5-4992-8ff2-2921c509a80c","description":"The UUID of a setpoint"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"ETag","value":"W/\"90-z5/3Lx8+SV2g0IAiXzeaS0wETxE\""},{"key":"Date","value":"Tue, 16 Jul 2019 13:09:45 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Entity not found\",\n            \"detail\": \"The Setpoint with the ID a03318de-5eb5-4992-8ff2-2921c509a80c was not found!\"\n        }\n    ]\n}"}],"_postman_id":"0f893a1e-bc41-4173-b8f5-117a1c9451f0"},{"name":"Retrieve a setpoint collection","id":"f5298af6-c43a-43e5-b957-453c5d20cdf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/setpoints","description":"<p>This route is used to get a collection of setpoint objects. It accepts various query parameter described below. </p>\n<p>All parameters are <strong>optional</strong>. </p>\n<p><strong>Note</strong>: The parameters <em>currentTime</em> and <em>until</em> are set to the current timestamp and to the current timestamp + 5 minutes if not otherwise specified by the user. If you want to retrieve setpoints for a certain timespan, set values for <em>from</em> and <em>until</em>.</p>\n<p>If there is no setpoint matching your search parameters or no <strong>active</strong> setpoint is available an empty array is returned. </p>\n<p><strong>Note</strong>: After the values are collected once the status is set to inactive, after that you can only retrieve these setpoints via the UUID path parameter (Retrieve a single setpoint).</p>\n","urlObject":{"path":["tenants",":tenant","setpoints"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Timestamp - only values after that timestamp are returned</p>\n","type":"text/plain"},"key":"from","value":"2019-06-01T00:00:00Z"},{"disabled":true,"description":{"content":"<p>Timestamp - only values before that timestamp are returned</p>\n","type":"text/plain"},"key":"until","value":"2019-06-30T00:00:00Z"},{"disabled":true,"description":{"content":"<p>Timestamp - a specific timestamp</p>\n","type":"text/plain"},"key":"timestamp","value":"2021-06-11T13:49:38.069Z"},{"disabled":true,"key":"currentTime","value":""},{"disabled":true,"description":{"content":"<p>A UUID representing the related device</p>\n","type":"text/plain"},"key":"deviceId","value":"1e0706e1-7b60-4eb4-8509-708436a3f6a0"},{"disabled":true,"description":{"content":"<p>State of the setpoint [active, sent, deprecated]</p>\n","type":"text/plain"},"key":"state","value":""},{"disabled":true,"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created after that timestamp are returned</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created before that timestamp are returned</p>\n","type":"text/plain"},"key":"createdFrom","value":"2021-12-09T10:09:00.000Z"},{"disabled":true,"key":"createdUntil","value":"2021-12-09T10:09:00.000Z"},{"disabled":true,"key":"page[size]","value":"1000"}],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"4bf33ee5-966b-4b46-bf44-c2a934a93847","name":"400 - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/setpoints?from=2019-06-01T00:00:00Z&until=wrong&deviceId=ba121310-b8b3-40db-857c-bcf7427f90aa","host":["{{url}}"],"path":["tenants",":tenant","setpoints"],"query":[{"key":"from","value":"2019-06-01T00:00:00Z","description":"Timestamp - only values after that timestamp are returned"},{"key":"until","value":"wrong","description":"Timestamp - only values before that timestamp are returned"},{"key":"timestamp","value":"2019-07-15T10:30:00Z","description":"Timestamp - a specific timestamp","disabled":true},{"key":"currentTime","value":"2019-07-15T10:30:00Z","description":"??? - default is the current timestamp","disabled":true},{"key":"deviceId","value":"ba121310-b8b3-40db-857c-bcf7427f90aa","description":"A UUID representing the related device"}],"variable":[{"key":"tenant","value":"myTenant"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"ETag","value":"W/\"87-MnHTXZiSbb2/lA7moiF3+NS+HkA\""},{"key":"Date","value":"Tue, 16 Jul 2019 13:42:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"until must be a valid ISO 8601 date string\",\n            \"source\": {\n                \"pointer\": \"/until\"\n            }\n        }\n    ]\n}"},{"id":"d4e173f5-5566-4da9-b18a-d0aa13d7834a","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/setpoints","host":["{{url}}"],"path":["tenants",":tenant","setpoints"],"query":[{"key":"from","value":"2019-06-01T00:00:00Z","type":"text","description":"Timestamp - only values after that timestamp are returned","disabled":true},{"key":"until","value":"2019-06-30T00:00:00Z","type":"text","description":"Timestamp - only values before that timestamp are returned","disabled":true},{"key":"timestamp","value":"2021-06-11T13:49:38.069Z","type":"text","description":"Timestamp - a specific timestamp","disabled":true},{"key":"currentTime","value":"","type":"text","disabled":true},{"key":"deviceId","value":"ba121310-b8b3-40db-857c-bcf7427f90aa","type":"text","description":"A UUID representing the related device","disabled":true},{"key":"page[size]","value":"1000","type":"text","disabled":true},{"key":"page[after]","value":"","type":"text","disabled":true},{"key":"page[before]","value":"","type":"text","description":"Timestamp- only entities that are created after that timestamp are returned","disabled":true},{"key":"createdFrom","value":"2021-06-11T13:49:38.069Z","type":"text","description":"Timestamp- only entities that are created before that timestamp are returned","disabled":true},{"key":"createdUntil","value":"2021-06-11T13:49:38.069Z","type":"text","disabled":true}],"variable":[{"id":"7de06e5c-b741-4087-ace8-4254bbb128c9","key":"tenant","value":"{{tenant}}","type":"string","description":"The tenants UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"843"},{"key":"ETag","value":"W/\"34b-ON2HawZXyVqriC5mkr4x5yfP5Ho\""},{"key":"Date","value":"Thu, 01 Jul 2021 08:23:42 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/setpoints?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"setpoints\",\n            \"id\": \"991f792e-8140-4edb-9066-d15ac0dc67a3\",\n            \"links\": {\n                \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/setpoints/991f792e-8140-4edb-9066-d15ac0dc67a3\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-07-01T08:23:38.873Z\",\n                \"updatedAt\": \"2021-07-01T08:23:38.873Z\"\n            },\n            \"attributes\": {\n                \"timestamp\": \"2021-06-11T13:49:38.069Z\",\n                \"value\": 9,\n                \"state\": \"active\"\n            },\n            \"relationships\": {\n                \"device\": {\n                    \"links\": {\n                        \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/setpoints/991f792e-8140-4edb-9066-d15ac0dc67a3/relationships/devices\",\n                        \"related\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/setpoints/991f792e-8140-4edb-9066-d15ac0dc67a3/devices\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"f5298af6-c43a-43e5-b957-453c5d20cdf8"},{"name":"Retrieve the device relationship","id":"b431f18b-12dd-4857-bb0f-75ec1070303d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/setpoints/:setpoint/relationships/device","description":"<p>This route is used to retrieve information about the relationship from a setpoint to its' device.</p>\n","urlObject":{"path":["tenants",":tenant","setpoints",":setpoint","relationships","device"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The setpoints UUID</p>\n","type":"text/plain"},"type":"any","value":"40d29ed9-da82-4be2-a8b7-960c336bdefd","key":"setpoint"}]}},"response":[{"id":"defd61fe-1a7a-4ad7-8a78-4935060a4ce9","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/setpoints/:setpoint/relationships/device","host":["{{url}}"],"path":["tenants",":tenant","setpoints",":setpoint","relationships","device"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"setpoint","value":"40d29ed9-da82-4be2-a8b7-960c336bdefd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"330"},{"key":"ETag","value":"W/\"14a-ZObuEjHHnpbVNN9Palvz15FISNY\""},{"key":"Date","value":"Tue, 14 Apr 2020 09:07:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/readings/9f77fcbc-4661-4843-91a9-ade005574cd8/relationships/device\",\n        \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/readings/9f77fcbc-4661-4843-91a9-ade005574cd8/device\"\n    },\n    \"data\": {\n        \"type\": \"devices\",\n        \"id\": \"ec38bd8f-1994-4fd0-b43f-03a2abb9e83e\"\n    }\n}"}],"_postman_id":"b431f18b-12dd-4857-bb0f-75ec1070303d"},{"name":"Retrieve the associated device","id":"a7dead73-b0dc-415b-a4d2-b7befbe5ea92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/setpoints/:setpoint/device","description":"<p>This route is used to retrieve information about the associated device of a setpoint.</p>\n","urlObject":{"path":["tenants",":tenant","setpoints",":setpoint","device"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The setpoints UUID</p>\n","type":"text/plain"},"type":"any","value":"40d29ed9-da82-4be2-a8b7-960c336bdefd","key":"setpoint"}]}},"response":[{"id":"62309f91-213d-4e9c-8776-55b0de3b02df","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/tenants/:tenant/setpoints/:setpoint/device","host":["{{url}}"],"path":["tenants",":tenant","setpoints",":setpoint","device"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"},{"key":"setpoint","value":"40d29ed9-da82-4be2-a8b7-960c336bdefd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1285"},{"key":"ETag","value":"W/\"505-zjNgEy64fs4PUNO/TGgwMf0ZjkU\""},{"key":"Date","value":"Tue, 14 Apr 2020 09:09:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/readings/f49b4096-177a-4add-b35a-981645a37dd2/device\"\n    },\n    \"data\": {\n        \"type\": \"devices\",\n        \"id\": \"ec38bd8f-1994-4fd0-b43f-03a2abb9e83e\",\n        \"links\": {\n            \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-03-16T12:56:34.517Z\",\n            \"updatedAt\": \"2020-04-06T08:32:54.638Z\"\n        },\n        \"attributes\": {\n            \"aksId\": \"not empty\",\n            \"description\": \"some description\",\n            \"unit\": \"Celsius\"\n        },\n        \"relationships\": {\n            \"connector\": {\n                \"links\": {\n                    \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/relationships/connector\",\n                    \"related\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/connector\"\n                }\n            },\n            \"readings\": {\n                \"links\": {\n                    \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/relationships/readings\",\n                    \"related\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/readings\"\n                }\n            },\n            \"setpoints\": {\n                \"links\": {\n                    \"self\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/relationships/setpoints\",\n                    \"related\": \"/tenants/4b0e8063-423f-4a46-90e3-d566bc59f6a2/devices/ec38bd8f-1994-4fd0-b43f-03a2abb9e83e/setpoints\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"a7dead73-b0dc-415b-a4d2-b7befbe5ea92"},{"name":"Create a setpoint","id":"3a3c5348-faf5-4fe6-b46f-9176044b30e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"setpoints\",\n\t\t\"attributes\": {\n\t\t\t\"timestamp\": \"2021-06-11T13:49:38.069Z\",\n\t\t\t\"value\": 9\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"device\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"devices\",\n\t\t\t\t\t\"id\": \"1d2bd7c2-f340-468d-a3ca-e22f77c1dca7\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":"{{url}}/tenants/:tenant/setpoints","description":"<p>This route is used to create a new setpoint object. When the setpoint entity has been successfully created the entity is listed in response body.</p>\n<hr />\n<p><strong>All parameters are mandatory!</strong></p>\n<p>A reading must be linked to a device in the relationships section. Therefore the UUID of the device needs to be addressed and the type needs to be specified to \"device\". This relation is <strong>mandatory</strong>! Thus you can only send the request with the relationships attribute as you can see in the examples.</p>\n","urlObject":{"path":["tenants",":tenant","setpoints"],"host":["{{url}}"],"query":[],"variable":[{"id":"0e6e7628-2cf6-4335-8dd6-1217b15b11b3","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"ad9256f9-5599-4a2f-875c-7fdbc95a0827","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"setpoints\",\n\t\t\"attributes\": {\n\t\t\t\"timestamp\": \"2019\",\n\t\t\t\"value\": 5\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"device\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"devices\",\n\t\t\t\t\t\"id\": \"e56b211f-3605-4e74-8603-d985cc982c92\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/setpoints","host":["{{url}}"],"path":["tenants",":tenant","setpoints"],"variable":[{"key":"tenant","value":"97a349a3-9586-47d1-b325-f9e3bdc87672","description":"The tenants UUID"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/tenants/test_setpoint/setpoints/565455aa-b166-4b80-874e-bfe637ae0e5f"},{"key":"Content-Length","value":"387"},{"key":"ETag","value":"W/\"183-1YzKBhdHmc+K+7sacFubvlnBCWA\""},{"key":"Date","value":"Tue, 16 Jul 2019 14:02:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"setpoints\",\n        \"id\": \"3ea35693-4c5e-494c-b380-5c4cd74bba06\",\n        \"links\": {\n            \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/setpoints/3ea35693-4c5e-494c-b380-5c4cd74bba06\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2020-04-07T14:28:08.448Z\",\n            \"updatedAt\": \"2020-04-07T14:28:08.448Z\"\n        },\n        \"attributes\": {\n            \"timestamp\": \"2019-01-01T00:00:00.000Z\",\n            \"value\": 5\n        },\n        \"relationships\": {\n            \"device\": {\n                \"links\": {\n                    \"self\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/setpoints/3ea35693-4c5e-494c-b380-5c4cd74bba06/relationships/device\",\n                    \"related\": \"/tenants/97a349a3-9586-47d1-b325-f9e3bdc87672/setpoints/3ea35693-4c5e-494c-b380-5c4cd74bba06/device\"\n                }\n            }\n        }\n    }\n}"},{"id":"c123c9ff-ae9c-4cb5-86e6-2b1cd6ab205b","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"setpoints\",\n\t\t\"attributes\": {\n\t\t\t\"timestamp\": \"2019\",\n\t\t\t\"value\": \"5\"\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"device\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"devices\",\n\t\t\t\t\t\"id\": \"e56b211f-3605-4e74-8603-d985cc982c92\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/setpoints","host":["{{url}}"],"path":["tenants",":tenant","setpoints"],"variable":[{"key":"tenant","value":"myTenant"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"131"},{"key":"ETag","value":"W/\"83-zKZW/yQm/+5nldvYq3klPgB/zts\""},{"key":"Date","value":"Tue, 16 Jul 2019 14:03:26 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"400\",\n            \"title\": \"Bad Request\",\n            \"detail\": \"value must be a number\",\n            \"source\": {\n                \"pointer\": \"/data/attributes/value\"\n            }\n        }\n    ]\n}"},{"id":"bfc673ab-3edf-4caa-b2a0-23de69049820","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"setpoints\",\n\t\t\"attributes\": {\n\t\t\t\"timestamp\": \"2019\",\n\t\t\t\"value\": 5\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"device\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"devices\",\n\t\t\t\t\t\"id\": \"e56b211f-3605-4e74-8603-e985cc982c92\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/setpoints","host":["{{url}}"],"path":["tenants",":tenant","setpoints"],"variable":[{"key":"tenant","value":"myTenant"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"ETag","value":"W/\"c7-zgeZ0OuAoYYCzgnBP/oZJqZRqLE\""},{"key":"Date","value":"Tue, 16 Jul 2019 14:03:51 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"Entity not found\",\n            \"detail\": \"A Device with the ID e56b211f-3605-4e74-8603-e985cc982c92 does not exist!\",\n            \"source\": {\n                \"pointer\": \"/data/relationships/device/data/id\"\n            }\n        }\n    ]\n}"},{"id":"fb3f7179-34c8-437c-8500-47856c050a00","name":"409 - Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"setpoint\",\n\t\t\"attributes\": {\n\t\t\t\"timestamp\": \"2019\",\n\t\t\t\"value\": 5\n\t\t},\n\t\t\"relationships\": {\n\t\t\t\"device\": {\n\t\t\t\t\"data\": {\n\t\t\t\t\t\"type\": \"devices\",\n\t\t\t\t\t\"id\": \"e56b211f-3605-4e74-8603-d985cc982c92\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"},"url":{"raw":"{{url}}/tenants/:tenant/setpoints","host":["{{url}}"],"path":["tenants",":tenant","setpoints"],"variable":[{"key":"tenant","value":"myTenant"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*.bascloud.net"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"116"},{"key":"ETag","value":"W/\"74-kesYy8a2rPsKHuthVSg+QlgvQ2Q\""},{"key":"Date","value":"Tue, 16 Jul 2019 14:04:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"409\",\n            \"title\": \"Conflict\",\n            \"detail\": \"type must be setpoints\",\n            \"source\": {\n                \"pointer\": \"/data/type\"\n            }\n        }\n    ]\n}"}],"_postman_id":"3a3c5348-faf5-4fe6-b46f-9176044b30e4"}],"id":"ddc83dec-9c60-4153-bdc0-b4db88136505","description":"<p>A setpoint entity represents a future set point for a sensor or actor in a building. </p>\n<p><strong>Attributes</strong>:</p>\n<ul>\n<li>timestamp: in ISO 8601 Format, UTC time (Mandatory)</li>\n<li>value: value of sensor/actor to given timestamp (Mandatory)</li>\n<li>uuid: unique identifier</li>\n<li>state: describes the state of the setpoint (active, sent, deprecated)</li>\n</ul>\n<p><strong>All attributes are mandatory.</strong></p>\n<p><strong>Relations</strong>:</p>\n<ul>\n<li>device: A setpoint needs to be linked to a device. This relation is <strong>mandatory</strong></li>\n</ul>\n<p><strong>State</strong>:</p>\n<p>A Setpoint is unique as a entity as it has a state. After creation the setpoint is <em>active</em>. After the associated user/connector retrieved the new setpoint through <em>retrieve a setpoint collection</em> the state changes to <em>sent</em>. After this point, the setpoint will not show up again on <em>retrieve a setpoint collection</em> (if not for using the <em>state</em> filter parameter). A setpoint may also take up the state <em>deprecated</em> when its past its due date. Independly of its state a setpoint can still be retrieved through <em>retrieve a single setpoint</em>.</p>\n<p>All requests regarding one or many setpoints are summarized below.</p>\n","event":[{"listen":"prerequest","script":{"id":"9623ac03-8e60-4777-bbb9-ca0406367009","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c9dc2a09-4ca7-470e-b2ac-c0b006cdae71","type":"text/javascript","exec":[""]}}],"_postman_id":"ddc83dec-9c60-4153-bdc0-b4db88136505","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Reports","item":[{"name":"Request a report creation (metering-report)","id":"0b9c8890-f426-4077-80c8-a9505c8798e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"metering-report\",\n\t\t\"attributes\": {\n            \"filters\": {\n                \"tenantIds\": [\"cc21ebcb-1296-44d0-b0bf-ee1b0a35d173\"],\n                \"metering\": {\n                    \"overdueGraceDays\": 5\n                }\n            },\n            \"options\": {\n                \"dateFormat\": \"locale\",\n                \"aggregateMethod\": \"LAST\"\n            },\n            \"columns\": [\"property_name\", \"property_aksId\", \"property_identifier\", \"property_postalCode\", \"property_city\", \"property_country\", \"property_deviceCount\", \"property_emptyDeviceCount\", \"property_overdueDeviceCount\", \"property_lastReading_timestamp\", \"property_lastReading_value\"],\n            \"recipients\": [\"test@test.local\"]\n\t\t}\n\t}\n}"},"url":"{{url}}/reports","description":"<p>This route is used to request a new metering-report creation.</p>\n<p><strong>Mandatory</strong> attributes are filters.tenantIds, columns and recipients.</p>\n","urlObject":{"path":["reports"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b9c8890-f426-4077-80c8-a9505c8798e4"},{"name":"Request a report creation (device-report)","id":"a60d87d7-a45a-46f2-b004-e2acb6c39df4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"iotdevice-report\",\n\t\t\"attributes\": {\n            \"filters\": {\n                \"tenantIds\": [\"8c329557-2930-4e4e-a538-ed31a2b21fee\"]\n            },\n            \"options\": {\n                \"dateFormat\": \"locale\",\n                \"aggregateMethod\": \"LAST\"\n            },\n            \"columns\": [\"iotdevice_uuid\", \"iotdevice_serialnumber\", \"iotdevice_type\", \"iotdevice_description\", \"iotdevice_hardware_version\", \"iotdevice_tenant_name\", \"iotdevice_property_name\", \"iotdevice_connector_name\", \n            \"iotdevice_port_portnumber\", \"iotdevice_port_type\", \"iotdevice_mapping_device_uuid\", \"iotdevice_mapping_device_aksId\", \"iotdevice_mapping_device_description\", \"iotdevice_mapping_device_unit\",\n            \"iotdevice_mapping_reading_value\", \"iotdevice_mapping_reading_timestamp\"],\n            \"recipients\": [\"test@test.local\"]\n\t\t}\n\t}\n}"},"url":"{{url}}/reports","description":"<p>This route is used to request a new device-report creation.</p>\n<p><strong>Mandatory</strong> attributes are filters.tenantIds, columns and recipients.</p>\n","urlObject":{"path":["reports"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a60d87d7-a45a-46f2-b004-e2acb6c39df4"},{"name":"Request a report creation (property-report)","id":"febc92c5-2f04-4113-8b67-e74bebedc45b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"property-report\",\n        \"attributes\": {\n            \"filters\": {\n                \"tenantIds\": [\n                    \"de0cc09b-b3fe-4c1b-9010-1a3dfb4e06b1\"\n                ],\n                \"device\": {\n                    \"createdUntil\": \"2025-08-01T00:00:00.000Z\",\n                    \"createdFrom\": \"2025-07-01T00:00:00.000Z\"\n                }\n            },\n            \"options\": {\n                \"dateFormat\": \"locale\"\n            },\n            \"columns\": [\n                \"property_uuid\",\n                \"property_name\",\n                \"property_id\",\n                \"property_aksId\",\n                \"property_identifier\",\n                \"property_createdAt\",\n                \"property_updatedAt\",\n                \"property_street\",\n                \"property_postalCode\",\n                \"property_city\",\n                \"property_country\",\n                \"property_latitude\",\n                \"property_longitude\",\n                \"property_totalDeviceCount\",\n                \"property_createdDeviceCount\",\n                \"property_deletedDeviceCount\"\n            ],\n            \"recipients\": [\n                \"test@test.local\"\n            ]\n        }\n    }\n}"},"url":"{{url}}/reports","description":"<p>This route is used to request a new device-report creation.</p>\n<p><strong>Mandatory</strong> attributes are filters.tenantIds, columns and recipients.</p>\n","urlObject":{"path":["reports"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"febc92c5-2f04-4113-8b67-e74bebedc45b"},{"name":"Request a report creation (reading-report)","id":"8587a9c6-2d16-457c-bb81-5dcf7b8ff52e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"reading-report\",\n\t\t\"attributes\": {\n            \"filters\": {\n                \"tenantIds\": [\"e2588581-3d92-472f-8cfc-10674fb20a0a\"],\n                \"reading\": {\n                    \"from\": \"2021-08-01T00:00:00.000Z\",\n                    \"until\": \"2021-12-31T00:00:00.000Z\"\n                }\n            },\n            \"options\": {\n                \"dateFormat\": \"locale\"\n            },\n            \"columns\": [\"reading_device_property_name\", \"reading_device_connector_name\", \"reading_device_aksId\", \"reading_device_description\", \"reading_device_unit\", \"reading_value\", \"reading_timestamp\"],\n            \"recipients\": [\"test@test.local\"]\n\t\t}\n\t}\n}"},"url":"{{url}}/reports","description":"<p>This route is used to request a new reading-report creation.</p>\n<p><strong>Mandatory</strong> attributes are filters.tenantIds, columns and recipients.</p>\n<p><strong>Caution</strong>:</p>\n<p>It is recommended to define from/until or createdFrom/createdUntil timespan filters, otherwise the resulting report may have a large size over the allowed limit of 200k entries and creation will fail.</p>\n","urlObject":{"path":["reports"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8587a9c6-2d16-457c-bb81-5dcf7b8ff52e"},{"name":"Request a report creation (billing-report)","id":"40a148b6-6415-4207-adcd-9e4942be6c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"billing-report\",\n\t\t\"attributes\": {\n            \"filters\": {\n                \"tenantIds\": [\"e2588581-3d92-472f-8cfc-10674fb20a0a\"],\n                \"billing\": {\n                    \"type\": \"YEARLY\",\n                    \"year\": \"2024\"\n                }\n            },\n            \"options\": {\n                \"dateFormat\": \"locale\"\n            },\n            \"columns\": [\"billing_type\", \"billing_subtype\", \"billing_device_property_name\", \"billing_device_connector_name\", \"billing_connector_name\", \"billing_device_aksId\", \"billing_device_description\", \"billing_device_unit\", \"billing_device_reading_value\", \"billing_device_reading_timestamp\", \"billing_device_reading_count\", \"billing_connector_device_count\", \"billing_start\", \"billing_end\", \"billing_days\", \"billing_price\", \"billing_perUsePrice\"],\n            \"recipients\": [\"test@test.local\"]\n\t\t}\n\t}\n}"},"url":"{{url}}/reports","description":"<p>This route is used to request a new billing-report creation.</p>\n<p><strong>Mandatory</strong> attributes are filters.tenantIds, columns, billing.type, billing.year and/or billing.month and recipients.</p>\n<p><strong>Caution</strong>:</p>\n<p>This endpoint can only be used by users with the Tenant-Admin role.</p>\n","urlObject":{"path":["reports"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"40a148b6-6415-4207-adcd-9e4942be6c40"}],"id":"16d33793-b6da-44ce-9409-7fcf6d134af9","description":"<p>Reports are automatically generated data exports. There are currently three different types of reports supported.</p>\n<p>Reports can be configured through the POST body on what data is contained i.e. filters on device, connector or properties, timespan filters.</p>\n<p>An in-detail description of the filters will be updated soon.</p>\n<p><strong>Report Types:</strong></p>\n<ul>\n<li>Device Report<ul>\n<li>Contains a summarization of the devices of a tenant and their current reading value.</li>\n<li>Different aggregation methods are supported which summarize the reading values of the devices differently. (LAST, FIRST, AVG, SUM)</li>\n</ul>\n</li>\n<li>Reading Report<ul>\n<li>Contains all reading values for a certain timespan and devices, properties or connectors.</li>\n<li>Caution: there is a hard size limit of 200k entries per report. Reading reports may exceeds this, split the reports in to multiple using the timespan filters.</li>\n</ul>\n</li>\n<li>Billing Report<ul>\n<li>Billing report contains billing information for a certain tenant and timespan.</li>\n<li>Billing types supported are yearly and monthly billing report.</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"16d33793-b6da-44ce-9409-7fcf6d134af9","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Device Types","item":[{"name":"Retrieve a single device type","id":"14dc23cb-2bc9-4389-af36-a7fbeacd6561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/devicetypes/:uuid","description":"<p>The route is used to get a single devicetype entity.</p>\n<p>It accepts a UUID as a path parameter and returns a devicetype entity if found.</p>\n","urlObject":{"path":["devicetypes",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"67f4403a-3d40-4b68-b063-fef3c9e1716f","description":{"content":"<p>The UUID of the property</p>\n","type":"text/plain"},"type":"string","value":"394ec707-4f70-46e8-8aa0-1958a25f76ff","key":"uuid"}]}},"response":[],"_postman_id":"14dc23cb-2bc9-4389-af36-a7fbeacd6561"},{"name":"Retrieve a device type collection","id":"ae01d586-79d0-448f-9bef-3f5ce784559a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/devicetypes","description":"<p>This route is used to get a collection of devicetype entities. It accepts various query parameter described below. All parameters are <strong>optional</strong>. If there is no devicetype matching your search parameters an empty array is returned.</p>\n<p>Filter Parameters:</p>\n<ul>\n<li>type</li>\n<li>tenantId</li>\n<li>createdfrom</li>\n<li>createdUntil</li>\n</ul>\n","urlObject":{"path":["devicetypes"],"host":["{{url}}"],"query":[{"disabled":true,"key":"type","value":""},{"disabled":true,"key":"tenantId","value":""},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[size]","value":"1000"},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created after that timestamp are returned</p>\n","type":"text/plain"},"key":"createdFrom","value":"2021-06-28T12:51:35.130Z"},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created before that timestamp are returned</p>\n","type":"text/plain"},"key":"createdUntil","value":"2021-06-29T12:51:06.958Z"},{"disabled":true,"key":"deletedUntil","value":""}],"variable":[]}},"response":[],"_postman_id":"ae01d586-79d0-448f-9bef-3f5ce784559a"},{"name":"Create a device type","id":"27366710-da32-4332-8d9f-1b297b625d89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"devicetypes\",\n\t\t\"attributes\": {\n\t\t\t\"type\": \"SHORT\",\n            \"description\": \"Datapoint type.\",\n\t\t\t\"dataLimit\": 100,\n            \"dataLimitFrequency\": \"MONTHLY\",\n\t\t\t\"retention\": 100000,\n            \"tenantId\": \"e2588581-3d92-472f-8cfc-10674fb20a0a\"\n\t\t}\n\t}\n}"},"url":"{{url}}/devicetypes","description":"<p>This route is used to create a new devicetype object. If the devicetype has been successfully created it is returned in the resonse body.</p>\n<p>A devicetype has no relations that can be set in the creation process.</p>\n<hr />\n<p>Attributes:</p>\n<ul>\n<li><strong>type</strong>*: Name of the type, must be unique</li>\n<li>description*: Description of type</li>\n<li>dataLimit: Limit of number of readings per dataLimitFrequency unit.</li>\n<li>dataLimitFrequency: timespan unit for the dataLimit.</li>\n<li>retention*: Retention period in ms</li>\n<li>tenantId: UUID of the associated Tenant</li>\n</ul>\n<p>*** are mandatory**</p>\n<p>Only BAScloud Administrators are allowed to create a new DeviceType.</p>\n","urlObject":{"path":["devicetypes"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"27366710-da32-4332-8d9f-1b297b625d89"},{"name":"Delete a device type","id":"57cebfd1-b4d6-43d0-8c76-2bb1d2367c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"url":"{{url}}/devicetypes/:uuid","description":"<p>This route is used to create a new devicetype object. If the devicetype has been successfully created it is returned in the resonse body.</p>\n<p>BAScloud Administrator endpoint.</p>\n","urlObject":{"path":["devicetypes",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"87947517-e2d3-4479-8740-bd869c4b1c86","type":"any","value":"f477cc99-3705-4aa8-9f33-068acdb53081","key":"uuid"}]}},"response":[],"_postman_id":"57cebfd1-b4d6-43d0-8c76-2bb1d2367c6b"},{"name":"Restore a device type","id":"9d92608a-9d9a-428c-afba-d3dc45977f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"devicetypes\",\r\n\t\t\"id\": \"54c56fd5-6fcf-4631-b5fb-9ad93f28ff42\"\r\n\t}\r\n}"},"url":"{{url}}/devicetypes/:uuid","description":"<p>This route is used to create a new devicetype object. If the devicetype has been successfully created it is returned in the resonse body.</p>\n<p>BAScloud Administrator endpoint.</p>\n","urlObject":{"path":["devicetypes",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"87947517-e2d3-4479-8740-bd869c4b1c86","type":"any","value":"f477cc99-3705-4aa8-9f33-068acdb53081","key":"uuid"}]}},"response":[],"_postman_id":"9d92608a-9d9a-428c-afba-d3dc45977f0f"},{"name":"Update a device type","id":"8c67eaf0-0c68-4e04-b323-5cf0566c7635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/vnd.api+json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n        \"id\": \"394ec707-4f70-46e8-8aa0-1958a25f76ff\",\n\t\t\"type\": \"devicetypes\",\n\t\t\"attributes\": {\n\t\t\t\"type\": \"SHORT\",\n            \"description\": \"Datapoint type.\",\n\t\t\t\"dataLimit\": 100,\n\t\t\t\"retention\": 100000,\n            \"tenantId\": \"e2588581-3d92-472f-8cfc-10674fb20a0a\"\n\t\t}\n\t}\n}"},"url":"{{url}}/devicetypes/:uuid","description":"<p>This route is used to create a new devicetype object. If the devicetype has been successfully created it is returned in the resonse body.</p>\n<p>BAScloud administrator endpoint.</p>\n","urlObject":{"path":["devicetypes",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"7e421269-db50-48d4-b6b3-c0437d2b4f8f","type":"any","value":"394ec707-4f70-46e8-8aa0-1958a25f76ff","key":"uuid"}]}},"response":[],"_postman_id":"8c67eaf0-0c68-4e04-b323-5cf0566c7635"}],"id":"3c1f2802-1df6-442d-a504-758f74c89821","description":"<p>Device Types describe the type of a device created in a Tenant.</p>\n<p>Each Device Type is associated with a price, request the price endpoint API for specific price information for a type.</p>\n<p>DeviceTypes have the following attributes:</p>\n<ul>\n<li><strong>type</strong>: Type name, must be unique</li>\n<li>description: Description of the type</li>\n<li>dataLimit: Number of readings this type will store for a specified timespan (dataLimitFrequency). Example: dataLimit=1, dataLimitFrequency=MONTHLY means that this DeviceType may only save &lt;= 1 readings per month. This field can be null.</li>\n<li>dataLimitFrequency: Timespan in which the specified number of readings (dataLimit) are saved. This field can be null.</li>\n<li>retention: The time the readings are stored before being discarded in miliseconds. Example: 15552000000 (180 Days * 86400000ms). This field can be null (i.e. Passthrough type)</li>\n<li>tenantId: a DeviceType may be associated to a specific Tenant. This field can be null for general DeviceTypes.</li>\n</ul>\n<p>Supported dataLimitFrequency:</p>\n<ul>\n<li>HOURLY</li>\n<li>DAILY</li>\n<li>WEEKLY</li>\n<li>MONTHLY</li>\n<li>YEARLY</li>\n<li>ALWAYS</li>\n</ul>\n","_postman_id":"3c1f2802-1df6-442d-a504-758f74c89821","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"API Keys","item":[{"name":"Retrieve a single api key","id":"aa8a1e67-ead4-4338-a416-ee809be51c37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/apikeys/:uuid","description":"<p>The route is used to get a single api key entity.</p>\n<p>It accepts a UUID as a path parameter and returns a api key entity if found.</p>\n","urlObject":{"path":["apikeys",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"ee6a3394-275b-4020-9658-91c44c9f3d9e","description":{"content":"<p>The UUID of the connector</p>\n","type":"text/plain"},"type":"string","value":"52c20293-6383-43db-a077-0561f795acc9","key":"uuid"}]}},"response":[],"_postman_id":"aa8a1e67-ead4-4338-a416-ee809be51c37"},{"name":"Retrieve an api keys collection","id":"b0821b65-ce9c-4eee-b0c1-1843ec4222fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/apikeys","description":"<p>This route is used to get a collection of api key entities.</p>\n<p>All parameters are optional. If there is no api key matching your search parameters an empty array is returned.</p>\n","urlObject":{"path":["apikeys"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Name of a connector</p>\n","type":"text/plain"},"key":"userId","value":"f74bb99c-97f4-45f9-b4a9-ee2eede71570"},{"disabled":true,"description":{"content":"<p>Described in the top.</p>\n","type":"text/plain"},"key":"page[size]","value":"1000"},{"disabled":true,"description":{"content":"<p>Described in the top.</p>\n","type":"text/plain"},"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Described in the top.</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created after that timestamp are returned</p>\n","type":"text/plain"},"key":"createdFrom","value":"2021-06-29T12:51:35.130Z"},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created before that timestamp are returned</p>\n","type":"text/plain"},"key":"createdUntil","value":"2021-06-29T12:51:35.130Z"}],"variable":[]}},"response":[],"_postman_id":"b0821b65-ce9c-4eee-b0c1-1843ec4222fe"},{"name":"Retrieve the user relationships","id":"4d114581-6e79-4857-a492-712cf638ca0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/apikeys/:uuid/relationships/user","description":"<p>This route is used to retrieve information about the relationship from an api key to its' devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n","urlObject":{"path":["apikeys",":uuid","relationships","user"],"host":["{{url}}"],"query":[],"variable":[{"id":"1b913ad4-8864-46c0-9db9-d7a566eba558","type":"any","value":"7ba0f399-5135-4f30-9ebd-87747a7ecee0","key":"uuid"}]}},"response":[],"_postman_id":"4d114581-6e79-4857-a492-712cf638ca0a"},{"name":"Retrieve the associated user","id":"7a7b4273-fb43-4094-8599-83fff35acb58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/apikeys/:uuid/user","description":"<p>This route is used to retrieve information about the associated user of the specified api key entity.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a users collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["apikeys",":uuid","user"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[after]","value":null}],"variable":[{"id":"00b84d5c-06f8-4229-8ce6-1478d85c0b5f","type":"any","value":"993e356a-0869-4809-b876-9d70639ce53d","key":"uuid"}]}},"response":[],"_postman_id":"7a7b4273-fb43-4094-8599-83fff35acb58"},{"name":"Create a new api key","id":"8ae390d3-9e57-457e-af35-9d4861ea7916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"apikeys\",\n\t\t\"attributes\": {\n\t\t\t\"userId\": \"818b0f98-d256-4cfa-a5d4-b28608600445\",\n            \"expiration\": \"2022-11-02T13:40:39.069Z\"\n\t\t}\n\t}\n}"},"url":"{{url}}/apikeys","description":"<p>This route is used to create a new api key object. If the api key has been successfully created it is returned in the response body.</p>\n","urlObject":{"path":["apikeys"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ae390d3-9e57-457e-af35-9d4861ea7916"},{"name":"Update an apikey","id":"88a8a47b-4b8c-4d67-b890-93e19b049829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"apikeys\",\n\t\t\"id\": \"993e356a-0869-4809-b876-9d70639ce53d\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"newName\"\n\t\t}\n\t}\n}"},"url":"{{url}}/apikeys/:uuid","description":"<p>This route is used to update a specific api key entity. The apikey entity has to be specified by the UUID.</p>\n<p>Supported parameter:</p>\n<ul>\n<li>name</li>\n</ul>\n<p>Expiration date can NOT be updated. A new api key object needs to be created.</p>\n","urlObject":{"path":["apikeys",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"20d513ea-2921-47b7-bf16-1d0919c9bbd2","description":{"content":"<p>The UUID of the connector</p>\n","type":"text/plain"},"type":"string","value":"993e356a-0869-4809-b876-9d70639ce53d","key":"uuid"}]}},"response":[],"_postman_id":"88a8a47b-4b8c-4d67-b890-93e19b049829"},{"name":"Regenerate an api key","id":"b09b23a4-1738-4c35-bf97-209c3cbd49b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/apikeys/:uuid/generateToken","description":"<p>Through this endpoint, a new JWT token can be generated for the specified api key entity.</p>\n<p>For security reasons the token is not saved and thus cannot be returned again. Be sure to save the token because it cannot be returned again.</p>\n<p>The previous token is invalidated through generating a new one.</p>\n<p><strong>Only administrators are able to generate a new token.</strong></p>\n","urlObject":{"path":["apikeys",":uuid","generateToken"],"host":["{{url}}"],"query":[],"variable":[{"id":"cee250a1-827a-433d-a419-f3841953ca7f","type":"any","value":"27e7a5cc-f0c1-41d8-a68f-295152942ff4","key":"uuid"}]}},"response":[],"_postman_id":"b09b23a4-1738-4c35-bf97-209c3cbd49b9"},{"name":"Delete an api key","id":"f4e6fa96-3f93-456e-98a9-b2ea085eb6a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"{{url}}/apikeys/:uuid","description":"<p>This route is used to delete a specific api key entity. The api key entity has to be specified by the UUID.</p>\n","urlObject":{"path":["apikeys",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"c5575e04-5681-4e8e-9f65-4fe326efefdb","description":{"content":"<p>The UUID of the connector</p>\n","type":"text/plain"},"type":"string","value":"52c20293-6383-43db-a077-0561f795acc9","key":"uuid"}]}},"response":[],"_postman_id":"f4e6fa96-3f93-456e-98a9-b2ea085eb6a9"}],"id":"a6174c9b-f987-43a6-916a-23d663d1580c","description":"<p>An API key entity represents a user which has access to a particular set of devices and its related resources (Properties, Readings, Setpoints).</p>\n<p>An API key is a special entity represents a user and posses a JWT token that authenticates the user. Through this token a user is able to execute API functions on its associated entities (Devices, Readings, and Setpoints).</p>\n<p>API keys have can have a user defined expiration time.</p>\n","_postman_id":"a6174c9b-f987-43a6-916a-23d663d1580c","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Prices","item":[{"name":"Retrieve a single price","id":"40000603-815a-43b5-a183-2bfbc1ad681d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/prices/:uuid","description":"<p>The route is used to get a single price entity.</p>\n<p>It accepts a UUID as a path parameter and returns a property entity if found.</p>\n","urlObject":{"path":["prices",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"3960fea7-b7c6-4cd8-a9fc-e4d166ca47f5","description":{"content":"<p>The UUID of the property</p>\n","type":"text/plain"},"type":"string","value":"6ee2cba1-ca35-41bc-b886-a2a928135fa8","key":"uuid"}]}},"response":[],"_postman_id":"40000603-815a-43b5-a183-2bfbc1ad681d"},{"name":"Retrieve a prices collection","id":"871db6d2-52c4-4f32-9516-db608b6744ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/prices","description":"<p>This route is used to get a collection of price objects. It accepts various query parameter described below. All parameters are <strong>optional</strong>. If there is no price matching your search parameters an empty array is returned.</p>\n<p>Prices may be changed, to reconstruct a price history, prices are deleted and created a-new for a change. To retrieve the price history use the deletedUntil filter.</p>\n<p>Filter parameters:</p>\n<ul>\n<li>type: Base type of the price i.e. device, connector, platform</li>\n<li>subtype: Sub-type of a base type i.e. device-type</li>\n<li>tenantId: Tenant filter</li>\n<li>createdFrom</li>\n<li>createdUntil</li>\n<li>deletedUntil</li>\n</ul>\n","urlObject":{"path":["prices"],"host":["{{url}}"],"query":[{"disabled":true,"key":"type","value":""},{"disabled":true,"key":"subtype","value":""},{"disabled":true,"key":"tenantId","value":""},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[size]","value":"1000"},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created after that timestamp are returned</p>\n","type":"text/plain"},"key":"createdFrom","value":"2021-06-28T12:51:35.130Z"},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created before that timestamp are returned</p>\n","type":"text/plain"},"key":"createdUntil","value":"2021-06-29T12:51:06.958Z"},{"disabled":true,"key":"deletedUntil","value":null}],"variable":[]}},"response":[],"_postman_id":"871db6d2-52c4-4f32-9516-db608b6744ce"}],"id":"db32e384-e549-4447-9b01-936976790ee0","description":"<p>Prices represent billing information for different billable entities in the BAScloud. For example: Devices, Connectors, Platform etc.</p>\n<p>Prices have the following attributes:</p>\n<ul>\n<li>type: Base type i.e. device, connector, platform</li>\n<li>subtype: Sub-type for a specific device-type.</li>\n<li>basePrice: Base price for this entity per month in €. Base price may change through applied discounts. See discountRange.</li>\n<li>perUsePrice: For specific types a pay per use is applied. This represents the price per single use of this entity i.e. for a Device of type PAYPERUSE this price represens a reading written to the device.</li>\n<li>discountRange: Ranges of number of entities and their discount dominator. The discounts are applied in brackets, meaning for 304 devices, the first 100 are applied in the bracket [0-100], the second 100 in the bracket [101-200] etc.</li>\n<li>tenantId: Each price is associated with a Tenant.</li>\n</ul>\n","_postman_id":"db32e384-e549-4447-9b01-936976790ee0","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Tags","item":[{"name":"Retrieve a single tag","id":"f31225a4-9723-4c6d-a9f5-5303fa8ce813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/tags/:uuid","description":"<p>The route is used to get a single tag entity.</p>\n<p>It accepts a UUID as a path parameter and returns a tag entity if found.</p>\n","urlObject":{"path":["tenants",":tenant","tags",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"2758c00a-b7f2-4f8f-b6a8-5584ab09c2ae","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"110c493a-bed0-4c3d-9ac0-a82415052732","description":{"content":"<p>The UUID of the connector</p>\n","type":"text/plain"},"type":"string","value":"0fa240b7-98f6-40fc-bca7-d75ed1b09757","key":"uuid"}]}},"response":[],"_postman_id":"f31225a4-9723-4c6d-a9f5-5303fa8ce813"},{"name":"Retrieve a tags collection","id":"d4ece7d1-ada3-4019-9be7-5efda50e08d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenantId/tags","description":"<p>This route is used to get a collection of tag entities.</p>\n<p>All parameters are optional. If there is no tag matching your search parameters an empty array is returned.</p>\n<p>This operation is permitted to every user associated with that tenant.</p>\n","urlObject":{"path":["tenants",":tenantId","tags"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Name of a connector</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Described in the top.</p>\n","type":"text/plain"},"key":"page[size]","value":"1000"},{"disabled":true,"description":{"content":"<p>Described in the top.</p>\n","type":"text/plain"},"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Described in the top.</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created after that timestamp are returned</p>\n","type":"text/plain"},"key":"createdFrom","value":"2021-06-29T12:51:35.130Z"},{"disabled":true,"description":{"content":"<p>Timestamp- only entities that are created before that timestamp are returned</p>\n","type":"text/plain"},"key":"createdUntil","value":"2021-06-29T12:51:35.130Z"},{"disabled":true,"key":"deviceId","value":""},{"disabled":true,"key":"propertyId","value":""},{"disabled":true,"key":"connectorId","value":""}],"variable":[{"id":"40d869a5-e5a3-493b-a653-41fa3c6bfc7a","type":"any","value":"{{tenant}}","key":"tenantId"}]}},"response":[],"_postman_id":"d4ece7d1-ada3-4019-9be7-5efda50e08d0"},{"name":"Retrieve the device relationships","id":"c9777885-897b-4d4c-af2f-a1e6ce1caf66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/tags/:tag/relationships/devices","description":"<p>This route is used to retrieve information about the relationship of a tag to all its' associated devices.</p>\n<p>If no relationships exist an empty array is returned.</p>\n","urlObject":{"path":["tenants",":tenant","tags",":tag","relationships","devices"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"1661e788-e3e8-4189-a268-624aa04d3af4","key":"tag"}]}},"response":[],"_postman_id":"c9777885-897b-4d4c-af2f-a1e6ce1caf66"},{"name":"Retrieve the associated devices","id":"cf4f78dd-c628-464c-8bdb-e95b25ee3476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/tags/:tag/devices","description":"<p>This route is used to retrieve information about the associated devices of a tag.</p>\n<p>If no relationships exist an empty array is returned.</p>\n<p>You may use all parameter that you can use with the \"GET - Retrieve a devices collection\" request including pagination and filtering.</p>\n<p><strong>Note</strong>: These are not described again here.</p>\n","urlObject":{"path":["tenants",":tenant","tags",":tag","devices"],"host":["{{url}}"],"query":[{"disabled":true,"key":"page[size]","value":"1"},{"disabled":true,"key":"page[after]","value":""}],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"1661e788-e3e8-4189-a268-624aa04d3af4","key":"tag"}]}},"response":[],"_postman_id":"cf4f78dd-c628-464c-8bdb-e95b25ee3476"},{"name":"Retrieve the property relationships","id":"4a0195de-5b4a-42a6-9404-e1513f5acd4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/tags/:tag/relationships/properties","description":"<p>This route is used to retrieve information about the relationship from a tag to its' associated properties.</p>\n<p>If no such relationship exists, an empty array is returned.</p>\n","urlObject":{"path":["tenants",":tenant","tags",":tag","relationships","properties"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"1661e788-e3e8-4189-a268-624aa04d3af4","key":"tag"}]}},"response":[],"_postman_id":"4a0195de-5b4a-42a6-9404-e1513f5acd4f"},{"name":"Retrieve the associated properties","id":"18f56335-188c-4386-92aa-274cb50eaa34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/tags/:tag/properties","description":"<p>This route is used to retrieve information about the associated properties of a tag.</p>\n<p>If no such relationship exists, an empty array is returned.</p>\n","urlObject":{"path":["tenants",":tenant","tags",":tag","properties"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"1661e788-e3e8-4189-a268-624aa04d3af4","key":"tag"}]}},"response":[],"_postman_id":"18f56335-188c-4386-92aa-274cb50eaa34"},{"name":"Retrieve the connector relationships","id":"1e3538f1-d104-4827-a944-314f28f40511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/tags/:tag/relationships/connectors","description":"<p>This route is used to retrieve information about the relationship of a tag to its' connectors.</p>\n<p>StartFragment</p>\n<p>If no such relationship exists, an empty array is returned.</p>\n<p>EndFragment</p>\n","urlObject":{"path":["tenants",":tenant","tags",":tag","relationships","connectors"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"1661e788-e3e8-4189-a268-624aa04d3af4","key":"tag"}]}},"response":[],"_postman_id":"1e3538f1-d104-4827-a944-314f28f40511"},{"name":"Retrieve the associated connectors","id":"771ae54f-4be8-4d93-a4f5-3fe984d6302b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/tags/:tag/connectors","description":"<p>This route is used to retrieve information about the associated connectors of a tag.</p>\n<p>StartFragment</p>\n<p>If no such relationship exists, an empty array is returned.</p>\n<p>EndFragment</p>\n","urlObject":{"path":["tenants",":tenant","tags",":tag","connectors"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"1661e788-e3e8-4189-a268-624aa04d3af4","key":"tag"}]}},"response":[],"_postman_id":"771ae54f-4be8-4d93-a4f5-3fe984d6302b"},{"name":"Update a tag","id":"1973b2ce-f014-4fb5-aca6-09f72fc1cdcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"tags\",\n\t\t\"id\": \"8bd86aef-b31b-4988-a584-c481e2e64ec2\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"Test2\",\n            \"description\": \"A new description\"\n\t\t}\n\t}\n}"},"url":"{{url}}/tenants/:tenant/tags/:uuid","description":"<p>This route is used to update a specific tag entity. The tag entity has to be specified by the UUID.</p>\n<p>You can change or add new or existing attributes.</p>\n<p>See <strong>Create a new tag</strong> for a complete list of attributes.</p>\n","urlObject":{"path":["tenants",":tenant","tags",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"description":{"content":"<p>The UUID of the connector</p>\n","type":"text/plain"},"type":"string","value":"881cdb67-6a7b-4447-859c-882cc2cad0d3","key":"uuid"}]}},"response":[],"_postman_id":"1973b2ce-f014-4fb5-aca6-09f72fc1cdcb"},{"name":"Create a new tag","id":"3e7ab080-2e31-4679-a7d1-1749246205fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"type\": \"tags\",\n\t\t\"attributes\": {\n\t\t\t\"name\": \"Test\",\n            \"description\": \"A Test Tag\",\n            \"type\": \"electricity\"\n\t\t}\n\t}\n}"},"url":"{{url}}/tenants/:tenant/tags","description":"<p>This route is used to create a new tag object. If the tag has been successfully created it is returned in the response body.</p>\n<p>Attributes:</p>\n<ul>\n<li><strong>Name</strong></li>\n<li>Description (optional)</li>\n<li><strong>Type</strong></li>\n</ul>\n","urlObject":{"path":["tenants",":tenant","tags"],"host":["{{url}}"],"query":[],"variable":[{"id":"e39b9d07-79ad-4a77-92df-4924ef758df5","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"}]}},"response":[],"_postman_id":"3e7ab080-2e31-4679-a7d1-1749246205fd"},{"name":"Delete a tag","id":"cb8661d4-bfd3-474f-b3a7-6c2d7e5e484c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[],"url":"{{url}}/tenants/:tenant/tags/:uuid","description":"<p>This route is used to delete a specific tag entity. The tag entity has to be specified by the UUID.</p>\n","urlObject":{"path":["tenants",":tenant","tags",":uuid"],"host":["{{url}}"],"query":[],"variable":[{"id":"63585a1e-331e-4b20-93e9-98b17bca5282","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"b9131fc3-d291-4416-9c09-e2e24e176d5d","description":{"content":"<p>The UUID of the connector</p>\n","type":"text/plain"},"type":"string","value":"275f05b4-3ed9-4634-ab47-1fcc74e63920","key":"uuid"}]}},"response":[],"_postman_id":"cb8661d4-bfd3-474f-b3a7-6c2d7e5e484c"}],"id":"d3d18dd5-71ab-44ec-9a2c-04bf8322d870","description":"<p>A connector entity represents a connector (physical or virtual) which is responsible for a particular set of devices and its related resources (Readings, Setpoints).</p>\n<p>A connector is a special entity which, besides users, also posses a JWT token. Through this token a connector is able to execute API functions on its associated entities (Devices, Readings, and Setpoints).</p>\n<p>Connectors have special permissions regarding their associated entities. See <em>Permissions</em> in the top documentation.</p>\n<p><strong>Attributes</strong>:</p>\n<ul>\n<li>name: name of the connectors (optional)</li>\n<li>token: A JWT token that is returned after creation. The JWT never expires. If you want to update the Token for any reason, you can do that with the \"POST - Generate a new token\" request. This request invalidates the existing Token and creates a new one. From that point on, the previous JWT is not valid anymore. The response returns a new Token which has to be used from that point on. It may only exist one Token per Connector at the same time.</li>\n</ul>\n","_postman_id":"d3d18dd5-71ab-44ec-9a2c-04bf8322d870","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"IoT Devices","item":[{"name":"Retrieve a single IoT device","id":"d7c2bcbd-a553-47f8-ad5f-f0af4e295ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:id","description":"<p>The route is used to get a single iot device entity.</p>\n<p>It accepts a iot device UUID as a path parameter and returns the corresponding entity if it exists.</p>\n","urlObject":{"path":["iotdevices",":id"],"host":["{{url}}"],"query":[],"variable":[{"id":"d6b52ae6-7776-4a02-9243-22c23f990503","type":"any","value":"a915d96d-6ac6-46c0-b928-8d2b3bf78c1f","key":"id"}]}},"response":[{"id":"2513ae4e-e4d8-4175-9dc1-9b43a090d4af","name":"Retrieve a single IoT device","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/iotdevices/:id","host":["{{url}}"],"path":["iotdevices",":id"],"variable":[{"key":"id","value":"a915d96d-6ac6-46c0-b928-8d2b3bf78c1f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"571-z1GUY5sS3xvvRRDfuHw+ZTMlpqc\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Request-Context","value":"appId=cid-v1:e1f2d888-4ef9-4bc6-8cac-737b46254b90"},{"key":"Date","value":"Thu, 01 Jun 2023 12:15:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdevices\",\n        \"id\": \"a915d96d-6ac6-46c0-b928-8d2b3bf78c1f\",\n        \"links\": {\n            \"self\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-05-23T08:52:14.502Z\",\n            \"updatedAt\": \"2023-05-31T08:33:47.180Z\"\n        },\n        \"attributes\": {\n            \"serialnumber\": \"TEST0001\",\n            \"type\": \"E32\",\n            \"description\": \"Test BCC bei Moritz\",\n            \"connectivity\": \"GSM\",\n            \"mqttPassword\": \"\",\n            \"enabled\": true,\n            \"state\": \"data_0.1.0\",\n            \"mode\": \"1\",\n            \"config\": {\n                \"uuid\": \"\",\n                \"rate\": 900,\n                \"timeout\": 30,\n                \"mbus\": {\n                    \"baudrate\": 2400,\n                    \"timeout\": 300,\n                    \"datasize\": 255,\n                    \"ports\": {\n                        \"1\": {\n                            \"address\": 1,\n                            \"ids\": {\n                                \"0\": \"\"\n                            }\n                        }\n                    }\n                },\n                \"pulse\": {\n                    \"ports\": {\n                        \"1\": {\n                            \"uuid\": \"\",\n                            \"debounce\": 1000,\n                            \"min\": 100\n                        }\n                    }\n                },\n                \"ir\": {\n                    \"ports\": {\n                        \"1\": {\n                            \"protocol\": \"SML\",\n                            \"baudrate\": 9600,\n                            \"parity\": \"8N1\",\n                            \"pullseq\": \"\",\n                            \"ackseq\": \"\",\n                            \"obiscodes\": {\n                                \"1-0:1.8.1*255\": \"\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"hardware\": {\n                \"components\": [\n                    \"base\",\n                    \"display\",\n                    \"mbus\",\n                    \"gsm\",\n                    \"ir-multiplexer\"\n                ],\n                \"version\": \"v1.4\"\n            }\n        },\n        \"relationships\": {\n            \"tenant\": {\n                \"links\": {\n                    \"self\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/relationships/tenant\",\n                    \"related\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/tenant\"\n                }\n            },\n            \"connector\": {\n                \"links\": {\n                    \"self\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/relationships/connector\",\n                    \"related\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/connector\"\n                }\n            },\n            \"property\": {\n                \"links\": {\n                    \"self\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/relationships/property\",\n                    \"related\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/property\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"d7c2bcbd-a553-47f8-ad5f-f0af4e295ae4"},{"name":"Get a IoT device collection","id":"8a8e4222-68b7-406d-b691-678c92df1a4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices","description":"<p>This route is used to get a collection of iot devices. It accepts various query parameter described below. All parameters are <strong>optional</strong>. If there is no iot device matching your search parameters an empty array is returned.</p>\n","urlObject":{"path":["iotdevices"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Serial of the iotdevice. Unique</p>\n","type":"text/plain"},"key":"serialnumber","value":"TEST1001"},{"disabled":true,"description":{"content":"<p>Type of the iotdevice</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Associated tenant of the iotdevice</p>\n","type":"text/plain"},"key":"tenantId","value":""},{"disabled":true,"description":{"content":"<p>Wherever the iotdevice is enabled</p>\n","type":"text/plain"},"key":"enabled","value":""},{"disabled":true,"description":{"content":"<p>Associated property of the iotdevice</p>\n","type":"text/plain"},"key":"propertyId","value":""},{"disabled":true,"description":{"content":"<p>Associated connector of the iotdevice</p>\n","type":"text/plain"},"key":"connectorId","value":""},{"disabled":true,"description":{"content":"<p>Created at timestamp filter</p>\n","type":"text/plain"},"key":"createdFrom","value":""},{"disabled":true,"description":{"content":"<p>Created at timestamp filter</p>\n","type":"text/plain"},"key":"createdUntil","value":""}],"variable":[]}},"response":[{"id":"a1c537c1-b890-4e1a-b655-c5a4861932d8","name":"Get a IoT device collection","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/iotdevices","host":["{{url}}"],"path":["iotdevices"],"query":[{"key":"serialnumber","value":"TEST1001","disabled":true},{"key":"type","value":"","disabled":true},{"key":"tenantId","value":"","type":"text","disabled":true},{"key":"enabled","value":"","type":"text","disabled":true},{"key":"propertyId","value":"","disabled":true},{"key":"connectorId","value":"","disabled":true},{"key":"createdFrom","value":"","disabled":true},{"key":"createdUntil","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"60b-CPplmdUlXFGHOZwEHXuN+G1OvLo\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Request-Context","value":"appId=cid-v1:e1f2d888-4ef9-4bc6-8cac-737b46254b90"},{"key":"Date","value":"Thu, 01 Jun 2023 12:10:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/iotdevices?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"iotdevices\",\n            \"id\": \"a915d96d-6ac6-46c0-b928-8d2b3bf78c1f\",\n            \"links\": {\n                \"self\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2023-05-23T08:52:14.502Z\",\n                \"updatedAt\": \"2023-05-31T08:33:47.180Z\"\n            },\n            \"attributes\": {\n                \"serialnumber\": \"TEST0001\",\n                \"type\": \"E32\",\n                \"description\": \"Test BCC bei Moritz\",\n                \"connectivity\": \"GSM\",\n                \"mqttPassword\": \"\",\n                \"enabled\": true,\n                \"state\": \"data_0.1.0\",\n                \"mode\": \"1\",\n                \"config\": {\n                    \"uuid\": \"\",\n                    \"rate\": 900,\n                    \"timeout\": 30,\n                    \"mbus\": {\n                        \"baudrate\": 2400,\n                        \"timeout\": 300,\n                        \"datasize\": 255,\n                        \"ports\": {\n                            \"1\": {\n                                \"address\": 1,\n                                \"ids\": {\n                                    \"0\": \"\"\n                                }\n                            }\n                        }\n                    },\n                    \"pulse\": {\n                        \"ports\": {\n                            \"1\": {\n                                \"uuid\": \"\",\n                                \"debounce\": 1000,\n                                \"min\": 100\n                            }\n                        }\n                    },\n                    \"ir\": {\n                        \"ports\": {\n                            \"1\": {\n                                \"protocol\": \"SML\",\n                                \"baudrate\": 9600,\n                                \"parity\": \"8N1\",\n                                \"pullseq\": \"\",\n                                \"ackseq\": \"\",\n                                \"obiscodes\": {\n                                    \"1-0:1.8.1*255\": \"\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"hardware\": {\n                    \"components\": [\n                        \"base\",\n                        \"display\",\n                        \"mbus\",\n                        \"gsm\",\n                        \"ir-multiplexer\"\n                    ],\n                    \"version\": \"v1.4\"\n                }\n            },\n            \"relationships\": {\n                \"tenant\": {\n                    \"links\": {\n                        \"self\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/relationships/tenant\",\n                        \"related\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/tenant\"\n                    }\n                },\n                \"connector\": {\n                    \"links\": {\n                        \"self\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/relationships/connector\",\n                        \"related\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/connector\"\n                    }\n                },\n                \"property\": {\n                    \"links\": {\n                        \"self\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/relationships/property\",\n                        \"related\": \"/iotdevices/a915d96d-6ac6-46c0-b928-8d2b3bf78c1f/property\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"8a8e4222-68b7-406d-b691-678c92df1a4a"},{"name":"Retrieve the associated tenant","id":"bcfcc238-20dc-44b6-973b-e2a2967dc934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:id/tenant","description":"<p>This route is used to retrieve information about the associated tenant of a iotdevice.</p>\n<p>Returned data contains the complete associated entity.</p>\n<p>There may be no tenant assocated yet, in this case data is empty.</p>\n","urlObject":{"path":["iotdevices",":id","tenant"],"host":["{{url}}"],"query":[],"variable":[{"id":"f9012622-d56e-4f5d-b629-6a1158700e8c","type":"any","value":"25f134e9-0d2d-4dfc-bc83-2aa19716824e","key":"id"}]}},"response":[],"_postman_id":"bcfcc238-20dc-44b6-973b-e2a2967dc934"},{"name":"Retrieve the associated tenant Relationship","id":"5515325e-5861-4ba8-b3af-cf6364022de1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:id/relationships/tenant","description":"<p>This route is used to retrieve information about the associated tenant of a iotdevice.</p>\n<p>Returned data is only the UUID of the associated entity.</p>\n","urlObject":{"path":["iotdevices",":id","relationships","tenant"],"host":["{{url}}"],"query":[],"variable":[{"id":"c1d1f5a0-f1cd-447c-a3e6-ff6a705457cc","type":"any","value":"25f134e9-0d2d-4dfc-bc83-2aa19716824e","key":"id"}]}},"response":[],"_postman_id":"5515325e-5861-4ba8-b3af-cf6364022de1"},{"name":"Retrieve the associated property","id":"d034a9c6-5441-47ca-976d-d7f72b058958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:id/property","description":"<p>This route is used to retrieve information about the associated property of a iotdevice.</p>\n<p>Returned data contains the complete associated entity.</p>\n<p>There may be no property assocated yet, in this case data is empty.</p>\n","urlObject":{"path":["iotdevices",":id","property"],"host":["{{url}}"],"query":[],"variable":[{"id":"eb2bdc15-e093-481c-9ae3-16386190c776","type":"any","value":"25f134e9-0d2d-4dfc-bc83-2aa19716824e","key":"id"}]}},"response":[],"_postman_id":"d034a9c6-5441-47ca-976d-d7f72b058958"},{"name":"Retrieve the associated property Relationship","id":"bcbc2ff4-f4e5-4ea2-a5e7-6efef134257c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:id/relationships/property","description":"<p>This route is used to retrieve information about the associated property of a iotdevice.</p>\n<p>Returned data is only the UUID of the associated entity.</p>\n","urlObject":{"path":["iotdevices",":id","relationships","property"],"host":["{{url}}"],"query":[],"variable":[{"id":"df008786-9711-43c5-b6f0-9a1b18a7a5fc","type":"any","value":"25f134e9-0d2d-4dfc-bc83-2aa19716824e","key":"id"}]}},"response":[],"_postman_id":"bcbc2ff4-f4e5-4ea2-a5e7-6efef134257c"},{"name":"Retrieve the associated connector","id":"ce123cee-c53d-490c-9256-3d9fa835301b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:id/connector","description":"<p>This route is used to retrieve information about the associated connector of a iotdevice.</p>\n<p>Returned data contains the complete associated entity.</p>\n<p>There may be no connector assocated yet, in this case data is empty.</p>\n","urlObject":{"path":["iotdevices",":id","connector"],"host":["{{url}}"],"query":[],"variable":[{"id":"7aad0f32-dca5-4564-8527-c297c7b02fa5","type":"any","value":"25f134e9-0d2d-4dfc-bc83-2aa19716824e","key":"id"}]}},"response":[],"_postman_id":"ce123cee-c53d-490c-9256-3d9fa835301b"},{"name":"Retrieve the associated connector Relationship","id":"173815ec-4231-4409-8f5c-75e95bf6cc51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:id/relationships/connector","description":"<p>This route is used to retrieve information about the associated connector of a iotdevice.</p>\n<p>Returned data is only the UUID of the associated entity.</p>\n","urlObject":{"path":["iotdevices",":id","relationships","connector"],"host":["{{url}}"],"query":[],"variable":[{"id":"8dc9a05d-26b7-42a0-b5eb-0e05fda5c576","type":"any","value":"25f134e9-0d2d-4dfc-bc83-2aa19716824e","key":"id"}]}},"response":[],"_postman_id":"173815ec-4231-4409-8f5c-75e95bf6cc51"},{"name":"Get a single IoT device port","id":"dd516fcd-d71f-4f17-abc1-37f67ce10310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:id/ports/:pid","description":"<p>This route returns a single IoT Device port entity.</p>\n<p>A IoT Device may have multiple ports of different types. ie. MBus, IR, Pulse, MQTT.</p>\n<p>A IoT Device port contains the Port ID on the physical device and additional configuration depending on the port type.</p>\n","urlObject":{"path":["iotdevices",":id","ports",":pid"],"host":["{{url}}"],"query":[],"variable":[{"id":"312e1d18-e5dd-438b-b215-aa91ac521856","type":"any","value":"588f4282-2d08-4acb-989a-946078143d51","key":"id"},{"id":"a0cd3851-5f98-45a6-ab0c-b1ab52f05512","type":"any","value":"494641c4-a009-43f2-a2e8-414484850081","key":"pid"}]}},"response":[{"id":"4bfeb421-d764-438b-ada4-ce6cf89cafec","name":"Get a single IoT device port","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"494641c4-a009-43f2-a2e8-414484850081"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"374"},{"key":"ETag","value":"W/\"176-nZjJMOanQgJY018fKZNq0qkUKuI\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:25:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdeviceports\",\n        \"id\": \"494641c4-a009-43f2-a2e8-414484850081\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/494641c4-a009-43f2-a2e8-414484850081\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:04:30.557Z\",\n            \"updatedAt\": \"2023-07-06T08:04:30.557Z\"\n        },\n        \"attributes\": {\n            \"portnumber\": 1,\n            \"type\": \"pulse\",\n            \"config\": {\n                \"debounce\": 1000,\n                \"min\": 100\n            }\n        }\n    }\n}"}],"_postman_id":"dd516fcd-d71f-4f17-abc1-37f67ce10310"},{"name":"Get a IoT device port collection","id":"9d30c4d0-3f6d-4148-9920-8b9ffe8f3e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:id/ports","description":"<p>This route returns a collection of IoT Device ports.</p>\n","urlObject":{"path":["iotdevices",":id","ports"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Port type filter</p>\n","type":"text/plain"},"key":"type","value":null},{"disabled":true,"description":{"content":"<p>Creation timestamp filter</p>\n","type":"text/plain"},"key":"createdFrom","value":null},{"disabled":true,"description":{"content":"<p>Creation timestamp filter</p>\n","type":"text/plain"},"key":"createdUntil","value":null}],"variable":[{"type":"any","value":"cfa07d8e-5f5d-4f30-aaff-1e436c33d837","key":"id"}]}},"response":[{"id":"5d9bfca4-7331-47f3-a045-5222f67695da","name":"Get a IoT device port collection","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/iotdevices/:id/ports","host":["{{url}}"],"path":["iotdevices",":id","ports"],"query":[{"key":"type","value":null,"description":"Port type filter","disabled":true},{"key":"createdFrom","value":null,"description":"Creation timestamp filter","disabled":true},{"key":"createdUntil","value":null,"description":"Creation timestamp filter","disabled":true}],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1588"},{"key":"ETag","value":"W/\"634-7P7dYl8o8ehpyQsgCNIhhA8ffrE\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:24:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 4\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"iotdeviceports\",\n            \"id\": \"1ef52226-02ca-4e2e-8722-48d2fa3b8228\",\n            \"links\": {\n                \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/1ef52226-02ca-4e2e-8722-48d2fa3b8228\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2023-07-06T07:58:15.178Z\",\n                \"updatedAt\": \"2023-07-06T08:24:02.044Z\"\n            },\n            \"attributes\": {\n                \"portnumber\": 1,\n                \"type\": \"mbus\",\n                \"config\": {}\n            }\n        },\n        {\n            \"type\": \"iotdeviceports\",\n            \"id\": \"dcf55890-dd7c-4dbc-91f6-618e3cdc300f\",\n            \"links\": {\n                \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/dcf55890-dd7c-4dbc-91f6-618e3cdc300f\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2023-07-06T08:02:37.384Z\",\n                \"updatedAt\": \"2023-07-06T08:02:37.384Z\"\n            },\n            \"attributes\": {\n                \"portnumber\": 1,\n                \"type\": \"ir\",\n                \"config\": {\n                    \"protocol\": \"SML\",\n                    \"baudrate\": 9600,\n                    \"parity\": \"8N1\"\n                }\n            }\n        },\n        {\n            \"type\": \"iotdeviceports\",\n            \"id\": \"494641c4-a009-43f2-a2e8-414484850081\",\n            \"links\": {\n                \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/494641c4-a009-43f2-a2e8-414484850081\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2023-07-06T08:04:30.557Z\",\n                \"updatedAt\": \"2023-07-06T08:04:30.557Z\"\n            },\n            \"attributes\": {\n                \"portnumber\": 1,\n                \"type\": \"pulse\",\n                \"config\": {\n                    \"debounce\": 1000,\n                    \"min\": 100\n                }\n            }\n        },\n        {\n            \"type\": \"iotdeviceports\",\n            \"id\": \"cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4\",\n            \"links\": {\n                \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2023-07-06T08:04:53.318Z\",\n                \"updatedAt\": \"2023-07-06T08:04:53.318Z\"\n            },\n            \"attributes\": {\n                \"portnumber\": 1,\n                \"type\": \"mqtt\",\n                \"config\": {}\n            }\n        }\n    ]\n}"}],"_postman_id":"9d30c4d0-3f6d-4148-9920-8b9ffe8f3e95"},{"name":"Create a IoT device port","id":"75098228-3c95-45c7-b6ae-418300d28cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"iotdeviceports\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"portnumber\": 1,\r\n            \"type\": \"ir\",\r\n            \"config\": {\r\n                \"protocol\": \"SML\",\r\n                \"baudrate\": 9600,\r\n                \"parity\": \"8N1\"\r\n            }\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/iotdevices/:id/ports","description":"<p>This route is used to create a new iotdevice port entity. It is returned in the body of the response.</p>\n<hr />\n<p>A IoT Device port is always associated with a physical port of a IoT Device and a port type. Attributes type and portnumber are <strong>mandatory</strong>.</p>\n<p>Additional port configuration can be saved in the config attribute.</p>\n<p>The following values are valid types:</p>\n<ul>\n<li>Pulse</li>\n<li>IR</li>\n<li>MBus</li>\n<li>MQTT</li>\n</ul>\n<p>Portnumber represent physical ports of the specified type. Physical ports are restricted in number as follows:</p>\n<ul>\n<li>Pulse: 1-6</li>\n<li>IR: 1-10</li>\n<li>MBus: 1-8</li>\n<li>MQTT: Not physical, no restrictions</li>\n</ul>\n","urlObject":{"path":["iotdevices",":id","ports"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"721c85e9-eebd-4014-96d5-797b4fd592dd","key":"id"}]}},"response":[{"id":"a69aeb31-9610-406a-aac1-1ee7b751cc19","name":"IoT device port type IR","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"iotdeviceports\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"portnumber\": 1,\r\n            \"type\": \"ir\",\r\n            \"config\": {\r\n                \"protocol\": \"SML\",\r\n                \"baudrate\": 9600,\r\n                \"parity\": \"8N1\"\r\n            }\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports","host":["{{url}}"],"path":["iotdevices",":id","ports"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/dcf55890-dd7c-4dbc-91f6-618e3cdc300f"},{"key":"Content-Length","value":"393"},{"key":"ETag","value":"W/\"189-xAUfk55i2eVZJpd0ZoSjN0OO2K4\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:02:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdeviceports\",\n        \"id\": \"dcf55890-dd7c-4dbc-91f6-618e3cdc300f\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/dcf55890-dd7c-4dbc-91f6-618e3cdc300f\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:02:37.384Z\",\n            \"updatedAt\": \"2023-07-06T08:02:37.384Z\"\n        },\n        \"attributes\": {\n            \"portnumber\": 1,\n            \"type\": \"ir\",\n            \"config\": {\n                \"protocol\": \"SML\",\n                \"baudrate\": 9600,\n                \"parity\": \"8N1\"\n            }\n        }\n    }\n}"},{"id":"872ae140-9e86-4169-a45b-e4a8df439316","name":"IoT device port type MBus","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"iotdeviceports\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"portnumber\": 1,\r\n            \"type\": \"mbus\",\r\n            \"config\": {\r\n                \"address\": 7\r\n            }\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports","host":["{{url}}"],"path":["iotdevices",":id","ports"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/dcf55890-dd7c-4dbc-91f6-618e3cdc300f"},{"key":"Content-Length","value":"393"},{"key":"ETag","value":"W/\"189-xAUfk55i2eVZJpd0ZoSjN0OO2K4\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:02:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdeviceports\",\n        \"id\": \"dcf55890-dd7c-4dbc-91f6-618e3cdc300f\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/dcf55890-dd7c-4dbc-91f6-618e3cdc300f\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:02:37.384Z\",\n            \"updatedAt\": \"2023-07-06T08:02:37.384Z\"\n        },\n        \"attributes\": {\n            \"portnumber\": 1,\n            \"type\": \"ir\",\n            \"config\": {\n                \"address\": 7\n            }\n        }\n    }\n}"},{"id":"89c03e65-46e5-4e49-97b5-eeacd34aa7e0","name":"IoT device port type Pulse","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"iotdeviceports\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"portnumber\": 1,\r\n            \"type\": \"pulse\",\r\n            \"config\": {\r\n                \"debounce\": 1000,\r\n                \"min\": 100\r\n            }\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports","host":["{{url}}"],"path":["iotdevices",":id","ports"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/494641c4-a009-43f2-a2e8-414484850081"},{"key":"Content-Length","value":"374"},{"key":"ETag","value":"W/\"176-nZjJMOanQgJY018fKZNq0qkUKuI\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:04:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdeviceports\",\n        \"id\": \"494641c4-a009-43f2-a2e8-414484850081\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/494641c4-a009-43f2-a2e8-414484850081\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:04:30.557Z\",\n            \"updatedAt\": \"2023-07-06T08:04:30.557Z\"\n        },\n        \"attributes\": {\n            \"portnumber\": 1,\n            \"type\": \"pulse\",\n            \"config\": {\n                \"debounce\": 1000,\n                \"min\": 100\n            }\n        }\n    }\n}"},{"id":"01f0c16b-fffb-4f7b-8c2e-eba849ac1f79","name":"IoT device port type MQTT","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"iotdeviceports\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"portnumber\": 1,\r\n            \"type\": \"mqtt\",\r\n            \"config\": {\r\n            }\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports","host":["{{url}}"],"path":["iotdevices",":id","ports"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4"},{"key":"Content-Length","value":"348"},{"key":"ETag","value":"W/\"15c-ZKTj5O9N2CRbng0DGanG4t6Zb/E\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:04:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdeviceports\",\n        \"id\": \"cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:04:53.318Z\",\n            \"updatedAt\": \"2023-07-06T08:04:53.318Z\"\n        },\n        \"attributes\": {\n            \"portnumber\": 1,\n            \"type\": \"mqtt\",\n            \"config\": {\n                \"mqttUser\": \"iotdeviceport1\",\n                \"mqttPassword\": \"XXX\"\n            }\n        }\n    }\n}"}],"_postman_id":"75098228-3c95-45c7-b6ae-418300d28cf8"},{"name":"Update a IoT device port","id":"9b40c8bc-90f3-46b5-bf58-aca82c9372cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"iotdeviceports\",\r\n        \"id\": \"d355ea36-f32b-4c5c-a822-af1e36b71606\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"portnumber\": 1,\r\n            \"config\": {\r\n            }\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/iotdevices/:id/ports/:pid","description":"<p>This route is used to update a existing iotdevice port entity. It is returned in the body of the response.</p>\n<hr />\n<p>Note: The type of a port can not be changed after creation. Delete and recreate the port for a type change.</p>\n<p><strong>Important:</strong></p>\n<p>When updating the iotdevice port config attribute, the <strong>whole config object</strong> needs to be set again in the update.</p>\n<p>Updating a single attributes in the config object will lead to a config with a single attribute!</p>\n","urlObject":{"path":["iotdevices",":id","ports",":pid"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"a78cbe67-69b3-42bd-af7e-d4e016d9ece8","key":"id"},{"type":"any","value":"9f0b5189-9f5f-4ba6-8405-768349c68fbb","key":"pid"}]}},"response":[{"id":"51fa1785-ca14-48d4-b193-e1d11ca938f3","name":"Update a IoT device port MBus","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\r\n\t\t\"type\": \"iotdeviceports\",\r\n        \"id\": \"1ef52226-02ca-4e2e-8722-48d2fa3b8228\",\r\n\t\t\"attributes\": {\r\n\t\t\t\"portnumber\": 1,\r\n            \"config\": {\r\n            }\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"1ef52226-02ca-4e2e-8722-48d2fa3b8228"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"348"},{"key":"ETag","value":"W/\"15c-098XfhfbiiEUnfrd0icfWPD0RS8\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:24:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdeviceports\",\n        \"id\": \"1ef52226-02ca-4e2e-8722-48d2fa3b8228\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/1ef52226-02ca-4e2e-8722-48d2fa3b8228\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T07:58:15.178Z\",\n            \"updatedAt\": \"2023-07-06T08:24:02.044Z\"\n        },\n        \"attributes\": {\n            \"portnumber\": 1,\n            \"type\": \"mbus\",\n            \"config\": {}\n        }\n    }\n}"}],"_postman_id":"9b40c8bc-90f3-46b5-bf58-aca82c9372cc"},{"name":"Delete a IoT device port","id":"d5f9b5e2-6c4f-4fd8-837a-0a9383a51d6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/iotdevices/:id/ports/:pid","description":"<p>Deletes a IoT Device port.</p>\n","urlObject":{"path":["iotdevices",":id","ports",":pid"],"host":["{{url}}"],"query":[],"variable":[{"id":"5a831ef0-2031-4535-9e57-b7551a1b300e","type":"any","value":"588f4282-2d08-4acb-989a-946078143d51","key":"id"},{"id":"c1368ccc-6939-4f51-a28c-5af88bc841de","type":"any","value":"0536f5d6-9c76-4c1f-b6df-fb910b209ac3","key":"pid"}]}},"response":[],"_postman_id":"d5f9b5e2-6c4f-4fd8-837a-0a9383a51d6b"},{"name":"Get a single IoT device port mapping","id":"daedc4d7-18cc-4611-b42a-a6cdb15a0c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:id/ports/:pid/mappings/:mid","description":"<p>This route returns a single IoT Device port mapping entity.</p>\n<p>A IoT Device mapping describes the mapping of a port and potential multiple port-identifiers to a single Device UUID.</p>\n<p>A single identifier describes the 1:1 mapping of port-data to a Device.</p>\n<p>For example:</p>\n<ul>\n<li>A Pulse port retrieves a single value at any time, this value is mapped and then written to a single Device.</li>\n<li>A IR port may return to mutliple values, through additional OBIS identifiers, a single value is mapped to a Device.</li>\n<li>A MQTT port may deliver multiple values through mutliple topics. A port mapping may map a single topic to a single Device.</li>\n</ul>\n<p><strong>Aggregation</strong>:</p>\n<p>Its also possible to aggregate multiple values to a single Device reading. Through additional aggregation configuration in a port mapping, and multiple identifiers provided, all values of all these identifiers are aggregated to a single value and written into the Device.</p>\n","urlObject":{"path":["iotdevices",":id","ports",":pid","mappings",":mid"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"20f5f8bf-95e8-4a44-a8eb-819aafe5c168","key":"id"},{"type":"any","value":"5be851f4-052e-4c88-812a-7a1897a903f5","key":"pid"},{"type":"any","value":"c6d41366-876e-4a09-8325-1b2b24256ef6","key":"mid"}]}},"response":[{"id":"927952e1-99b5-4461-97a3-8c4fb8afd6b3","name":"Get a single IoT device port mapping","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings/:mid","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings",":mid"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4"},{"key":"mid","value":"ff5ef13c-322e-4f63-9da5-584ec62674e6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"842"},{"key":"ETag","value":"W/\"34a-9+V9BjlF5ptu66LyJBDc0MAJHpM\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:30:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdevicemappings\",\n        \"id\": \"ff5ef13c-322e-4f63-9da5-584ec62674e6\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4/mappings/ff5ef13c-322e-4f63-9da5-584ec62674e6\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:29:11.137Z\",\n            \"updatedAt\": \"2023-07-06T08:29:11.137Z\"\n        },\n        \"attributes\": {\n            \"identifiers\": [\n                \"40b3d580e10035e1\",\n                \"40b3d580e10035e2\",\n                \"40b3d580e10035e3\",\n                \"40b3d580e10035e4\",\n                \"40b3d580e10035e5\",\n                \"40b3d580e10035e6\",\n                \"40b3d580e10035e8\",\n                \"40b3d580e10035e9\",\n                \"40b3d580e10035f0\"\n            ],\n            \"targetDeviceId\": \"64069a2b-5755-46c5-bb94-f356e4adab67\",\n            \"config\": {\n                \"mqttTopicSelector\": \"basetopic/uplink\",\n                \"jsonDataSelector\": \"uplink_message.decoded_payload.temperature\",\n                \"jsonIdentifierSelector\": \"end_device_ids.dev_eui\",\n                \"aggregationMode\": \"grouped\",\n                \"aggregationTime\": \"1H\",\n                \"aggregationFunction\": \"AVG\"\n            }\n        }\n    }\n}"}],"_postman_id":"daedc4d7-18cc-4611-b42a-a6cdb15a0c27"},{"name":"Get a IoT device port mapping collection","id":"ddf8bd7e-03f2-44e6-90c3-9e5daf331aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:id/ports/:pid/mappings","description":"<p>Returns a collection of IoT port mappings.</p>\n","urlObject":{"path":["iotdevices",":id","ports",":pid","mappings"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"18b3c6ea-ec68-48dd-b4d4-7a553f316638","key":"id"},{"type":"any","value":"791752ea-04a2-4eac-a495-27c7b85805fc","key":"pid"}]}},"response":[{"id":"062741ad-0db0-42e9-8e48-1e1fbf5ca331","name":"Get a IoT device port mapping Pulse","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"494641c4-a009-43f2-a2e8-414484850081"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"685"},{"key":"ETag","value":"W/\"2ad-Zrd8943f1XIDSMdz27SSQnoiVpg\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:27:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/494641c4-a009-43f2-a2e8-414484850081/mappings/?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"iotdevicemappings\",\n            \"id\": \"b2b09c17-3b9c-4fa8-96fe-2916fb73fd71\",\n            \"links\": {\n                \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/494641c4-a009-43f2-a2e8-414484850081/mappings/b2b09c17-3b9c-4fa8-96fe-2916fb73fd71\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2023-07-06T08:09:15.223Z\",\n                \"updatedAt\": \"2023-07-06T08:09:15.223Z\"\n            },\n            \"attributes\": {\n                \"identifiers\": [],\n                \"targetDeviceId\": \"ff069a2b-5755-46c5-bb94-f356e4adab67\",\n                \"config\": {}\n            }\n        }\n    ]\n}"},{"id":"285b3eb6-e458-4cc2-ab0e-101ef6b82ad3","name":"Get a IoT device port mapping IR","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"dcf55890-dd7c-4dbc-91f6-618e3cdc300f"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"700"},{"key":"ETag","value":"W/\"2bc-iNzrSxPSJ07RwIDZPUSo6SlacS8\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:27:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/dcf55890-dd7c-4dbc-91f6-618e3cdc300f/mappings/?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"iotdevicemappings\",\n            \"id\": \"07d7721b-b0f4-4390-b415-ca8a9f5cfce4\",\n            \"links\": {\n                \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/dcf55890-dd7c-4dbc-91f6-618e3cdc300f/mappings/07d7721b-b0f4-4390-b415-ca8a9f5cfce4\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2023-07-06T08:10:28.211Z\",\n                \"updatedAt\": \"2023-07-06T08:10:28.211Z\"\n            },\n            \"attributes\": {\n                \"identifiers\": [\n                    \"1-0:1.8.1*255\"\n                ],\n                \"targetDeviceId\": \"ff069a2b-5755-46c5-bb94-f356e4adab67\",\n                \"config\": {}\n            }\n        }\n    ]\n}"},{"id":"e3869712-b915-43b7-9c54-b90e323a78eb","name":"Get a IoT device port mapping MBus","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"1ef52226-02ca-4e2e-8722-48d2fa3b8228"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"688"},{"key":"ETag","value":"W/\"2b0-n3BKYbYSn65aBO5OVMvq1p/Rn6E\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:28:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/1ef52226-02ca-4e2e-8722-48d2fa3b8228/mappings/?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"iotdevicemappings\",\n            \"id\": \"57b53f80-0c2e-4733-9170-a86eb2ece5d8\",\n            \"links\": {\n                \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/1ef52226-02ca-4e2e-8722-48d2fa3b8228/mappings/57b53f80-0c2e-4733-9170-a86eb2ece5d8\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2023-07-06T08:11:00.245Z\",\n                \"updatedAt\": \"2023-07-06T08:11:00.245Z\"\n            },\n            \"attributes\": {\n                \"identifiers\": [\n                    \"1\"\n                ],\n                \"targetDeviceId\": \"dd069a2b-5755-46c5-bb94-f356e4adab67\",\n                \"config\": {}\n            }\n        }\n    ]\n}"},{"id":"e831ed73-90ad-4186-ae59-4a32320dc5bf","name":"Get a IoT device port mapping MQTT","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1086"},{"key":"ETag","value":"W/\"43e-SMiVT6Wsaii/Vyouou4/BYwoNCs\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:29:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4/mappings/?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"iotdevicemappings\",\n            \"id\": \"ff5ef13c-322e-4f63-9da5-584ec62674e6\",\n            \"links\": {\n                \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4/mappings/ff5ef13c-322e-4f63-9da5-584ec62674e6\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2023-07-06T08:29:11.137Z\",\n                \"updatedAt\": \"2023-07-06T08:29:11.137Z\"\n            },\n            \"attributes\": {\n                \"identifiers\": [\n                    \"40b3d580e10035e1\",\n                    \"40b3d580e10035e2\",\n                    \"40b3d580e10035e3\",\n                    \"40b3d580e10035e4\",\n                    \"40b3d580e10035e5\",\n                    \"40b3d580e10035e6\",\n                    \"40b3d580e10035e8\",\n                    \"40b3d580e10035e9\",\n                    \"40b3d580e10035f0\"\n                ],\n                \"targetDeviceId\": \"64069a2b-5755-46c5-bb94-f356e4adab67\",\n                \"config\": {\n                    \"mqttTopicSelector\": \"basetopic/uplink\",\n                    \"jsonDataSelector\": \"uplink_message.decoded_payload.temperature\",\n                    \"jsonIdentifierSelector\": \"end_device_ids.dev_eui\",\n                    \"aggregationMode\": \"grouped\",\n                    \"aggregationInterval\": \"15\",\n                    \"aggregationFrequency\": \"MINUTELY\",\n                    \"aggregationFunction\": \"AVG\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"ddf8bd7e-03f2-44e6-90c3-9e5daf331aee"},{"name":"Create a IoT device port mapping","id":"dfa83a2b-318f-47aa-b91f-bab2dabdbc14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\t\t\r\n        \"type\": \"iotdevicemappings\",\r\n        \"attributes\": {\r\n            \"identifiers\": [\r\n            ],\r\n            \"targetDeviceId\": \"6092a73d-35dd-420a-888f-c7bc2c30d32e\",\r\n            \"config\": {\r\n            }\r\n        }\r\n    }\r\n        \r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/iotdevices/:id/ports/:pid/mappings","description":"<p>This route returns a created a new IoT Device port mapping entity.</p>\n<p>A IoT Device mapping describes the mapping of a port and potential multiple port-identifiers to a single Device UUID.</p>\n<p>A single identifier describes the 1:1 mapping of port-data to a Device.</p>\n<p>For example:</p>\n<ul>\n<li>A Pulse port retrieves a single value at any time, this value is mapped and then written to a single Device.</li>\n<li>A IR port may retrieve mutliple values, through additional OBIS identifiers, a single value is mapped to a Device.</li>\n<li>A MQTT port may deliver multiple values through mutliple topics or JSON payload. A port mapping may map a single topic / JSON attribute to a single Device.</li>\n</ul>\n<p><strong>Aggregation</strong>:</p>\n<p>Its also possible to aggregate <strong>multiple values</strong> to a single Device reading. Through additional aggregation configuration in a port mapping, and <strong>one or multuiple identifiers</strong> provided, all values of the given identifiers are aggregated to a single value and written into the Device. Aggregation is done based on time intervals / time buckets.</p>\n<p>A time bucket is a timeframe defined through <strong>frequency</strong> and <strong>interval</strong>, i.e. interval 1, frequency weekly, results in time buckets of one week. All data of the given <strong>identifiers</strong> is binned in those time buckets based on their timestamp, and aggregated using the <strong>aggregate function</strong> and <strong>aggregation mode</strong>.</p>\n<p>To enable aggregation, specify an aggregation mode, frequency, interval and function in the config.</p>\n<p>Valid aggregation mode values:</p>\n<ul>\n<li><strong>grouped</strong> (aggregation over multiple identifiers and time)</li>\n<li><strong>longitudinal</strong> (aggregation over time, single identifier)</li>\n</ul>\n<p>Valid aggregation function values:</p>\n<ul>\n<li>SUM</li>\n<li>AVG</li>\n<li>MIN / MAX</li>\n<li>FIRST / LAST</li>\n<li>DIFF</li>\n</ul>\n<p>Additionally, all aggregation function values are available as a \"DELTA_X\" variant. Meaning before application of the aggregation function, the delta of the values is calculated.</p>\n<p><em>Example:</em></p>\n<p><em>Function: \"DELTA_SUM\"</em></p>\n<p><em>Result: The connector first calculates the delta between data values and then aggregates them using SUM.</em></p>\n<p>Valid aggregation frequency values:</p>\n<ul>\n<li><p>MINUTELY</p>\n</li>\n<li><p>HOURLY</p>\n</li>\n<li><p>DAILY</p>\n</li>\n<li><p>WEEKLY</p>\n</li>\n<li><p>MONTHLY</p>\n</li>\n<li><p>YEARLY</p>\n</li>\n</ul>\n<p>Aggregation interval is a valid multiplier of the frequency unit i.e. 15 for MINUTELY is valid, 15 for MONTHLY is not.</p>\n<p><strong>Identifier</strong></p>\n<p>An identifier is a string identifiying the targeted value for retrieval. For IR this may be a OBIS code, for MBus a data ID, or for MQTT a topic or deviceID.</p>\n<p>For MQTT type ports, the <strong>jsonIdentifierSelector</strong> config field can be used to describe the field in the payload to match the identifier. If no selector is specified, the MQTT topic is used.</p>\n<p><strong>Payload</strong>:</p>\n<p>For MQTT port types, the topic payload may not be a raw value. An additional supported payload format is JSON.</p>\n<p>To select the numeric value which is then written into the Device reading, a <strong>jsonSelected</strong> configuration can be used to define the JSON path of the value.</p>\n","urlObject":{"path":["iotdevices",":id","ports",":pid","mappings"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"721c85e9-eebd-4014-96d5-797b4fd592dd","key":"id"},{"type":"any","value":"d42cfbff-2d29-4ad3-8dc0-25b63d3a88c6","key":"pid"}]}},"response":[{"id":"a6d6ebc9-3685-40b5-a844-6c261ef99346","name":"IoT device port mapping Pulse","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\t\t\r\n        \"type\": \"iotdevicemappings\",\r\n        \"attributes\": {\r\n            \"identifiers\": [\r\n            ],\r\n            \"targetDeviceId\": \"ff069a2b-5755-46c5-bb94-f356e4adab67\",\r\n            \"config\": {\r\n            }\r\n        }\r\n    }\r\n        \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"494641c4-a009-43f2-a2e8-414484850081"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/494641c4-a009-43f2-a2e8-414484850081/mappings/b2b09c17-3b9c-4fa8-96fe-2916fb73fd71"},{"key":"Content-Length","value":"441"},{"key":"ETag","value":"W/\"1b9-aNqHZLMyaqpdwubK8twlUswAgaw\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:09:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdevicemappings\",\n        \"id\": \"b2b09c17-3b9c-4fa8-96fe-2916fb73fd71\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/494641c4-a009-43f2-a2e8-414484850081/mappings/b2b09c17-3b9c-4fa8-96fe-2916fb73fd71\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:09:15.223Z\",\n            \"updatedAt\": \"2023-07-06T08:09:15.223Z\"\n        },\n        \"attributes\": {\n            \"identifiers\": [],\n            \"targetDeviceId\": \"ff069a2b-5755-46c5-bb94-f356e4adab67\",\n            \"config\": {}\n        }\n    }\n}"},{"id":"725ca0c6-03f9-4143-959f-c7f2266eb5de","name":"IoT device port mapping IR","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\t\t\r\n        \"type\": \"iotdevicemappings\",\r\n        \"attributes\": {\r\n            \"identifiers\": [\r\n                \"1-0:1.8.1*255\"\r\n            ],\r\n            \"targetDeviceId\": \"ee069a2b-5755-46c5-bb94-f356e4adab67\",\r\n            \"config\": {\r\n            }\r\n        }\r\n    }\r\n        \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"dcf55890-dd7c-4dbc-91f6-618e3cdc300f"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/dcf55890-dd7c-4dbc-91f6-618e3cdc300f/mappings/07d7721b-b0f4-4390-b415-ca8a9f5cfce4"},{"key":"Content-Length","value":"456"},{"key":"ETag","value":"W/\"1c8-e2m72xMsQmS5Vo6z4eCw6h1DcCM\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:10:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdevicemappings\",\n        \"id\": \"07d7721b-b0f4-4390-b415-ca8a9f5cfce4\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/dcf55890-dd7c-4dbc-91f6-618e3cdc300f/mappings/07d7721b-b0f4-4390-b415-ca8a9f5cfce4\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:10:28.211Z\",\n            \"updatedAt\": \"2023-07-06T08:10:28.211Z\"\n        },\n        \"attributes\": {\n            \"identifiers\": [\n                \"1-0:1.8.1*255\"\n            ],\n            \"targetDeviceId\": \"ff069a2b-5755-46c5-bb94-f356e4adab67\",\n            \"config\": {}\n        }\n    }\n}"},{"id":"40c85cca-fa4c-4627-a34d-67d61cff69f0","name":"IoT device port mapping MBus","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\t\t\r\n        \"type\": \"iotdevicemappings\",\r\n        \"attributes\": {\r\n            \"identifiers\": [\r\n                \"1\"\r\n            ],\r\n            \"targetDeviceId\": \"dd069a2b-5755-46c5-bb94-f356e4adab67\",\r\n            \"config\": {\r\n            }\r\n        }\r\n    }\r\n        \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"1ef52226-02ca-4e2e-8722-48d2fa3b8228"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/1ef52226-02ca-4e2e-8722-48d2fa3b8228/mappings/57b53f80-0c2e-4733-9170-a86eb2ece5d8"},{"key":"Content-Length","value":"444"},{"key":"ETag","value":"W/\"1bc-FivUW7J5vVXKl7c6v9eRL6MYEBU\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:11:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdevicemappings\",\n        \"id\": \"57b53f80-0c2e-4733-9170-a86eb2ece5d8\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/1ef52226-02ca-4e2e-8722-48d2fa3b8228/mappings/57b53f80-0c2e-4733-9170-a86eb2ece5d8\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:11:00.245Z\",\n            \"updatedAt\": \"2023-07-06T08:11:00.245Z\"\n        },\n        \"attributes\": {\n            \"identifiers\": [\n                \"1\"\n            ],\n            \"targetDeviceId\": \"dd069a2b-5755-46c5-bb94-f356e4adab67\",\n            \"config\": {}\n        }\n    }\n}"},{"id":"08cd4a24-d7b0-4d12-90b6-92d78a7c191b","name":"IoT device port mapping MQTT Hourly Aggregation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\t\t\r\n        \"type\": \"iotdevicemappings\",\r\n        \"attributes\": {\r\n            \"identifiers\": [\r\n                \"40b3d580e10035e1\",\r\n                \"40b3d580e10035e2\",\r\n                \"40b3d580e10035e3\",\r\n                \"40b3d580e10035e4\",\r\n                \"40b3d580e10035e5\",\r\n                \"40b3d580e10035e6\",\r\n                \"40b3d580e10035e8\",\r\n                \"40b3d580e10035e9\",\r\n                \"40b3d580e10035f0\"\r\n            ],\r\n            \"targetDeviceId\": \"64069a2b-5755-46c5-bb94-f356e4adab67\",\r\n            \"config\": {\r\n                \"mqttTopicSelector\": \"basetopic/uplink\",\r\n                \"jsonDataSelector\": \"uplink_message.decoded_payload.temperature\",\r\n                \"jsonIdentifierSelector\": \"end_device_ids.dev_eui\",\r\n                \"aggregationMode\": \"grouped\",\r\n                \"aggregationTime\": \"1H\",\r\n                \"aggregationFunction\": \"AVG\"\r\n            }\r\n        }\r\n    }\r\n        \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4/mappings/ff5ef13c-322e-4f63-9da5-584ec62674e6"},{"key":"Content-Length","value":"842"},{"key":"ETag","value":"W/\"34a-9+V9BjlF5ptu66LyJBDc0MAJHpM\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:29:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdevicemappings\",\n        \"id\": \"ff5ef13c-322e-4f63-9da5-584ec62674e6\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4/mappings/ff5ef13c-322e-4f63-9da5-584ec62674e6\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:29:11.137Z\",\n            \"updatedAt\": \"2023-07-06T08:29:11.137Z\"\n        },\n        \"attributes\": {\n            \"identifiers\": [\n                \"40b3d580e10035e1\",\n                \"40b3d580e10035e2\",\n                \"40b3d580e10035e3\",\n                \"40b3d580e10035e4\",\n                \"40b3d580e10035e5\",\n                \"40b3d580e10035e6\",\n                \"40b3d580e10035e8\",\n                \"40b3d580e10035e9\",\n                \"40b3d580e10035f0\"\n            ],\n            \"targetDeviceId\": \"64069a2b-5755-46c5-bb94-f356e4adab67\",\n            \"config\": {\n                \"mqttTopicSelector\": \"basetopic/uplink\",\n                \"jsonDataSelector\": \"uplink_message.decoded_payload.temperature\",\n                \"jsonIdentifierSelector\": \"end_device_ids.dev_eui\",\n                \"aggregationMode\": \"grouped\",\n                \"aggregationInterval\": \"1\",\n                \"aggregationFrequency\": \"HOURLY\",\n                \"aggregationFunction\": \"AVG\"\n            }\n        }\n    }\n}"},{"id":"fb14c094-f384-467e-bf5d-5995f5c7eff7","name":"IoT device port mapping MQTT Monthly Aggregation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\t\t\r\n        \"type\": \"iotdevicemappings\",\r\n        \"attributes\": {\r\n            \"identifiers\": [\r\n                \"40b3d580e10035e1\",\r\n                \"40b3d580e10035e2\",\r\n                \"40b3d580e10035e3\",\r\n                \"40b3d580e10035e4\",\r\n                \"40b3d580e10035e5\",\r\n                \"40b3d580e10035e6\",\r\n                \"40b3d580e10035e8\",\r\n                \"40b3d580e10035e9\",\r\n                \"40b3d580e10035f0\"\r\n            ],\r\n            \"targetDeviceId\": \"64069a2b-5755-46c5-bb94-f356e4adab67\",\r\n            \"config\": {\r\n                \"mqttTopicSelector\": \"basetopic/uplink\",\r\n                \"jsonDataSelector\": \"uplink_message.decoded_payload.temperature\",\r\n                \"jsonIdentifierSelector\": \"end_device_ids.dev_eui\",\r\n                \"aggregationMode\": \"grouped\",\r\n                \"aggregationTime\": \"1H\",\r\n                \"aggregationFunction\": \"AVG\"\r\n            }\r\n        }\r\n    }\r\n        \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4/mappings/ff5ef13c-322e-4f63-9da5-584ec62674e6"},{"key":"Content-Length","value":"842"},{"key":"ETag","value":"W/\"34a-9+V9BjlF5ptu66LyJBDc0MAJHpM\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:29:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdevicemappings\",\n        \"id\": \"ff5ef13c-322e-4f63-9da5-584ec62674e6\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4/mappings/ff5ef13c-322e-4f63-9da5-584ec62674e6\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:29:11.137Z\",\n            \"updatedAt\": \"2023-07-06T08:29:11.137Z\"\n        },\n        \"attributes\": {\n            \"identifiers\": [\n                \"40b3d580e10035e1\",\n                \"40b3d580e10035e2\",\n                \"40b3d580e10035e3\",\n                \"40b3d580e10035e4\",\n                \"40b3d580e10035e5\",\n                \"40b3d580e10035e6\",\n                \"40b3d580e10035e8\",\n                \"40b3d580e10035e9\",\n                \"40b3d580e10035f0\"\n            ],\n            \"targetDeviceId\": \"64069a2b-5755-46c5-bb94-f356e4adab67\",\n            \"config\": {\n                \"mqttTopicSelector\": \"basetopic/uplink\",\n                \"jsonDataSelector\": \"uplink_message.decoded_payload.temperature\",\n                \"jsonIdentifierSelector\": \"end_device_ids.dev_eui\",\n                \"aggregationMode\": \"grouped\",\n                \"aggregationInterval\": \"1\",\n                \"aggregationFrequency\": \"MONTHLY\",\n                \"aggregationFunction\": \"AVG\"\n            }\n        }\n    }\n}"},{"id":"2ec3a95a-6efa-437d-804e-bedd8decd79a","name":"IoT device port mapping MQTT direct value","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\t\t\r\n        \"type\": \"iotdevicemappings\",\r\n        \"attributes\": {\r\n            \"identifiers\": [\r\n                \"40b3d580e10035e1\",\r\n                \"40b3d580e10035e2\",\r\n                \"40b3d580e10035e3\",\r\n                \"40b3d580e10035e4\",\r\n                \"40b3d580e10035e5\",\r\n                \"40b3d580e10035e6\",\r\n                \"40b3d580e10035e8\",\r\n                \"40b3d580e10035e9\",\r\n                \"40b3d580e10035f0\"\r\n            ],\r\n            \"targetDeviceId\": \"64069a2b-5755-46c5-bb94-f356e4adab67\",\r\n            \"config\": {\r\n                \"mqttTopicSelector\": \"basetopic/uplink\",\r\n                \"jsonDataSelector\": \"uplink_message.decoded_payload.temperature\",\r\n                \"jsonIdentifierSelector\": \"end_device_ids.dev_eui\",\r\n                \"aggregationMode\": \"grouped\",\r\n                \"aggregationTime\": \"1H\",\r\n                \"aggregationFunction\": \"AVG\"\r\n            }\r\n        }\r\n    }\r\n        \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Location","value":"http://localhost:3000/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4/mappings/ff5ef13c-322e-4f63-9da5-584ec62674e6"},{"key":"Content-Length","value":"842"},{"key":"ETag","value":"W/\"34a-9+V9BjlF5ptu66LyJBDc0MAJHpM\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:29:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdevicemappings\",\n        \"id\": \"ff5ef13c-322e-4f63-9da5-584ec62674e6\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4/mappings/ff5ef13c-322e-4f63-9da5-584ec62674e6\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:29:11.137Z\",\n            \"updatedAt\": \"2023-07-06T08:29:11.137Z\"\n        },\n        \"attributes\": {\n            \"identifiers\": [\n                \"40b3d580e10035e1\"\n            ],\n            \"targetDeviceId\": \"ff069a2b-5755-46c5-bb94-f356e4adab67\",\n            \"config\": {\n                \"mqttTopicSelector\": \"basetopic/uplink\",\n                \"jsonDataSelector\": \"uplink_message.decoded_payload.batteryVolt\",\n                \"jsonIdentifierSelector\": \"end_device_ids.dev_eui\"\n            }\n        }\n    }\n}"}],"_postman_id":"dfa83a2b-318f-47aa-b91f-bab2dabdbc14"},{"name":"Update a IoT device port mapping","id":"26d45426-82c6-40aa-8643-8aa908b0815d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\t\t\r\n        \"type\": \"iotdevicemappings\",\r\n        \"id\": \"cd4f5b20-ce3a-40e3-b169-893a7de6a2bf\",\r\n        \"attributes\": {\r\n            \"config\": {\r\n                \"mqttTopicSelector\": \"base/topic\",\r\n                \"jsonDataSelector\": \"uplink_message.decoded_payload.temperature\",\r\n                \"jsonIdentifierSelector\": \"end_device_ids.dev_eui\",\r\n                \"aggregationMode\": \"longitudinal\",\r\n                \"aggregationInterval\": \"1\",\r\n                \"aggregationFrequency\": \"HOURLY\",\r\n                \"aggregationFunction\": \"AVG\"\r\n                }\r\n        }\r\n    }\r\n        \r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/iotdevices/:id/ports/:pid/mappings/:mid","description":"<p>This route is used to update an exstiging IoT Device port mapping entity.</p>\n<p><strong>Important:</strong></p>\n<p>When updating the iotdevice port config attribute, the <strong>whole config object</strong> needs to be set again in the update.</p>\n<p>Updating a single attributes in the config object will lead to a config with a single attribute!</p>\n","urlObject":{"path":["iotdevices",":id","ports",":pid","mappings",":mid"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"6ce4e079-7b41-4c44-b389-bc8dac5c59c9","key":"id"},{"type":"any","value":"5c26205e-c4be-433c-8826-de0bc870f244","key":"pid"},{"type":"any","value":"cd4f5b20-ce3a-40e3-b169-893a7de6a2bf","key":"mid"}]}},"response":[{"id":"e1ecea2b-22be-4f3e-bdf0-8abb774bdf05","name":"Update a IoT device port mapping MQTT","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\": {\t\t\r\n        \"type\": \"iotdevicemappings\",\r\n        \"id\": \"41db6d34-d28e-4d68-a5f7-294088ce5047\",\r\n        \"attributes\": {\r\n            \"identifiers\": [\r\n                \"40b3d580e10035e5\",\r\n                \"40b3d580e10035e6\",\r\n                \"40b3d580e10035f0\"\r\n            ],\r\n            \"deviceId\": \"64069a2b-5755-46c5-bb94-f356e4adab67\",\r\n            \"config\": {\r\n                \"mqttTopicSelector\": \"utopi/uplink\",\r\n                \"jsonDataSelector\": \"uplink_message.decoded_payload.temperature\",\r\n                \"jsonIdentifierSelector\": \"end_device_ids.dev_eui\",\r\n                \"aggregationMode\": \"grouped\",\r\n                \"aggregationTime\": \"1H\",\r\n                \"aggregationFunction\": \"AVG\"\r\n            }\r\n        }\r\n    }\r\n        \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/iotdevices/:id/ports/:pid/mappings/:mid","host":["{{url}}"],"path":["iotdevices",":id","ports",":pid","mappings",":mid"],"variable":[{"key":"id","value":"588f4282-2d08-4acb-989a-946078143d51"},{"key":"pid","value":"cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4"},{"key":"mid","value":"41db6d34-d28e-4d68-a5f7-294088ce5047"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"724"},{"key":"ETag","value":"W/\"2d4-wB2zAmRxlVvwwNlQ656AuZz1cZk\""},{"key":"Date","value":"Thu, 06 Jul 2023 08:21:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"iotdevicemappings\",\n        \"id\": \"41db6d34-d28e-4d68-a5f7-294088ce5047\",\n        \"links\": {\n            \"self\": \"/iotdevices/588f4282-2d08-4acb-989a-946078143d51/ports/cdb19d13-b1d7-4ad9-b444-2ffc8cf7c2e4/mappings/41db6d34-d28e-4d68-a5f7-294088ce5047\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2023-07-06T08:07:21.640Z\",\n            \"updatedAt\": \"2023-07-06T08:21:55.894Z\"\n        },\n        \"attributes\": {\n            \"identifiers\": [\n                \"40b3d580e10035e5\",\n                \"40b3d580e10035e6\",\n                \"40b3d580e10035f0\"\n            ],\n            \"targetDeviceId\": \"64069a2b-5755-46c5-bb94-f356e4adab67\",\n            \"config\": {\n                \"mqttTopicSelector\": \"utopi/uplink\",\n                \"jsonDataSelector\": \"uplink_message.decoded_payload.temperature\",\n                \"jsonIdentifierSelector\": \"end_device_ids.dev_eui\",\n                \"aggregationMode\": \"grouped\",\n                \"aggregationTime\": \"1H\",\n                \"aggregationFunction\": \"AVG\"\n            }\n        }\n    }\n}"}],"_postman_id":"26d45426-82c6-40aa-8643-8aa908b0815d"},{"name":"Delete a IoT device port mapping","id":"923d0eed-309c-43af-9b96-d490e4684e6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/iotdevices/:id/ports/:pid/mappings/:mid","description":"<p>Deleted a IoT Device port mapping.</p>\n<p><strong>The deletion of a port mapping disables the data transportation of the selected port-identifier!</strong></p>\n","urlObject":{"path":["iotdevices",":id","ports",":pid","mappings",":mid"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"18b3c6ea-ec68-48dd-b4d4-7a553f316638","key":"id"},{"type":"any","value":"0f6fd337-bf30-4b45-b1b2-3cfbde6ef09a","key":"pid"},{"type":"any","value":"d950598f-aa61-4130-8127-80f3f35dc197","key":"mid"}]}},"response":[],"_postman_id":"923d0eed-309c-43af-9b96-d490e4684e6e"},{"name":"Get a IoT device monitoring collection","id":"c55c733c-216f-4a4a-a439-fe2c1a17ae70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/monitoring?from=2024-02-07T00:00:00Z&until=2024-02-22T17:00:00Z","description":"<p>This route is used to get a collection of monitoring information for iot devices. It accepts various query parameter described below.</p>\n<p>All parameters besides from and until are <strong>optional</strong>. If there is no iotdevices matching your search parameters an empty array is returned.</p>\n<p>Monitoring information contain the availability rate of the device in a defined timespan.</p>\n","urlObject":{"path":["iotdevices","monitoring"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Serial of the iotdevice. Unique</p>\n","type":"text/plain"},"key":"serialnumber","value":"420004"},{"disabled":true,"description":{"content":"<p>Type of the iotdevice</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Associated tenant of the iotdevice</p>\n","type":"text/plain"},"key":"tenantId","value":""},{"disabled":true,"description":{"content":"<p>Wherever the iotdevice is enabled</p>\n","type":"text/plain"},"key":"enabled","value":""},{"disabled":true,"description":{"content":"<p>Associated property of the iotdevice</p>\n","type":"text/plain"},"key":"propertyId","value":""},{"disabled":true,"description":{"content":"<p>Associated connector of the iotdevice</p>\n","type":"text/plain"},"key":"connectorId","value":""},{"disabled":true,"description":{"content":"<p>Created at timestamp filter</p>\n","type":"text/plain"},"key":"createdFrom","value":""},{"disabled":true,"description":{"content":"<p>Created at timestamp filter</p>\n","type":"text/plain"},"key":"createdUntil","value":""},{"description":{"content":"<p>Start timestamp of the monitoring timespan.</p>\n","type":"text/plain"},"key":"from","value":"2024-02-07T00:00:00Z"},{"description":{"content":"<p>End timestamp of the monitoring timespan.</p>\n","type":"text/plain"},"key":"until","value":"2024-02-22T17:00:00Z"}],"variable":[]}},"response":[],"_postman_id":"c55c733c-216f-4a4a-a439-fe2c1a17ae70"},{"name":"Retrieve a IoT device monitoring history","id":"974c4ff6-7ab9-4382-b9fc-d486cad7aad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/iotdevices/:uuid/monitoring?from=2023-11-07T00:00:00Z&until=2023-11-07T17:00:00Z","description":"<p>This route is used to get a collection of monitoring reading objects. It accepts various query parameter described below.</p>\n<p>All parameters besides from and until are <strong>optional</strong>.</p>\n","urlObject":{"path":["iotdevices",":uuid","monitoring"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[size]","value":"1000"},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[after]","value":""},{"disabled":true,"description":{"content":"<p>Described in the top</p>\n","type":"text/plain"},"key":"page[before]","value":""},{"key":"from","value":"2023-11-07T00:00:00Z"},{"key":"until","value":"2023-11-07T17:00:00Z"},{"disabled":true,"key":"page[size]","value":"1"}],"variable":[{"type":"any","value":"47b67a5b-f292-41b6-ad50-12848d446a42","key":"uuid"}]}},"response":[],"_postman_id":"974c4ff6-7ab9-4382-b9fc-d486cad7aad1"}],"id":"c784f92d-4123-4b98-bec7-c1242ee2bd8b","_postman_id":"c784f92d-4123-4b98-bec7-c1242ee2bd8b","description":"","auth":{"type":"bearer","bearer":{},"isInherited":true,"source":{"_postman_id":"816e335e-2e21-44fe-87ad-56fdc7028960","id":"816e335e-2e21-44fe-87ad-56fdc7028960","name":"BASCloud API Documentation v2.1","type":"collection"}}},{"name":"Views","item":[{"name":"Retrieve a single view","id":"fbcf840b-1435-4d3c-9eb5-ca2c1697487b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/tenants/:tenant/views/:view","description":"<p>This endpoint retrieves a specific view for a given tenant.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><code>tenant</code> (path) : The ID of the tenant.</p>\n</li>\n<li><p><code>view</code> (path) : The ID of the view.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the details of the requested view for the specified tenant.</p>\n<h4 id=\"response-body\">Response Body</h4>\n<p>The response will be in JSON format and will contain the following fields:</p>\n<ul>\n<li><p><code>jsonapi</code></p>\n</li>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>type</code></p>\n</li>\n<li><p><code>id</code></p>\n</li>\n<li><p><code>links</code></p>\n<ul>\n<li><code>self</code></li>\n</ul>\n</li>\n<li><p><code>meta</code></p>\n<ul>\n<li><p><code>createdAt</code></p>\n</li>\n<li><p><code>updatedAt</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>attributes</code></p>\n<ul>\n<li><p><code>description</code></p>\n</li>\n<li><p><code>entityType</code></p>\n</li>\n<li><p><code>requestType</code></p>\n</li>\n<li><p><code>requestConfig</code></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"1eed0c63-5c6c-4214-ba6d-9fcef1b82047","id":"1eed0c63-5c6c-4214-ba6d-9fcef1b82047","name":"Views","type":"folder"}},"urlObject":{"path":["tenants",":tenant","views",":view"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"cce0e2a3-6fc0-4f41-94df-69c4c49a77dd","key":"view"}]}},"response":[{"id":"cc384aa9-4f4f-4ca9-83ff-f1d9cb5b42f2","name":"Retrieve a single view","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"{{url}}/tenants/:tenant/views/:view","host":["{{url}}"],"path":["tenants",":tenant","views",":view"],"variable":[{"key":"tenant","value":"{{tenant}}"},{"key":"view","value":"cce0e2a3-6fc0-4f41-94df-69c4c49a77dd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"1ae-bQQHrOqNwKm4dmtwmvBx/J+z8q8\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-context","value":"appId=cid-v1:e1f2d888-4ef9-4bc6-8cac-737b46254b90"},{"key":"Date","value":"Mon, 14 Apr 2025 12:12:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"data\": {\n        \"type\": \"views\",\n        \"id\": \"cce0e2a3-6fc0-4f41-94df-69c4c49a77dd\",\n        \"links\": {\n            \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/views/cce0e2a3-6fc0-4f41-94df-69c4c49a77dd\"\n        },\n        \"meta\": {\n            \"createdAt\": \"2025-04-14T12:09:01.963Z\",\n            \"updatedAt\": \"2025-04-14T12:11:47.534Z\"\n        },\n        \"attributes\": {\n            \"description\": \"Property Collection\",\n            \"entityType\": \"properties\",\n            \"requestType\": \"property-collection\",\n            \"requestConfig\": {\n                \"postalCode\": 64401\n            }\n        }\n    }\n}"}],"_postman_id":"fbcf840b-1435-4d3c-9eb5-ca2c1697487b"},{"name":"Retrieve a view collection","id":"11b9383b-869f-451a-96e9-654a346790d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/tenants/:tenant/views","description":"<p>This endpoint retrieves the collection of available views for a specific tenant</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{url}}/tenants/:tenant/views</code></p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain a list of view entities.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"1eed0c63-5c6c-4214-ba6d-9fcef1b82047","id":"1eed0c63-5c6c-4214-ba6d-9fcef1b82047","name":"Views","type":"folder"}},"urlObject":{"path":["tenants",":tenant","views"],"host":["{{url}}"],"query":[],"variable":[{"id":"7393e408-adb3-4b2d-8320-db9081f850eb","type":"any","value":"{{tenant}}","key":"tenant"}]}},"response":[{"id":"06352d2f-68fc-4dd3-91dd-0ec0e522f017","name":"Retrieve a view collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"{{url}}/tenants/:tenant/views","host":["{{url}}"],"path":["tenants",":tenant","views"],"variable":[{"key":"tenant","value":"{{tenant}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"270-2OwW2wANxlrt9zzEEjSz8o9kSLI\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-context","value":"appId=cid-v1:e1f2d888-4ef9-4bc6-8cac-737b46254b90"},{"key":"Date","value":"Mon, 14 Apr 2025 12:12:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/views?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"views\",\n            \"id\": \"cce0e2a3-6fc0-4f41-94df-69c4c49a77dd\",\n            \"links\": {\n                \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/views/cce0e2a3-6fc0-4f41-94df-69c4c49a77dd\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2025-04-14T12:09:01.963Z\",\n                \"updatedAt\": \"2025-04-14T12:11:47.534Z\"\n            },\n            \"attributes\": {\n                \"description\": \"Property Collection\",\n                \"entityType\": \"properties\",\n                \"requestType\": \"property-collection\",\n                \"requestConfig\": {\n                    \"postalCode\": 64401\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"11b9383b-869f-451a-96e9-654a346790d0"},{"name":"Retrieve the view's data","id":"ae47794b-3edd-41e9-bb7b-00514f4b7bbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":"{{url}}/tenants/:tenant/views/:view/data","description":"<p>This endpoint retrieves the underlying data for a view entity. Depending on the view's entityType and requestType, different BAScloud entity types will be returned.</p>\n<p>I.e. for entityType \"properties\" and requestType \"collection\" a collection list of property entities will be returned. The view thereby behaves exactly like the corresponding endpoint for this entityType ie. in this case property's \"Retrieve a property collection\" endpoint, and supports all parameters of the endpoint.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>This request does not require a request body.</p>\n<h3 id=\"response\">Response</h3>\n<p>Depending on the entityType and requestType the response varies.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"1eed0c63-5c6c-4214-ba6d-9fcef1b82047","id":"1eed0c63-5c6c-4214-ba6d-9fcef1b82047","name":"Views","type":"folder"}},"urlObject":{"path":["tenants",":tenant","views",":view","data"],"host":["{{url}}"],"query":[{"disabled":true,"key":"from","value":"2024-01-01T00:00:00.000Z"},{"disabled":true,"key":"until","value":"2025-04-01T00:00:00.000Z"},{"disabled":true,"key":"filter[property][id]","value":"4f049ff5-51cf-4cc8-8f6b-10f6c150cdc3"}],"variable":[{"type":"any","value":"{{tenant}}","key":"tenant"},{"type":"any","value":"cce0e2a3-6fc0-4f41-94df-69c4c49a77dd","key":"view"}]}},"response":[{"id":"0f2b9bba-e241-4a5f-b0b8-d5a0e578e0fa","name":"Retrieve the view's data","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"url":{"raw":"{{url}}/tenants/:tenant/views/:view/data","host":["{{url}}"],"path":["tenants",":tenant","views",":view","data"],"query":[{"key":"from","value":"2025-01-01T00:00:00","disabled":true},{"key":"until","value":"2025-02-01T00:00:00","disabled":true},{"key":"filter[property][id]","value":"2c3f41a8-d4a6-4c60-8065-f0ca21bffed6","description":"Its possible to overwrite body filter definitions through query parameters. Utilized by views to dynamically change filters.","type":"text","disabled":true}],"variable":[{"key":"tenant","value":"{{tenant}}"},{"key":"view","value":"cce0e2a3-6fc0-4f41-94df-69c4c49a77dd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"4d8-gAelHTG0C1dpiLiKsDXx/H5pnkw\""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"request-context","value":"appId=cid-v1:e1f2d888-4ef9-4bc6-8cac-737b46254b90"},{"key":"Date","value":"Mon, 14 Apr 2025 12:11:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": \"1.0\",\n    \"links\": {\n        \"first\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/views/cce0e2a3-6fc0-4f41-94df-69c4c49a77dd/data?page[size]=1000\",\n        \"last\": null,\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"page\": {\n            \"pageSize\": 1000,\n            \"page\": 1,\n            \"totalPages\": 1,\n            \"count\": 2\n        }\n    },\n    \"data\": [\n        {\n            \"type\": \"properties\",\n            \"id\": \"28e8b610-5969-4d2e-b406-57c5d4c1b354\",\n            \"links\": {\n                \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/properties/28e8b610-5969-4d2e-b406-57c5d4c1b354\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-03-24T11:09:59.809Z\",\n                \"updatedAt\": \"2024-07-23T12:06:49.502Z\"\n            },\n            \"attributes\": {\n                \"name\": \"ASS it-systemhaus GmbH\",\n                \"aksId\": null,\n                \"identifier\": null,\n                \"street\": \"Marktstraße 47-49\",\n                \"postalCode\": \"64401\",\n                \"city\": \"Groß-Bieberau\",\n                \"country\": \"Deutschland\",\n                \"latitude\": 49.79841,\n                \"longitude\": 8.82336\n            }\n        },\n        {\n            \"type\": \"properties\",\n            \"id\": \"08983f2d-ef74-42ac-a99f-8b8758f2b490\",\n            \"links\": {\n                \"self\": \"/tenants/8eda44f3-a00d-426f-be17-d3260aaec0ed/properties/08983f2d-ef74-42ac-a99f-8b8758f2b490\"\n            },\n            \"meta\": {\n                \"createdAt\": \"2021-04-26T12:05:18.960Z\",\n                \"updatedAt\": \"2025-02-25T15:52:09.607Z\"\n            },\n            \"attributes\": {\n                \"name\": \"Vereinigte Volksbank Raiffeisenbank eG\",\n                \"aksId\": null,\n                \"identifier\": null,\n                \"street\": \"Bahnhofstr. 34\",\n                \"postalCode\": \"64401\",\n                \"city\": \"Groß-Bieberau\",\n                \"country\": \"Deutschland\",\n                \"latitude\": 49.802737,\n                \"longitude\": 8.826111\n            }\n        }\n    ]\n}"}],"_postman_id":"ae47794b-3edd-41e9-bb7b-00514f4b7bbc"},{"name":"Retrieve the associated tags","id":"f98e78e3-fe99-4141-b47b-53cd62862ead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/tenants/:tenant/views/:view/tags","description":"<p>This route is used to retrieve the tags associated with the specified view for a particular tenant.</p>\n<h3 id=\"request\">Request</h3>\n<p>The request does not require a request body.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain an array of tags associated with the specified view for the given tenant. If no relationships exist, an empty array will be returned.</p>\n","urlObject":{"path":["tenants",":tenant","views",":view","tags"],"host":["{{url}}"],"query":[],"variable":[{"id":"4426d43c-d071-435d-bd1d-1fb509d23be0","description":{"content":"<p>The tenants UUID</p>\n","type":"text/plain"},"type":"string","value":"{{tenant}}","key":"tenant"},{"id":"95d3d8c9-7bb9-47ab-9f2d-a8234dd362d6","type":"any","value":"ab5803e5-4a38-4cea-9cae-aaf90c3a97ff","key":"view"}]}},"response":[],"_postman_id":"f98e78e3-fe99-4141-b47b-53cd62862ead"}],"id":"1eed0c63-5c6c-4214-ba6d-9fcef1b82047","description":"<p>The <strong>Views</strong> endpoints allows users to retrieve preconfigured views on various data collections, including properties, connectors, devices, readings and reading-aggregates. These views enable streamlined access to structured and filtered data without manually applying filters.</p>\n<p>For retrieving the underlying data of a configured view, the special endpoint \"{viewId}/data\" is to be used.</p>\n<p>The type of underlying data is defined through the view attributes \"entityType\" and \"requestType\".</p>\n<p>The entity type defines the returned entity type i.e properties, devices. Request type defines the type of requested entity data, this corresponds to specific entity endpoints of their respective entity API.</p>\n<p>For example, for entity type \"properties\" and request type \"property-collection\", the returned data corresponds to the data returned by the property API endpoint \"Retrieve a property collection\". This also implys that <strong>all</strong> endpoint parameter of this endpoint can be applied to the view's data endpoint when retrieving the underlying data. Specific parameters might be preconfigured through the view definition, if those parameters are provided at time of request of the view, the configured parameter values are overwritten.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0054ea4a-b4db-4887-9d41-1a7305b6329e","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"47774423-2a6c-4c85-acf6-1c59b261fda3","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"1eed0c63-5c6c-4214-ba6d-9fcef1b82047"}],"auth":{"type":"bearer","bearer":{}},"event":[{"listen":"prerequest","script":{"id":"b4c0ca62-e557-4637-b868-4e245082d4c7","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"ba055d5a-2022-4e0a-b028-b8d6cca803d4","type":"text/javascript","requests":{},"exec":[""]}}]}