{"info":{"_postman_id":"44713848-58e1-4be7-a4d3-137bd4c53136","name":"Trakk API (public)","description":"<html><head></head><body><p><strong>The Trakk Assets API</strong> provides functionality required for basic integration to the Trakk Assets databases.</p>\n<p>Requests can be made to the API endpoints outlined below.</p>\n<p><strong>Authorization</strong></p>\n<p>All requests need to specify</p>\n<ul>\n<li><p>organisation ID <code>org</code>, and</p>\n</li>\n<li><p>an active API access key <code>apikey</code></p>\n</li>\n</ul>\n<p>for the request.</p>\n<p>Authorization can be submitted using BASIC http authorization substituting</p>\n<p>username =&gt; <code>org</code></p>\n<p>password =&gt; <code>apikey</code></p>\n<p>An alternative format is also accepted submitting only <code>apikey</code>in the Authorization header, with the <code>org</code> parameter specified as part of query string or POST body.</p>\n<p>In this case, the authorisation header should be formated as follows:</p>\n<p>Authorisation: Key <code>apikey</code></p>\n<p>These details are obtained through the Trakk Assets (<a href=\"https://app.trakkassets.com\">app.trakkassets.com</a>) setup interface.</p>\n<p>Current API endpoints are:</p>\n<ul>\n<li><a href=\"https://australia-southeast1-trakkasset.cloudfunctions.net/api\">https://australia-southeast1-trakkasset.cloudfunctions.net/api</a></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11874865","collectionId":"44713848-58e1-4be7-a4d3-137bd4c53136","publishedId":"VUjPJ5jU","public":true,"customColor":{"top-bar":"ffffff","right-sidebar":"303030","highlight":"1e76fe"},"publishDate":"2022-08-09T23:02:01.000Z"},"item":[{"name":"searchAsset","id":"a3972fbc-4f59-4b48-ae48-b1628feb5809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"search\":\"oven\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/searchAsset","urlObject":{"protocol":"https","path":["api","searchAsset"],"host":["australia-southeast1-trakkasset","cloudfunctions","net"],"query":[],"variable":[]}},"response":[{"id":"0c701501-74ff-4c5e-8bb6-8d38dd93a4ad","name":"searchAsset","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"search\":\"oven\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/searchAsset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"193-NvF9OFAHq5bswvpnJui7OpfDe/w\""},{"key":"function-execution-id","value":"3pf4dc0oepsl"},{"key":"vary","value":"Origin"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cloud-Trace-Context","value":"3cb050291aa0341bad1990798abcdc4d;o=1"},{"key":"Date","value":"Thu, 22 Dec 2022 19:26:14 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"403"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"search\": \"oven\",\n        \"query_by\": \"assetID,_unitID,amsid,type,position,label\"\n    },\n    \"data\": [\n        {\n            \"assetID\": \"80139\",\n            \"id\": \"uinAcKsuKRNQFNQob3BY\",\n            \"position\": \"Main oven in kitchen\",\n            \"type\": \"Oven\"\n        },\n        {\n            \"assetID\": \"16445\",\n            \"id\": \"Gl4Z3JQG3bnFsUzyoHaM\",\n            \"position\": \"Front of house, warmer\",\n            \"type\": \"Oven\"\n        },\n        {\n            \"assetID\": \"14521\",\n            \"id\": \"ny93LoVchvNxzvfuV7AQ\",\n            \"position\": \"Under oven\",\n            \"type\": \"VALVE\"\n        }\n    ]\n}"},{"id":"e90893c1-0e83-44b2-8ec0-4285ae379eee","name":"searchAsset (queryBy)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"search\":\"oven\",\r\n    \"query_by\": \"type\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/searchAsset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"117-TNhLsOfQfWkuX0ahiFiiIk9ljhU\""},{"key":"function-execution-id","value":"ak9o9piyynaq"},{"key":"vary","value":"Origin"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cloud-Trace-Context","value":"bdbd109e74b2cf3ec09ab22607b6520c;o=1"},{"key":"Date","value":"Thu, 22 Dec 2022 19:27:00 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"279"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"search\": \"oven\",\n        \"query_by\": \"type\"\n    },\n    \"data\": [\n        {\n            \"assetID\": \"80139\",\n            \"id\": \"uinAcKsuKRNQFNQob3BY\",\n            \"position\": \"Main oven in kitchen\",\n            \"type\": \"Oven\"\n        },\n        {\n            \"assetID\": \"16445\",\n            \"id\": \"Gl4Z3JQG3bnFsUzyoHaM\",\n            \"position\": \"Front of house, warmer\",\n            \"type\": \"Oven\"\n        }\n    ]\n}"},{"id":"543d8655-8ea4-4062-b730-1bd463ebd70f","name":"searchAsset (filterBy)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"search\":\"kitchen\",\r\n    \"filter_by\": \"type:= oven\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/searchAsset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"f7-PQbGu3Rf3A9RIFBcl2D8yYpwtgc\""},{"key":"function-execution-id","value":"3pf4bsccd0fp"},{"key":"vary","value":"Origin"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cloud-Trace-Context","value":"47049f19865e826ad555632346120386;o=1"},{"key":"Date","value":"Thu, 22 Dec 2022 19:28:39 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"247"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"search\": \"kitchen\",\n        \"query_by\": \"assetID,_unitID,amsid,type,position,label\",\n        \"filter_by\": \"type:= oven\"\n    },\n    \"data\": [\n        {\n            \"assetID\": \"80139\",\n            \"id\": \"uinAcKsuKRNQFNQob3BY\",\n            \"position\": \"Main oven in kitchen\",\n            \"type\": \"Oven\"\n        }\n    ]\n}"}],"_postman_id":"a3972fbc-4f59-4b48-ae48-b1628feb5809"},{"name":"getAsset","id":"9c0d5437-4c7f-47cd-b84f-a852b152743f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"assetid\":\"13054\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getAsset","description":"<p>Get information about an Asset stored in Trakk.</p>\n<p>In addition to the <code>org</code> and <code>apikey</code> the request should specify the assetID for the query the post body.</p>\n<ul>\n<li><code>assetid</code> or <code>asset</code>- ID of asset to query</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","getAsset"],"host":["australia-southeast1-trakkasset","cloudfunctions","net"],"query":[],"variable":[]}},"response":[{"id":"6df8548c-e8d6-45dd-9578-4a518a237a86","name":"getAsset","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"assetid\":\"80110\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getAsset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"12d-x+QHyxt3vkoJRURYCRDVAkoXQSk\""},{"key":"function-execution-id","value":"q0tof8kp7fsr"},{"key":"vary","value":"Origin"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cloud-Trace-Context","value":"5bc9adc9d9bd304099fa4978845f9694;o=1"},{"key":"Date","value":"Wed, 10 Aug 2022 00:21:21 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"301"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"asset\": \"80110\"\n    },\n    \"data\": [\n        {\n            \"_id\": \"3utkxwDEtuSQ2GAEM5R4\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"attributes\": {\n                \"subtype\": \"CENTRIFUGAL\",\n                \"power_kw\": \"2.4\",\n                \"type\": \"MECHANICAL-PUMP-CENTRIFUGAL\",\n                \"label\": \"PUMP 2\",\n                \"position\": \"Pump 2, middle\"\n            },\n            \"assetID\": \"80110\",\n            \"parent\": \"6003\"\n        }\n    ]\n}"}],"_postman_id":"9c0d5437-4c7f-47cd-b84f-a852b152743f"},{"name":"getImage","id":"e6c31fee-9e00-4085-aa7e-e7f154ec8148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"imageid\":\"iid_1g9tu0quu\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getImage","description":"<p>Get information about an Asset stored in Trakk.</p>\n<p>In addition to the <code>org</code> and <code>apikey</code> the request should specify the assetID for the query the post body.</p>\n<ul>\n<li><code>assetid</code> or <code>asset</code>- ID of asset to query</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","getImage"],"host":["australia-southeast1-trakkasset","cloudfunctions","net"],"query":[],"variable":[]}},"response":[{"id":"e3a7228f-bcf9-47cd-94cb-b75b78aee76a","name":"getImage (by ImageID)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"imageid\":\"iid_1g9tu0quu\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getImage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"1b8-ThSKCVrEASNsjC1FgkHM+yyhl3Y\""},{"key":"function-execution-id","value":"3pf4j43mxkii"},{"key":"vary","value":"Origin"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cloud-Trace-Context","value":"60fb2d1c76cc5fdac1449636e7edf313;o=1"},{"key":"Date","value":"Thu, 22 Dec 2022 19:32:09 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"440"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"imageid\": \"iid_1g9tu0quu\"\n    },\n    \"data\": [\n        {\n            \"id\": \"DlcyIJw7LwcygYlHBx6X\",\n            \"thumb\": true,\n            \"size\": [\n                3000,\n                4000\n            ],\n            \"src\": \"gs:/images/iid_1g9tu0quu\",\n            \"ts\": \"2022-08-08T05:15:11.594Z\",\n            \"roots\": [\n                null\n            ],\n            \"label\": null,\n            \"imageID\": \"iid_1g9tu0quu\",\n            \"assets\": [\n                \"16443\"\n            ],\n            \"imageName\": \"16599356837294306519542137956310.jpg\",\n            \"attributes\": {},\n            \"exif\": {\n                \"time\": \"2022:08:08 13:14:48\",\n                \"quality\": 0.75,\n                \"filesize\": 1254\n            },\n            \"type\": \"flat\",\n            \"hotSpots\": 0\n        }\n    ]\n}"},{"id":"dc151d1e-12e7-49bb-9abd-e8e7414a8252","name":"getImage (by AssetID)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"assetid\":\"14521\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getImage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"6fe-K4+mOkgu9dm7gFDXJRclPav/IiE\""},{"key":"function-execution-id","value":"ak9owc8ao9r7"},{"key":"vary","value":"Origin"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cloud-Trace-Context","value":"0a606b3a3972bcf4808374c428f6cf03;o=1"},{"key":"Date","value":"Thu, 22 Dec 2022 19:33:10 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"1790"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"assetid\": \"14521\"\n    },\n    \"data\": [\n        {\n            \"id\": \"4mx5uASCqErImeq8u5Bk\",\n            \"attributes\": {},\n            \"imageID\": \"iid_1gj051kd7\",\n            \"thumb\": true,\n            \"roots\": [\n                \"o9rBbSTK3iac2r8Qbsqd\"\n            ],\n            \"imageName\": \"IMG_20210629_163709.jpg\",\n            \"ts\": \"2022-11-28T22:17:22.269Z\",\n            \"label\": null,\n            \"type\": \"flat\",\n            \"src\": \"gs:/images/iid_1gj051kd7\",\n            \"size\": [\n                4000,\n                3000\n            ],\n            \"exif\": {\n                \"filesize\": 1834,\n                \"latitude\": -43.30164,\n                \"altitude\": 47.837,\n                \"quality\": 0.75,\n                \"longitude\": 172.569799,\n                \"time\": \"2021:06:29 16:37:10\"\n            },\n            \"assets\": [\n                \"14521\"\n            ],\n            \"hotSpots\": 0\n        },\n        {\n            \"id\": \"GI8emI7i13hFEgYHbHhB\",\n            \"roots\": [\n                \"o9rBbSTK3iac2r8Qbsqd\"\n            ],\n            \"size\": [\n                4000,\n                3000\n            ],\n            \"src\": \"gs:/images/iid_1gj059f6k\",\n            \"type\": \"flat\",\n            \"imageName\": \"IMG_20210629_153202.jpg\",\n            \"attributes\": {},\n            \"ts\": \"2022-11-28T22:21:52.925Z\",\n            \"thumb\": true,\n            \"imageID\": \"iid_1gj059f6k\",\n            \"label\": null,\n            \"assets\": [\n                \"14521\"\n            ],\n            \"exif\": {\n                \"quality\": 0.75,\n                \"time\": \"2021:06:29 15:32:03\",\n                \"longitude\": 172.572789,\n                \"altitude\": 54.959,\n                \"filesize\": 2783,\n                \"latitude\": -43.305869\n            },\n            \"hotSpots\": 0\n        },\n        {\n            \"id\": \"gojmL3vE06BVO7ymAFad\",\n            \"imageName\": \"IMG_20210629_163724.jpg\",\n            \"assets\": [\n                \"14521\"\n            ],\n            \"size\": [\n                4000,\n                3000\n            ],\n            \"roots\": [\n                \"o9rBbSTK3iac2r8Qbsqd\"\n            ],\n            \"label\": null,\n            \"ts\": \"2022-11-28T22:18:50.402Z\",\n            \"attributes\": {},\n            \"thumb\": true,\n            \"src\": \"gs:/images/iid_1gj0547ij\",\n            \"imageID\": \"iid_1gj0547ij\",\n            \"exif\": {\n                \"latitude\": -43.301518,\n                \"altitude\": 51.813,\n                \"filesize\": 3179,\n                \"time\": \"2021:06:29 16:37:24\",\n                \"quality\": 0.75,\n                \"longitude\": 172.569738\n            },\n            \"type\": \"flat\",\n            \"hotSpots\": 0\n        },\n        {\n            \"id\": \"h6rvYg3mdhmGofu9M1Y0\",\n            \"assets\": [\n                \"14521\"\n            ],\n            \"label\": null,\n            \"imageName\": \"IMG_20210629_163618.jpg\",\n            \"exif\": {\n                \"filesize\": 2810,\n                \"longitude\": 172.569824,\n                \"time\": \"2021:06:29 16:36:19\",\n                \"quality\": 0.75,\n                \"altitude\": 49.151,\n                \"latitude\": -43.3021\n            },\n            \"imageID\": \"iid_1gj04ut4b\",\n            \"size\": [\n                4000,\n                3000\n            ],\n            \"src\": \"gs:/images/iid_1gj04ut4b\",\n            \"roots\": [\n                \"o9rBbSTK3iac2r8Qbsqd\"\n            ],\n            \"thumb\": true,\n            \"type\": \"flat\",\n            \"ts\": \"2022-11-28T22:15:50.852Z\",\n            \"attributes\": {},\n            \"hotSpots\": 0\n        }\n    ]\n}"}],"_postman_id":"e6c31fee-9e00-4085-aa7e-e7f154ec8148"},{"name":"getReport","id":"ee56f35e-15d2-4690-9da8-e237fee0b37e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"asset\":\"11622\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getReport","urlObject":{"protocol":"https","path":["api","getReport"],"host":["australia-southeast1-trakkasset","cloudfunctions","net"],"query":[],"variable":[]}},"response":[{"id":"04cf1e5b-23b2-4c3a-8a3b-cb85f49eb490","name":"getReport (by report ID)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"reportid\":\"0EMbiQ5zr76V1WBPMDa8\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"13a-mkqoUUsapMscQIfgwviSldpNyO4\""},{"key":"function-execution-id","value":"a5fiqehe2cgg"},{"key":"vary","value":"Origin"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cloud-Trace-Context","value":"8abe1fbffe2990280b384303fa42301a;o=1"},{"key":"Date","value":"Tue, 14 Feb 2023 22:19:28 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"314"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"reportid\": \"0EMbiQ5zr76V1WBPMDa8\"\n    },\n    \"data\": [\n        {\n            \"id\": \"0EMbiQ5zr76V1WBPMDa8\",\n            \"assets\": [\n                \"88655\"\n            ],\n            \"ts\": \"2023-02-09T18:09:55.000Z\",\n            \"type\": \"condition\",\n            \"roots\": [\n                \"uSeaEwwXmy9mJRmwEmqL\"\n            ],\n            \"userID\": \"1WyJW8Q2SBXFDakGCSn6vMJpDkD2\",\n            \"attributes\": {\n                \"description\": \"Leaking valve\",\n                \"rating\": 4\n            }\n        }\n    ]\n}"},{"id":"a7fc5080-a6f0-48cf-8824-18737aa75dc3","name":"getReport (by asset ID)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"asset\":\"11622\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"267-+0LkWIDnv/5tMxaoGWPUqYT57X8\""},{"key":"Function-Execution-Id","value":"vl2d2a9n2b2k"},{"key":"X-Cloud-Trace-Context","value":"ddccc52e5c1989f3f03542682e02c4f1;o=1"},{"key":"Date","value":"Tue, 08 Aug 2023 20:18:40 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"615"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"assetid\": \"11622\"\n    },\n    \"data\": [\n        {\n            \"id\": \"sTtJBLWgJJSgRIDFdrvn\",\n            \"archived\": false,\n            \"assets\": [\n                \"11622\"\n            ],\n            \"attributes\": {\n                \"rating\": 4,\n                \"description\": \"Leaking from bottom\"\n            },\n            \"history\": [\n                {\n                    \"detail\": \"created | DESCRIPTION: Leaking from bottom | RATING: 4\",\n                    \"userID\": \"1WyJW8Q2SBXFDakGCSn6vMJpDkD2\",\n                    \"ts\": {\n                        \"seconds\": 1691525883,\n                        \"nanoseconds\": 866000000\n                    }\n                }\n            ],\n            \"type\": \"condition\",\n            \"userID\": \"1WyJW8Q2SBXFDakGCSn6vMJpDkD2\",\n            \"status\": {\n                \"userID\": \"1WyJW8Q2SBXFDakGCSn6vMJpDkD2\",\n                \"status\": \"pending\",\n                \"ts\": {\n                    \"seconds\": 1691525883,\n                    \"nanoseconds\": 866000000\n                }\n            },\n            \"ts\": \"2023-08-08T20:18:03.000Z\",\n            \"roots\": [\n                \"GniwJs11jrrBeVps2Qap\"\n            ]\n        }\n    ]\n}"},{"id":"d159a2a9-d38a-4791-bae4-43485c15c943","name":"getReport (by root)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"root\":\"uSeaEwwXmy9mJRmwEmqL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"4d6-FdM+hR6lAaWYA6xVz2KGC2HD2DA\""},{"key":"function-execution-id","value":"a5fimu0o8ak9"},{"key":"vary","value":"Origin"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cloud-Trace-Context","value":"5a4d48cfdad607d1af65e7099be41bda;o=1"},{"key":"Date","value":"Tue, 14 Feb 2023 22:25:22 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"1238"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n    },\n    \"data\": [\n        {\n            \"id\": \"0EMbiQ5zr76V1WBPMDa8\",\n            \"roots\": [\n                \"uSeaEwwXmy9mJRmwEmqL\"\n            ],\n            \"userID\": \"1WyJW8Q2SBXFDakGCSn6vMJpDkD2\",\n            \"assets\": [\n                \"88655\"\n            ],\n            \"ts\": \"2023-02-09T18:09:55.000Z\",\n            \"attributes\": {\n                \"description\": \"Leaking valve\",\n                \"rating\": 4\n            },\n            \"type\": \"condition\"\n        },\n        {\n            \"id\": \"5dP7D4Juzp8IlMbnW6BU\",\n            \"archived\": false,\n            \"assets\": [\n                \"88655\"\n            ],\n            \"attributes\": {\n                \"description\": null,\n                \"rating\": 2\n            },\n            \"ts\": \"2023-02-14T19:41:35.000Z\",\n            \"roots\": [\n                \"uSeaEwwXmy9mJRmwEmqL\"\n            ],\n            \"userID\": \"1WyJW8Q2SBXFDakGCSn6vMJpDkD2\",\n            \"type\": \"condition\"\n        },\n        {\n            \"id\": \"CaqeFVf93mxU1a7icugd\",\n            \"ts\": \"2023-02-09T08:47:22.000Z\",\n            \"type\": \"fault\",\n            \"assets\": [\n                \"6003\"\n            ],\n            \"attributes\": {\n                \"description\": null,\n                \"title\": \"Leaking joints\"\n            },\n            \"roots\": [\n                \"uSeaEwwXmy9mJRmwEmqL\"\n            ],\n            \"userID\": \"1WyJW8Q2SBXFDakGCSn6vMJpDkD2\"\n        },\n        {\n            \"id\": \"Ji5vNs6rcwizPbp6UoGG\",\n            \"ts\": \"2023-02-09T18:10:43.000Z\",\n            \"attributes\": {\n                \"description\": null,\n                \"title\": \"Major problem here\"\n            },\n            \"userID\": \"1WyJW8Q2SBXFDakGCSn6vMJpDkD2\",\n            \"roots\": [\n                \"uSeaEwwXmy9mJRmwEmqL\"\n            ],\n            \"assets\": [\n                \"88655\"\n            ],\n            \"type\": \"fault\"\n        },\n        {\n            \"id\": \"q3lbvfVFRxigVYOz9h4c\",\n            \"type\": \"condition\",\n            \"userID\": \"vkrOFjKbN6NocTsDv1vJsGqdLND2\",\n            \"attributes\": {\n                \"rating\": 1,\n                \"description\": null\n            },\n            \"roots\": [\n                \"uSeaEwwXmy9mJRmwEmqL\"\n            ],\n            \"ts\": \"2023-02-14T19:47:27.000Z\",\n            \"assets\": [\n                \"6003\"\n            ],\n            \"archived\": false\n        }\n    ]\n}"}],"_postman_id":"ee56f35e-15d2-4690-9da8-e237fee0b37e"},{"name":"getImageURL","id":"7bc8615c-2864-4859-88e4-b29ec122ec09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"image\":\"Prf0Sro3DAMIK3qbBmRA\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getImageURL","urlObject":{"protocol":"https","path":["api","getImageURL"],"host":["australia-southeast1-trakkasset","cloudfunctions","net"],"query":[],"variable":[]}},"response":[{"id":"a0f79685-f7e7-41c2-ac82-5cb9a45b83c9","name":"getImageURL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apikey\":\"fX0WJvyj0gGmQR8qa008\",\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"image\":\"iid_1g9tu0quu\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getImageURL"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"16e-17sHS4bMG1kKAKQpoETVT2nM1dY\""},{"key":"function-execution-id","value":"ak9oqc0jwf56"},{"key":"vary","value":"Origin"},{"key":"x-powered-by","value":"Express"},{"key":"X-Cloud-Trace-Context","value":"24a9efd7aaa4f172135d64bf20d7ee73;o=1"},{"key":"Date","value":"Thu, 22 Dec 2022 19:34:05 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"366"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"image\": \"iid_1g9tu0quu\"\n    },\n    \"data\": [\n        {\n            \"id\": \"DlcyIJw7LwcygYlHBx6X\",\n            \"imageID\": \"iid_1g9tu0quu\",\n            \"fileName\": \"16599356837294306519542137956310.jpg\",\n            \"ts\": \"2022-08-08T05:15:11.594Z\",\n            \"url\": \"https://firebasestorage.googleapis.com/v0/b/trakkasset.appspot.com/o/images%2Fiid_1g9tu0quu?alt=media&token=d7f902e6-8af3-45dd-9ba9-726eb76970f1\"\n        }\n    ]\n}"}],"_postman_id":"7bc8615c-2864-4859-88e4-b29ec122ec09"},{"name":"getTag","id":"f0c3d653-b087-4984-a405-c10b1f9fa1ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uid\":\"045844FA126F81\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getTag","description":"<p>Get information about an NFC tag registered in Trakk.</p>\n<p>POST body needs to contain <strong>one</strong> of the following identifiers:</p>\n<ul>\n<li><code>uid</code> - unique tag UID to query</li>\n<li><code>code</code> - unique QR code number</li>\n<li><code>asset</code> - AssetID / PointID (as displayed on tag)</li>\n</ul>\n<p>The API will return one or more tags registered in Trakk.</p>\n<p>Notes:</p>\n<ul>\n<li>If query is by <code>asset</code> then there may be multiple tags.</li>\n<li>A tag may be registered in more than one <code>org</code></li>\n<li>You may filter results by including the organisation ID (<code>org</code>) in the request body.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","getTag"],"host":["australia-southeast1-trakkasset","cloudfunctions","net"],"query":[],"variable":[]}},"response":[{"id":"43e6b3f9-5e4a-4106-8b7a-b184a38b6a44","name":"getTag (by AssetID)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"assetid\":\"31000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getTag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"aa-2i4z831BWQt6h+72hkoehFIKA0U\""},{"key":"Function-Execution-Id","value":"dxdo3qtfetha"},{"key":"X-Cloud-Trace-Context","value":"adfdbe80e0d5fff027ec58e45f91d539;o=1"},{"key":"Date","value":"Tue, 08 Aug 2023 19:44:16 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"170"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"assetid\": \"31000\"\n    },\n    \"data\": [\n        {\n            \"uid\": \"04674D12E27180\",\n            \"_org\": {\n                \"id\": \"D0iDHbmIjZ4HWBMGvEKp\",\n                \"name\": \"Development\"\n            },\n            \"assetID\": \"31000\"\n        }\n    ]\n}"},{"id":"06bb8d60-50d8-4a3d-b088-61a76160e6e7","name":"getTag (by UID)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"org\":\"D0iDHbmIjZ4HWBMGvEKp\",\r\n    \"uid\":\"04674D12E27180\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getTag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"af-K/OPxsJBN8aCzHGx8F8fuUS0hJw\""},{"key":"Function-Execution-Id","value":"dxdo62vkm90a"},{"key":"X-Cloud-Trace-Context","value":"83de71714ff305cb30a32f9ebec9518a;o=1"},{"key":"Date","value":"Tue, 08 Aug 2023 19:44:51 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"175"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"uid\": \"04674D12E27180\"\n    },\n    \"data\": [\n        {\n            \"uid\": \"04674D12E27180\",\n            \"_org\": {\n                \"id\": \"D0iDHbmIjZ4HWBMGvEKp\",\n                \"name\": \"Development\"\n            },\n            \"assetID\": \"31000\"\n        }\n    ]\n}"},{"id":"ca33ff30-84d4-4e85-8759-0066e8c5d561","name":"getTag (search)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"assetid\":\"31000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/getTag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"f0-nGXs/licUEJTjrrUfJ4iJ/KTGws\""},{"key":"Function-Execution-Id","value":"8k6w8vv056oz"},{"key":"X-Cloud-Trace-Context","value":"287a7986d2cc935049b9996cc7f6f8b9;o=1"},{"key":"Date","value":"Tue, 08 Aug 2023 18:49:26 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"240"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"assetid\": \"31000\"\n    },\n    \"data\": [\n        {\n            \"uid\": \"04674D12E27180\",\n            \"_org\": {\n                \"id\": \"zV9ihqAU1P4wb5ksDK2J\",\n                \"name\": \"Selwyn WW\"\n            },\n            \"assetID\": \"31000\"\n        },\n        {\n            \"uid\": \"04674D12E27180\",\n            \"_org\": {\n                \"id\": \"D0iDHbmIjZ4HWBMGvEKp\",\n                \"name\": \"Development\"\n            },\n            \"assetID\": \"31000\"\n        }\n    ]\n}"}],"_postman_id":"f0c3d653-b087-4984-a405-c10b1f9fa1ac"},{"name":"queryRecords","id":"bc7e7846-6430-4a2a-a7d5-733ae973377b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/queryRecords/assets?condition=false&csv=true","description":"<p>SQL style query of records stored in Trakk.</p>\n<p>Request should use header Authorization (refer to introduction)</p>\n<p>The <code>org</code> can be specified by Basic authentication method, or as part of query string. The<code>type</code> of record (<code>asset</code>, <code>image</code>, or <code>report</code>) is specified in the url path.</p>\n<p>Optional query data may be used to filter the records to return: ( <code>unit</code> ,<code>root</code>, <code>where</code>)</p>\n<p>Optional query flags (<code>flat</code>, <code>csv</code>, <code>geocsv</code>) specify the format of returned data.</p>\n<p>Optional query flags (<code>archive</code>, <code>condition</code>) specify additional data to include.</p>\n","urlObject":{"protocol":"https","path":["api","queryRecords","assets"],"host":["australia-southeast1-trakkasset","cloudfunctions","net"],"query":[{"disabled":true,"key":"org","value":"D0iDHbmIjZ4HWBMGvEKp"},{"disabled":true,"description":{"content":"<p>return only data associated with a specific unit</p>\n","type":"text/plain"},"key":"unit","value":""},{"disabled":true,"description":{"content":"<p>return only data associated with a specific root asset</p>\n","type":"text/plain"},"key":"root","value":"uSeaEwwXmy9mJRmwEmqL"},{"disabled":true,"description":{"content":"<p>SQL style filter expressed comma or space separated string. eg: \"parent,==,4434\", \"attributes.type == Site\"</p>\n","type":"text/plain"},"key":"where","value":"attributes.type == Site"},{"description":{"content":"<p>(true/false) - return the latest condition rating data as part of the asset dataset.</p>\n","type":"text/plain"},"key":"condition","value":"false"},{"disabled":true,"description":{"content":"<p>(true/false) - return archived records. Default is false</p>\n","type":"text/plain"},"key":"archive","value":"true"},{"description":{"content":"<p>(true/false) - will return compatible data in CSV format. Default is false.</p>\n","type":"text/plain"},"key":"csv","value":"true"},{"disabled":true,"description":{"content":"<p>(true/false) - will return \"flattened\" JSON data. Default is false.</p>\n","type":"text/plain"},"key":"flat","value":"true"},{"disabled":true,"description":{"content":"<p>(true/false) - return only key spatial data in CSV format. Default is false.</p>\n","type":"text/plain"},"key":"geocsv","value":"true"}],"variable":[]}},"response":[{"id":"e8210f4c-cd0e-48dc-b657-abbdf84c9f79","name":"queryRecords","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://australia-southeast1-trakkasset.cloudfunctions.net/api/queryRecords/assets?csv=true","protocol":"http","host":["australia-southeast1-trakkasset","cloudfunctions","net"],"path":["api","queryRecords","assets"],"query":[{"key":"csv","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Disposition","value":"attachment; filename=queryRecords_assets.csv"},{"key":"Content-Type","value":"text/csv; charset=utf-8"},{"key":"Function-Execution-Id","value":"130jzmu8djpg"},{"key":"X-Cloud-Trace-Context","value":"2c14c2c6aa502204052c3dac12cbdc4b;o=1"},{"key":"Date","value":"Sun, 08 Oct 2023 12:41:46 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"16819"}],"cookie":[],"responseTime":null,"body":"_id,_unit,_root,assetID,parent,images,_lat,_lon,type,casing,condition,diameter,dinner,label,location,nfctag,position,setting,size,valve_typ\r\n1ErzRZNh4NXalyb6CYVA,GDhXfoGZhpi2aCEwWfh3,1ErzRZNh4NXalyb6CYVA,38997,,,-43.77126018,172.2911105,,,,,,,,,,,,\r\n1SLbYH3sDgniA44XdKw6,GDhXfoGZhpi2aCEwWfh3,lhjPFocZmMmVhmprm2Dc,80119,80127,,,,VALVE-GATE,,,,,SAMPLE,,,\"Sample tap, rear shed\",,,\r\n1XQ5jFtLAM5QRA6eEGQu,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,15754,50045,,,,UV Reactor,,,,,,,04:e5:e1:fa:12:6f:80,,,,\r\n1c0qfGDLh6vtHDWKT9PP,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80114,6003,,,,VALVE-BALL,,,,,,,,Before space for future Pump 3,,,\r\n27aYaDvzXDHmixI8mU44,GDhXfoGZhpi2aCEwWfh3,27aYaDvzXDHmixI8mU44,38699,,,-43.61716106,172.3070344,,,,,,,,,,,,\r\n2DLlAvSYJAc4E30Y5eq7,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80107,6003,,,,VALVE-BALL,,,,,,,,After Pump 1,,,\r\n3utkxwDEtuSQ2GAEM5R4,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80110,6003,,,,MECHANICAL-PUMP-CENTRIFUGAL,,,,,PUMP 2,,,\"Pump 2, middle\",,,\r\n4ZGaLZQBe7YOCBL5tieS,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,15225,50045,,,,Site,,,,,,,04:c8:4b:fa:12:6f:80,,,,\r\n4etvVGmXEdRiCExzIso1,GDhXfoGZhpi2aCEwWfh3,lhjPFocZmMmVhmprm2Dc,80124,80127,,,,CONTROL-ANALYSER-FM,,,,,,,,,,,\r\n4wt8RQhGHmmwQlMH73tW,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,40004,6003,,,,VALVE,,,,,,,,,,,\r\n5T58vOJHkTUesciSD0NX,GDhXfoGZhpi2aCEwWfh3,5T58vOJHkTUesciSD0NX,39489,,,-42.94199103,171.5632122,,,,,,,,,,,,\r\n5sCxIQXgM0PmXmbTg3vT,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80116,6003,,,,VALVE-BALL,,,,,,,,After space for future Pump 3,,,\r\n6Sno6W7ejIWDbEHQhRch,GDhXfoGZhpi2aCEwWfh3,lhjPFocZmMmVhmprm2Dc,80120,80127,,,,VALVE-DIAPHRAGM,,,,,,,,\"Feed to Turbidity meter, outside shed\",,,\r\n6nJZo4Vk1qaMJib8TqLa,GDhXfoGZhpi2aCEwWfh3,6nJZo4Vk1qaMJib8TqLa,39335,,,-43.72077675,172.4383291,,,,,,,,,,,,\r\n71TurrCQcQp3gktdYJC9,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80122,6003,,,,VALVE-BALL,,,,,,,,\"Before Turbidity meter, inside shed\",,,\r\n8ajO9OhAikJhc9BxxrKx,GDhXfoGZhpi2aCEwWfh3,8ajO9OhAikJhc9BxxrKx,39247,,,-43.76366944,172.3044227,,,,,,,,,,,,\r\n8zL4kKqDFtMGE71SIsbF,GDhXfoGZhpi2aCEwWfh3,w7Rxj8choZ6IfttmXz9R,13054,40016,,,,VALVE,CIRN,,300,,,,,,,,GATE\r\n9zyRMlSXjrXpC2xYOzep,GDhXfoGZhpi2aCEwWfh3,lhjPFocZmMmVhmprm2Dc,80136,70008,,,,VALVE,,,,,,,,,,,\r\nAaxyEm5l5XibyvMmMXRD,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80106,6003,,,,CONTROL-ANALYSER-P,,,,,,,,Integrated to Pump 1,,,\r\nBFB8YkJiw76RGFgfFgby,GDhXfoGZhpi2aCEwWfh3,BFB8YkJiw76RGFgfFgby,39290,,,-43.71599559,172.4405901,,,,,,,,,,,,\r\nBJ4u8cn9dXxnG92BlgKz,GDhXfoGZhpi2aCEwWfh3,BJ4u8cn9dXxnG92BlgKz,38715,,,-43.61718173,172.3068942,,,,,,,,,,,,\r\nBQKng2irqrwuaj7K7QiM,GDhXfoGZhpi2aCEwWfh3,BQKng2irqrwuaj7K7QiM,12137,,,,,UV Reactor,,,,,,,04:32:53:fa:12:6f:81,,,,\r\nD5eCUP51cBSf640dZHzw,GDhXfoGZhpi2aCEwWfh3,D5eCUP51cBSf640dZHzw,38958,,,-43.75726788,172.300946,,,,,,,,,,,,\r\nDRacsPqmYjzVD6Tyt1J2,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80118,6003,,,,MECHANICAL-CYLINDER-PRESSURE VESSEL,,,,,,,,,,,\r\nDa2p41RfcIq1mBVibbMK,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,65542,6003,,,,VALVE,,,,,,,,,,,\r\nDcGwmWKp1SN4UwU1fxUF,GDhXfoGZhpi2aCEwWfh3,lhjPFocZmMmVhmprm2Dc,80085,80127,,,,STRUCTURE-WELL,,,,,,,,Large diameter well,,,\r\nDoR9QOBfbZVwTlI2a4re,GDhXfoGZhpi2aCEwWfh3,DoR9QOBfbZVwTlI2a4re,80131,,,,,,,,,,,,,,,true,\r\nE5JFpsg2DJgPGMRc6xzF,GDhXfoGZhpi2aCEwWfh3,E5JFpsg2DJgPGMRc6xzF,39339,,,-43.720449,172.4387209,,,,,,,,,,,,\r\nEA2JDUdmoP231nE6Vv5X,GDhXfoGZhpi2aCEwWfh3,EA2JDUdmoP231nE6Vv5X,11,,ad_1giu0m8fg,,,Site,,,,,,,,The ocean,,,\r\nEmwSBkyuHzFj2P5etAyi,GDhXfoGZhpi2aCEwWfh3,EmwSBkyuHzFj2P5etAyi,80132,,1f6ip761n,,,Site,,,,,,,,,,,\r\nEoQT5dlTqEsuWw56Wzhv,GDhXfoGZhpi2aCEwWfh3,EoQT5dlTqEsuWw56Wzhv,MI77jj2AhwlNwF67eYPt,,,,,Site,,,,,,,,,,,\r\nF4frNxQvBzyxH6p6EPkQ,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80090,6003,,,,,,,,,,,04:48:b0:fa:12:6f:81,,,,\r\nF8fBSyGoT5pKsCcVMphq,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,12846,50045,1e8q515d7,,,VALVE,,,,,,,04:a9:b2:fa:12:6f:80,,,,\r\nF8u9Uj8vUs3HFpJ1y9EE,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80117,6003,,,,VALVE-BALL,,,,,,,,Before (under) pressure vessel,,,\r\nG2kDKCmkgCFyXUznJGVS,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,21511,6003,,,,UV Reactor,,,,,,,,,,,\r\nG4XIDS0J49CJPqKMUx4G,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80091,6003,ad_1e8r2nmq9 ad_1e8r4nqbb,,,MECHANICAL-FILTER,,,,,,,,In shed,,,\r\nGl4Z3JQG3bnFsUzyoHaM,GDhXfoGZhpi2aCEwWfh3,o9rBbSTK3iac2r8Qbsqd,16445,80138,iid_1gj05008b,,,Oven,,,,,,,,\"Front of house, warmer\",,,\r\nGniwJs11jrrBeVps2Qap,GDhXfoGZhpi2aCEwWfh3,GniwJs11jrrBeVps2Qap,11537,,,,,Site,,,,,,,,Post filter UV,,,\r\nGzJV6WySYzvQedwdgaFO,GDhXfoGZhpi2aCEwWfh3,GzJV6WySYzvQedwdgaFO,38702,,,-43.61715875,172.3070167,,,,,,,,,,,,\r\nHRIR0E4TS0t05ua9U0Ma,GDhXfoGZhpi2aCEwWfh3,HRIR0E4TS0t05ua9U0Ma,39487,,,-42.94198874,171.5632476,,,,,,,,,,,,\r\nHlThJS6GwiyKzGFYVefu,GDhXfoGZhpi2aCEwWfh3,HlThJS6GwiyKzGFYVefu,38999,,,-43.77123994,172.2911285,,,,,,,,,,,,\r\nI7kKddSQlcVf1Iwm6q8C,GDhXfoGZhpi2aCEwWfh3,I7kKddSQlcVf1Iwm6q8C,38701,,,-43.61720496,172.3070519,,,,,,,,,,,,\r\nI7oOyfHu67Vrwmy0e43l,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,12580,6003,,,,VALVE,,,,,,,04:51:e9:fa:12:6f:80,,,,\r\nIFOlhmQvR3XLSz4XbhIp,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80115,6003,,,,VALVE-NON RETURN,,,,,,,,Before space for future Pump 3,,,\r\nILDBQr8QPTt5yhkW5plN,GDhXfoGZhpi2aCEwWfh3,,11244,1104,,,,VALVE,,,,,,,,,,,\r\nIfCOaI6hkJgmE2f29uqD,GDhXfoGZhpi2aCEwWfh3,IfCOaI6hkJgmE2f29uqD,38918,,,-43.74923217,172.329203,,,,,,,,,,,,\r\nIwnMeK44fEzqzgbmBElO,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,13052,35300,,,,VALVE,,,,,,,04:62:44:fa:12:6f:81,,,,\r\nJS3ewccEo7t06U39O4ni,GDhXfoGZhpi2aCEwWfh3,JS3ewccEo7t06U39O4ni,39117,,,-43.81564144,172.2592704,,,,,,,,,,,,\r\nKYzrzJSqBdZMMZY6ZvQW,GDhXfoGZhpi2aCEwWfh3,KYzrzJSqBdZMMZY6ZvQW,38834,,,-43.76309123,172.3065719,,,,,,,,,,,,\r\nKza1izEZj0yUQAo5JaXs,GDhXfoGZhpi2aCEwWfh3,Kza1izEZj0yUQAo5JaXs,38703,,,-43.6171411,172.3070732,,,,,,,,,,,,\r\nLGPQBUYv80RdctKFqQ4h,GDhXfoGZhpi2aCEwWfh3,lhjPFocZmMmVhmprm2Dc,80121,80127,,,,VALVE-PRESSURE REDUCING,,,,,,,,\"Feed to Turbidity meter, outside shed\",,,\r\nLXvbRuYYrDVq49l5GjkQ,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80096,6003,,,,MECHANICAL-UV REACTOR,,,,,,,04:48:b0:fa:12:6f:81,\"UV #2, Right hand side\",,,\r\nM8VSlL7S2p4m67HmJfOs,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,35300,50045,iid_1g3sn1r5m iid_1g3spal83,-43.2856521,\" 172.7089159\",VALVE,,,,,,,04:a9:b2:fa:12:6f:80,,,,\r\nNWDnbqPcVLBRiq1wovHE,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80105,6003,,,,CONTROL-DRIVE-VSD,,,,,,,,Integrated to Pump 1,,,\r\nOE4gnJemgUfPiNv7bkCB,GDhXfoGZhpi2aCEwWfh3,OE4gnJemgUfPiNv7bkCB,38836,,,-43.76306425,172.3065903,,,,,,,,,,,,\r\nOMdgiygn1PBmbFrprbqF,GDhXfoGZhpi2aCEwWfh3,OMdgiygn1PBmbFrprbqF,39421,,,-42.95039813,171.5673609,,,,,,,,,,,,\r\nOvpT348cllQFTWN4sSNz,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,40003,6003,,,,Site,,,,,,,,,,,\r\nP368c5SUHlBSMEdsygfX,GDhXfoGZhpi2aCEwWfh3,P368c5SUHlBSMEdsygfX,39337,,,-43.72061456,172.4385218,,,,,,,,,,,,\r\nPTBV1Cc6rEyFsrnH5bVR,GDhXfoGZhpi2aCEwWfh3,PTBV1Cc6rEyFsrnH5bVR,80128,,,,,,,,,,,,,,,,\r\nPYDvJty4XQaFvpVEq6Q7,GDhXfoGZhpi2aCEwWfh3,PYDvJty4XQaFvpVEq6Q7,15759,,,,,UV Reactor,,,,,,,04:12:de:1a:5f:70:81,,,,\r\nQy1JkbDN5AE7VKBvba8M,GDhXfoGZhpi2aCEwWfh3,Qy1JkbDN5AE7VKBvba8M,15755,,,,,UV Reactor,,,,,,,04:fd:de:1a:5f:70:80,,,,\r\nRCrL4dIm38sK1RAdq65R,GDhXfoGZhpi2aCEwWfh3,RCrL4dIm38sK1RAdq65R,39336,,,-43.72069363,172.4384289,,,,,,,,,,,,\r\nRHH6fH8KKQvHl7d6WfnH,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80108,6003,,,,VALVE-BALL,,,,,,,,Before Pump 2,,,\r\nRHs97sfMuHkH95SvJiSG,GDhXfoGZhpi2aCEwWfh3,RHs97sfMuHkH95SvJiSG,39422,,,-42.95036036,171.5673861,,,,,,,,,,,,\r\nRIq3RXguhxHPGMZazEgy,GDhXfoGZhpi2aCEwWfh3,RIq3RXguhxHPGMZazEgy,38616,,,-43.56382484,172.4691183,,,,,,,,,,,,\r\nRLejIrojj1GE0dXO7LMu,GDhXfoGZhpi2aCEwWfh3,EA2JDUdmoP231nE6Vv5X,88654,11,,,,UV Reactor,,,,,,,04:48:b0:fa:12:6f:81,,,,\r\nSDSQlxLuABWlQxie3uu1,GDhXfoGZhpi2aCEwWfh3,,80133,5009,,,,VALVE,,,,,,,,,,,\r\nU89KmMdsSnxmvWTIoW8i,GDhXfoGZhpi2aCEwWfh3,U89KmMdsSnxmvWTIoW8i,80137,,,,,UV Reactor,,,,,,,,,,,\r\nUEyDQixwRPo4ACOolJmk,GDhXfoGZhpi2aCEwWfh3,UEyDQixwRPo4ACOolJmk,38944,,,-43.75729808,172.3009184,,,,,,,,,,,,\r\nUHkfWMXn216GdTzm55dU,GDhXfoGZhpi2aCEwWfh3,UHkfWMXn216GdTzm55dU,38700,,,-43.61727249,172.3068726,,,,,,,,,,,,\r\nUokq3Y60JujPw6mPTd4b,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,15227,6003,,,,VALVE,,,,,,,04:0c:1d:fa:12:6f:81,,,,\r\nUsPPjpAh32O7kFaDngxo,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,1251,6003,,,,VALVE,,,,,,,04:02:e1:fa:12:6f:81,,,,\r\nVOBBiEjtuonChxOyDEYB,GDhXfoGZhpi2aCEwWfh3,VOBBiEjtuonChxOyDEYB,15756,,,,,UV Reactor,,,,,,,04:04:dd:1a:5f:70:81,,,,\r\nVcxGJPnho6jHMXOnFj1c,GDhXfoGZhpi2aCEwWfh3,VcxGJPnho6jHMXOnFj1c,15752,,,,,UV Reactor,,,,,,,04:ef:dd:1a:5f:70:80,,,,\r\nW5OJTTr8NbOoXNMidyqy,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,40001,6003,,,,UV Reactor,,,,,,,,,,,\r\nWhnVndccWPpvmHQFs1Qw,GDhXfoGZhpi2aCEwWfh3,WhnVndccWPpvmHQFs1Qw,38837,,,-43.76305254,172.3066013,,,,,,,,,,,,\r\nXOVW6Qb8QEZoLzPL3UhV,GDhXfoGZhpi2aCEwWfh3,XOVW6Qb8QEZoLzPL3UhV,39281,,,-43.71594239,172.4405416,,,,,,,,,,,,\r\nXrzBU0pqUOqpxZT88YHn,GDhXfoGZhpi2aCEwWfh3,XrzBU0pqUOqpxZT88YHn,13523,,,,,UV Reactor,,,,,,,,,,,\r\nYlG6DeggJOWl5N1izAVa,GDhXfoGZhpi2aCEwWfh3,YlG6DeggJOWl5N1izAVa,39091,,,-43.81562943,172.2592972,,,,,,,,,,,,\r\nYtFOCMSlgFYwgPIspSpn,GDhXfoGZhpi2aCEwWfh3,YtFOCMSlgFYwgPIspSpn,39031,,,-43.76749358,172.3008312,,,,,,,,,,,,\r\nZ4y1JlAre1yd3xICtzNt,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,40015,6003,,,,UV Reactor,,,,,,,,,,,\r\nZMYM5pm2O8oMgKc5xG9z,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80112,6003,,,,CONTROL-ANALYSER-P,,,,,,,04:7c:a9:fa:12:6f:80,Integrated to Pump 2,,,\r\nZMqzwMiscjs3V1boWW0W,GDhXfoGZhpi2aCEwWfh3,ZMqzwMiscjs3V1boWW0W,39340,,,-43.72036627,172.4388201,,,,,,,,,,,,\r\nZQd75x2G3LpE4naTyVWr,GDhXfoGZhpi2aCEwWfh3,lhjPFocZmMmVhmprm2Dc,80129,80085,,,,VALVE,,,,,,,,,,,\r\nZzRspo0wAM1XfYgaHUak,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,12578,6003,,,,VALVE,,,,,,,04:ad:4a:fa:12:6f:80,,,,\r\naVYmPXWznpfNNpKpj4gF,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80093,6003,1e4a4she3,,,VALVE-BALL,,,,,,,04:7c:a9:fa:12:6f:80,\"On top of filter, before pressure gauge\",,,\r\nalkaukMiBOoURGw02BxA,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,1250,6003,1e8q515d7,,,VALVE,,,,,,,04:7c:a9:fa:12:6f:80,,,,\r\nbNKDiuW3MfBv0QVwRjpQ,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80125,6003,,,,CONTROL-LOGIC-RTU,,,,,,,,,,,\r\nbpRSLpkwV9zZZodMTMvh,GDhXfoGZhpi2aCEwWfh3,bpRSLpkwV9zZZodMTMvh,38835,,,-43.76308294,172.3065589,,,,,,,,,,,,\r\nbzVMkpt2ElizDc62WAEX,GDhXfoGZhpi2aCEwWfh3,sF5yI1uSYik8YomTfyAw,40000,15751,,,,Site,,,,,,,,,,,\r\ncKiJQeKGpNRttFajMzZq,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,11100,50045,iid_1fmgilv07 ad_1giu0m8fg,,,Site,PVC,,,cheese,,,04:51:e9:fa:12:6f:80,,,,\r\ncgj1NFbJZSkgJoXaZB7v,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,1110,50045,1e33mt0ke ad_1giu0m8fg,,,UV Reactor,,,,,,,04:d6:07:ca:a8:64:84,\"UV #1, Left hand side\",,,\r\nckUtayeZGjp85WwFYzdi,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80100,6003,1e61qg710 1e8q59sb6,,,MECHANICAL-PUMP-DISPLACEMENT,,,,,,,,Hypochloride dosing pump,,,\r\neZlGNRlLL5ur7hLNCCFA,GDhXfoGZhpi2aCEwWfh3,eZlGNRlLL5ur7hLNCCFA,38714,,,-43.61716556,172.3069333,,,,,,,,,,,,\r\new7oa9IBlU6ZigwRrrnH,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,1120,35300,,,,UV Reactor,,,,,,,,,,,\r\nfYmLutdSKAWQfZTHd12o,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80113,6003,,,,VALVE-BALL,,,,,,,,After Pump 2,,,\r\ng1soU5NfJSy2WUcSsbpX,GDhXfoGZhpi2aCEwWfh3,g1soU5NfJSy2WUcSsbpX,15757,,,,,UV Reactor,,,,,,,04:09:dd:1a:5f:70:81,,,,\r\ngbif4LYQBVvLMmVkfcX9,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,13587,11100,,,,VALVE,,,,,,,04:a4:e3:fa:12:6f:80,,,,\r\ngfaRHiDDc4Qy8h308R8f,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80123,6003,,,,CONTROL-ANALYSER-TU,,,,,,,,,,,\r\nhjPmVrkBeD2WK6HyCdnL,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,15228,6003,,,,VALVE,,,,,,,04:66:4f:fa:12:6f:81,,,,\r\nhx7pzWkaH0pVVbLX7Bn0,GDhXfoGZhpi2aCEwWfh3,hx7pzWkaH0pVVbLX7Bn0,38664,,,-43.74791056,172.3286418,,,,,,,,,,,,\r\niazHGA5bbkMkbhLpPyPs,GDhXfoGZhpi2aCEwWfh3,w7Rxj8choZ6IfttmXz9R,13058,40016,iid_1h7er57th,,,VALVE,CIRN,,200,,,,04:3d:52:fa:12:6f:81,Release valve,,,BUTTERFLY\r\nicQiLOvWy6891SgX5KsO,GDhXfoGZhpi2aCEwWfh3,icQiLOvWy6891SgX5KsO,39338,,,-43.72053204,172.4386219,,,,,,,,,,,,\r\niodxmKN7TrD1HgMF4SHz,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,50045,6003,1e60ku2vb 1e631ce9k 1e632ap2p 1e632e1qn 1e6341j2k 1e634e4jg 1e634qtgp 1e634t54q 1e7k07ele iid_1g3sq6b1p,-43.38363921346314,172.65652630878657,Site,,,,,,,04:e5:e1:fa:12:6f:80,,,,\r\nj34GXPCbNiBJWkFvg3tK,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80104,6003,,,,MECHANICAL-PUMP-CENTRIFUGAL,,,,,PUMP 1,,,\"Pump 1, nearest back wall\",,,\r\njqGZa1ijD4GTRipWay0y,GDhXfoGZhpi2aCEwWfh3,jqGZa1ijD4GTRipWay0y,38713,,,-43.61714971,172.3069686,,,,,,,,,,,,\r\nl20exVPF3YzWqQkkdpuy,GDhXfoGZhpi2aCEwWfh3,l20exVPF3YzWqQkkdpuy,39485,,,-42.9420202,171.563217,,,,,,,,,,,,\r\nlFAm4GM1yyK7JopbFurD,GDhXfoGZhpi2aCEwWfh3,lFAm4GM1yyK7JopbFurD,38977,,,-43.76793858,172.288282,,,,,,,,,,,,\r\nlb2DEZL4aCxCWQjWEehY,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,11622,6003,1h8jaqhul,,,VALVE,,,,,,,04:48:b0:fa:12:6f:81,,,,\r\nlhjPFocZmMmVhmprm2Dc,GDhXfoGZhpi2aCEwWfh3,lhjPFocZmMmVhmprm2Dc,80127,,,-41.39281,173.220427,SITE-SOURCE,,,,,Hackett Creek Well,,,,,,\r\nlvrWMDWCwgqlcOa56Nos,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,7786,6003,,,,UV Reactor,,,,,,,,,,,\r\nmvD92el5uvkRdjtBPouY,GDhXfoGZhpi2aCEwWfh3,mvD92el5uvkRdjtBPouY,15758,,,,,UV Reactor,,,,,,,04:0e:dd:1a:5f:70:81,,,,\r\nnPMcQ2wKsolpCm1PDxal,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80126,6003,,,,CONTROL-RADIO,,,,,,,,,,,\r\nny93LoVchvNxzvfuV7AQ,GDhXfoGZhpi2aCEwWfh3,o9rBbSTK3iac2r8Qbsqd,14521,80138,iid_1gj04ut4b iid_1gj051kd7 iid_1gj0547ij iid_1gj059f6k,,,VALVE,,,,,,,04294dfa126f80,Under oven,,,\r\no9rBbSTK3iac2r8Qbsqd,GDhXfoGZhpi2aCEwWfh3,o9rBbSTK3iac2r8Qbsqd,80138,,,-41.2748576,173.2815362,Site,,,,,,,,,,,\r\noa26lS5gHcm5tO5dc8PX,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,40002,6003,,,,,,,,,,,,,,,\r\np2YZXKu2LkSIR1WIv0MN,GDhXfoGZhpi2aCEwWfh3,p2YZXKu2LkSIR1WIv0MN,15753,,,,,UV Reactor,,,,,,,04:f4:dd:1a:5f:70:80,,,,\r\nq7SD3SmeokLN1daLOQOG,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80111,6003,,,,CONTROL-DRIVE-VSD,,,,,,,,Integrated to Pump 2,,,\r\nq8pVB1KvLaiKxF2HIwfb,GDhXfoGZhpi2aCEwWfh3,q8pVB1KvLaiKxF2HIwfb,80130,,1f4dqiji0,,,VALVE,,,,,,,,Here,,true,\r\nrJhcbPWLasz3d8LHApjd,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80109,6003,,,,VALVE-NON RETURN,,,,,,,,Before Pump 2,,,\r\nrsXFq3bZBXOr8yyWvoe1,GDhXfoGZhpi2aCEwWfh3,rsXFq3bZBXOr8yyWvoe1,15603,,,,,UV Reactor,,,,,,,04:33:e3:1a:5f:70:81,,,,\r\nry66zOO6liGkzEd36ltg,GDhXfoGZhpi2aCEwWfh3,ry66zOO6liGkzEd36ltg,39283,,,-43.71596289,172.4405363,,,,,,,,,,,,\r\nsF5yI1uSYik8YomTfyAw,GDhXfoGZhpi2aCEwWfh3,sF5yI1uSYik8YomTfyAw,15751,,,,,UV Reactor,,,,,,,04:ea:dd:1a:5f:70:80,,,,\r\nsUmXl3ORPh9np90VNvpT,GDhXfoGZhpi2aCEwWfh3,sUmXl3ORPh9np90VNvpT,38652,,,-43.74854212,172.3270146,,,,,,,,,,,,\r\nsbaYh2EukcGIBdBV58GV,GDhXfoGZhpi2aCEwWfh3,w7Rxj8choZ6IfttmXz9R,13059,40016,,,,AIR VALVE,,,25,,,,,,,,AIR\r\ntAAcBZBvULf4EGLsu0Ca,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,555444,6003,,,,Oven,,,,,,,,Looking for a pie or t,,,\r\ntVSLfCLxjOGrla5mZ6Za,GDhXfoGZhpi2aCEwWfh3,lhjPFocZmMmVhmprm2Dc,70008,80127,1e33n6pi7 1e4a4she3,-43.3832887,\" 172.6572996\",INSTRUMENTS-ANALYSER-L,,,,,Plastic Tank,,,In reservoir,,,\r\ntgFAWohtvNHVTsAHc6hC,GDhXfoGZhpi2aCEwWfh3,tgFAWohtvNHVTsAHc6hC,38615,,,-43.56379649,172.4692009,,,,,,,,,,,,\r\nuSeaEwwXmy9mJRmwEmqL,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,6003,,1e61qg710 1h82mg4cp 1h82mirmb 1h82mqblq 1h82mr011 1h83ejucl 1h8efi7fq 1h8eftv7v 1h8efuk1j 1h8efvup3 1h8gtvb2k 1h8lp48rv,-43.382863341204995,172.6584534947949,Site,PVC,,,,Aniseed WTP,,,Somewhere over the rainbow near george's house,,true,\r\nuinAcKsuKRNQFNQob3BY,GDhXfoGZhpi2aCEwWfh3,o9rBbSTK3iac2r8Qbsqd,80139,80138,,,,Oven,,,,,,,,Main oven in kitchen,,,\r\nvqhn0rg9saCtspkCcYjg,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,88655,6003,,-43.3833108,\" 172.6572787\",VALVE-NON RETURN,,,,,,,04:7c:a9:fa:12:6f:80,Before Pump 1,,,\r\nvwKfY2bQWPk1p985B6UO,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80089,6003,1e33mt0ke,,,VALVE-GATE,,,,,,,04:7c:a9:fa:12:6f:80,\"In shed, before treatment pump\",,,\r\nw7Rxj8choZ6IfttmXz9R,GDhXfoGZhpi2aCEwWfh3,w7Rxj8choZ6IfttmXz9R,40016,,,,,Site,,,,,Adapt Demo,,,,,,\r\nwhRDl29YrI9CS6ht8r5D,GDhXfoGZhpi2aCEwWfh3,,80135,7766,,,,UV Reactor,,,,,,,,,,,\r\nwtvxM3rPL2UGGU1gH251,GDhXfoGZhpi2aCEwWfh3,wtvxM3rPL2UGGU1gH251,38711,,,-43.61706698,172.3070214,,,,,,,,,,,,\r\nx6KjYmzjamoulMgYWCEv,GDhXfoGZhpi2aCEwWfh3,x6KjYmzjamoulMgYWCEv,39144,,,-43.76034862,172.3053555,,,,,,,,,,,,\r\nxhmLXDJypsXySoPPBx2t,GDhXfoGZhpi2aCEwWfh3,,80134,5009,,,,UV Reactor,,,,,,,,,,,\r\ny0Dt7BWCzKfNUYmWEVoN,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,80092,6003,,,,INSTRUMENTS-ANALYSER-P,,,,,,,,Gauge on top of filter,,,\r\nyF0WAih1FFRHcjlo9DNU,GDhXfoGZhpi2aCEwWfh3,yF0WAih1FFRHcjlo9DNU,39316,,,-43.72085214,172.4382408,,,,,,,,,,,,\r\nyuDm3oAMZqeaKreJ6XKl,GDhXfoGZhpi2aCEwWfh3,GniwJs11jrrBeVps2Qap,88656,11537,,,,,,,,,,,,,,,\r\nzW4TpRHew5vJTQ4yJdRC,GDhXfoGZhpi2aCEwWfh3,lhjPFocZmMmVhmprm2Dc,80087,80127,,,,OTHER-RESERVOIR,,,,,Plastic Tank,,,\"26 kL, plastic tank\",,,"},{"id":"738ed47a-f5e7-4185-afec-5a9189dc88f3","name":"queryRecords (by root)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://australia-southeast1-trakkasset.cloudfunctions.net/api/queryRecords/assets?where=root,==,uSeaEwwXmy9mJRmwEmqL","protocol":"http","host":["australia-southeast1-trakkasset","cloudfunctions","net"],"path":["api","queryRecords","assets"],"query":[{"key":"where","value":"root,==,uSeaEwwXmy9mJRmwEmqL"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Disposition","value":"attachment; filename=queryRecords_assets.json"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Function-Execution-Id","value":"130jc93jdan5"},{"key":"X-Cloud-Trace-Context","value":"defb5cf9d3de7c066fe7b5ba5600774f;o=1"},{"key":"Date","value":"Sun, 08 Oct 2023 12:43:33 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"15403"}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"type\": \"assets\",\n        \"where\": [\n            \"root\",\n            \"==\",\n            \"uSeaEwwXmy9mJRmwEmqL\"\n        ]\n    },\n    \"data\": [\n        {\n            \"_id\": \"1XQ5jFtLAM5QRA6eEGQu\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"50045\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"UV Reactor\",\n                \"nfctag\": \"04:e5:e1:fa:12:6f:80\",\n                \"name\": \"eee\",\n                \"location\": null\n            },\n            \"images\": [],\n            \"assetID\": \"15754\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"1c0qfGDLh6vtHDWKT9PP\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80114\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"name\": \"Larry\",\n                \"dxf_handle\": \"15460\",\n                \"group\": \"VALVE\",\n                \"position\": \"Before space for future Pump 3\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"2DLlAvSYJAc4E30Y5eq7\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80107\",\n            \"images\": [],\n            \"attributes\": {\n                \"position\": \"After Pump 1\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"153CA\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"3utkxwDEtuSQ2GAEM5R4\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"attributes\": {\n                \"label\": \"PUMP 2\",\n                \"position\": \"Pump 2, middle\",\n                \"subtype\": \"CENTRIFUGAL\",\n                \"type\": \"MECHANICAL-PUMP-CENTRIFUGAL\",\n                \"power_kw\": \"2.4\"\n            },\n            \"assetID\": \"80110\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"4ZGaLZQBe7YOCBL5tieS\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"50045\",\n            \"assetID\": \"15225\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"Site\",\n                \"nfctag\": \"04:c8:4b:fa:12:6f:80\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"4wt8RQhGHmmwQlMH73tW\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"40004\",\n            \"attributes\": {\n                \"type\": \"VALVE\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"5sCxIQXgM0PmXmbTg3vT\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80116\",\n            \"attributes\": {\n                \"position\": \"After space for future Pump 3\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"15398\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"71TurrCQcQp3gktdYJC9\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80122\",\n            \"attributes\": {\n                \"position\": \"Before Turbidity meter, inside shed\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"15334\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"AaxyEm5l5XibyvMmMXRD\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80106\",\n            \"images\": [],\n            \"attributes\": {\n                \"position\": \"Integrated to Pump 1\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"subtype\": \"P\",\n                \"dxf_block\": \"CTRL-ANALYSER-B-OFF\",\n                \"dxf_handle\": \"15572\",\n                \"group\": \"CONTROL\",\n                \"type\": \"CONTROL-ANALYSER-P\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"DRacsPqmYjzVD6Tyt1J2\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80118\",\n            \"attributes\": {\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"subtype\": \"PRESSURE VESSEL\",\n                \"dxf_block\": \"MECH-PRESSURETANK-L\",\n                \"dxf_handle\": \"14D28\",\n                \"group\": \"MECHANICAL\",\n                \"type\": \"MECHANICAL-CYLINDER-PRESSURE VESSEL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"Da2p41RfcIq1mBVibbMK\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"65542\",\n            \"attributes\": {\n                \"type\": \"VALVE\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"F4frNxQvBzyxH6p6EPkQ\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80090\",\n            \"images\": [],\n            \"geometry\": {},\n            \"parent\": \"6003\",\n            \"attributes\": {\n                \"nfctag\": \"04:48:b0:fa:12:6f:81\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"F8fBSyGoT5pKsCcVMphq\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"50045\",\n            \"assetID\": \"12846\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"VALVE\",\n                \"nfctag\": \"04:a9:b2:fa:12:6f:80\"\n            },\n            \"images\": [\n                \"1e8q515d7\"\n            ],\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"F8u9Uj8vUs3HFpJ1y9EE\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80117\",\n            \"attributes\": {\n                \"position\": \"Before (under) pressure vessel\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"154FA\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"G2kDKCmkgCFyXUznJGVS\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"21511\",\n            \"attributes\": {\n                \"type\": \"UV Reactor\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"G4XIDS0J49CJPqKMUx4G\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80091\",\n            \"images\": [\n                \"ad_1e8r2nmq9\",\n                \"ad_1e8r4nqbb\"\n            ],\n            \"geometry\": {},\n            \"attributes\": {\n                \"position\": \"In shed\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"MECH-FILTER-L\",\n                \"dxf_handle\": \"14CD3\",\n                \"group\": \"MECHANICAL\",\n                \"type\": \"MECHANICAL-FILTER\"\n            },\n            \"parent\": \"6003\",\n            \"archived\": true,\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"I7oOyfHu67Vrwmy0e43l\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"12580\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"VALVE\",\n                \"location\": null,\n                \"nfctag\": \"04:51:e9:fa:12:6f:80\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"IFOlhmQvR3XLSz4XbhIp\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80115\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"position\": \"Before space for future Pump 3\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-NON RETURN\",\n                \"dxf_handle\": \"154C7\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-NON RETURN\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"IwnMeK44fEzqzgbmBElO\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"13052\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"VALVE\",\n                \"name\": \"Test\",\n                \"nfctag\": \"04:62:44:fa:12:6f:81\"\n            },\n            \"parent\": \"35300\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"LXvbRuYYrDVq49l5GjkQ\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80096\",\n            \"parent\": \"6003\",\n            \"attributes\": {\n                \"position\": \"UV #2, Right hand side\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"MECH-UV REACTOR\",\n                \"dxf_handle\": \"14CD9\",\n                \"group\": \"MECHANICAL\",\n                \"type\": \"MECHANICAL-UV REACTOR\",\n                \"nfctag\": \"04:48:b0:fa:12:6f:81\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"M8VSlL7S2p4m67HmJfOs\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"50045\",\n            \"geometry\": {\n                \"coordinates\": [\n                    \"-43.2856521\",\n                    \" 172.7089159\"\n                ],\n                \"type\": \"Point\"\n            },\n            \"attributes\": {\n                \"type\": \"VALVE\",\n                \"nfctag\": \"04:a9:b2:fa:12:6f:80\"\n            },\n            \"images\": [\n                \"iid_1g3sn1r5m\",\n                \"iid_1g3spal83\"\n            ],\n            \"assetID\": \"35300\",\n            \"h3Index\": \"86da94a17ffffff\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"NWDnbqPcVLBRiq1wovHE\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80105\",\n            \"attributes\": {\n                \"position\": \"Integrated to Pump 1\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"subtype\": \"VSD\",\n                \"dxf_block\": \"CTRL-DRIVE-R\",\n                \"dxf_handle\": \"1550D\",\n                \"group\": \"CONTROL\",\n                \"type\": \"CONTROL-DRIVE-VSD\"\n            },\n            \"geometry\": {},\n            \"parent\": \"6003\",\n            \"archived\": true,\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"OvpT348cllQFTWN4sSNz\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"40003\",\n            \"attributes\": {\n                \"type\": \"Site\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"RHH6fH8KKQvHl7d6WfnH\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80108\",\n            \"attributes\": {\n                \"position\": \"Before Pump 2\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"1542E\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"Uokq3Y60JujPw6mPTd4b\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"15227\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"VALVE\",\n                \"location\": null,\n                \"nfctag\": \"04:0c:1d:fa:12:6f:81\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"UsPPjpAh32O7kFaDngxo\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"VALVE\",\n                \"location\": null,\n                \"nfctag\": \"04:02:e1:fa:12:6f:81\"\n            },\n            \"assetID\": \"1251\",\n            \"archived\": true,\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"W5OJTTr8NbOoXNMidyqy\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"40001\",\n            \"attributes\": {\n                \"type\": \"UV Reactor\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"Z4y1JlAre1yd3xICtzNt\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"40015\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"UV Reactor\",\n                \"name\": \"UV1\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"ZMYM5pm2O8oMgKc5xG9z\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80112\",\n            \"parent\": \"6003\",\n            \"attributes\": {\n                \"position\": \"Integrated to Pump 2\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"subtype\": \"P\",\n                \"dxf_block\": \"CTRL-ANALYSER-B-OFF\",\n                \"dxf_handle\": \"15542\",\n                \"group\": \"CONTROL\",\n                \"type\": \"CONTROL-ANALYSER-P\",\n                \"nfctag\": \"04:7c:a9:fa:12:6f:80\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"ZzRspo0wAM1XfYgaHUak\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"12578\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"VALVE\",\n                \"location\": null,\n                \"nfctag\": \"04:ad:4a:fa:12:6f:80\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"aVYmPXWznpfNNpKpj4gF\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80093\",\n            \"images\": [\n                \"1e4a4she3\"\n            ],\n            \"parent\": \"6003\",\n            \"attributes\": {\n                \"position\": \"On top of filter, before pressure gauge\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"15267\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\",\n                \"nfctag\": \"04:7c:a9:fa:12:6f:80\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"alkaukMiBOoURGw02BxA\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"VALVE\",\n                \"location\": null,\n                \"nfctag\": \"04:7c:a9:fa:12:6f:80\"\n            },\n            \"assetID\": \"1250\",\n            \"images\": [\n                \"1e8q515d7\"\n            ],\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"bNKDiuW3MfBv0QVwRjpQ\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80125\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"subtype\": \"RTU\",\n                \"dxf_block\": \"CTRL-LOGIC\",\n                \"dxf_handle\": \"11448\",\n                \"group\": \"CONTROL\",\n                \"type\": \"CONTROL-LOGIC-RTU\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"cKiJQeKGpNRttFajMzZq\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"50045\",\n            \"assetID\": \"11100\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"Site\",\n                \"dinner\": \"cheese\",\n                \"casing\": \"PVC\",\n                \"name\": \"eee\",\n                \"nfctag\": \"04:51:e9:fa:12:6f:80\"\n            },\n            \"images\": [\n                \"iid_1fmgilv07\",\n                \"ad_1giu0m8fg\"\n            ],\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"cgj1NFbJZSkgJoXaZB7v\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"geometry\": {},\n            \"assetID\": \"1110\",\n            \"parent\": \"50045\",\n            \"images\": [\n                \"1e33mt0ke\",\n                \"ad_1giu0m8fg\"\n            ],\n            \"attributes\": {\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"MECH-UV REACTOR\",\n                \"image_count\": \"1\",\n                \"location\": null,\n                \"position\": \"UV #1, Left hand side\",\n                \"dxf_handle\": \"14D09\",\n                \"type\": \"UV Reactor\",\n                \"nfctag\": \"04:d6:07:ca:a8:64:84\",\n                \"image_list\": \"1e33mt0ke\",\n                \"group\": \"MECHANICAL\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"ckUtayeZGjp85WwFYzdi\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80100\",\n            \"geometry\": {},\n            \"telemetry\": {\n                \"airTemp\": 22,\n                \"kw\": 0,\n                \"flow\": 0,\n                \"temp\": 19,\n                \"humidity\": 49\n            },\n            \"images\": [\n                \"1e61qg710\",\n                \"1e8q59sb6\"\n            ],\n            \"attributes\": {\n                \"position\": \"Hypochloride dosing pump\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"subtype\": \"DISPLACEMENT\",\n                \"dxf_block\": \"MECH-PUMP-DISPLACEMENT-D\",\n                \"dxf_handle\": \"14639\",\n                \"group\": \"MECHANICAL\",\n                \"type\": \"MECHANICAL-PUMP-DISPLACEMENT\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"ew7oa9IBlU6ZigwRrrnH\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"geometry\": {},\n            \"assetID\": \"1120\",\n            \"parent\": \"35300\",\n            \"attributes\": {\n                \"type\": \"UV Reactor\",\n                \"location\": null,\n                \"image_count\": \"0\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"fYmLutdSKAWQfZTHd12o\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80113\",\n            \"attributes\": {\n                \"position\": \"After Pump 2\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"15366\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"gbif4LYQBVvLMmVkfcX9\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"11100\",\n            \"assetID\": \"13587\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"VALVE\",\n                \"nfctag\": \"04:a4:e3:fa:12:6f:80\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"gfaRHiDDc4Qy8h308R8f\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80123\",\n            \"images\": [],\n            \"attributes\": {\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"subtype\": \"TU\",\n                \"dxf_block\": \"CTRL-ANALYSER-B\",\n                \"dxf_handle\": \"15577\",\n                \"group\": \"CONTROL\",\n                \"type\": \"CONTROL-ANALYSER-TU\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"hjPmVrkBeD2WK6HyCdnL\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"15228\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"VALVE\",\n                \"location\": null,\n                \"nfctag\": \"04:66:4f:fa:12:6f:81\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"iodxmKN7TrD1HgMF4SHz\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"telemetry\": {\n                \"temp\": {\n                    \"value\": 19,\n                    \"ts\": \"2020-06-24T03:56:45.155188+00:00\"\n                },\n                \"humidity\": {\n                    \"value\": 43,\n                    \"ts\": \"2020-06-24T03:56:45.155188+00:00\"\n                }\n            },\n            \"assetID\": \"50045\",\n            \"parent\": \"6003\",\n            \"geometry\": {\n                \"coordinates\": [\n                    -43.38363921346314,\n                    172.65652630878657\n                ],\n                \"source\": \"map\",\n                \"type\": \"Point\"\n            },\n            \"attributes\": {\n                \"type\": \"Site\",\n                \"nfctag\": \"04:e5:e1:fa:12:6f:80\"\n            },\n            \"images\": [\n                \"1e60ku2vb\",\n                \"1e631ce9k\",\n                \"1e632ap2p\",\n                \"1e632e1qn\",\n                \"1e6341j2k\",\n                \"1e634e4jg\",\n                \"1e634qtgp\",\n                \"1e634t54q\",\n                \"1e7k07ele\",\n                \"iid_1g3sq6b1p\"\n            ],\n            \"h3Index\": \"86da94a07ffffff\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"j34GXPCbNiBJWkFvg3tK\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80104\",\n            \"attributes\": {\n                \"label\": \"PUMP 1\",\n                \"position\": \"Pump 1, nearest back wall\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"subtype\": \"CENTRIFUGAL\",\n                \"dxf_block\": \"MECH-PUMP-CENTRIFUGAL\",\n                \"dxf_handle\": \"13F40\",\n                \"group\": \"MECHANICAL\",\n                \"type\": \"MECHANICAL-PUMP-CENTRIFUGAL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"lb2DEZL4aCxCWQjWEehY\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"11622\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"VALVE\",\n                \"nfctag\": \"04:48:b0:fa:12:6f:81\",\n                \"location\": null\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\",\n            \"images\": [\n                \"1h8jaqhul\"\n            ]\n        },\n        {\n            \"_id\": \"lvrWMDWCwgqlcOa56Nos\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"7786\",\n            \"attributes\": {\n                \"type\": \"UV Reactor\",\n                \"name\": \"Charlie\",\n                \"location\": null\n            },\n            \"geometry\": {},\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"nPMcQ2wKsolpCm1PDxal\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80126\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"CTRL-RADIO\",\n                \"dxf_handle\": \"11444\",\n                \"group\": \"CONTROL\",\n                \"type\": \"CONTROL-RADIO\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"oa26lS5gHcm5tO5dc8PX\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"40002\",\n            \"attributes\": {\n                \"type\": null\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"q7SD3SmeokLN1daLOQOG\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80111\",\n            \"attributes\": {\n                \"position\": \"Integrated to Pump 2\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"subtype\": \"VSD\",\n                \"dxf_block\": \"CTRL-DRIVE-R\",\n                \"dxf_handle\": \"1553B\",\n                \"group\": \"CONTROL\",\n                \"type\": \"CONTROL-DRIVE-VSD\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"rJhcbPWLasz3d8LHApjd\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80109\",\n            \"attributes\": {\n                \"position\": \"Before Pump 2\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-NON RETURN\",\n                \"dxf_handle\": \"15497\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-NON RETURN\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"tAAcBZBvULf4EGLsu0Ca\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"parent\": \"6003\",\n            \"assetID\": \"555444\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"type\": \"Oven\",\n                \"name\": \"Pizza\",\n                \"position\": \"Looking for a pie or t\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"uSeaEwwXmy9mJRmwEmqL\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"6003\",\n            \"h3Index\": \"86da94a07ffffff\",\n            \"geometry\": {\n                \"coordinates\": [\n                    -43.382863341204995,\n                    172.6584534947949,\n                    null\n                ],\n                \"accuracy\": [\n                    null,\n                    null\n                ],\n                \"source\": \"map\",\n                \"type\": \"Point\"\n            },\n            \"parent\": null,\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\",\n            \"images\": [\n                \"1e61qg710\",\n                \"1h82mg4cp\",\n                \"1h82mirmb\",\n                \"1h82mqblq\",\n                \"1h82mr011\",\n                \"1h83ejucl\",\n                \"1h8efi7fq\",\n                \"1h8eftv7v\",\n                \"1h8efuk1j\",\n                \"1h8efvup3\",\n                \"1h8gtvb2k\",\n                \"1h8lp48rv\"\n            ],\n            \"attributes\": {\n                \"casing\": \"PVC\",\n                \"size\": true,\n                \"label\": \"Aniseed WTP\",\n                \"type\": \"Site\",\n                \"name\": \"Aniseed WTP\",\n                \"position\": \"Somewhere over the rainbow near george's house\"\n            }\n        },\n        {\n            \"_id\": \"vqhn0rg9saCtspkCcYjg\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"images\": [],\n            \"parent\": \"6003\",\n            \"geometry\": {\n                \"coordinates\": [\n                    \"-43.3833108\",\n                    \" 172.6572787\"\n                ],\n                \"type\": \"Point\"\n            },\n            \"assetID\": \"88655\",\n            \"attributes\": {\n                \"position\": \"Before Pump 1\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-NON RETURN\",\n                \"dxf_handle\": \"15467\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-NON RETURN\",\n                \"nfctag\": \"04:7c:a9:fa:12:6f:80\"\n            },\n            \"h3Index\": \"86da94a07ffffff\",\n            \"archived\": true,\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"vwKfY2bQWPk1p985B6UO\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80089\",\n            \"images\": [\n                \"1e33mt0ke\"\n            ],\n            \"geometry\": {},\n            \"parent\": \"6003\",\n            \"attributes\": {\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"type\": \"VALVE-GATE\",\n                \"dxf_block\": \"VALVES-GATE\",\n                \"dxf_handle\": \"15259\",\n                \"position\": \"In shed, before treatment pump\",\n                \"group\": \"VALVE\",\n                \"nfctag\": \"04:7c:a9:fa:12:6f:80\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"y0Dt7BWCzKfNUYmWEVoN\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80092\",\n            \"geometry\": {},\n            \"images\": [],\n            \"attributes\": {\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"type\": \"INSTRUMENTS-ANALYSER-P\",\n                \"nfcTag\": \"04:ee:24:fa:12:6f:80\",\n                \"subtype\": \"P\",\n                \"dxf_block\": \"CTRL-ANALYSER-R\",\n                \"dxf_handle\": \"11C43\",\n                \"position\": \"Gauge on top of filter\",\n                \"group\": \"INSTRUMENTS\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        }\n    ]\n}"},{"id":"9db39b96-b90e-4483-b009-cbde38144856","name":"queryRecords (by attribute)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://australia-southeast1-trakkasset.cloudfunctions.net/api/queryRecords/assets?where=attributes.type == VALVE-BALL","protocol":"http","host":["australia-southeast1-trakkasset","cloudfunctions","net"],"path":["api","queryRecords","assets"],"query":[{"key":"where","value":"attributes.type == VALVE-BALL"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Disposition","value":"attachment; filename=queryRecords_assets.json"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Function-Execution-Id","value":"130j7g2qz2ms"},{"key":"X-Cloud-Trace-Context","value":"90ced1ff5cd98a2e618202beb2194dfd;o=1"},{"key":"Date","value":"Sun, 08 Oct 2023 12:45:04 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"2497"}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"type\": \"assets\",\n        \"where\": [\n            \"attributes.type\",\n            \"==\",\n            \"VALVE-BALL\"\n        ]\n    },\n    \"data\": [\n        {\n            \"_id\": \"1c0qfGDLh6vtHDWKT9PP\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80114\",\n            \"geometry\": {},\n            \"attributes\": {\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"name\": \"Larry\",\n                \"dxf_handle\": \"15460\",\n                \"group\": \"VALVE\",\n                \"position\": \"Before space for future Pump 3\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"2DLlAvSYJAc4E30Y5eq7\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80107\",\n            \"images\": [],\n            \"attributes\": {\n                \"position\": \"After Pump 1\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"153CA\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"5sCxIQXgM0PmXmbTg3vT\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80116\",\n            \"attributes\": {\n                \"position\": \"After space for future Pump 3\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"15398\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"71TurrCQcQp3gktdYJC9\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80122\",\n            \"attributes\": {\n                \"position\": \"Before Turbidity meter, inside shed\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"15334\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"F8u9Uj8vUs3HFpJ1y9EE\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80117\",\n            \"attributes\": {\n                \"position\": \"Before (under) pressure vessel\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"154FA\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"RHH6fH8KKQvHl7d6WfnH\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80108\",\n            \"attributes\": {\n                \"position\": \"Before Pump 2\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"1542E\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"aVYmPXWznpfNNpKpj4gF\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80093\",\n            \"images\": [\n                \"1e4a4she3\"\n            ],\n            \"parent\": \"6003\",\n            \"attributes\": {\n                \"position\": \"On top of filter, before pressure gauge\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"15267\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\",\n                \"nfctag\": \"04:7c:a9:fa:12:6f:80\"\n            },\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        },\n        {\n            \"_id\": \"fYmLutdSKAWQfZTHd12o\",\n            \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n            \"assetID\": \"80113\",\n            \"attributes\": {\n                \"position\": \"After Pump 2\",\n                \"dxf_layer\": \"SYM-FUNC\",\n                \"dxf_block\": \"VALVES-BALL\",\n                \"dxf_handle\": \"15366\",\n                \"group\": \"VALVE\",\n                \"type\": \"VALVE-BALL\"\n            },\n            \"parent\": \"6003\",\n            \"root\": \"uSeaEwwXmy9mJRmwEmqL\"\n        }\n    ]\n}"}],"_postman_id":"bc7e7846-6430-4a2a-a7d5-733ae973377b"},{"name":"geocsv","id":"cda7f11f-0d12-4599-b6a4-26bca92138fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/geocsv?root=uSeaEwwXmy9mJRmwEmqL","description":"<p>Download data about spatially registered Assets.</p>\n<p>The API will generate a CSV file containing those assets which have spatial data.</p>\n<p>Spatial data will be returned in WKT format in the relevant fields as setup in your schema.</p>\n<hr />\n<p>Request should use header Authorization (refer to introduction)</p>\n<p>The following optional flags may be used to specify the scope of returned data</p>\n","urlObject":{"protocol":"https","path":["api","geocsv"],"host":["australia-southeast1-trakkasset","cloudfunctions","net"],"query":[{"disabled":true,"description":{"content":"<p>Limit records to a specific 'unit'</p>\n","type":"text/plain"},"key":"unit","value":""},{"description":{"content":"<p>Limit records to a specific 'root'</p>\n","type":"text/plain"},"key":"root","value":"uSeaEwwXmy9mJRmwEmqL"},{"disabled":true,"description":{"content":"<p>(true/false) - include archived assets</p>\n","type":"text/plain"},"key":"archive","value":"true"},{"disabled":true,"description":{"content":"<p>(true/false) - return the latest condition rating data as part of the asset dataset.</p>\n","type":"text/plain"},"key":"condition","value":"true"}],"variable":[]}},"response":[{"id":"d06233bc-4d5e-4f17-af45-2c87db71bcbc","name":"geocsv (by root)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/geocsv?root=uSeaEwwXmy9mJRmwEmqL","protocol":"https","host":["australia-southeast1-trakkasset","cloudfunctions","net"],"path":["api","geocsv"],"query":[{"key":"unit","value":"","description":"Limit records to a specific 'unit'","disabled":true},{"key":"root","value":"uSeaEwwXmy9mJRmwEmqL","description":"Limit records to a specific 'root'"},{"key":"archive","value":"true","description":"(true/false) - include archived assets","disabled":true},{"key":"condition","value":"true","description":"(true/false) - return the latest condition rating data as part of the asset dataset.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Disposition","value":"attachment; filename=queryRecords_assets.csv"},{"key":"Content-Type","value":"text/csv; charset=utf-8"},{"key":"Function-Execution-Id","value":"jlhitpkft088"},{"key":"X-Cloud-Trace-Context","value":"a4cbecd586288485c3795a4dc819bcac;o=1"},{"key":"Date","value":"Thu, 13 Jun 2024 23:57:22 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"887"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"_id,_unit,_root,_geoPoint,_geoLine,_geoPolyline,assetID,parent,type,url\r\nM8VSlL7S2p4m67HmJfOs,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,POINT (172.7089159 -43.2856521),,,35300,50045,VALVE,https://app.trakkassets.com/#/home/asset/35300\r\niodxmKN7TrD1HgMF4SHz,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,POINT (172.6534953631373 -43.385487698265806),,,50045,6003,Site,https://app.trakkassets.com/#/home/asset/50045\r\nuSeaEwwXmy9mJRmwEmqL,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,POINT (172.6580178023803 -43.38418311893144),,,6003,,Site,https://app.trakkassets.com/#/home/asset/6003\r\nvqhn0rg9saCtspkCcYjg,GDhXfoGZhpi2aCEwWfh3,uSeaEwwXmy9mJRmwEmqL,,\"LINESTRING (172.6583217478252 -43.38410194091844, 172.65847241322788 -43.38385346330408, 172.65886646120416 -43.38404719170105, 172.65872159062462 -43.38446833825434)\",,88655,6003,VALVE-NON RETURN,https://app.trakkassets.com/#/home/asset/88655"}],"_postman_id":"cda7f11f-0d12-4599-b6a4-26bca92138fa"},{"name":"geojson","id":"b89f5194-5c98-4146-a276-80af8ebb773d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/geojson?root=zXlVvmtslJnSJuILZgYU&geojson=true","description":"<p>Download data about spatially registered Assets.</p>\n<p>The API will generate and return data containing those assets which have spatial data.</p>\n<p>Selected data will be returned in GeoJSON format.</p>\n<hr />\n<p>Request should use header Authorization (refer to introduction)</p>\n<p>The following optional flags may be used to specify the scope of returned data</p>\n","urlObject":{"protocol":"https","path":["api","geojson"],"host":["australia-southeast1-trakkasset","cloudfunctions","net"],"query":[{"disabled":true,"description":{"content":"<p>Limit records to a specific 'unit'</p>\n","type":"text/plain"},"key":"unit","value":""},{"description":{"content":"<p>Limit records to a specific 'root'</p>\n","type":"text/plain"},"key":"root","value":"zXlVvmtslJnSJuILZgYU"},{"disabled":true,"description":{"content":"<p>(true/false) - include archived assets</p>\n","type":"text/plain"},"key":"archive","value":"true"},{"key":"geojson","value":"true"}],"variable":[]}},"response":[{"id":"f75aa5e1-d549-4772-88e2-a3d939c088e3","name":"geojson (by root)","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://australia-southeast1-trakkasset.cloudfunctions.net/api/geojson?root=uSeaEwwXmy9mJRmwEmqL","protocol":"https","host":["australia-southeast1-trakkasset","cloudfunctions","net"],"path":["api","geojson"],"query":[{"key":"unit","value":"","description":"Limit records to a specific 'unit'","disabled":true},{"key":"root","value":"uSeaEwwXmy9mJRmwEmqL","description":"Limit records to a specific 'root'"},{"key":"archive","value":"true","description":"(true/false) - include archived assets","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Content-Disposition","value":"attachment; filename=queryRecords_assets.json"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Function-Execution-Id","value":"jlhiic7n26xz"},{"key":"X-Cloud-Trace-Context","value":"121e0ae9ae9fc1381fbbccdf816d4dbe;o=1"},{"key":"Date","value":"Thu, 13 Jun 2024 23:55:58 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"1541"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"org\": \"D0iDHbmIjZ4HWBMGvEKp\",\n        \"unit\": false,\n        \"type\": \"assets\",\n        \"root\": \"uSeaEwwXmy9mJRmwEmqL\",\n        \"archive\": false\n    },\n    \"data\": {\n        \"type\": \"FeatureCollection\",\n        \"features\": [\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        172.7089159,\n                        -43.2856521\n                    ]\n                },\n                \"properties\": {\n                    \"_id\": \"M8VSlL7S2p4m67HmJfOs\",\n                    \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n                    \"_root\": \"uSeaEwwXmy9mJRmwEmqL\",\n                    \"assetID\": \"35300\",\n                    \"parent\": \"50045\",\n                    \"type\": \"VALVE\",\n                    \"url\": \"https://app.trakkassets.com/#/home/asset/35300\"\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        172.6534953631373,\n                        -43.385487698265806\n                    ]\n                },\n                \"properties\": {\n                    \"_id\": \"iodxmKN7TrD1HgMF4SHz\",\n                    \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n                    \"_root\": \"uSeaEwwXmy9mJRmwEmqL\",\n                    \"assetID\": \"50045\",\n                    \"parent\": \"6003\",\n                    \"type\": \"Site\",\n                    \"url\": \"https://app.trakkassets.com/#/home/asset/50045\"\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        172.6580178023803,\n                        -43.38418311893144\n                    ]\n                },\n                \"properties\": {\n                    \"_id\": \"uSeaEwwXmy9mJRmwEmqL\",\n                    \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n                    \"_root\": \"uSeaEwwXmy9mJRmwEmqL\",\n                    \"assetID\": \"6003\",\n                    \"parent\": null,\n                    \"type\": \"Site\",\n                    \"condition\": 2,\n                    \"url\": \"https://app.trakkassets.com/#/home/asset/6003\"\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"LineString\",\n                    \"coordinates\": [\n                        [\n                            172.6583217478252,\n                            -43.38410194091844\n                        ],\n                        [\n                            172.65847241322788,\n                            -43.38385346330408\n                        ],\n                        [\n                            172.65886646120416,\n                            -43.38404719170105\n                        ],\n                        [\n                            172.65872159062462,\n                            -43.38446833825434\n                        ]\n                    ]\n                },\n                \"properties\": {\n                    \"_id\": \"vqhn0rg9saCtspkCcYjg\",\n                    \"_unit\": \"GDhXfoGZhpi2aCEwWfh3\",\n                    \"_root\": \"uSeaEwwXmy9mJRmwEmqL\",\n                    \"assetID\": \"88655\",\n                    \"parent\": \"6003\",\n                    \"type\": \"VALVE-NON RETURN\",\n                    \"url\": \"https://app.trakkassets.com/#/home/asset/88655\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"b89f5194-5c98-4146-a276-80af8ebb773d"}],"event":[{"listen":"prerequest","script":{"id":"ad0d452e-8286-4673-9484-dbc1c51a3725","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"6c1a5819-32d3-4de4-b429-994d25ceeab2","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"TeamApiKey","value":""},{"key":"TeamID","value":""}]}