{"info":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","description":"<html><head></head><body><p>Updated 20.05.2026</p>\n<p><em>Disclaimer: If you are implementing this API, please contact Envo to make sure that you are working against the latest version of the API and to receive information about any major upcoming changes.</em></p>\n<h3 id=\"1625849888-envo-rest-api-openapi-specification\">1625849888-ENVO REST API OpenAPI Specification</h3>\n<p>Envo External REST API for sharing data with integration partners and customers - Auth using OAuth2 Client Credentials flow / JWT Bearer token.</p>\n<p>Replace / with actual API url:</p>\n<ul>\n<li><p><a href=\"https://api.envodev.no/\">https://api.envodev.no</a> (development environment)</p>\n</li>\n<li><p><a href=\"https://api.envo.no/\">https://api.envo.no</a> (production environment)</p>\n</li>\n</ul>\n<p>Authentication</p>\n<p>Must retrieve client credential token (JWT) from auth server and include as Bearer token in authorization header.</p>\n<ul>\n<li><p><a href=\"https://auth.envodev.no/\">https://auth.envodev.no</a> (development environment)</p>\n</li>\n<li><p><a href=\"https://auth.envo.no/\">https://auth.envo.no</a> (production environment)</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"52168095","collectionId":"d0b2736d-c190-48f7-b263-ea397f8f6fad","publishedId":"2sBXitBmYZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-28T16:40:39.000Z"},"item":[{"name":"Sites","item":[{"name":"/api/v1/sites","id":"1098883e-db48-4bec-8fce-7122ccb80631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Version","value":"1"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/sites?pageNumber=1&pageSize=10","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","sites"],"host":["/"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[]}},"response":[{"id":"35a14d1d-180c-4f60-925b-624df2810686","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites?pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": 2767,\n      \"name\": \"string\"\n    },\n    {\n      \"id\": 748,\n      \"name\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"totalCount\": 1696,\n    \"pageSize\": 3617,\n    \"currentPage\": 1657,\n    \"hasPrevious\": true,\n    \"hasNext\": true,\n    \"totalPages\": 3682\n  }\n}"},{"id":"3eeb622c-9ea0-4eab-91a9-97774f013af9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites?pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"b771cdea-33fc-49b3-9b57-7801979bb6f9","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites?pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"466c0127-f5f2-44a6-9cf9-064d15401cca","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites?pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"1098883e-db48-4bec-8fce-7122ccb80631"},{"name":"/api/v1/sites/:id","id":"43b73d62-8aaa-4cfb-b779-31bac4d67573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/sites/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","sites",":id"],"host":["/"],"query":[],"variable":[{"type":"any","value":"15","key":"id"}]}},"response":[{"id":"63784d8e-e45e-4320-a7e7-ba9ebc9ac143","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id","host":["/"],"path":["api","v1","sites",":id"],"variable":[{"key":"id","value":"9287"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 758,\n  \"name\": \"string\",\n  \"created\": \"2014-11-22T03:09:02.702Z\",\n  \"description\": \"string\",\n  \"address\": \"string\",\n  \"postalCode\": \"string\",\n  \"city\": \"string\",\n  \"timeZone\": \"string\",\n  \"latitude\": 8193.485111638312,\n  \"longitude\": 1431.0790828518427,\n  \"companyGLNNo\": \"string\"\n}"},{"id":"00633064-e00a-4c02-87ce-40c941ce031a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id","host":["/"],"path":["api","v1","sites",":id"],"variable":[{"key":"id","value":"9287"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"7ac03ca2-84c8-422e-8be0-cd6e6539602f","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id","host":["/"],"path":["api","v1","sites",":id"],"variable":[{"key":"id","value":"9287"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"b6a55ec2-44d5-4789-8b72-6b8af9c48faf","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id","host":["/"],"path":["api","v1","sites",":id"],"variable":[{"key":"id","value":"9287"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"43b73d62-8aaa-4cfb-b779-31bac4d67573"}],"id":"54cda2e8-0237-4e2e-9fa9-4774fbb67066","description":"<p>This folder contains endpoints for retrieving sites (buildings). It includes requests for listing available sites and fetching details for a specific site by ID, making it useful for browsing and identifying site resources by name and ID in the API that you have access to. Use the site ID's to further querry against the \"SiteInformation\" endpoint to fetch more site metadata.</p>\n","_postman_id":"54cda2e8-0237-4e2e-9fa9-4774fbb67066","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}}},{"name":"Parameter","item":[{"name":"/api/v1/sites/:siteId/parameters","id":"2e4f53a5-5c1f-49c7-8d52-a2b499e3566f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Version","value":"1"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/sites/:siteId/parameters?pageNumber=1&pageSize=10","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","sites",":siteId","parameters"],"host":["/"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"},{"disabled":true,"key":"name","value":"string"}],"variable":[{"type":"any","value":"15","key":"siteId"}]}},"response":[{"id":"f6666b26-bff6-49b7-b961-f779aba535f2","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters?pageNumber=1&pageSize=10&name=string","host":["/"],"path":["api","v1","sites",":siteId","parameters"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"},{"key":"name","value":"string"}],"variable":[{"key":"siteId","value":"9287"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"parameterId\": 7378,\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"parameterPath\": \"string\",\n      \"lastLogDate\": \"1987-12-30T16:25:28.900Z\",\n      \"lastStringValue\": \"string\",\n      \"lastFloatValue\": 7547.255837908755,\n      \"isOnline\": false,\n      \"isAlertingActive\": false\n    },\n    {\n      \"parameterId\": 8633,\n      \"name\": \"string\",\n      \"description\": \"string\",\n      \"parameterPath\": \"string\",\n      \"lastLogDate\": \"1986-03-01T02:39:14.916Z\",\n      \"lastStringValue\": \"string\",\n      \"lastFloatValue\": 1295.8536436145619,\n      \"isOnline\": false,\n      \"isAlertingActive\": true\n    }\n  ],\n  \"meta\": {\n    \"totalCount\": 222,\n    \"pageSize\": 5813,\n    \"currentPage\": 328,\n    \"hasPrevious\": true,\n    \"hasNext\": false,\n    \"totalPages\": 7141\n  }\n}"},{"id":"d14c3896-4ff8-469e-9816-a936b6cddff9","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters?pageNumber=1&pageSize=10&name=string","host":["/"],"path":["api","v1","sites",":siteId","parameters"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"},{"key":"name","value":"string"}],"variable":[{"key":"siteId","value":"9287"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 4633,\n  \"detail\": \"string\",\n  \"instance\": \"string\",\n  \"errors\": {\n    \"key_0\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_1\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_2\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"},{"id":"8409651a-9e33-418f-bc2a-4c222683a1d0","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters?pageNumber=1&pageSize=10&name=string","host":["/"],"path":["api","v1","sites",":siteId","parameters"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"},{"key":"name","value":"string"}],"variable":[{"key":"siteId","value":"9287"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"cc3cb6d2-387a-4b6f-bda5-d0f7acd8acd2","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters?pageNumber=1&pageSize=10&name=string","host":["/"],"path":["api","v1","sites",":siteId","parameters"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"},{"key":"name","value":"string"}],"variable":[{"key":"siteId","value":"9287"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"245a68d3-0b10-4445-9277-b1f1d32e337e","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters?pageNumber=1&pageSize=10&name=string","host":["/"],"path":["api","v1","sites",":siteId","parameters"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"},{"key":"name","value":"string"}],"variable":[{"key":"siteId","value":"9287"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"1c9db200-586c-4633-9be8-c46fc206ccf8","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters?pageNumber=1&pageSize=10&name=string","host":["/"],"path":["api","v1","sites",":siteId","parameters"],"query":[{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"},{"key":"name","value":"string"}],"variable":[{"key":"siteId","value":"9287"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"2e4f53a5-5c1f-49c7-8d52-a2b499e3566f"},{"name":"/api/v1/sites/:siteId/parameters/:id","id":"c4555665-369e-42d8-8acf-95b214f4616b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/sites/:siteId/parameters/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","sites",":siteId","parameters",":id"],"host":["/"],"query":[],"variable":[{"type":"any","value":"15","key":"siteId"},{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"f8f1f8c3-e99e-4554-ae8a-21da765a58ef","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"parameterId\": 2660,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"parameterPath\": \"string\",\n  \"lastLogDate\": \"1994-08-30T00:34:49.899Z\",\n  \"lastStringValue\": \"string\",\n  \"lastFloatValue\": 9062.843572299093,\n  \"isOnline\": true,\n  \"isAlertingActive\": true\n}"},{"id":"d9965b5f-9d63-41df-a410-e85dc822253a","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 4633,\n  \"detail\": \"string\",\n  \"instance\": \"string\",\n  \"errors\": {\n    \"key_0\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_1\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_2\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"},{"id":"b65fc689-d981-4885-801b-a989a0f36694","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"efde0944-7534-4abf-9cdb-0a0b46536210","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"0f22c5b6-600c-4289-95c0-bc85fe67e0ba","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"bb6a9bf3-67f0-4deb-aaf3-0d66a4d328e3","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"c4555665-369e-42d8-8acf-95b214f4616b"},{"name":"/api/v1/sites/:siteId/parameters/:id/details","id":"ba1c3e8a-1fd5-4e23-ac4e-9a9c33c05ccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/sites/:siteId/parameters/:id/details","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","sites",":siteId","parameters",":id","details"],"host":["/"],"query":[],"variable":[{"type":"any","value":"15","key":"siteId"},{"type":"any","value":"1","key":"id"}]}},"response":[{"id":"23c07780-1857-457e-b2b4-56f10b526fbc","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id/details","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id","details"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"parameterId\": 2492,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"friendlyName\": \"string\",\n  \"infrastructurePath\": \"string\",\n  \"parameterPath\": \"string\",\n  \"radioAddress\": \"string\",\n  \"pollingInterval\": 4452\n}"},{"id":"14a3c87e-b3b6-4394-af50-6621a3fda11e","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id/details","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id","details"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 4633,\n  \"detail\": \"string\",\n  \"instance\": \"string\",\n  \"errors\": {\n    \"key_0\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_1\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_2\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"},{"id":"0742133b-9d9a-4d4d-bd86-c6044da9d14b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id/details","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id","details"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"2e4e1367-21f3-4c81-bd1c-57464b160ad5","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id/details","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id","details"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"c8da1a69-21ba-42fb-9c9f-f9b5abc78acf","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id/details","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id","details"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"ce401a2c-4804-47d1-8487-0e1c20eafbfc","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:id/details","host":["/"],"path":["api","v1","sites",":siteId","parameters",":id","details"],"variable":[{"key":"siteId","value":"9287"},{"key":"id","value":"9287"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"ba1c3e8a-1fd5-4e23-ac4e-9a9c33c05ccc"}],"id":"343950e7-62a1-4d99-b3a7-e95b93e29c32","description":"<p>This folder contains endpoints for working with site (building) parameters. \"parameters\" is data logs, also called \"tags\" in building management system contexts. It includes requests for listing parameters for a specific site, retrieving a single parameter by ID, and fetching detailed descriptive meta information about an individual parameter. Use the parameter ID further to get timeseries data from the \"SitesParameterLog\" endpoint.</p>\n","_postman_id":"343950e7-62a1-4d99-b3a7-e95b93e29c32","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}}},{"name":"SitesParameterLog","item":[{"name":"/api/v1/sites/:siteId/parameters/:parameterId/logs","id":"c177fe18-2e17-47c1-b80f-f40178e8952c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Version","value":"1"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/sites/:siteId/parameters/:parameterId/logs?startTime=2026-04-01T11:37:10.738Z&endTime=2026-04-14T11:37:10.738Z&pageNumber=1&pageSize=10","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","sites",":siteId","parameters",":parameterId","logs"],"host":["/"],"query":[{"key":"startTime","value":"2026-04-01T11:37:10.738Z"},{"key":"endTime","value":"2026-04-14T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"type":"any","value":"15","key":"siteId"},{"type":"any","value":"1","key":"parameterId"}]}},"response":[{"id":"ed931031-c3d9-461d-9d4c-2f972492e182","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:parameterId/logs?startTime=2017-09-18T11:37:10.738Z&endTime=2017-09-18T11:37:10.738Z&pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites",":siteId","parameters",":parameterId","logs"],"query":[{"key":"startTime","value":"2017-09-18T11:37:10.738Z"},{"key":"endTime","value":"2017-09-18T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"siteId","value":"9287"},{"key":"parameterId","value":"9287"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"parameterId\": 3926,\n      \"lowerLimit\": 4019.5768267977614,\n      \"upperLimit\": 6743.073866711773,\n      \"logTime\": \"1968-10-09T11:33:57.554Z\",\n      \"name\": \"string\",\n      \"paramType\": \"string\",\n      \"numericReadValue\": 6897.096778609344,\n      \"stringReadValue\": \"string\",\n      \"numericWriteValue\": 1422.2120497830138,\n      \"stringWriteValue\": \"string\"\n    },\n    {\n      \"parameterId\": 4011,\n      \"lowerLimit\": 8479.871704327052,\n      \"upperLimit\": 8767.051088670723,\n      \"logTime\": \"1972-09-16T23:11:27.873Z\",\n      \"name\": \"string\",\n      \"paramType\": \"string\",\n      \"numericReadValue\": 4333.893172239634,\n      \"stringReadValue\": \"string\",\n      \"numericWriteValue\": 983.3321752567259,\n      \"stringWriteValue\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"totalCount\": 6108,\n    \"pageSize\": 9309,\n    \"currentPage\": 9523,\n    \"hasPrevious\": true,\n    \"hasNext\": true,\n    \"totalPages\": 3400\n  }\n}"},{"id":"4b3fc7e1-93c1-4ce5-a2cc-76c3600fd640","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:parameterId/logs?startTime=2017-09-18T11:37:10.738Z&endTime=2017-09-18T11:37:10.738Z&pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites",":siteId","parameters",":parameterId","logs"],"query":[{"key":"startTime","value":"2017-09-18T11:37:10.738Z"},{"key":"endTime","value":"2017-09-18T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"siteId","value":"9287"},{"key":"parameterId","value":"9287"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 4633,\n  \"detail\": \"string\",\n  \"instance\": \"string\",\n  \"errors\": {\n    \"key_0\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_1\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_2\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"},{"id":"7a9e6a9e-285d-4603-9e5f-d88335323dda","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:parameterId/logs?startTime=2017-09-18T11:37:10.738Z&endTime=2017-09-18T11:37:10.738Z&pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites",":siteId","parameters",":parameterId","logs"],"query":[{"key":"startTime","value":"2017-09-18T11:37:10.738Z"},{"key":"endTime","value":"2017-09-18T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"siteId","value":"9287"},{"key":"parameterId","value":"9287"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"81b90426-29b6-4e78-9cf0-97f3e6e0b844","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:parameterId/logs?startTime=2017-09-18T11:37:10.738Z&endTime=2017-09-18T11:37:10.738Z&pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites",":siteId","parameters",":parameterId","logs"],"query":[{"key":"startTime","value":"2017-09-18T11:37:10.738Z"},{"key":"endTime","value":"2017-09-18T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"siteId","value":"9287"},{"key":"parameterId","value":"9287"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"798cd413-9dbc-42ac-a337-786340792a28","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:parameterId/logs?startTime=2017-09-18T11:37:10.738Z&endTime=2017-09-18T11:37:10.738Z&pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites",":siteId","parameters",":parameterId","logs"],"query":[{"key":"startTime","value":"2017-09-18T11:37:10.738Z"},{"key":"endTime","value":"2017-09-18T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"siteId","value":"9287"},{"key":"parameterId","value":"9287"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"c177fe18-2e17-47c1-b80f-f40178e8952c"},{"name":"/api/v1/sites/:siteId/parameters/:parameterId/logs/aggregated","id":"4e379295-64c7-46d4-8c91-1b6b8271b760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/sites/:siteId/parameters/:parameterId/logs/aggregated?resolution=20&startTime=2017-09-18T11:37:10.738Z&endTime=2027-09-18T11:37:10.738Z&pageNumber=1&pageSize=10","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","sites",":siteId","parameters",":parameterId","logs","aggregated"],"host":["/"],"query":[{"key":"resolution","value":"20"},{"key":"startTime","value":"2017-09-18T11:37:10.738Z"},{"key":"endTime","value":"2027-09-18T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"type":"any","value":"15","key":"siteId"},{"type":"any","value":"1","key":"parameterId"}]}},"response":[{"id":"7a1a503f-bb68-43f4-9ecf-124c56f38ca0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:parameterId/logs/aggregated?resolution=20&startTime=2017-09-18T11:37:10.738Z&endTime=2017-09-18T11:37:10.738Z&pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites",":siteId","parameters",":parameterId","logs","aggregated"],"query":[{"key":"resolution","value":"20"},{"key":"startTime","value":"2017-09-18T11:37:10.738Z"},{"key":"endTime","value":"2017-09-18T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"siteId","value":"9287"},{"key":"parameterId","value":"9287"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"parameterId\": 5973,\n      \"lowerLimit\": 896.3082927342625,\n      \"upperLimit\": 4802.8301392892445,\n      \"id\": 1984,\n      \"startTime\": \"2021-04-13T15:16:14.105Z\",\n      \"endTime\": \"2014-09-26T04:48:24.286Z\",\n      \"week\": 8751,\n      \"year\": 6071,\n      \"value\": 915.1646592600881,\n      \"min\": 5536.988184049094,\n      \"max\": 9462.270296755167,\n      \"sum\": 7232.676351612544,\n      \"average\": 196.00077827913066,\n      \"diff\": 6871.702305141367\n    },\n    {\n      \"parameterId\": 4904,\n      \"lowerLimit\": 7844.9444076559985,\n      \"upperLimit\": 9166.558931443478,\n      \"id\": 5757,\n      \"startTime\": \"1975-06-04T00:41:58.077Z\",\n      \"endTime\": \"1979-06-12T14:37:49.697Z\",\n      \"week\": 9193,\n      \"year\": 9890,\n      \"value\": 6386.41470912014,\n      \"min\": 9171.426213238703,\n      \"max\": 8832.95641686978,\n      \"sum\": 5964.307209729145,\n      \"average\": 4367.882427531637,\n      \"diff\": 4198.42950767755\n    }\n  ],\n  \"meta\": {\n    \"totalCount\": 2266,\n    \"pageSize\": 3417,\n    \"currentPage\": 6688,\n    \"hasPrevious\": false,\n    \"hasNext\": false,\n    \"totalPages\": 7213\n  }\n}"},{"id":"25e6e5e7-4793-46f4-9aec-e6ac4f141a27","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:parameterId/logs/aggregated?resolution=20&startTime=2017-09-18T11:37:10.738Z&endTime=2017-09-18T11:37:10.738Z&pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites",":siteId","parameters",":parameterId","logs","aggregated"],"query":[{"key":"resolution","value":"20"},{"key":"startTime","value":"2017-09-18T11:37:10.738Z"},{"key":"endTime","value":"2017-09-18T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"siteId","value":"9287"},{"key":"parameterId","value":"9287"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 4633,\n  \"detail\": \"string\",\n  \"instance\": \"string\",\n  \"errors\": {\n    \"key_0\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_1\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_2\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"},{"id":"2c91ed9e-d37f-44c0-ba29-e01e643de53f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:parameterId/logs/aggregated?resolution=20&startTime=2017-09-18T11:37:10.738Z&endTime=2017-09-18T11:37:10.738Z&pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites",":siteId","parameters",":parameterId","logs","aggregated"],"query":[{"key":"resolution","value":"20"},{"key":"startTime","value":"2017-09-18T11:37:10.738Z"},{"key":"endTime","value":"2017-09-18T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"siteId","value":"9287"},{"key":"parameterId","value":"9287"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"e0123aca-4f18-4a18-ae3f-ed358ce6bc29","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:parameterId/logs/aggregated?resolution=20&startTime=2017-09-18T11:37:10.738Z&endTime=2017-09-18T11:37:10.738Z&pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites",":siteId","parameters",":parameterId","logs","aggregated"],"query":[{"key":"resolution","value":"20"},{"key":"startTime","value":"2017-09-18T11:37:10.738Z"},{"key":"endTime","value":"2017-09-18T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"siteId","value":"9287"},{"key":"parameterId","value":"9287"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"f7e0c0f7-7afe-4575-92b1-672fd1c0f655","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:siteId/parameters/:parameterId/logs/aggregated?resolution=20&startTime=2017-09-18T11:37:10.738Z&endTime=2017-09-18T11:37:10.738Z&pageNumber=1&pageSize=10","host":["/"],"path":["api","v1","sites",":siteId","parameters",":parameterId","logs","aggregated"],"query":[{"key":"resolution","value":"20"},{"key":"startTime","value":"2017-09-18T11:37:10.738Z"},{"key":"endTime","value":"2017-09-18T11:37:10.738Z"},{"key":"pageNumber","value":"1"},{"key":"pageSize","value":"10"}],"variable":[{"key":"siteId","value":"9287"},{"key":"parameterId","value":"9287"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 2944,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"4e379295-64c7-46d4-8c91-1b6b8271b760"}],"id":"129f55e6-a587-444d-aa78-346e74b0f4cc","description":"<p>This folder contains endpoints for retrieving parameter timeseries/log data for a specific site (building) and the specific parameter ID provided. It includes requests for fetching raw parameter logs within a time range and aggregated log data at a chosen resolution, supporting both detailed analysis and summarized reporting.</p>\n","_postman_id":"129f55e6-a587-444d-aa78-346e74b0f4cc","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}}},{"name":"BuildingCategories","item":[{"name":"/api/v1/building-categories","id":"ecb8207c-4e6d-4f1d-aaaf-b456635d4404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/building-categories","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","building-categories"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"4801525c-9a8d-4259-8afd-d35b7e0b115d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":"//api/v1/building-categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 3734,\n    \"name\": \"string\",\n    \"description\": \"string\"\n  },\n  {\n    \"id\": 371,\n    \"name\": \"string\",\n    \"description\": \"string\"\n  }\n]"},{"id":"b40fcda3-5429-4f33-b89a-699d07d364ba","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":"//api/v1/building-categories"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"84e8cb9b-9c58-43c4-8a72-673788de69ad","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":"//api/v1/building-categories"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"727c350c-77c9-47bb-9a80-b4dee187da26","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":"//api/v1/building-categories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"ecb8207c-4e6d-4f1d-aaaf-b456635d4404"},{"name":"/api/v1/building-categories","id":"202c0eb4-8668-4ea4-aa89-300f3b3319be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-categories","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","building-categories"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"5e354571-d2b6-4937-abfb-5db6f9e2c8ce","name":"Created","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-categories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 7341,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"},{"id":"84edc9da-9f9c-4073-bccb-ae80c82f8ca9","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-categories"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 4171,\n  \"detail\": \"string\",\n  \"instance\": \"string\",\n  \"errors\": {\n    \"key_0\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_1\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"key_0\": \"string\"\n}"},{"id":"d8f32aa7-092a-4b43-b435-b4f44e8f7e49","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-categories"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"55a6590b-168e-49cd-9444-3043efe828a6","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-categories"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"ec3df9d4-eee6-4719-bcf9-34a59db8b13a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-categories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"202c0eb4-8668-4ea4-aa89-300f3b3319be"},{"name":"/api/v1/building-categories/:id","id":"4c1703a5-cdd6-49b6-88a9-bfc30cb82114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/building-categories/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","building-categories",":id"],"host":["/"],"query":[],"variable":[{"id":"dde74a63-971f-490d-85cb-965bb3f1a249","type":"any","value":"7002","key":"id"}]}},"response":[{"id":"f95d6055-d8c8-4e43-802f-ad67ed2ca1cc","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 7341,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"},{"id":"f555ed17-fa76-4bee-9f5b-b9057e7dcc11","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"d72cceb4-57e8-410a-bbec-15754ed4e2be","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"248680f1-753e-40d9-b010-0eabbc7723ae","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"0de88e24-fba7-48a4-8364-0a1bdcaa8e4e","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"4c1703a5-cdd6-49b6-88a9-bfc30cb82114"},{"name":"/api/v1/building-categories/:id","id":"b7bcc63f-ee9e-4171-9758-68de57ed7713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-categories/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","building-categories",":id"],"host":["/"],"query":[],"variable":[{"id":"939b4e4e-9b18-459c-8a40-e5e458ae7de1","type":"any","value":"7002","key":"id"}]}},"response":[{"id":"20348ad5-175c-4efc-9557-cf9b133c6463","name":"No Content","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"260350d7-0d5e-4f43-a0b0-55a4d937597b","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 4171,\n  \"detail\": \"string\",\n  \"instance\": \"string\",\n  \"errors\": {\n    \"key_0\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_1\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"key_0\": \"string\"\n}"},{"id":"61febea2-0818-4581-958a-3740ff016f17","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"0cabff17-a291-4be5-be2c-1c6569249d15","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"ae2acca0-8cdc-4f49-9bc0-b940c288a68e","name":"Not Found","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"1997a422-2eef-418d-aed4-d86736adce0e","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"b7bcc63f-ee9e-4171-9758-68de57ed7713"},{"name":"/api/v1/building-categories/:id","id":"6f5370db-26a6-4cd9-a7d5-71f42ffd7ebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/building-categories/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","building-categories",":id"],"host":["/"],"query":[],"variable":[{"id":"0311b7e5-77ad-4e0b-9ae7-1d6e7e1ed736","type":"any","value":"7002","key":"id"}]}},"response":[{"id":"a09e7485-3ab5-436d-ae70-4b181748fc4b","name":"No Content","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"82c0e4e4-aec2-4f0e-8a32-9903eb3f9a80","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"ab7d08cd-559c-410e-a883-bf8a0ad6f1ff","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"a5d60528-3dea-4779-8182-a38757f89166","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"b1246795-7752-4b9f-b99c-2922760ed099","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-categories/:id","host":["/"],"path":["api","v1","building-categories",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"6f5370db-26a6-4cd9-a7d5-71f42ffd7ebb"}],"id":"564f65cd-6322-4203-a518-2c8956e33103","_postman_id":"564f65cd-6322-4203-a518-2c8956e33103","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}}},{"name":"BuildingTypes","item":[{"name":"/api/v1/building-types","id":"3a3d2220-cb73-47f8-b1bb-9cd44b174128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//api/v1/building-types","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","building-types"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"19b52e25-482a-41d7-8393-bee3890b209f","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":"//api/v1/building-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 9947,\n    \"buildingCategoryId\": 9343,\n    \"name\": \"string\",\n    \"description\": \"string\"\n  },\n  {\n    \"id\": 5193,\n    \"buildingCategoryId\": 2641,\n    \"name\": \"string\",\n    \"description\": \"string\"\n  }\n]"},{"id":"77760283-ee29-494e-96ec-d87f1fc9f4c8","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":"//api/v1/building-types"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"834cf877-da8f-4437-9d95-f2e320652223","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":"//api/v1/building-types"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"910460b0-be80-4e12-9cc6-1eda905c462e","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":"//api/v1/building-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"3a3d2220-cb73-47f8-b1bb-9cd44b174128"},{"name":"/api/v1/building-types","id":"fab484fa-e149-4ea2-99c4-a0b8bf311807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-types","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","building-types"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"d749209f-8615-44d2-b820-abe9ea1c2b29","name":"Created","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-types"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 6068,\n  \"buildingCategoryId\": 1955,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"},{"id":"6c6df457-aa14-42cf-96e4-729b6b0b28cb","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-types"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 4171,\n  \"detail\": \"string\",\n  \"instance\": \"string\",\n  \"errors\": {\n    \"key_0\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_1\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"key_0\": \"string\"\n}"},{"id":"b6543fbb-ce7a-4594-a45f-9e0ed377cf8c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-types"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"26b423c1-ea03-465a-a0a2-8b4effd8e838","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-types"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"bb3b4758-e656-484c-b421-2b733575f429","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"fab484fa-e149-4ea2-99c4-a0b8bf311807"},{"name":"/api/v1/building-types/:id","id":"b6ecd155-4694-4273-88d7-e8bf86e8d4da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/building-types/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","building-types",":id"],"host":["/"],"query":[],"variable":[{"id":"dd8a2d6b-42f6-4a0f-9696-53a13da7aaee","type":"any","value":"7002","key":"id"}]}},"response":[{"id":"da821549-431b-49ba-b730-dd062999e34d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 6068,\n  \"buildingCategoryId\": 1955,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}"},{"id":"8a4ace4f-0d3f-4f60-a849-9c75227b4ee2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"8c73d642-5228-4566-9937-24d2844494d3","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"a6fd2f71-9b90-4355-a6b9-e6e7e0b00798","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"cc9333b9-4d3c-43d6-b4f4-1bebdfa33cd8","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"b6ecd155-4694-4273-88d7-e8bf86e8d4da"},{"name":"/api/v1/building-types/:id","id":"81a91c59-73b9-4565-90be-afade5b0a67f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/building-types/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","building-types",":id"],"host":["/"],"query":[],"variable":[{"id":"ec72cfcc-4815-418e-b47f-d785cc462c34","type":"any","value":"7002","key":"id"}]}},"response":[{"id":"845b03b3-d3d0-44c6-a5e5-f025b4876c99","name":"No Content","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7eb86a47-6368-4bb7-8cc1-936ca3384fbe","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 4171,\n  \"detail\": \"string\",\n  \"instance\": \"string\",\n  \"errors\": {\n    \"key_0\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_1\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"key_0\": \"string\"\n}"},{"id":"e4e6f83d-e23f-44ca-94b1-06f9e7be1c93","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"ba24cce0-4455-4635-98ba-b16dc8bc28e3","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"5f5ff3cc-7c70-4098-9cd1-75e1838dc1d6","name":"Not Found","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"0387c50c-f851-4443-b324-9bf0ea9f06b0","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingCategoryId\": 5685,\n  \"name\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"81a91c59-73b9-4565-90be-afade5b0a67f"},{"name":"/api/v1/building-types/:id","id":"59895c5c-bfde-41b4-99e2-fb1b5bb6cefb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/building-types/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","building-types",":id"],"host":["/"],"query":[],"variable":[{"id":"1b129def-6bf3-4f72-8e95-1ca0c25fce2a","type":"any","value":"7002","key":"id"}]}},"response":[{"id":"c2a2dd68-6df2-4ea1-a6db-808376771406","name":"No Content","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"1bb50078-8fc5-49e3-8ff3-67fe618f3c90","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"93fe3a8e-9d95-4b2d-9f3c-74b01cec4751","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"b6115aa8-4d58-4961-8345-7327add5cc4d","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"d86ac73e-3827-4976-9f53-3ce77bcf48bf","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/building-types/:id","host":["/"],"path":["api","v1","building-types",":id"],"variable":[{"key":"id","value":"7002"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"59895c5c-bfde-41b4-99e2-fb1b5bb6cefb"}],"id":"ddad8f68-635c-43b6-8eec-2d922238892d","_postman_id":"ddad8f68-635c-43b6-8eec-2d922238892d","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}}},{"name":"SiteInformation","item":[{"name":"/api/v1/sites/:id/site-information","id":"5f3c5721-6538-48fd-9c89-741fff876afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/sites/:id/site-information","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","sites",":id","site-information"],"host":["/"],"query":[],"variable":[{"id":"55b87e6a-b299-41f9-8087-bf09bccaa300","type":"any","value":"7002","key":"id"}]}},"response":[{"id":"b1a0200e-6ad8-4c90-87c1-165deefcc18a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"siteId\": 9701,\n  \"buildingTypeId\": 181,\n  \"netArea\": 9438,\n  \"grossArea\": 53,\n  \"constructionDate\": \"1957-12-12T22:14:57.605Z\",\n  \"renovationDate\": \"2003-10-24T20:54:48.304Z\"\n}"},{"id":"90eaaf4a-b1d8-4ea9-96fd-799a861fca93","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"ba880299-0f25-401f-8a4f-5559ab02f817","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"bd6bacd0-24f2-4e02-a1d1-cc74c3983683","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"e4137f13-2453-4fda-902b-ba07c4b648bf","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"5f3c5721-6538-48fd-9c89-741fff876afb"},{"name":"/api/v1/sites/:id/site-information","id":"ddd24fb7-93cb-4f3f-9b9a-72025e63a8d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/sites/:id/site-information","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","sites",":id","site-information"],"host":["/"],"query":[],"variable":[{"id":"cd5295c0-3b9d-46bd-bcb1-5eb327a9d85e","type":"any","value":"7002","key":"id"}]}},"response":[{"id":"1c70902a-4504-41f3-948b-db5f2a5db21b","name":"Created","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"siteId\": 9701,\n  \"buildingTypeId\": 181,\n  \"netArea\": 9438,\n  \"grossArea\": 53,\n  \"constructionDate\": \"1957-12-12T22:14:57.605Z\",\n  \"renovationDate\": \"2003-10-24T20:54:48.304Z\"\n}"},{"id":"00acbc6e-7c1e-4211-b339-cd4f332f8172","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 4171,\n  \"detail\": \"string\",\n  \"instance\": \"string\",\n  \"errors\": {\n    \"key_0\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_1\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"key_0\": \"string\"\n}"},{"id":"fac21324-6b66-4c21-993e-9d54ea370894","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"7f301a3e-96e1-45b5-8559-7240067e6a5d","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"6130400e-0386-4e29-92cc-c6eca4457699","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"ddd24fb7-93cb-4f3f-9b9a-72025e63a8d5"},{"name":"/api/v1/sites/:id/site-information","id":"174ce0a3-0974-4928-b583-4bfbb93ec902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//api/v1/sites/:id/site-information","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","sites",":id","site-information"],"host":["/"],"query":[],"variable":[{"id":"b45edd11-a393-4225-8621-c91037f674c0","type":"any","value":"7002","key":"id"}]}},"response":[{"id":"0e20b6e6-4820-48fa-b0ba-336ed004369f","name":"No Content","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"7712aa7c-83fc-48bb-a9ee-f161b3ec60ee","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 4171,\n  \"detail\": \"string\",\n  \"instance\": \"string\",\n  \"errors\": {\n    \"key_0\": [\n      \"string\",\n      \"string\"\n    ],\n    \"key_1\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"key_0\": \"string\"\n}"},{"id":"9087637a-237d-454e-8311-d554be1566ea","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"4e3edd9b-f469-4d40-befa-8747b0cecca3","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"cb02999a-d8e7-45d4-aedc-8eaa76071794","name":"Not Found","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"c1dcd8d8-14d3-41fe-a54d-b93dacccb336","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Version","value":"string"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"buildingTypeId\": 2777,\n  \"netArea\": 7395,\n  \"grossArea\": 4795,\n  \"constructionDate\": \"2003-09-02T10:55:00.275Z\",\n  \"renovationDate\": \"1972-02-14T04:50:49.871Z\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"174ce0a3-0974-4928-b583-4bfbb93ec902"},{"name":"/api/v1/sites/:id/site-information","id":"4de7e707-1255-4505-a048-45ff288269aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"}],"url":"//api/v1/sites/:id/site-information","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}},"urlObject":{"path":["api","v1","sites",":id","site-information"],"host":["/"],"query":[],"variable":[{"id":"970d9c41-cff8-4073-a7ca-c0c6b1465dd7","type":"any","value":"7002","key":"id"}]}},"response":[{"id":"561d89e0-a37f-4c5e-b993-a81941852a74","name":"No Content","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"8fd7e3af-a09e-4f00-84c8-4c9976f2108b","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"7bd6c9bc-fc09-48e4-8e82-ec6c1a57f28b","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"d14d4fcd-5989-493a-9152-0d0ce3cce10f","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"},{"id":"98cb528d-746a-449a-bf52-725b9f43e423","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Version","value":"string"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"//api/v1/sites/:id/site-information","host":["/"],"path":["api","v1","sites",":id","site-information"],"variable":[{"key":"id","value":"7002"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"string\",\n  \"title\": \"string\",\n  \"status\": 7483,\n  \"detail\": \"string\",\n  \"instance\": \"string\"\n}"}],"_postman_id":"4de7e707-1255-4505-a048-45ff288269aa"}],"id":"d10ec2d8-98e8-41f5-b2af-c65065ac99bc","description":"<p>This folder contains endpoints for site (building) information records/metadata for a specific site It includes requests to retrieve site metadata.</p>\n","_postman_id":"d10ec2d8-98e8-41f5-b2af-c65065ac99bc","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","id":"d0b2736d-c190-48f7-b263-ea397f8f6fad","name":"Envo Public API v1.0.0","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{jwt}}"}],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"{{tokenEndpoint}}"},{"key":"tokenType","value":"<token-type>"},{"key":"clientSecret","value":"{{clientSecret}}"},{"key":"clientId","value":"{{clientId}}"},{"key":"grant_type","value":"<grant_type>"}]}},"event":[{"listen":"prerequest","script":{"id":"467324fa-12f6-4416-a38e-eb8bc45bc1ae","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"68a0d43e-4641-4bc4-9ef3-223de429b6ac","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"/"}]}