{"info":{"_postman_id":"a712e1c5-279d-a771-5041-12e522f3a1af","name":"Partner API","description":"<html><head></head><body><h1 id=\"edocuments-partner-api\">Edocuments Partner API</h1>\n<p>The Auth API is shared for all users, any logins/token checks go through the same endpoints (first two requests in this collection)</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Edocuments Partner API","slug":"edocuments-partner-api"}],"owner":"699423","collectionId":"a712e1c5-279d-a771-5041-12e522f3a1af","publishedId":"RVfqksWX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"2277CC"},"publishDate":"2022-07-14T08:49:25.000Z"},"item":[{"name":"Authentication","item":[{"name":"Auth/Login","event":[{"listen":"test","script":{"id":"4b05df49-a5b6-4036-b220-bdf81079aa5f","exec":["var data = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"authToken\", data.Result.auth.token);"],"type":"text/javascript","packages":{}}}],"id":"b50b87d0-e1dc-e59f-8bbf-6d8fbd4f96cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\""}],"body":{"mode":"raw","raw":"{\"username\":\"youremail@yourdomain\",\"password\":\"yourpassword\"}"},"url":"https://edocsapi.azurewebsites.net/Auth/api/Login","description":"<p>Takes a passport account's username and password, returning an auth token and when it expires (UTC)</p>\n","urlObject":{"protocol":"https","path":["Auth","api","Login"],"host":["edocsapi","azurewebsites","net"],"query":[],"variable":[]}},"response":[{"id":"5742a254-e096-5ce0-ec07-a180a3da1f27","name":"Auth/Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\""}],"body":{"mode":"raw","raw":"{\"username\":\"user@company.com\",\"password\":\"My.Password\"}"},"url":"https://edocsapi.azurewebsites.net/Auth/api/Login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"440","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 05 Feb 2018 11:52:13 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"Set-Cookie","value":"ARRAffinity=dfce6bdd0ed0af29b293286381c90ffb9f2ea621a1d0aaab9150778194f5b42b;Path=/;HttpOnly;Domain=edocsapi.azurewebsites.net","name":"Set-Cookie","description":""},{"key":"Set-Cookie","value":"ARRAffinity=557a497e8aadd0faf746a6106217e11075c083900d57e3059c16ec10a754cf2d;Path=/;HttpOnly;Domain=edocsapi.azurewebsites.net","name":"Set-Cookie","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"edocsapi.azurewebsites.net","path":"/","secure":false,"value":"557a497e8aadd0faf746a6106217e11075c083900d57e3059c16ec10a754cf2d","key":"ARRAffinity"},{"expires":"Tue Mar 27 2018 22:15:55 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"edocsapi.azurewebsites.net","path":"/","secure":false,"value":"2oSxT-2AOB0Zqug8JeXoPT-5nRwL8OVrH2KLH6JJtFgUKoOiSqba_de1wS46uKUQE8vnZlCS_3J0ZYbAHizk4Mh3KxwBgZdJVguEmJptdXU2G5gZE0YsDO-3TRki_3d3wA1Jrm29u05eneEQUUYY3A2","key":".ASPXANONYMOUS"}],"responseTime":"453","body":"{\n    \"Pages\": 1,\n    \"Page\": 1,\n    \"Rows\": 1,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 1,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"auth\": {\n            \"expiry\": \"2018-02-06T11:52:14.1648792Z\",\n            \"token\": \"C5Mes0clRTWvFgiIl2Dk/E6U04ShjgLZgIjsoZM7/b4i9HYQykIApYN20ZRunFqVTctEhr/B/yOQHbUL9v8uRxldJ42eQEskcizW3pxWWVFcI6juG/mRte+RxKeizMZzh/TZ056KR1IuBXvQcnd2+zC1Or9zTVTkfAaJIp/z4tw=\"\n        }\n    }\n}"}],"_postman_id":"b50b87d0-e1dc-e59f-8bbf-6d8fbd4f96cc"},{"name":"Auth/Test","id":"16269182-3365-8620-9a77-bc02e9d363f7","request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"body":{"mode":"raw","raw":""},"url":"https://edocsapi.azurewebsites.net/Auth/api/Test","description":"<p>Tests the auth token (password) in the Authorization header, returning whether it's valid or not and when it expires (UTC)</p>\n","urlObject":{"protocol":"https","path":["Auth","api","Test"],"host":["edocsapi","azurewebsites","net"],"query":[],"variable":[]}},"response":[{"id":"117c1f7b-1303-7d04-b017-b145fdde5528","name":"Auth/Test","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"body":{"mode":"raw","raw":""},"url":"https://edocsapi.azurewebsites.net/Auth/api/Test"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"257","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 05 Feb 2018 11:44:00 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"Set-Cookie","value":"ARRAffinity=dfce6bdd0ed0af29b293286381c90ffb9f2ea621a1d0aaab9150778194f5b42b;Path=/;HttpOnly;Domain=edocsapi.azurewebsites.net","name":"Set-Cookie","description":""},{"key":"Set-Cookie","value":"ARRAffinity=557a497e8aadd0faf746a6106217e11075c083900d57e3059c16ec10a754cf2d;Path=/;HttpOnly;Domain=edocsapi.azurewebsites.net","name":"Set-Cookie","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"edocsapi.azurewebsites.net","path":"/","secure":false,"value":"557a497e8aadd0faf746a6106217e11075c083900d57e3059c16ec10a754cf2d","key":"ARRAffinity"},{"expires":"Tue Mar 27 2018 22:15:55 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"edocsapi.azurewebsites.net","path":"/","secure":false,"value":"2oSxT-2AOB0Zqug8JeXoPT-5nRwL8OVrH2KLH6JJtFgUKoOiSqba_de1wS46uKUQE8vnZlCS_3J0ZYbAHizk4Mh3KxwBgZdJVguEmJptdXU2G5gZE0YsDO-3TRki_3d3wA1Jrm29u05eneEQUUYY3A2","key":".ASPXANONYMOUS"}],"responseTime":"228","body":"{\"Pages\":0,\"Page\":null,\"Rows\":null,\"OrderBy\":null,\"Desc\":false,\"TotalRows\":1,\"HasError\":false,\"Error\":null,\"Result\":{\"auth\":{\"expiry\":\"2018-02-06T11:30:06.8816358Z\",\"valid\":true}}}"}],"_postman_id":"16269182-3365-8620-9a77-bc02e9d363f7"}],"id":"22e764fa-9d73-404e-8c50-de8d17322969","_postman_id":"22e764fa-9d73-404e-8c50-de8d17322969","description":""},{"name":"EDocs Platform","item":[{"name":"Portfolio","item":[{"name":"Portfolio/ByUserId","id":"d13e6be2-3ead-363f-eaa4-222ca6fcb928","request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/Core6/api/Portfolio/ByUserId","description":"<p>Gets a list of the authorised user's sites, projects and documents</p>\n","urlObject":{"path":["Core6","api","Portfolio","ByUserId"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cd345874-30c8-b1d3-b719-4e1d5c63ac74","name":"Portfolio/ByUserId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\""}],"url":"{{url}}/api/Portfolio/ByUserId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"22819","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 05 Feb 2018 11:58:35 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Request-Context","value":"appId=cid-v1:77108bdf-a4f5-4f91-afaa-ddabc1087f0d","name":"Request-Context","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"Set-Cookie","value":"ARRAffinity=557a497e8aadd0faf746a6106217e11075c083900d57e3059c16ec10a754cf2d;Path=/;HttpOnly;Domain=edocsapi.azurewebsites.net","name":"Set-Cookie","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"edocsapi.azurewebsites.net","path":"/","secure":false,"value":"557a497e8aadd0faf746a6106217e11075c083900d57e3059c16ec10a754cf2d","key":"ARRAffinity"},{"expires":"Tue Mar 27 2018 22:15:55 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"edocsapi.azurewebsites.net","path":"/","secure":false,"value":"2oSxT-2AOB0Zqug8JeXoPT-5nRwL8OVrH2KLH6JJtFgUKoOiSqba_de1wS46uKUQE8vnZlCS_3J0ZYbAHizk4Mh3KxwBgZdJVguEmJptdXU2G5gZE0YsDO-3TRki_3d3wA1Jrm29u05eneEQUUYY3A2","key":".ASPXANONYMOUS"}],"responseTime":"367","body":"{\r\n    \"Pages\": 0,\r\n    \"Page\": null,\r\n    \"Rows\": null,\r\n    \"OrderBy\": null,\r\n    \"Desc\": false,\r\n    \"TotalRows\": 17,\r\n    \"HasError\": false,\r\n    \"Error\": null,\r\n    \"Result\": {\r\n        \"sites\": [\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"name\": \"Demonstration Building\",\r\n                \"lat\": 51.728526,\r\n                \"postcode\": \"CM1 2QE\",\r\n                \"address\": \"Edocuments Ltd ,,,chelmsford,Esssex,UK\",\r\n                \"lng\": 0.457072,\r\n                \"projects\": [\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"\",\r\n                        \"clientRef\": \"\",\r\n                        \"name\": \"360 Pano Examples test\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Boat Example\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-22T08:56:54.69Z\",\r\n                                \"APITags\": [\r\n                                    \"abc\",\r\n                                    \"one\",\r\n                                    \"two\"\r\n                                ]\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-06-22T08:56:54.69Z\",\r\n                        \"dateClosed\": \"2018-07-17T12:15:34.443Z\",\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": \"2014-06-30T00:00:00Z\",\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"654645\",\r\n                        \"clientRef\": \"6\",\r\n                        \"name\": \"BUILDING B280 BUILDING MANUAL - BABRAHAM RESEARCH CAMPUS\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"01 Health & Safety\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 368,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 46,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.3333333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"02 Building Log Book\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 824,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 103,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.37Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03A Building\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.20,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 2,\r\n                                \"totalProcessSteps\": 984,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 123,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.36Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03B Mechanical\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.16,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 8,\r\n                                \"totalProcessSteps\": 4904,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 613,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.3633333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03C Electical\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 2200,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 275,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.3966667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03D Fire Safety Manual\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 8,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 1,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.4133333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03E System Operational Interfaces\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 8,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 1,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.42Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03F Asset Registers\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 8,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 1,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.4366667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"BREEAM Guide\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 8,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 1,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.4566667Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.1073883161512027491408934700,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-05-12T14:06:48.79Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": \"2014-12-25T00:00:00Z\",\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"\",\r\n                        \"clientRef\": \" \",\r\n                        \"name\": \"COBie 2015 V1.4 Test Site\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Dan \\\\ Test.\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 7.06,\r\n                                \"contentCompletion\": 10.59,\r\n                                \"completedProcessSteps\": 18,\r\n                                \"totalProcessSteps\": 255,\r\n                                \"completedContentSteps\": 18,\r\n                                \"totalContentSteps\": 170,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-22T08:56:58.7766667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Dan Test\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 404,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 101,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.4933333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Import Test\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 24,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 6,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.5Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Matt test\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 9.36,\r\n                                \"contentCompletion\": 16.13,\r\n                                \"completedProcessSteps\": 29,\r\n                                \"totalProcessSteps\": 310,\r\n                                \"completedContentSteps\": 25,\r\n                                \"totalContentSteps\": 155,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.52Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Mike Test\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 52,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 26,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-22T08:57:01.3Z\",\r\n                                \"APITags\": [\r\n                                    \"Apples\",\r\n                                    \"Cheese\",\r\n                                    \"Sweets\"\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Summary Schedules Test\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 182,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 52,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.5433333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 3.8304808475957620211898940500,\r\n                        \"contentCompletion\": 8.431372549019607843137254900,\r\n                        \"dateLastAccessed\": \"2021-06-22T08:57:01.3Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": \"2019-02-18T00:00:00Z\",\r\n                        \"APITags\": [\r\n                            \"Trees\",\r\n                            \"Grass\",\r\n                            \"Sky\",\r\n                            \"Sun\"\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"\",\r\n                        \"clientRef\": \"\",\r\n                        \"name\": \"COBie test\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Base Document\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 28,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 7,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.56Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Mike Test 2\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-16T09:19:32.7733333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-06-16T09:19:32.7733333Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": \"2013-07-29T00:00:00Z\",\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"Create Testing\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Test One E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 960,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 120,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.58Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-03-29T09:02:11.56Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"Data layer Test\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Base Document\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 16,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 2,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.6Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Test\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 1928,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 482,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.6266667Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-05-25T11:34:41.03Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"54321\",\r\n                        \"clientRef\": \"8754\",\r\n                        \"name\": \"Dexio Test J\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Building Log Book\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.6266667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Electrical\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 1.74,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 9,\r\n                                \"totalProcessSteps\": 516,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 129,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.6366667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Mechanical\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 388,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 97,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.6466667Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.9955752212389380530973451300,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-03-25T11:29:28.8766667Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": \"2019-10-31T00:00:00Z\",\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"\",\r\n                        \"clientRef\": \"\",\r\n                        \"name\": \"Elements\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Elements View\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.66Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": null,\r\n                        \"dateClosed\": \"2018-07-17T12:15:34.443Z\",\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": \"2012-07-10T00:00:00Z\",\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"0\",\r\n                        \"clientRef\": \"0\",\r\n                        \"name\": \"FDL test\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Base Document\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.68Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-04-01T14:04:33.0266667Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": \"2018-02-16T00:00:00Z\",\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"From win 8\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03C Electrical\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 976,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 122,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.7033333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2020-10-05T18:25:02.8666667Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"LIT AUTO\",\r\n                        \"clientRef\": \"LIT AUTO\",\r\n                        \"name\": \"Literature AutoIndex Test\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Test Document New Lit Index\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 72,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 18,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.71Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-03-29T12:42:57.1766667Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"M1\",\r\n                        \"clientRef\": \"M1\",\r\n                        \"name\": \"Matt\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Summ sched testing\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 12.50,\r\n                                \"contentCompletion\": 25.00,\r\n                                \"completedProcessSteps\": 4,\r\n                                \"totalProcessSteps\": 32,\r\n                                \"completedContentSteps\": 4,\r\n                                \"totalContentSteps\": 16,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.7366667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"testin\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.72Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 12.500,\r\n                        \"contentCompletion\": 25.00,\r\n                        \"dateLastAccessed\": \"2021-03-25T10:33:11.12Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": \"2021-09-15T00:00:00Z\",\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"123456\",\r\n                        \"clientRef\": \"\",\r\n                        \"name\": \"Mb5 Import 1\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"delete\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.76Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": null,\r\n                        \"dateClosed\": \"2018-07-17T12:15:34.443Z\",\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"MB5 Import Test 2\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5794_BFF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.7733333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": null,\r\n                        \"dateClosed\": \"2018-07-17T12:15:34.443Z\",\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"MB5 Import test 3\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5794_BFF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.78Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": null,\r\n                        \"dateClosed\": \"2018-07-17T12:15:34.443Z\",\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"MB5 Import test 4\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5794_BFF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.78Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_BFF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.84Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_BFF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.8033333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_BFF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.8266667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_BFF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.85Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_BFF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.8366667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_BFF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.8566667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.8866667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.9Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.95Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.9133333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.8933333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.9833333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.96Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.94Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.88Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.97Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.93Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"5834_E working\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:23.9933333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-05-12T14:35:19.9733333Z\",\r\n                        \"dateClosed\": \"2018-07-17T12:15:34.443Z\",\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"My New Projects\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Base Document\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.0033333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": null,\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"\",\r\n                        \"clientRef\": \"\",\r\n                        \"name\": \"New Project 3 17042015\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"01 Health & Safety File\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 172,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 43,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.0266667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"01 Health & Safety File\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 172,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 43,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.0133333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"02 BUG & Building Log Book\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 388,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 97,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.0366667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"02 BUG & Building Log Book\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 388,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 97,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.0533333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03 O&M Manuals \",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 2496,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 832,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.0733333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03 O&M Manuals \",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 3328,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 832,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.06Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03B Mechanical\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 960,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 240,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.0833333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03B Mechanical\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 960,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 240,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.08Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"03C Electrical\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 1100,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 275,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.1066667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"04 BREEAM Guide\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 260,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 65,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.13Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"04 BREEAM Guide\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 260,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 65,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.1133333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"BREEAM Guide\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 260,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 65,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.15Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"BUG & Building Log Book\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 388,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 97,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.1766667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"BUG & Building Log Book\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 388,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 97,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.15Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Building Log Book\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 328,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 82,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.17Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Mechanical\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 688,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 172,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.1866667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"O&M Manuals \",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 3328,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 832,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.2033333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-05-18T08:01:18.95Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"New User Create\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 976,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 122,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.2333333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": null,\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"New User Createagain\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 96,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 12,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.2266667Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-03-29T09:00:28.8366667Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"Project 21 Waterhouse\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Mechanical O&M\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.23Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-03-25T14:36:06.64Z\",\r\n                        \"dateClosed\": \"2018-07-17T12:15:34.443Z\",\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"\",\r\n                        \"clientRef\": \"\",\r\n                        \"name\": \"Project 21Waterhouse\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"4668_BFF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 76,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 19,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.24Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"4668_BLB\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 408,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 102,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.2633333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"4668_BRM\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 124,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 31,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.3066667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"4668_E\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 50.71,\r\n                                \"contentCompletion\": 5.47,\r\n                                \"completedProcessSteps\": 927,\r\n                                \"totalProcessSteps\": 1828,\r\n                                \"completedContentSteps\": 25,\r\n                                \"totalContentSteps\": 457,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.3066667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"4668_HSF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 164,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 41,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.3033333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"4668_M\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 15.96,\r\n                                \"contentCompletion\": 1.23,\r\n                                \"completedProcessSteps\": 621,\r\n                                \"totalProcessSteps\": 3892,\r\n                                \"completedContentSteps\": 12,\r\n                                \"totalContentSteps\": 973,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.31Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"6165_BOM\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 904,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 226,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.37Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"6165_BOM\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.43Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"6165_BOM\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 776,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 194,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.3866667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"6165_BOM\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 216,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 54,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.3533333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"6165_BOM\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 724,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 181,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.3866667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"6165_BOM\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 4,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 1,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.3933333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"COBie Import Test\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 2916,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 729,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.4133333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"review Groups Test\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 25.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 10,\r\n                                \"totalProcessSteps\": 40,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 5,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.45Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 12.905897945659377070907886020,\r\n                        \"contentCompletion\": 1.2280119482243611018918021900,\r\n                        \"dateLastAccessed\": \"2021-05-27T07:03:17.7833333Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": \"2018-03-20T00:00:00Z\",\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"987\",\r\n                        \"clientRef\": \"666666\",\r\n                        \"name\": \"Project 22 Waterhouse\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Mechanical O&M\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.4633333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Site Procedures\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.4633333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": null,\r\n                        \"dateClosed\": \"2018-07-17T12:15:34.443Z\",\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"TA Demo Mitie\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Mitie TA HSF\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 8,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 2,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.4766667Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"New Doc\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 4,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 1,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.4833333Z\",\r\n                                \"APITags\": []\r\n                            },\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"New Project 04-03-2013\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.5033333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": null,\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"test\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"02 Building Log Book\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 168,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 21,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.5133333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": null,\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"Test Create\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"Base Document\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 12,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 3,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.5233333Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": null,\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"TEst4\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"02 Building Log Book\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 1824,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 228,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.5366667Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": \"2021-03-25T11:25:06.4933333Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": null,\r\n                        \"clientRef\": null,\r\n                        \"name\": \"User Test 5\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                                \"name\": \"testing\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 0.00,\r\n                                \"contentCompletion\": 0.00,\r\n                                \"completedProcessSteps\": 0,\r\n                                \"totalProcessSteps\": 0,\r\n                                \"completedContentSteps\": 0,\r\n                                \"totalContentSteps\": 0,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2021-06-15T13:04:24.5466667Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 0.0,\r\n                        \"contentCompletion\": 0.0,\r\n                        \"dateLastAccessed\": null,\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": null,\r\n                        \"APITags\": []\r\n                    }\r\n                ],\r\n                \"dateLastAccessed\": \"2021-06-22T08:57:01.3Z\"\r\n            },\r\n\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"name\": \"Edocuments - Controlled Documents\",\r\n                \"lat\": 51.728526,\r\n                \"postcode\": \"CM1 2QE\",\r\n                \"address\": \"Edocuments  Ltd,,,Chelmsford,,UK\",\r\n                \"lng\": 0.457072,\r\n                \"projects\": [\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"edocsRef\": \"11433\",\r\n                        \"clientRef\": \"\",\r\n                        \"name\": \"Edocuments Business Management System\",\r\n                        \"documents\": [\r\n                            {\r\n                                \"id\": \"ef55bc70-03d7-46b9-bf8b-0fe7e08d5926\",\r\n                                \"name\": \"Business Management Manual V2\",\r\n                                \"systems\": null,\r\n                                \"location\": null,\r\n                                \"processCompletion\": 94.77,\r\n                                \"contentCompletion\": 94.77,\r\n                                \"completedProcessSteps\": 1720,\r\n                                \"totalProcessSteps\": 1815,\r\n                                \"completedContentSteps\": 1720,\r\n                                \"totalContentSteps\": 1815,\r\n                                \"isReported\": true,\r\n                                \"dateLastAccessed\": \"2020-12-22T17:12:08.3166667Z\",\r\n                                \"APITags\": []\r\n                            }\r\n                        ],\r\n                        \"fileDetailLevel\": 0,\r\n                        \"processCompletion\": 94.65844889573703133025166923,\r\n                        \"contentCompletion\": 94.65844889573703133025166923,\r\n                        \"dateLastAccessed\": \"2021-04-19T10:01:10.8433333Z\",\r\n                        \"dateClosed\": null,\r\n                        \"dateHosted\": null,\r\n                        \"pcDate\": \"2019-12-01T00:00:00Z\",\r\n                        \"APITags\": []\r\n                    }\r\n                ],\r\n                \"dateLastAccessed\": \"2021-04-19T10:01:10.8433333Z\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"d13e6be2-3ead-363f-eaa4-222ca6fcb928"}],"id":"826e251e-9215-4a81-a28d-b8aa82a60626","_postman_id":"826e251e-9215-4a81-a28d-b8aa82a60626","description":""},{"name":"Site","item":[{"name":"Site/ById","id":"ac88fae9-dd28-4a75-a54d-a4976cd81b3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Site/ById/?id={{siteId}}","urlObject":{"path":["Core6","api","Site","ById",""],"host":["{{url}}"],"query":[{"key":"id","value":"{{siteId}}"}],"variable":[]}},"response":[{"id":"a251e258-21f1-4dbb-91d1-b4738ea17df1","name":"Site/ById","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/Site/ById/?id={{siteId}}","host":["{{url}}"],"path":["api","Site","ById",""],"query":[{"key":"id","value":"{{siteId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Pages\": 0,\r\n    \"Page\": null,\r\n    \"Rows\": null,\r\n    \"OrderBy\": null,\r\n    \"Desc\": false,\r\n    \"TotalRows\": 12,\r\n    \"HasError\": false,\r\n    \"Error\": null,\r\n    \"Result\": {\r\n        \"site\": {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"name\": \"Test Site\",\r\n            \"defautProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"address\": \"\",\r\n            \"postcode\": null,\r\n            \"lat\": 0.000000,\r\n            \"lng\": 0.000000,\r\n            \"APITags\": [],\r\n            \"classificationVersion\": \"Uniclass 2015 - May 2020 EDOC_013_CodeCommonName\",\r\n            \"isSiteMaster\": false,\r\n            \"masterSiteId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"ldu\": \"2021-03-04T16:27:18.327Z\"\r\n        }\r\n    }\r\n}"}],"_postman_id":"ac88fae9-dd28-4a75-a54d-a4976cd81b3a"},{"name":"GetForecasts","id":"d0aaeb43-ad9a-416b-be3f-dfe229022be5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Site/GetForecasts/?id={{siteId}}","urlObject":{"path":["Core6","api","Site","GetForecasts",""],"host":["{{url}}"],"query":[{"key":"id","value":"{{siteId}}"}],"variable":[]}},"response":[{"id":"bf8168a1-4228-4f90-a848-ad142790a8ec","name":"Site/GetForecasts","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/Site/ById/?id={{siteId}}","host":["{{url}}"],"path":["api","Site","ById",""],"query":[{"key":"id","value":"{{siteId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Pages\": 0,\r\n    \"Page\": null,\r\n    \"Rows\": null,\r\n    \"OrderBy\": null,\r\n    \"Desc\": false,\r\n    \"TotalRows\": 33,\r\n    \"HasError\": false,\r\n    \"Error\": null,\r\n    \"Result\": {\r\n        \"site\": [\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"name\": \"Demonstration Building\",\r\n                \"forcastDataModel\": \"[{\\\"id\\\":0,\\\"x\\\":\\\"2020-02-20T22:00:43.463\\\",\\\"y\\\":0.0},{\\\"id\\\":1,\\\"x\\\":\\\"2020-03-26T22:01:29.773\\\",\\\"y\\\":0.0},{\\\"id\\\":2,\\\"x\\\":\\\"2020-03-30T22:01:05.68\\\",\\\"y\\\":0.0},{\\\"id\\\":3,\\\"x\\\":\\\"2020-04-17T22:01:05.747\\\",\\\"y\\\":0.0},{\\\"id\\\":4,\\\"x\\\":\\\"2020-04-24T22:02:09.123\\\",\\\"y\\\":0.0},{\\\"id\\\":5,\\\"x\\\":\\\"2020-04-28T22:00:41.87\\\",\\\"y\\\":0.0},{\\\"id\\\":6,\\\"x\\\":\\\"2020-04-30T22:01:01.387\\\",\\\"y\\\":0.0},{\\\"id\\\":7,\\\"x\\\":\\\"2020-05-01T22:01:36.747\\\",\\\"y\\\":0.0},{\\\"id\\\":8,\\\"x\\\":\\\"2020-05-08T22:01:09.207\\\",\\\"y\\\":0.0},{\\\"id\\\":9,\\\"x\\\":\\\"2020-05-14T22:01:27.037\\\",\\\"y\\\":0.0},{\\\"id\\\":10,\\\"x\\\":\\\"2020-05-15T22:00:29.957\\\",\\\"y\\\":0.0},{\\\"id\\\":11,\\\"x\\\":\\\"2020-05-26T22:01:42.15\\\",\\\"y\\\":0.0},{\\\"id\\\":12,\\\"x\\\":\\\"2020-05-28T22:00:14.573\\\",\\\"y\\\":0.0},{\\\"id\\\":13,\\\"x\\\":\\\"2020-06-05T22:00:53.663\\\",\\\"y\\\":0.0},{\\\"id\\\":14,\\\"x\\\":\\\"2020-06-11T22:02:00.557\\\",\\\"y\\\":100.0},{\\\"id\\\":15,\\\"x\\\":\\\"2020-06-12T22:02:22.13\\\",\\\"y\\\":100.0},{\\\"id\\\":16,\\\"x\\\":\\\"2020-06-15T22:01:16.777\\\",\\\"y\\\":100.0},{\\\"id\\\":17,\\\"x\\\":\\\"2020-06-18T22:00:15.883\\\",\\\"y\\\":100.0},{\\\"id\\\":18,\\\"x\\\":\\\"2020-06-25T22:00:28.19\\\",\\\"y\\\":100.0},{\\\"id\\\":19,\\\"x\\\":\\\"2020-07-01T22:02:18.44\\\",\\\"y\\\":98.0},{\\\"id\\\":20,\\\"x\\\":\\\"2020-07-02T22:03:21.307\\\",\\\"y\\\":98.0},{\\\"id\\\":21,\\\"x\\\":\\\"2020-07-09T22:01:33.53\\\",\\\"y\\\":98.0},{\\\"id\\\":22,\\\"x\\\":\\\"2020-07-16T22:01:26.833\\\",\\\"y\\\":98.0},{\\\"id\\\":23,\\\"x\\\":\\\"2020-07-29T22:01:11.053\\\",\\\"y\\\":100.0},{\\\"id\\\":24,\\\"x\\\":\\\"2020-07-30T22:00:53.373\\\",\\\"y\\\":100.0},{\\\"id\\\":25,\\\"x\\\":\\\"2020-08-06T22:01:05.107\\\",\\\"y\\\":100.0},{\\\"id\\\":26,\\\"x\\\":\\\"2020-08-09T22:00:04.073\\\",\\\"y\\\":100.0},{\\\"id\\\":27,\\\"x\\\":\\\"2020-08-13T22:02:30.337\\\",\\\"y\\\":100.0},{\\\"id\\\":28,\\\"x\\\":\\\"2020-08-20T22:03:33.343\\\",\\\"y\\\":100.0},{\\\"id\\\":29,\\\"x\\\":\\\"2020-08-25T22:01:52.973\\\",\\\"y\\\":100.0},{\\\"id\\\":30,\\\"x\\\":\\\"2020-08-27T22:08:06.207\\\",\\\"y\\\":100.0},{\\\"id\\\":31,\\\"x\\\":\\\"2020-09-01T22:01:09.573\\\",\\\"y\\\":100.0},{\\\"id\\\":32,\\\"x\\\":\\\"2020-09-03T22:05:24.217\\\",\\\"y\\\":100.0},{\\\"id\\\":33,\\\"x\\\":\\\"2020-09-10T22:02:44.247\\\",\\\"y\\\":100.0},{\\\"id\\\":34,\\\"x\\\":\\\"2020-09-17T22:02:29.387\\\",\\\"y\\\":100.0},{\\\"id\\\":35,\\\"x\\\":\\\"2020-09-24T22:00:48.393\\\",\\\"y\\\":100.0},{\\\"id\\\":36,\\\"x\\\":\\\"2020-10-01T22:00:48.817\\\",\\\"y\\\":100.0},{\\\"id\\\":37,\\\"x\\\":\\\"2020-10-08T22:01:31.76\\\",\\\"y\\\":100.0},{\\\"id\\\":38,\\\"x\\\":\\\"2020-10-09T22:01:12.44\\\",\\\"y\\\":100.0},{\\\"id\\\":39,\\\"x\\\":\\\"2020-10-13T22:00:22.487\\\",\\\"y\\\":100.0},{\\\"id\\\":40,\\\"x\\\":\\\"2020-10-15T22:01:24.637\\\",\\\"y\\\":100.0},{\\\"id\\\":41,\\\"x\\\":\\\"2020-10-20T22:01:01.99\\\",\\\"y\\\":100.0},{\\\"id\\\":42,\\\"x\\\":\\\"2020-10-23T22:01:01.1\\\",\\\"y\\\":100.0},{\\\"id\\\":43,\\\"x\\\":\\\"2020-10-29T22:02:07.053\\\",\\\"y\\\":100.0},{\\\"id\\\":44,\\\"x\\\":\\\"2020-11-05T22:02:04.483\\\",\\\"y\\\":100.0},{\\\"id\\\":45,\\\"x\\\":\\\"2020-11-09T22:02:01.303\\\",\\\"y\\\":100.0},{\\\"id\\\":46,\\\"x\\\":\\\"2020-11-12T22:01:22.68\\\",\\\"y\\\":100.0},{\\\"id\\\":47,\\\"x\\\":\\\"2020-11-19T22:00:59.94\\\",\\\"y\\\":100.0},{\\\"id\\\":48,\\\"x\\\":\\\"2020-11-25T22:01:09.077\\\",\\\"y\\\":100.0},{\\\"id\\\":49,\\\"x\\\":\\\"2020-11-26T22:00:25.027\\\",\\\"y\\\":100.0},{\\\"id\\\":50,\\\"x\\\":\\\"2020-12-03T22:01:22.837\\\",\\\"y\\\":100.0},{\\\"id\\\":51,\\\"x\\\":\\\"2020-12-10T22:00:55.427\\\",\\\"y\\\":100.0},{\\\"id\\\":52,\\\"x\\\":\\\"2021-01-07T22:00:49.92\\\",\\\"y\\\":100.0},{\\\"id\\\":53,\\\"x\\\":\\\"2021-01-14T22:00:39.673\\\",\\\"y\\\":100.0},{\\\"id\\\":54,\\\"x\\\":\\\"2021-01-21T22:01:15.387\\\",\\\"y\\\":100.0},{\\\"id\\\":55,\\\"x\\\":\\\"2021-01-28T22:01:15.52\\\",\\\"y\\\":100.0},{\\\"id\\\":56,\\\"x\\\":\\\"2021-02-04T22:01:15.223\\\",\\\"y\\\":100.0},{\\\"id\\\":57,\\\"x\\\":\\\"2021-02-15T22:00:42.943\\\",\\\"y\\\":100.0},{\\\"id\\\":58,\\\"x\\\":\\\"2021-02-17T22:00:54.313\\\",\\\"y\\\":100.0},{\\\"id\\\":59,\\\"x\\\":\\\"2021-02-18T22:01:43.87\\\",\\\"y\\\":100.0},{\\\"id\\\":60,\\\"x\\\":\\\"2021-03-04T22:01:07.667\\\",\\\"y\\\":0.0},{\\\"id\\\":61,\\\"x\\\":\\\"2021-03-08T22:01:07.52\\\",\\\"y\\\":0.0},{\\\"id\\\":62,\\\"x\\\":\\\"2021-03-11T22:00:58.48\\\",\\\"y\\\":0.0},{\\\"id\\\":63,\\\"x\\\":\\\"2021-03-18T22:00:34.85\\\",\\\"y\\\":0.0},{\\\"id\\\":64,\\\"x\\\":\\\"2021-03-24T22:01:38.023\\\",\\\"y\\\":0.0},{\\\"id\\\":65,\\\"x\\\":\\\"2021-03-30T22:01:32.907\\\",\\\"y\\\":0.0},{\\\"id\\\":66,\\\"x\\\":\\\"2021-04-07T22:00:23.81\\\",\\\"y\\\":0.0},{\\\"id\\\":67,\\\"x\\\":\\\"2021-04-08T22:00:46.463\\\",\\\"y\\\":0.0},{\\\"id\\\":68,\\\"x\\\":\\\"2021-04-09T22:01:43.35\\\",\\\"y\\\":0.0},{\\\"id\\\":69,\\\"x\\\":\\\"2021-04-12T22:00:32.507\\\",\\\"y\\\":0.0},{\\\"id\\\":70,\\\"x\\\":\\\"2021-04-13T22:01:23.44\\\",\\\"y\\\":0.0},{\\\"id\\\":71,\\\"x\\\":\\\"2021-04-15T22:00:51.167\\\",\\\"y\\\":0.0},{\\\"id\\\":72,\\\"x\\\":\\\"2021-04-19T22:00:31.23\\\",\\\"y\\\":0.0},{\\\"id\\\":73,\\\"x\\\":\\\"2021-04-23T22:00:35.86\\\",\\\"y\\\":0.0},{\\\"id\\\":74,\\\"x\\\":\\\"2021-04-29T22:00:39.667\\\",\\\"y\\\":0.0},{\\\"id\\\":75,\\\"x\\\":\\\"2021-05-07T22:01:21.28\\\",\\\"y\\\":0.0},{\\\"id\\\":76,\\\"x\\\":\\\"2021-05-13T22:01:05.373\\\",\\\"y\\\":0.0},{\\\"id\\\":77,\\\"x\\\":\\\"2021-05-20T22:00:39.607\\\",\\\"y\\\":0.0},{\\\"id\\\":78,\\\"x\\\":\\\"2021-05-27T22:00:36.687\\\",\\\"y\\\":0.0},{\\\"id\\\":79,\\\"x\\\":\\\"2021-06-02T22:01:34.903\\\",\\\"y\\\":0.0},{\\\"id\\\":80,\\\"x\\\":\\\"2021-06-03T22:01:11.737\\\",\\\"y\\\":0.0},{\\\"id\\\":81,\\\"x\\\":\\\"2021-06-04T22:01:21.63\\\",\\\"y\\\":0.0},{\\\"id\\\":82,\\\"x\\\":\\\"2021-06-10T22:01:01.637\\\",\\\"y\\\":0.0},{\\\"id\\\":83,\\\"x\\\":\\\"2021-06-11T22:01:48.423\\\",\\\"y\\\":0.0},{\\\"id\\\":84,\\\"x\\\":\\\"2021-06-14T22:00:43.753\\\",\\\"y\\\":0.0},{\\\"id\\\":85,\\\"x\\\":\\\"2021-06-16T22:02:15.173\\\",\\\"y\\\":100.0},{\\\"id\\\":86,\\\"x\\\":\\\"2021-06-17T22:02:09.42\\\",\\\"y\\\":100.0},{\\\"id\\\":87,\\\"x\\\":\\\"2021-06-21T22:00:44.507\\\",\\\"y\\\":100.0},{\\\"id\\\":88,\\\"x\\\":\\\"2021-06-24T22:01:50.193\\\",\\\"y\\\":100.0},{\\\"id\\\":89,\\\"x\\\":\\\"2021-07-06T22:01:29.157\\\",\\\"y\\\":100.0},{\\\"id\\\":90,\\\"x\\\":\\\"2021-07-07T22:00:45.023\\\",\\\"y\\\":100.0},{\\\"id\\\":91,\\\"x\\\":\\\"2021-07-08T22:01:04.547\\\",\\\"y\\\":100.0},{\\\"id\\\":92,\\\"x\\\":\\\"2021-07-12T22:00:46.423\\\",\\\"y\\\":100.0},{\\\"id\\\":93,\\\"x\\\":\\\"2021-07-13T22:02:01.25\\\",\\\"y\\\":100.0},{\\\"id\\\":94,\\\"x\\\":\\\"2021-07-14T22:00:26.43\\\",\\\"y\\\":100.0},{\\\"id\\\":95,\\\"x\\\":\\\"2021-07-22T22:01:29.09\\\",\\\"y\\\":100.0}]\",\r\n                \"ActualDataModel\": \"[{\\\"id\\\":0,\\\"x\\\":\\\"2020-02-20T22:00:43.463\\\",\\\"y\\\":0.0},{\\\"id\\\":1,\\\"x\\\":\\\"2020-03-26T22:01:29.773\\\",\\\"y\\\":0.0},{\\\"id\\\":2,\\\"x\\\":\\\"2020-03-30T22:01:05.68\\\",\\\"y\\\":0.0},{\\\"id\\\":3,\\\"x\\\":\\\"2020-04-17T22:01:05.747\\\",\\\"y\\\":0.0},{\\\"id\\\":4,\\\"x\\\":\\\"2020-04-24T22:02:09.123\\\",\\\"y\\\":0.0},{\\\"id\\\":5,\\\"x\\\":\\\"2020-04-28T22:00:41.87\\\",\\\"y\\\":0.0},{\\\"id\\\":6,\\\"x\\\":\\\"2020-04-30T22:01:01.387\\\",\\\"y\\\":0.0},{\\\"id\\\":7,\\\"x\\\":\\\"2020-05-01T22:01:36.747\\\",\\\"y\\\":0.0},{\\\"id\\\":8,\\\"x\\\":\\\"2020-05-08T22:01:09.207\\\",\\\"y\\\":0.0},{\\\"id\\\":9,\\\"x\\\":\\\"2020-05-14T22:01:27.037\\\",\\\"y\\\":0.0},{\\\"id\\\":10,\\\"x\\\":\\\"2020-05-15T22:00:29.957\\\",\\\"y\\\":0.0},{\\\"id\\\":11,\\\"x\\\":\\\"2020-05-26T22:01:42.15\\\",\\\"y\\\":0.0},{\\\"id\\\":12,\\\"x\\\":\\\"2020-05-28T22:00:14.573\\\",\\\"y\\\":0.0},{\\\"id\\\":13,\\\"x\\\":\\\"2020-06-05T22:00:53.663\\\",\\\"y\\\":0.0},{\\\"id\\\":14,\\\"x\\\":\\\"2020-06-11T22:02:00.557\\\",\\\"y\\\":100.0},{\\\"id\\\":15,\\\"x\\\":\\\"2020-06-12T22:02:22.13\\\",\\\"y\\\":100.0},{\\\"id\\\":16,\\\"x\\\":\\\"2020-06-15T22:01:16.777\\\",\\\"y\\\":100.0},{\\\"id\\\":17,\\\"x\\\":\\\"2020-06-18T22:00:15.883\\\",\\\"y\\\":100.0},{\\\"id\\\":18,\\\"x\\\":\\\"2020-06-25T22:00:28.19\\\",\\\"y\\\":100.0},{\\\"id\\\":19,\\\"x\\\":\\\"2020-07-01T22:02:18.44\\\",\\\"y\\\":98.0},{\\\"id\\\":20,\\\"x\\\":\\\"2020-07-02T22:03:21.307\\\",\\\"y\\\":98.0},{\\\"id\\\":21,\\\"x\\\":\\\"2020-07-09T22:01:33.53\\\",\\\"y\\\":98.0},{\\\"id\\\":22,\\\"x\\\":\\\"2020-07-16T22:01:26.833\\\",\\\"y\\\":98.0},{\\\"id\\\":23,\\\"x\\\":\\\"2020-07-29T22:01:11.053\\\",\\\"y\\\":100.0},{\\\"id\\\":24,\\\"x\\\":\\\"2020-07-30T22:00:53.373\\\",\\\"y\\\":100.0},{\\\"id\\\":25,\\\"x\\\":\\\"2020-08-06T22:01:05.107\\\",\\\"y\\\":100.0},{\\\"id\\\":26,\\\"x\\\":\\\"2020-08-09T22:00:04.073\\\",\\\"y\\\":100.0},{\\\"id\\\":27,\\\"x\\\":\\\"2020-08-13T22:02:30.337\\\",\\\"y\\\":100.0},{\\\"id\\\":28,\\\"x\\\":\\\"2020-08-20T22:03:33.343\\\",\\\"y\\\":100.0},{\\\"id\\\":29,\\\"x\\\":\\\"2020-08-25T22:01:52.973\\\",\\\"y\\\":100.0},{\\\"id\\\":30,\\\"x\\\":\\\"2020-08-27T22:08:06.207\\\",\\\"y\\\":100.0},{\\\"id\\\":31,\\\"x\\\":\\\"2020-09-01T22:01:09.573\\\",\\\"y\\\":100.0},{\\\"id\\\":32,\\\"x\\\":\\\"2020-09-03T22:05:24.217\\\",\\\"y\\\":100.0},{\\\"id\\\":33,\\\"x\\\":\\\"2020-09-10T22:02:44.247\\\",\\\"y\\\":100.0},{\\\"id\\\":34,\\\"x\\\":\\\"2020-09-17T22:02:29.387\\\",\\\"y\\\":100.0},{\\\"id\\\":35,\\\"x\\\":\\\"2020-09-24T22:00:48.393\\\",\\\"y\\\":100.0},{\\\"id\\\":36,\\\"x\\\":\\\"2020-10-01T22:00:48.817\\\",\\\"y\\\":100.0},{\\\"id\\\":37,\\\"x\\\":\\\"2020-10-08T22:01:31.76\\\",\\\"y\\\":100.0},{\\\"id\\\":38,\\\"x\\\":\\\"2020-10-09T22:01:12.44\\\",\\\"y\\\":100.0},{\\\"id\\\":39,\\\"x\\\":\\\"2020-10-13T22:00:22.487\\\",\\\"y\\\":100.0},{\\\"id\\\":40,\\\"x\\\":\\\"2020-10-15T22:01:24.637\\\",\\\"y\\\":100.0},{\\\"id\\\":41,\\\"x\\\":\\\"2020-10-20T22:01:01.99\\\",\\\"y\\\":100.0},{\\\"id\\\":42,\\\"x\\\":\\\"2020-10-23T22:01:01.1\\\",\\\"y\\\":100.0},{\\\"id\\\":43,\\\"x\\\":\\\"2020-10-29T22:02:07.053\\\",\\\"y\\\":100.0},{\\\"id\\\":44,\\\"x\\\":\\\"2020-11-05T22:02:04.483\\\",\\\"y\\\":100.0},{\\\"id\\\":45,\\\"x\\\":\\\"2020-11-09T22:02:01.303\\\",\\\"y\\\":100.0},{\\\"id\\\":46,\\\"x\\\":\\\"2020-11-12T22:01:22.68\\\",\\\"y\\\":100.0},{\\\"id\\\":47,\\\"x\\\":\\\"2020-11-19T22:00:59.94\\\",\\\"y\\\":100.0},{\\\"id\\\":48,\\\"x\\\":\\\"2020-11-25T22:01:09.077\\\",\\\"y\\\":100.0},{\\\"id\\\":49,\\\"x\\\":\\\"2020-11-26T22:00:25.027\\\",\\\"y\\\":100.0},{\\\"id\\\":50,\\\"x\\\":\\\"2020-12-03T22:01:22.837\\\",\\\"y\\\":100.0},{\\\"id\\\":51,\\\"x\\\":\\\"2020-12-10T22:00:55.427\\\",\\\"y\\\":100.0},{\\\"id\\\":52,\\\"x\\\":\\\"2021-01-07T22:00:49.92\\\",\\\"y\\\":100.0},{\\\"id\\\":53,\\\"x\\\":\\\"2021-01-14T22:00:39.673\\\",\\\"y\\\":100.0},{\\\"id\\\":54,\\\"x\\\":\\\"2021-01-21T22:01:15.387\\\",\\\"y\\\":100.0},{\\\"id\\\":55,\\\"x\\\":\\\"2021-01-28T22:01:15.52\\\",\\\"y\\\":100.0},{\\\"id\\\":56,\\\"x\\\":\\\"2021-02-04T22:01:15.223\\\",\\\"y\\\":100.0},{\\\"id\\\":57,\\\"x\\\":\\\"2021-02-15T22:00:42.943\\\",\\\"y\\\":100.0},{\\\"id\\\":58,\\\"x\\\":\\\"2021-02-17T22:00:54.313\\\",\\\"y\\\":100.0},{\\\"id\\\":59,\\\"x\\\":\\\"2021-02-18T22:01:43.87\\\",\\\"y\\\":100.0},{\\\"id\\\":60,\\\"x\\\":\\\"2021-03-04T22:01:07.667\\\",\\\"y\\\":0.0},{\\\"id\\\":61,\\\"x\\\":\\\"2021-03-08T22:01:07.52\\\",\\\"y\\\":0.0},{\\\"id\\\":62,\\\"x\\\":\\\"2021-03-11T22:00:58.48\\\",\\\"y\\\":0.0},{\\\"id\\\":63,\\\"x\\\":\\\"2021-03-18T22:00:34.85\\\",\\\"y\\\":0.0},{\\\"id\\\":64,\\\"x\\\":\\\"2021-03-24T22:01:38.023\\\",\\\"y\\\":0.0},{\\\"id\\\":65,\\\"x\\\":\\\"2021-03-30T22:01:32.907\\\",\\\"y\\\":0.0},{\\\"id\\\":66,\\\"x\\\":\\\"2021-04-07T22:00:23.81\\\",\\\"y\\\":0.0},{\\\"id\\\":67,\\\"x\\\":\\\"2021-04-08T22:00:46.463\\\",\\\"y\\\":0.0},{\\\"id\\\":68,\\\"x\\\":\\\"2021-04-09T22:01:43.35\\\",\\\"y\\\":0.0},{\\\"id\\\":69,\\\"x\\\":\\\"2021-04-12T22:00:32.507\\\",\\\"y\\\":0.0},{\\\"id\\\":70,\\\"x\\\":\\\"2021-04-13T22:01:23.44\\\",\\\"y\\\":0.0},{\\\"id\\\":71,\\\"x\\\":\\\"2021-04-15T22:00:51.167\\\",\\\"y\\\":0.0},{\\\"id\\\":72,\\\"x\\\":\\\"2021-04-19T22:00:31.23\\\",\\\"y\\\":0.0},{\\\"id\\\":73,\\\"x\\\":\\\"2021-04-23T22:00:35.86\\\",\\\"y\\\":0.0},{\\\"id\\\":74,\\\"x\\\":\\\"2021-04-29T22:00:39.667\\\",\\\"y\\\":0.0},{\\\"id\\\":75,\\\"x\\\":\\\"2021-05-07T22:01:21.28\\\",\\\"y\\\":0.0},{\\\"id\\\":76,\\\"x\\\":\\\"2021-05-13T22:01:05.373\\\",\\\"y\\\":0.0},{\\\"id\\\":77,\\\"x\\\":\\\"2021-05-20T22:00:39.607\\\",\\\"y\\\":0.0},{\\\"id\\\":78,\\\"x\\\":\\\"2021-05-27T22:00:36.687\\\",\\\"y\\\":0.0},{\\\"id\\\":79,\\\"x\\\":\\\"2021-06-02T22:01:34.903\\\",\\\"y\\\":0.0},{\\\"id\\\":80,\\\"x\\\":\\\"2021-06-03T22:01:11.737\\\",\\\"y\\\":0.0},{\\\"id\\\":81,\\\"x\\\":\\\"2021-06-04T22:01:21.63\\\",\\\"y\\\":0.0},{\\\"id\\\":82,\\\"x\\\":\\\"2021-06-10T22:01:01.637\\\",\\\"y\\\":0.0},{\\\"id\\\":83,\\\"x\\\":\\\"2021-06-11T22:01:48.423\\\",\\\"y\\\":0.0},{\\\"id\\\":84,\\\"x\\\":\\\"2021-06-14T22:00:43.753\\\",\\\"y\\\":0.0},{\\\"id\\\":85,\\\"x\\\":\\\"2021-06-16T22:02:15.173\\\",\\\"y\\\":100.0},{\\\"id\\\":86,\\\"x\\\":\\\"2021-06-17T22:02:09.42\\\",\\\"y\\\":100.0},{\\\"id\\\":87,\\\"x\\\":\\\"2021-06-21T22:00:44.507\\\",\\\"y\\\":100.0},{\\\"id\\\":88,\\\"x\\\":\\\"2021-06-24T22:01:50.193\\\",\\\"y\\\":100.0},{\\\"id\\\":89,\\\"x\\\":\\\"2021-07-06T22:01:29.157\\\",\\\"y\\\":100.0},{\\\"id\\\":90,\\\"x\\\":\\\"2021-07-07T22:00:45.023\\\",\\\"y\\\":100.0},{\\\"id\\\":91,\\\"x\\\":\\\"2021-07-08T22:01:04.547\\\",\\\"y\\\":100.0},{\\\"id\\\":92,\\\"x\\\":\\\"2021-07-12T22:00:46.423\\\",\\\"y\\\":100.0},{\\\"id\\\":93,\\\"x\\\":\\\"2021-07-13T22:02:01.25\\\",\\\"y\\\":100.0},{\\\"id\\\":94,\\\"x\\\":\\\"2021-07-14T22:00:26.43\\\",\\\"y\\\":100.0},{\\\"id\\\":95,\\\"x\\\":\\\"2021-07-22T22:01:29.09\\\",\\\"y\\\":100.0}]\"\r\n            }\r\n        ],\r\n        \"projects\": [\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"name\": \"test project 1\",\r\n                \"forcastDataModel\":\"[{\\\"id\\\":0,\\\"x\\\":\\\"2020-02-20T22:00:43.463\\\",\\\"y\\\":0.0},{\\\"id\\\":1,\\\"x\\\":\\\"2020-03-26T22:01:29.773\\\",\\\"y\\\":0.0},{\\\"id\\\":2,\\\"x\\\":\\\"2020-03-30T22:01:05.68\\\",\\\"y\\\":0.0},{\\\"id\\\":3,\\\"x\\\":\\\"2020-04-17T22:01:05.747\\\",\\\"y\\\":0.0},{\\\"id\\\":4,\\\"x\\\":\\\"2020-04-24T22:02:09.123\\\",\\\"y\\\":0.0},{\\\"id\\\":5,\\\"x\\\":\\\"2020-04-28T22:00:41.87\\\",\\\"y\\\":0.0},{\\\"id\\\":6,\\\"x\\\":\\\"2020-04-30T22:01:01.387\\\",\\\"y\\\":0.0},{\\\"id\\\":7,\\\"x\\\":\\\"2020-05-01T22:01:36.747\\\",\\\"y\\\":0.0},{\\\"id\\\":8,\\\"x\\\":\\\"2020-05-08T22:01:09.207\\\",\\\"y\\\":0.0},{\\\"id\\\":9,\\\"x\\\":\\\"2020-05-14T22:01:27.037\\\",\\\"y\\\":0.0},{\\\"id\\\":10,\\\"x\\\":\\\"2020-05-15T22:00:29.957\\\",\\\"y\\\":0.0},{\\\"id\\\":11,\\\"x\\\":\\\"2020-05-26T22:01:42.15\\\",\\\"y\\\":0.0},{\\\"id\\\":12,\\\"x\\\":\\\"2020-05-28T22:00:14.573\\\",\\\"y\\\":0.0},{\\\"id\\\":13,\\\"x\\\":\\\"2020-06-05T22:00:53.663\\\",\\\"y\\\":0.0},{\\\"id\\\":14,\\\"x\\\":\\\"2020-06-11T22:02:00.557\\\",\\\"y\\\":100.0},{\\\"id\\\":15,\\\"x\\\":\\\"2020-06-12T22:02:22.13\\\",\\\"y\\\":100.0},{\\\"id\\\":16,\\\"x\\\":\\\"2020-06-15T22:01:16.777\\\",\\\"y\\\":100.0},{\\\"id\\\":17,\\\"x\\\":\\\"2020-06-18T22:00:15.883\\\",\\\"y\\\":100.0},{\\\"id\\\":18,\\\"x\\\":\\\"2020-06-25T22:00:28.19\\\",\\\"y\\\":100.0},{\\\"id\\\":19,\\\"x\\\":\\\"2020-07-01T22:02:18.44\\\",\\\"y\\\":98.0},{\\\"id\\\":20,\\\"x\\\":\\\"2020-07-02T22:03:21.307\\\",\\\"y\\\":98.0},{\\\"id\\\":21,\\\"x\\\":\\\"2020-07-09T22:01:33.53\\\",\\\"y\\\":98.0},{\\\"id\\\":22,\\\"x\\\":\\\"2020-07-16T22:01:26.833\\\",\\\"y\\\":98.0},{\\\"id\\\":23,\\\"x\\\":\\\"2020-07-29T22:01:11.053\\\",\\\"y\\\":100.0},{\\\"id\\\":24,\\\"x\\\":\\\"2020-07-30T22:00:53.373\\\",\\\"y\\\":100.0},{\\\"id\\\":25,\\\"x\\\":\\\"2020-08-06T22:01:05.107\\\",\\\"y\\\":100.0},{\\\"id\\\":26,\\\"x\\\":\\\"2020-08-09T22:00:04.073\\\",\\\"y\\\":100.0},{\\\"id\\\":27,\\\"x\\\":\\\"2020-08-13T22:02:30.337\\\",\\\"y\\\":100.0},{\\\"id\\\":28,\\\"x\\\":\\\"2020-08-20T22:03:33.343\\\",\\\"y\\\":100.0},{\\\"id\\\":29,\\\"x\\\":\\\"2020-08-25T22:01:52.973\\\",\\\"y\\\":100.0},{\\\"id\\\":30,\\\"x\\\":\\\"2020-08-27T22:08:06.207\\\",\\\"y\\\":100.0},{\\\"id\\\":31,\\\"x\\\":\\\"2020-09-01T22:01:09.573\\\",\\\"y\\\":100.0},{\\\"id\\\":32,\\\"x\\\":\\\"2020-09-03T22:05:24.217\\\",\\\"y\\\":100.0},{\\\"id\\\":33,\\\"x\\\":\\\"2020-09-10T22:02:44.247\\\",\\\"y\\\":100.0},{\\\"id\\\":34,\\\"x\\\":\\\"2020-09-17T22:02:29.387\\\",\\\"y\\\":100.0},{\\\"id\\\":35,\\\"x\\\":\\\"2020-09-24T22:00:48.393\\\",\\\"y\\\":100.0},{\\\"id\\\":36,\\\"x\\\":\\\"2020-10-01T22:00:48.817\\\",\\\"y\\\":100.0},{\\\"id\\\":37,\\\"x\\\":\\\"2020-10-08T22:01:31.76\\\",\\\"y\\\":100.0},{\\\"id\\\":38,\\\"x\\\":\\\"2020-10-09T22:01:12.44\\\",\\\"y\\\":100.0},{\\\"id\\\":39,\\\"x\\\":\\\"2020-10-13T22:00:22.487\\\",\\\"y\\\":100.0},{\\\"id\\\":40,\\\"x\\\":\\\"2020-10-15T22:01:24.637\\\",\\\"y\\\":100.0},{\\\"id\\\":41,\\\"x\\\":\\\"2020-10-20T22:01:01.99\\\",\\\"y\\\":100.0},{\\\"id\\\":42,\\\"x\\\":\\\"2020-10-23T22:01:01.1\\\",\\\"y\\\":100.0},{\\\"id\\\":43,\\\"x\\\":\\\"2020-10-29T22:02:07.053\\\",\\\"y\\\":100.0},{\\\"id\\\":44,\\\"x\\\":\\\"2020-11-05T22:02:04.483\\\",\\\"y\\\":100.0},{\\\"id\\\":45,\\\"x\\\":\\\"2020-11-09T22:02:01.303\\\",\\\"y\\\":100.0},{\\\"id\\\":46,\\\"x\\\":\\\"2020-11-12T22:01:22.68\\\",\\\"y\\\":100.0},{\\\"id\\\":47,\\\"x\\\":\\\"2020-11-19T22:00:59.94\\\",\\\"y\\\":100.0},{\\\"id\\\":48,\\\"x\\\":\\\"2020-11-25T22:01:09.077\\\",\\\"y\\\":100.0},{\\\"id\\\":49,\\\"x\\\":\\\"2020-11-26T22:00:25.027\\\",\\\"y\\\":100.0},{\\\"id\\\":50,\\\"x\\\":\\\"2020-12-03T22:01:22.837\\\",\\\"y\\\":100.0},{\\\"id\\\":51,\\\"x\\\":\\\"2020-12-10T22:00:55.427\\\",\\\"y\\\":100.0},{\\\"id\\\":52,\\\"x\\\":\\\"2021-01-07T22:00:49.92\\\",\\\"y\\\":100.0},{\\\"id\\\":53,\\\"x\\\":\\\"2021-01-14T22:00:39.673\\\",\\\"y\\\":100.0},{\\\"id\\\":54,\\\"x\\\":\\\"2021-01-21T22:01:15.387\\\",\\\"y\\\":100.0},{\\\"id\\\":55,\\\"x\\\":\\\"2021-01-28T22:01:15.52\\\",\\\"y\\\":100.0},{\\\"id\\\":56,\\\"x\\\":\\\"2021-02-04T22:01:15.223\\\",\\\"y\\\":100.0},{\\\"id\\\":57,\\\"x\\\":\\\"2021-02-15T22:00:42.943\\\",\\\"y\\\":100.0},{\\\"id\\\":58,\\\"x\\\":\\\"2021-02-17T22:00:54.313\\\",\\\"y\\\":100.0},{\\\"id\\\":59,\\\"x\\\":\\\"2021-02-18T22:01:43.87\\\",\\\"y\\\":100.0},{\\\"id\\\":60,\\\"x\\\":\\\"2021-03-04T22:01:07.667\\\",\\\"y\\\":0.0},{\\\"id\\\":61,\\\"x\\\":\\\"2021-03-08T22:01:07.52\\\",\\\"y\\\":0.0},{\\\"id\\\":62,\\\"x\\\":\\\"2021-03-11T22:00:58.48\\\",\\\"y\\\":0.0},{\\\"id\\\":63,\\\"x\\\":\\\"2021-03-18T22:00:34.85\\\",\\\"y\\\":0.0},{\\\"id\\\":64,\\\"x\\\":\\\"2021-03-24T22:01:38.023\\\",\\\"y\\\":0.0},{\\\"id\\\":65,\\\"x\\\":\\\"2021-03-30T22:01:32.907\\\",\\\"y\\\":0.0},{\\\"id\\\":66,\\\"x\\\":\\\"2021-04-07T22:00:23.81\\\",\\\"y\\\":0.0},{\\\"id\\\":67,\\\"x\\\":\\\"2021-04-08T22:00:46.463\\\",\\\"y\\\":0.0},{\\\"id\\\":68,\\\"x\\\":\\\"2021-04-09T22:01:43.35\\\",\\\"y\\\":0.0},{\\\"id\\\":69,\\\"x\\\":\\\"2021-04-12T22:00:32.507\\\",\\\"y\\\":0.0},{\\\"id\\\":70,\\\"x\\\":\\\"2021-04-13T22:01:23.44\\\",\\\"y\\\":0.0},{\\\"id\\\":71,\\\"x\\\":\\\"2021-04-15T22:00:51.167\\\",\\\"y\\\":0.0},{\\\"id\\\":72,\\\"x\\\":\\\"2021-04-19T22:00:31.23\\\",\\\"y\\\":0.0},{\\\"id\\\":73,\\\"x\\\":\\\"2021-04-23T22:00:35.86\\\",\\\"y\\\":0.0},{\\\"id\\\":74,\\\"x\\\":\\\"2021-04-29T22:00:39.667\\\",\\\"y\\\":0.0},{\\\"id\\\":75,\\\"x\\\":\\\"2021-05-07T22:01:21.28\\\",\\\"y\\\":0.0},{\\\"id\\\":76,\\\"x\\\":\\\"2021-05-13T22:01:05.373\\\",\\\"y\\\":0.0},{\\\"id\\\":77,\\\"x\\\":\\\"2021-05-20T22:00:39.607\\\",\\\"y\\\":0.0},{\\\"id\\\":78,\\\"x\\\":\\\"2021-05-27T22:00:36.687\\\",\\\"y\\\":0.0},{\\\"id\\\":79,\\\"x\\\":\\\"2021-06-02T22:01:34.903\\\",\\\"y\\\":0.0},{\\\"id\\\":80,\\\"x\\\":\\\"2021-06-03T22:01:11.737\\\",\\\"y\\\":0.0},{\\\"id\\\":81,\\\"x\\\":\\\"2021-06-04T22:01:21.63\\\",\\\"y\\\":0.0},{\\\"id\\\":82,\\\"x\\\":\\\"2021-06-10T22:01:01.637\\\",\\\"y\\\":0.0},{\\\"id\\\":83,\\\"x\\\":\\\"2021-06-11T22:01:48.423\\\",\\\"y\\\":0.0},{\\\"id\\\":84,\\\"x\\\":\\\"2021-06-14T22:00:43.753\\\",\\\"y\\\":0.0},{\\\"id\\\":85,\\\"x\\\":\\\"2021-06-16T22:02:15.173\\\",\\\"y\\\":100.0},{\\\"id\\\":86,\\\"x\\\":\\\"2021-06-17T22:02:09.42\\\",\\\"y\\\":100.0},{\\\"id\\\":87,\\\"x\\\":\\\"2021-06-21T22:00:44.507\\\",\\\"y\\\":100.0},{\\\"id\\\":88,\\\"x\\\":\\\"2021-06-24T22:01:50.193\\\",\\\"y\\\":100.0},{\\\"id\\\":89,\\\"x\\\":\\\"2021-07-06T22:01:29.157\\\",\\\"y\\\":100.0},{\\\"id\\\":90,\\\"x\\\":\\\"2021-07-07T22:00:45.023\\\",\\\"y\\\":100.0},{\\\"id\\\":91,\\\"x\\\":\\\"2021-07-08T22:01:04.547\\\",\\\"y\\\":100.0},{\\\"id\\\":92,\\\"x\\\":\\\"2021-07-12T22:00:46.423\\\",\\\"y\\\":100.0},{\\\"id\\\":93,\\\"x\\\":\\\"2021-07-13T22:02:01.25\\\",\\\"y\\\":100.0},{\\\"id\\\":94,\\\"x\\\":\\\"2021-07-14T22:00:26.43\\\",\\\"y\\\":100.0},{\\\"id\\\":95,\\\"x\\\":\\\"2021-07-22T22:01:29.09\\\",\\\"y\\\":100.0}]\",\r\n                \"ActualDataModel\": \"[{\\\"id\\\":0,\\\"x\\\":\\\"2020-02-20T22:00:43.463\\\",\\\"y\\\":0.0},{\\\"id\\\":1,\\\"x\\\":\\\"2020-03-26T22:01:29.773\\\",\\\"y\\\":0.0},{\\\"id\\\":2,\\\"x\\\":\\\"2020-03-30T22:01:05.68\\\",\\\"y\\\":0.0},{\\\"id\\\":3,\\\"x\\\":\\\"2020-04-17T22:01:05.747\\\",\\\"y\\\":0.0},{\\\"id\\\":4,\\\"x\\\":\\\"2020-04-24T22:02:09.123\\\",\\\"y\\\":0.0},{\\\"id\\\":5,\\\"x\\\":\\\"2020-04-28T22:00:41.87\\\",\\\"y\\\":0.0},{\\\"id\\\":6,\\\"x\\\":\\\"2020-04-30T22:01:01.387\\\",\\\"y\\\":0.0},{\\\"id\\\":7,\\\"x\\\":\\\"2020-05-01T22:01:36.747\\\",\\\"y\\\":0.0},{\\\"id\\\":8,\\\"x\\\":\\\"2020-05-08T22:01:09.207\\\",\\\"y\\\":0.0},{\\\"id\\\":9,\\\"x\\\":\\\"2020-05-14T22:01:27.037\\\",\\\"y\\\":0.0},{\\\"id\\\":10,\\\"x\\\":\\\"2020-05-15T22:00:29.957\\\",\\\"y\\\":0.0},{\\\"id\\\":11,\\\"x\\\":\\\"2020-05-26T22:01:42.15\\\",\\\"y\\\":0.0},{\\\"id\\\":12,\\\"x\\\":\\\"2020-05-28T22:00:14.573\\\",\\\"y\\\":0.0},{\\\"id\\\":13,\\\"x\\\":\\\"2020-06-05T22:00:53.663\\\",\\\"y\\\":0.0},{\\\"id\\\":14,\\\"x\\\":\\\"2020-06-11T22:02:00.557\\\",\\\"y\\\":100.0},{\\\"id\\\":15,\\\"x\\\":\\\"2020-06-12T22:02:22.13\\\",\\\"y\\\":100.0},{\\\"id\\\":16,\\\"x\\\":\\\"2020-06-15T22:01:16.777\\\",\\\"y\\\":100.0},{\\\"id\\\":17,\\\"x\\\":\\\"2020-06-18T22:00:15.883\\\",\\\"y\\\":100.0},{\\\"id\\\":18,\\\"x\\\":\\\"2020-06-25T22:00:28.19\\\",\\\"y\\\":100.0},{\\\"id\\\":19,\\\"x\\\":\\\"2020-07-01T22:02:18.44\\\",\\\"y\\\":98.0},{\\\"id\\\":20,\\\"x\\\":\\\"2020-07-02T22:03:21.307\\\",\\\"y\\\":98.0},{\\\"id\\\":21,\\\"x\\\":\\\"2020-07-09T22:01:33.53\\\",\\\"y\\\":98.0},{\\\"id\\\":22,\\\"x\\\":\\\"2020-07-16T22:01:26.833\\\",\\\"y\\\":98.0},{\\\"id\\\":23,\\\"x\\\":\\\"2020-07-29T22:01:11.053\\\",\\\"y\\\":100.0},{\\\"id\\\":24,\\\"x\\\":\\\"2020-07-30T22:00:53.373\\\",\\\"y\\\":100.0},{\\\"id\\\":25,\\\"x\\\":\\\"2020-08-06T22:01:05.107\\\",\\\"y\\\":100.0},{\\\"id\\\":26,\\\"x\\\":\\\"2020-08-09T22:00:04.073\\\",\\\"y\\\":100.0},{\\\"id\\\":27,\\\"x\\\":\\\"2020-08-13T22:02:30.337\\\",\\\"y\\\":100.0},{\\\"id\\\":28,\\\"x\\\":\\\"2020-08-20T22:03:33.343\\\",\\\"y\\\":100.0},{\\\"id\\\":29,\\\"x\\\":\\\"2020-08-25T22:01:52.973\\\",\\\"y\\\":100.0},{\\\"id\\\":30,\\\"x\\\":\\\"2020-08-27T22:08:06.207\\\",\\\"y\\\":100.0},{\\\"id\\\":31,\\\"x\\\":\\\"2020-09-01T22:01:09.573\\\",\\\"y\\\":100.0},{\\\"id\\\":32,\\\"x\\\":\\\"2020-09-03T22:05:24.217\\\",\\\"y\\\":100.0},{\\\"id\\\":33,\\\"x\\\":\\\"2020-09-10T22:02:44.247\\\",\\\"y\\\":100.0},{\\\"id\\\":34,\\\"x\\\":\\\"2020-09-17T22:02:29.387\\\",\\\"y\\\":100.0},{\\\"id\\\":35,\\\"x\\\":\\\"2020-09-24T22:00:48.393\\\",\\\"y\\\":100.0},{\\\"id\\\":36,\\\"x\\\":\\\"2020-10-01T22:00:48.817\\\",\\\"y\\\":100.0},{\\\"id\\\":37,\\\"x\\\":\\\"2020-10-08T22:01:31.76\\\",\\\"y\\\":100.0},{\\\"id\\\":38,\\\"x\\\":\\\"2020-10-09T22:01:12.44\\\",\\\"y\\\":100.0},{\\\"id\\\":39,\\\"x\\\":\\\"2020-10-13T22:00:22.487\\\",\\\"y\\\":100.0},{\\\"id\\\":40,\\\"x\\\":\\\"2020-10-15T22:01:24.637\\\",\\\"y\\\":100.0},{\\\"id\\\":41,\\\"x\\\":\\\"2020-10-20T22:01:01.99\\\",\\\"y\\\":100.0},{\\\"id\\\":42,\\\"x\\\":\\\"2020-10-23T22:01:01.1\\\",\\\"y\\\":100.0},{\\\"id\\\":43,\\\"x\\\":\\\"2020-10-29T22:02:07.053\\\",\\\"y\\\":100.0},{\\\"id\\\":44,\\\"x\\\":\\\"2020-11-05T22:02:04.483\\\",\\\"y\\\":100.0},{\\\"id\\\":45,\\\"x\\\":\\\"2020-11-09T22:02:01.303\\\",\\\"y\\\":100.0},{\\\"id\\\":46,\\\"x\\\":\\\"2020-11-12T22:01:22.68\\\",\\\"y\\\":100.0},{\\\"id\\\":47,\\\"x\\\":\\\"2020-11-19T22:00:59.94\\\",\\\"y\\\":100.0},{\\\"id\\\":48,\\\"x\\\":\\\"2020-11-25T22:01:09.077\\\",\\\"y\\\":100.0},{\\\"id\\\":49,\\\"x\\\":\\\"2020-11-26T22:00:25.027\\\",\\\"y\\\":100.0},{\\\"id\\\":50,\\\"x\\\":\\\"2020-12-03T22:01:22.837\\\",\\\"y\\\":100.0},{\\\"id\\\":51,\\\"x\\\":\\\"2020-12-10T22:00:55.427\\\",\\\"y\\\":100.0},{\\\"id\\\":52,\\\"x\\\":\\\"2021-01-07T22:00:49.92\\\",\\\"y\\\":100.0},{\\\"id\\\":53,\\\"x\\\":\\\"2021-01-14T22:00:39.673\\\",\\\"y\\\":100.0},{\\\"id\\\":54,\\\"x\\\":\\\"2021-01-21T22:01:15.387\\\",\\\"y\\\":100.0},{\\\"id\\\":55,\\\"x\\\":\\\"2021-01-28T22:01:15.52\\\",\\\"y\\\":100.0},{\\\"id\\\":56,\\\"x\\\":\\\"2021-02-04T22:01:15.223\\\",\\\"y\\\":100.0},{\\\"id\\\":57,\\\"x\\\":\\\"2021-02-15T22:00:42.943\\\",\\\"y\\\":100.0},{\\\"id\\\":58,\\\"x\\\":\\\"2021-02-17T22:00:54.313\\\",\\\"y\\\":100.0},{\\\"id\\\":59,\\\"x\\\":\\\"2021-02-18T22:01:43.87\\\",\\\"y\\\":100.0},{\\\"id\\\":60,\\\"x\\\":\\\"2021-03-04T22:01:07.667\\\",\\\"y\\\":0.0},{\\\"id\\\":61,\\\"x\\\":\\\"2021-03-08T22:01:07.52\\\",\\\"y\\\":0.0},{\\\"id\\\":62,\\\"x\\\":\\\"2021-03-11T22:00:58.48\\\",\\\"y\\\":0.0},{\\\"id\\\":63,\\\"x\\\":\\\"2021-03-18T22:00:34.85\\\",\\\"y\\\":0.0},{\\\"id\\\":64,\\\"x\\\":\\\"2021-03-24T22:01:38.023\\\",\\\"y\\\":0.0},{\\\"id\\\":65,\\\"x\\\":\\\"2021-03-30T22:01:32.907\\\",\\\"y\\\":0.0},{\\\"id\\\":66,\\\"x\\\":\\\"2021-04-07T22:00:23.81\\\",\\\"y\\\":0.0},{\\\"id\\\":67,\\\"x\\\":\\\"2021-04-08T22:00:46.463\\\",\\\"y\\\":0.0},{\\\"id\\\":68,\\\"x\\\":\\\"2021-04-09T22:01:43.35\\\",\\\"y\\\":0.0},{\\\"id\\\":69,\\\"x\\\":\\\"2021-04-12T22:00:32.507\\\",\\\"y\\\":0.0},{\\\"id\\\":70,\\\"x\\\":\\\"2021-04-13T22:01:23.44\\\",\\\"y\\\":0.0},{\\\"id\\\":71,\\\"x\\\":\\\"2021-04-15T22:00:51.167\\\",\\\"y\\\":0.0},{\\\"id\\\":72,\\\"x\\\":\\\"2021-04-19T22:00:31.23\\\",\\\"y\\\":0.0},{\\\"id\\\":73,\\\"x\\\":\\\"2021-04-23T22:00:35.86\\\",\\\"y\\\":0.0},{\\\"id\\\":74,\\\"x\\\":\\\"2021-04-29T22:00:39.667\\\",\\\"y\\\":0.0},{\\\"id\\\":75,\\\"x\\\":\\\"2021-05-07T22:01:21.28\\\",\\\"y\\\":0.0},{\\\"id\\\":76,\\\"x\\\":\\\"2021-05-13T22:01:05.373\\\",\\\"y\\\":0.0},{\\\"id\\\":77,\\\"x\\\":\\\"2021-05-20T22:00:39.607\\\",\\\"y\\\":0.0},{\\\"id\\\":78,\\\"x\\\":\\\"2021-05-27T22:00:36.687\\\",\\\"y\\\":0.0},{\\\"id\\\":79,\\\"x\\\":\\\"2021-06-02T22:01:34.903\\\",\\\"y\\\":0.0},{\\\"id\\\":80,\\\"x\\\":\\\"2021-06-03T22:01:11.737\\\",\\\"y\\\":0.0},{\\\"id\\\":81,\\\"x\\\":\\\"2021-06-04T22:01:21.63\\\",\\\"y\\\":0.0},{\\\"id\\\":82,\\\"x\\\":\\\"2021-06-10T22:01:01.637\\\",\\\"y\\\":0.0},{\\\"id\\\":83,\\\"x\\\":\\\"2021-06-11T22:01:48.423\\\",\\\"y\\\":0.0},{\\\"id\\\":84,\\\"x\\\":\\\"2021-06-14T22:00:43.753\\\",\\\"y\\\":0.0},{\\\"id\\\":85,\\\"x\\\":\\\"2021-06-16T22:02:15.173\\\",\\\"y\\\":100.0},{\\\"id\\\":86,\\\"x\\\":\\\"2021-06-17T22:02:09.42\\\",\\\"y\\\":100.0},{\\\"id\\\":87,\\\"x\\\":\\\"2021-06-21T22:00:44.507\\\",\\\"y\\\":100.0},{\\\"id\\\":88,\\\"x\\\":\\\"2021-06-24T22:01:50.193\\\",\\\"y\\\":100.0},{\\\"id\\\":89,\\\"x\\\":\\\"2021-07-06T22:01:29.157\\\",\\\"y\\\":100.0},{\\\"id\\\":90,\\\"x\\\":\\\"2021-07-07T22:00:45.023\\\",\\\"y\\\":100.0},{\\\"id\\\":91,\\\"x\\\":\\\"2021-07-08T22:01:04.547\\\",\\\"y\\\":100.0},{\\\"id\\\":92,\\\"x\\\":\\\"2021-07-12T22:00:46.423\\\",\\\"y\\\":100.0},{\\\"id\\\":93,\\\"x\\\":\\\"2021-07-13T22:02:01.25\\\",\\\"y\\\":100.0},{\\\"id\\\":94,\\\"x\\\":\\\"2021-07-14T22:00:26.43\\\",\\\"y\\\":100.0},{\\\"id\\\":95,\\\"x\\\":\\\"2021-07-22T22:01:29.09\\\",\\\"y\\\":100.0}]\"\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"name\": \"Test project 2\",\r\n                \"forcastDataModel\": \"[{\\\"id\\\":0,\\\"x\\\":\\\"2020-02-20T22:00:43.463\\\",\\\"y\\\":0.0},{\\\"id\\\":1,\\\"x\\\":\\\"2020-03-26T22:01:29.773\\\",\\\"y\\\":0.0},{\\\"id\\\":2,\\\"x\\\":\\\"2020-03-30T22:01:05.68\\\",\\\"y\\\":0.0},{\\\"id\\\":3,\\\"x\\\":\\\"2020-04-17T22:01:05.747\\\",\\\"y\\\":0.0},{\\\"id\\\":4,\\\"x\\\":\\\"2020-04-24T22:02:09.123\\\",\\\"y\\\":0.0},{\\\"id\\\":5,\\\"x\\\":\\\"2020-04-28T22:00:41.87\\\",\\\"y\\\":0.0},{\\\"id\\\":6,\\\"x\\\":\\\"2020-04-30T22:01:01.387\\\",\\\"y\\\":0.0},{\\\"id\\\":7,\\\"x\\\":\\\"2020-05-01T22:01:36.747\\\",\\\"y\\\":0.0},{\\\"id\\\":8,\\\"x\\\":\\\"2020-05-08T22:01:09.207\\\",\\\"y\\\":0.0},{\\\"id\\\":9,\\\"x\\\":\\\"2020-05-14T22:01:27.037\\\",\\\"y\\\":0.0},{\\\"id\\\":10,\\\"x\\\":\\\"2020-05-15T22:00:29.957\\\",\\\"y\\\":0.0},{\\\"id\\\":11,\\\"x\\\":\\\"2020-05-26T22:01:42.15\\\",\\\"y\\\":0.0},{\\\"id\\\":12,\\\"x\\\":\\\"2020-05-28T22:00:14.573\\\",\\\"y\\\":0.0},{\\\"id\\\":13,\\\"x\\\":\\\"2020-06-05T22:00:53.663\\\",\\\"y\\\":0.0},{\\\"id\\\":14,\\\"x\\\":\\\"2020-06-11T22:02:00.557\\\",\\\"y\\\":100.0},{\\\"id\\\":15,\\\"x\\\":\\\"2020-06-12T22:02:22.13\\\",\\\"y\\\":100.0},{\\\"id\\\":16,\\\"x\\\":\\\"2020-06-15T22:01:16.777\\\",\\\"y\\\":100.0},{\\\"id\\\":17,\\\"x\\\":\\\"2020-06-18T22:00:15.883\\\",\\\"y\\\":100.0},{\\\"id\\\":18,\\\"x\\\":\\\"2020-06-25T22:00:28.19\\\",\\\"y\\\":100.0},{\\\"id\\\":19,\\\"x\\\":\\\"2020-07-01T22:02:18.44\\\",\\\"y\\\":98.0},{\\\"id\\\":20,\\\"x\\\":\\\"2020-07-02T22:03:21.307\\\",\\\"y\\\":98.0},{\\\"id\\\":21,\\\"x\\\":\\\"2020-07-09T22:01:33.53\\\",\\\"y\\\":98.0},{\\\"id\\\":22,\\\"x\\\":\\\"2020-07-16T22:01:26.833\\\",\\\"y\\\":98.0},{\\\"id\\\":23,\\\"x\\\":\\\"2020-07-29T22:01:11.053\\\",\\\"y\\\":100.0},{\\\"id\\\":24,\\\"x\\\":\\\"2020-07-30T22:00:53.373\\\",\\\"y\\\":100.0},{\\\"id\\\":25,\\\"x\\\":\\\"2020-08-06T22:01:05.107\\\",\\\"y\\\":100.0},{\\\"id\\\":26,\\\"x\\\":\\\"2020-08-09T22:00:04.073\\\",\\\"y\\\":100.0},{\\\"id\\\":27,\\\"x\\\":\\\"2020-08-13T22:02:30.337\\\",\\\"y\\\":100.0},{\\\"id\\\":28,\\\"x\\\":\\\"2020-08-20T22:03:33.343\\\",\\\"y\\\":100.0},{\\\"id\\\":29,\\\"x\\\":\\\"2020-08-25T22:01:52.973\\\",\\\"y\\\":100.0},{\\\"id\\\":30,\\\"x\\\":\\\"2020-08-27T22:08:06.207\\\",\\\"y\\\":100.0},{\\\"id\\\":31,\\\"x\\\":\\\"2020-09-01T22:01:09.573\\\",\\\"y\\\":100.0},{\\\"id\\\":32,\\\"x\\\":\\\"2020-09-03T22:05:24.217\\\",\\\"y\\\":100.0},{\\\"id\\\":33,\\\"x\\\":\\\"2020-09-10T22:02:44.247\\\",\\\"y\\\":100.0},{\\\"id\\\":34,\\\"x\\\":\\\"2020-09-17T22:02:29.387\\\",\\\"y\\\":100.0},{\\\"id\\\":35,\\\"x\\\":\\\"2020-09-24T22:00:48.393\\\",\\\"y\\\":100.0},{\\\"id\\\":36,\\\"x\\\":\\\"2020-10-01T22:00:48.817\\\",\\\"y\\\":100.0},{\\\"id\\\":37,\\\"x\\\":\\\"2020-10-08T22:01:31.76\\\",\\\"y\\\":100.0},{\\\"id\\\":38,\\\"x\\\":\\\"2020-10-09T22:01:12.44\\\",\\\"y\\\":100.0},{\\\"id\\\":39,\\\"x\\\":\\\"2020-10-13T22:00:22.487\\\",\\\"y\\\":100.0},{\\\"id\\\":40,\\\"x\\\":\\\"2020-10-15T22:01:24.637\\\",\\\"y\\\":100.0},{\\\"id\\\":41,\\\"x\\\":\\\"2020-10-20T22:01:01.99\\\",\\\"y\\\":100.0},{\\\"id\\\":42,\\\"x\\\":\\\"2020-10-23T22:01:01.1\\\",\\\"y\\\":100.0},{\\\"id\\\":43,\\\"x\\\":\\\"2020-10-29T22:02:07.053\\\",\\\"y\\\":100.0},{\\\"id\\\":44,\\\"x\\\":\\\"2020-11-05T22:02:04.483\\\",\\\"y\\\":100.0},{\\\"id\\\":45,\\\"x\\\":\\\"2020-11-09T22:02:01.303\\\",\\\"y\\\":100.0},{\\\"id\\\":46,\\\"x\\\":\\\"2020-11-12T22:01:22.68\\\",\\\"y\\\":100.0},{\\\"id\\\":47,\\\"x\\\":\\\"2020-11-19T22:00:59.94\\\",\\\"y\\\":100.0},{\\\"id\\\":48,\\\"x\\\":\\\"2020-11-25T22:01:09.077\\\",\\\"y\\\":100.0},{\\\"id\\\":49,\\\"x\\\":\\\"2020-11-26T22:00:25.027\\\",\\\"y\\\":100.0},{\\\"id\\\":50,\\\"x\\\":\\\"2020-12-03T22:01:22.837\\\",\\\"y\\\":100.0},{\\\"id\\\":51,\\\"x\\\":\\\"2020-12-10T22:00:55.427\\\",\\\"y\\\":100.0},{\\\"id\\\":52,\\\"x\\\":\\\"2021-01-07T22:00:49.92\\\",\\\"y\\\":100.0},{\\\"id\\\":53,\\\"x\\\":\\\"2021-01-14T22:00:39.673\\\",\\\"y\\\":100.0},{\\\"id\\\":54,\\\"x\\\":\\\"2021-01-21T22:01:15.387\\\",\\\"y\\\":100.0},{\\\"id\\\":55,\\\"x\\\":\\\"2021-01-28T22:01:15.52\\\",\\\"y\\\":100.0},{\\\"id\\\":56,\\\"x\\\":\\\"2021-02-04T22:01:15.223\\\",\\\"y\\\":100.0},{\\\"id\\\":57,\\\"x\\\":\\\"2021-02-15T22:00:42.943\\\",\\\"y\\\":100.0},{\\\"id\\\":58,\\\"x\\\":\\\"2021-02-17T22:00:54.313\\\",\\\"y\\\":100.0},{\\\"id\\\":59,\\\"x\\\":\\\"2021-02-18T22:01:43.87\\\",\\\"y\\\":100.0},{\\\"id\\\":60,\\\"x\\\":\\\"2021-03-04T22:01:07.667\\\",\\\"y\\\":0.0},{\\\"id\\\":61,\\\"x\\\":\\\"2021-03-08T22:01:07.52\\\",\\\"y\\\":0.0},{\\\"id\\\":62,\\\"x\\\":\\\"2021-03-11T22:00:58.48\\\",\\\"y\\\":0.0},{\\\"id\\\":63,\\\"x\\\":\\\"2021-03-18T22:00:34.85\\\",\\\"y\\\":0.0},{\\\"id\\\":64,\\\"x\\\":\\\"2021-03-24T22:01:38.023\\\",\\\"y\\\":0.0},{\\\"id\\\":65,\\\"x\\\":\\\"2021-03-30T22:01:32.907\\\",\\\"y\\\":0.0},{\\\"id\\\":66,\\\"x\\\":\\\"2021-04-07T22:00:23.81\\\",\\\"y\\\":0.0},{\\\"id\\\":67,\\\"x\\\":\\\"2021-04-08T22:00:46.463\\\",\\\"y\\\":0.0},{\\\"id\\\":68,\\\"x\\\":\\\"2021-04-09T22:01:43.35\\\",\\\"y\\\":0.0},{\\\"id\\\":69,\\\"x\\\":\\\"2021-04-12T22:00:32.507\\\",\\\"y\\\":0.0},{\\\"id\\\":70,\\\"x\\\":\\\"2021-04-13T22:01:23.44\\\",\\\"y\\\":0.0},{\\\"id\\\":71,\\\"x\\\":\\\"2021-04-15T22:00:51.167\\\",\\\"y\\\":0.0},{\\\"id\\\":72,\\\"x\\\":\\\"2021-04-19T22:00:31.23\\\",\\\"y\\\":0.0},{\\\"id\\\":73,\\\"x\\\":\\\"2021-04-23T22:00:35.86\\\",\\\"y\\\":0.0},{\\\"id\\\":74,\\\"x\\\":\\\"2021-04-29T22:00:39.667\\\",\\\"y\\\":0.0},{\\\"id\\\":75,\\\"x\\\":\\\"2021-05-07T22:01:21.28\\\",\\\"y\\\":0.0},{\\\"id\\\":76,\\\"x\\\":\\\"2021-05-13T22:01:05.373\\\",\\\"y\\\":0.0},{\\\"id\\\":77,\\\"x\\\":\\\"2021-05-20T22:00:39.607\\\",\\\"y\\\":0.0},{\\\"id\\\":78,\\\"x\\\":\\\"2021-05-27T22:00:36.687\\\",\\\"y\\\":0.0},{\\\"id\\\":79,\\\"x\\\":\\\"2021-06-02T22:01:34.903\\\",\\\"y\\\":0.0},{\\\"id\\\":80,\\\"x\\\":\\\"2021-06-03T22:01:11.737\\\",\\\"y\\\":0.0},{\\\"id\\\":81,\\\"x\\\":\\\"2021-06-04T22:01:21.63\\\",\\\"y\\\":0.0},{\\\"id\\\":82,\\\"x\\\":\\\"2021-06-10T22:01:01.637\\\",\\\"y\\\":0.0},{\\\"id\\\":83,\\\"x\\\":\\\"2021-06-11T22:01:48.423\\\",\\\"y\\\":0.0},{\\\"id\\\":84,\\\"x\\\":\\\"2021-06-14T22:00:43.753\\\",\\\"y\\\":0.0},{\\\"id\\\":85,\\\"x\\\":\\\"2021-06-16T22:02:15.173\\\",\\\"y\\\":100.0},{\\\"id\\\":86,\\\"x\\\":\\\"2021-06-17T22:02:09.42\\\",\\\"y\\\":100.0},{\\\"id\\\":87,\\\"x\\\":\\\"2021-06-21T22:00:44.507\\\",\\\"y\\\":100.0},{\\\"id\\\":88,\\\"x\\\":\\\"2021-06-24T22:01:50.193\\\",\\\"y\\\":100.0},{\\\"id\\\":89,\\\"x\\\":\\\"2021-07-06T22:01:29.157\\\",\\\"y\\\":100.0},{\\\"id\\\":90,\\\"x\\\":\\\"2021-07-07T22:00:45.023\\\",\\\"y\\\":100.0},{\\\"id\\\":91,\\\"x\\\":\\\"2021-07-08T22:01:04.547\\\",\\\"y\\\":100.0},{\\\"id\\\":92,\\\"x\\\":\\\"2021-07-12T22:00:46.423\\\",\\\"y\\\":100.0},{\\\"id\\\":93,\\\"x\\\":\\\"2021-07-13T22:02:01.25\\\",\\\"y\\\":100.0},{\\\"id\\\":94,\\\"x\\\":\\\"2021-07-14T22:00:26.43\\\",\\\"y\\\":100.0},{\\\"id\\\":95,\\\"x\\\":\\\"2021-07-22T22:01:29.09\\\",\\\"y\\\":100.0}]\",\r\n                \"ActualDataModel\": \"[{\\\"id\\\":0,\\\"x\\\":\\\"2020-02-20T22:00:43.463\\\",\\\"y\\\":0.0},{\\\"id\\\":1,\\\"x\\\":\\\"2020-03-26T22:01:29.773\\\",\\\"y\\\":0.0},{\\\"id\\\":2,\\\"x\\\":\\\"2020-03-30T22:01:05.68\\\",\\\"y\\\":0.0},{\\\"id\\\":3,\\\"x\\\":\\\"2020-04-17T22:01:05.747\\\",\\\"y\\\":0.0},{\\\"id\\\":4,\\\"x\\\":\\\"2020-04-24T22:02:09.123\\\",\\\"y\\\":0.0},{\\\"id\\\":5,\\\"x\\\":\\\"2020-04-28T22:00:41.87\\\",\\\"y\\\":0.0},{\\\"id\\\":6,\\\"x\\\":\\\"2020-04-30T22:01:01.387\\\",\\\"y\\\":0.0},{\\\"id\\\":7,\\\"x\\\":\\\"2020-05-01T22:01:36.747\\\",\\\"y\\\":0.0},{\\\"id\\\":8,\\\"x\\\":\\\"2020-05-08T22:01:09.207\\\",\\\"y\\\":0.0},{\\\"id\\\":9,\\\"x\\\":\\\"2020-05-14T22:01:27.037\\\",\\\"y\\\":0.0},{\\\"id\\\":10,\\\"x\\\":\\\"2020-05-15T22:00:29.957\\\",\\\"y\\\":0.0},{\\\"id\\\":11,\\\"x\\\":\\\"2020-05-26T22:01:42.15\\\",\\\"y\\\":0.0},{\\\"id\\\":12,\\\"x\\\":\\\"2020-05-28T22:00:14.573\\\",\\\"y\\\":0.0},{\\\"id\\\":13,\\\"x\\\":\\\"2020-06-05T22:00:53.663\\\",\\\"y\\\":0.0},{\\\"id\\\":14,\\\"x\\\":\\\"2020-06-11T22:02:00.557\\\",\\\"y\\\":100.0},{\\\"id\\\":15,\\\"x\\\":\\\"2020-06-12T22:02:22.13\\\",\\\"y\\\":100.0},{\\\"id\\\":16,\\\"x\\\":\\\"2020-06-15T22:01:16.777\\\",\\\"y\\\":100.0},{\\\"id\\\":17,\\\"x\\\":\\\"2020-06-18T22:00:15.883\\\",\\\"y\\\":100.0},{\\\"id\\\":18,\\\"x\\\":\\\"2020-06-25T22:00:28.19\\\",\\\"y\\\":100.0},{\\\"id\\\":19,\\\"x\\\":\\\"2020-07-01T22:02:18.44\\\",\\\"y\\\":98.0},{\\\"id\\\":20,\\\"x\\\":\\\"2020-07-02T22:03:21.307\\\",\\\"y\\\":98.0},{\\\"id\\\":21,\\\"x\\\":\\\"2020-07-09T22:01:33.53\\\",\\\"y\\\":98.0},{\\\"id\\\":22,\\\"x\\\":\\\"2020-07-16T22:01:26.833\\\",\\\"y\\\":98.0},{\\\"id\\\":23,\\\"x\\\":\\\"2020-07-29T22:01:11.053\\\",\\\"y\\\":100.0},{\\\"id\\\":24,\\\"x\\\":\\\"2020-07-30T22:00:53.373\\\",\\\"y\\\":100.0},{\\\"id\\\":25,\\\"x\\\":\\\"2020-08-06T22:01:05.107\\\",\\\"y\\\":100.0},{\\\"id\\\":26,\\\"x\\\":\\\"2020-08-09T22:00:04.073\\\",\\\"y\\\":100.0},{\\\"id\\\":27,\\\"x\\\":\\\"2020-08-13T22:02:30.337\\\",\\\"y\\\":100.0},{\\\"id\\\":28,\\\"x\\\":\\\"2020-08-20T22:03:33.343\\\",\\\"y\\\":100.0},{\\\"id\\\":29,\\\"x\\\":\\\"2020-08-25T22:01:52.973\\\",\\\"y\\\":100.0},{\\\"id\\\":30,\\\"x\\\":\\\"2020-08-27T22:08:06.207\\\",\\\"y\\\":100.0},{\\\"id\\\":31,\\\"x\\\":\\\"2020-09-01T22:01:09.573\\\",\\\"y\\\":100.0},{\\\"id\\\":32,\\\"x\\\":\\\"2020-09-03T22:05:24.217\\\",\\\"y\\\":100.0},{\\\"id\\\":33,\\\"x\\\":\\\"2020-09-10T22:02:44.247\\\",\\\"y\\\":100.0},{\\\"id\\\":34,\\\"x\\\":\\\"2020-09-17T22:02:29.387\\\",\\\"y\\\":100.0},{\\\"id\\\":35,\\\"x\\\":\\\"2020-09-24T22:00:48.393\\\",\\\"y\\\":100.0},{\\\"id\\\":36,\\\"x\\\":\\\"2020-10-01T22:00:48.817\\\",\\\"y\\\":100.0},{\\\"id\\\":37,\\\"x\\\":\\\"2020-10-08T22:01:31.76\\\",\\\"y\\\":100.0},{\\\"id\\\":38,\\\"x\\\":\\\"2020-10-09T22:01:12.44\\\",\\\"y\\\":100.0},{\\\"id\\\":39,\\\"x\\\":\\\"2020-10-13T22:00:22.487\\\",\\\"y\\\":100.0},{\\\"id\\\":40,\\\"x\\\":\\\"2020-10-15T22:01:24.637\\\",\\\"y\\\":100.0},{\\\"id\\\":41,\\\"x\\\":\\\"2020-10-20T22:01:01.99\\\",\\\"y\\\":100.0},{\\\"id\\\":42,\\\"x\\\":\\\"2020-10-23T22:01:01.1\\\",\\\"y\\\":100.0},{\\\"id\\\":43,\\\"x\\\":\\\"2020-10-29T22:02:07.053\\\",\\\"y\\\":100.0},{\\\"id\\\":44,\\\"x\\\":\\\"2020-11-05T22:02:04.483\\\",\\\"y\\\":100.0},{\\\"id\\\":45,\\\"x\\\":\\\"2020-11-09T22:02:01.303\\\",\\\"y\\\":100.0},{\\\"id\\\":46,\\\"x\\\":\\\"2020-11-12T22:01:22.68\\\",\\\"y\\\":100.0},{\\\"id\\\":47,\\\"x\\\":\\\"2020-11-19T22:00:59.94\\\",\\\"y\\\":100.0},{\\\"id\\\":48,\\\"x\\\":\\\"2020-11-25T22:01:09.077\\\",\\\"y\\\":100.0},{\\\"id\\\":49,\\\"x\\\":\\\"2020-11-26T22:00:25.027\\\",\\\"y\\\":100.0},{\\\"id\\\":50,\\\"x\\\":\\\"2020-12-03T22:01:22.837\\\",\\\"y\\\":100.0},{\\\"id\\\":51,\\\"x\\\":\\\"2020-12-10T22:00:55.427\\\",\\\"y\\\":100.0},{\\\"id\\\":52,\\\"x\\\":\\\"2021-01-07T22:00:49.92\\\",\\\"y\\\":100.0},{\\\"id\\\":53,\\\"x\\\":\\\"2021-01-14T22:00:39.673\\\",\\\"y\\\":100.0},{\\\"id\\\":54,\\\"x\\\":\\\"2021-01-21T22:01:15.387\\\",\\\"y\\\":100.0},{\\\"id\\\":55,\\\"x\\\":\\\"2021-01-28T22:01:15.52\\\",\\\"y\\\":100.0},{\\\"id\\\":56,\\\"x\\\":\\\"2021-02-04T22:01:15.223\\\",\\\"y\\\":100.0},{\\\"id\\\":57,\\\"x\\\":\\\"2021-02-15T22:00:42.943\\\",\\\"y\\\":100.0},{\\\"id\\\":58,\\\"x\\\":\\\"2021-02-17T22:00:54.313\\\",\\\"y\\\":100.0},{\\\"id\\\":59,\\\"x\\\":\\\"2021-02-18T22:01:43.87\\\",\\\"y\\\":100.0},{\\\"id\\\":60,\\\"x\\\":\\\"2021-03-04T22:01:07.667\\\",\\\"y\\\":0.0},{\\\"id\\\":61,\\\"x\\\":\\\"2021-03-08T22:01:07.52\\\",\\\"y\\\":0.0},{\\\"id\\\":62,\\\"x\\\":\\\"2021-03-11T22:00:58.48\\\",\\\"y\\\":0.0},{\\\"id\\\":63,\\\"x\\\":\\\"2021-03-18T22:00:34.85\\\",\\\"y\\\":0.0},{\\\"id\\\":64,\\\"x\\\":\\\"2021-03-24T22:01:38.023\\\",\\\"y\\\":0.0},{\\\"id\\\":65,\\\"x\\\":\\\"2021-03-30T22:01:32.907\\\",\\\"y\\\":0.0},{\\\"id\\\":66,\\\"x\\\":\\\"2021-04-07T22:00:23.81\\\",\\\"y\\\":0.0},{\\\"id\\\":67,\\\"x\\\":\\\"2021-04-08T22:00:46.463\\\",\\\"y\\\":0.0},{\\\"id\\\":68,\\\"x\\\":\\\"2021-04-09T22:01:43.35\\\",\\\"y\\\":0.0},{\\\"id\\\":69,\\\"x\\\":\\\"2021-04-12T22:00:32.507\\\",\\\"y\\\":0.0},{\\\"id\\\":70,\\\"x\\\":\\\"2021-04-13T22:01:23.44\\\",\\\"y\\\":0.0},{\\\"id\\\":71,\\\"x\\\":\\\"2021-04-15T22:00:51.167\\\",\\\"y\\\":0.0},{\\\"id\\\":72,\\\"x\\\":\\\"2021-04-19T22:00:31.23\\\",\\\"y\\\":0.0},{\\\"id\\\":73,\\\"x\\\":\\\"2021-04-23T22:00:35.86\\\",\\\"y\\\":0.0},{\\\"id\\\":74,\\\"x\\\":\\\"2021-04-29T22:00:39.667\\\",\\\"y\\\":0.0},{\\\"id\\\":75,\\\"x\\\":\\\"2021-05-07T22:01:21.28\\\",\\\"y\\\":0.0},{\\\"id\\\":76,\\\"x\\\":\\\"2021-05-13T22:01:05.373\\\",\\\"y\\\":0.0},{\\\"id\\\":77,\\\"x\\\":\\\"2021-05-20T22:00:39.607\\\",\\\"y\\\":0.0},{\\\"id\\\":78,\\\"x\\\":\\\"2021-05-27T22:00:36.687\\\",\\\"y\\\":0.0},{\\\"id\\\":79,\\\"x\\\":\\\"2021-06-02T22:01:34.903\\\",\\\"y\\\":0.0},{\\\"id\\\":80,\\\"x\\\":\\\"2021-06-03T22:01:11.737\\\",\\\"y\\\":0.0},{\\\"id\\\":81,\\\"x\\\":\\\"2021-06-04T22:01:21.63\\\",\\\"y\\\":0.0},{\\\"id\\\":82,\\\"x\\\":\\\"2021-06-10T22:01:01.637\\\",\\\"y\\\":0.0},{\\\"id\\\":83,\\\"x\\\":\\\"2021-06-11T22:01:48.423\\\",\\\"y\\\":0.0},{\\\"id\\\":84,\\\"x\\\":\\\"2021-06-14T22:00:43.753\\\",\\\"y\\\":0.0},{\\\"id\\\":85,\\\"x\\\":\\\"2021-06-16T22:02:15.173\\\",\\\"y\\\":100.0},{\\\"id\\\":86,\\\"x\\\":\\\"2021-06-17T22:02:09.42\\\",\\\"y\\\":100.0},{\\\"id\\\":87,\\\"x\\\":\\\"2021-06-21T22:00:44.507\\\",\\\"y\\\":100.0},{\\\"id\\\":88,\\\"x\\\":\\\"2021-06-24T22:01:50.193\\\",\\\"y\\\":100.0},{\\\"id\\\":89,\\\"x\\\":\\\"2021-07-06T22:01:29.157\\\",\\\"y\\\":100.0},{\\\"id\\\":90,\\\"x\\\":\\\"2021-07-07T22:00:45.023\\\",\\\"y\\\":100.0},{\\\"id\\\":91,\\\"x\\\":\\\"2021-07-08T22:01:04.547\\\",\\\"y\\\":100.0},{\\\"id\\\":92,\\\"x\\\":\\\"2021-07-12T22:00:46.423\\\",\\\"y\\\":100.0},{\\\"id\\\":93,\\\"x\\\":\\\"2021-07-13T22:02:01.25\\\",\\\"y\\\":100.0},{\\\"id\\\":94,\\\"x\\\":\\\"2021-07-14T22:00:26.43\\\",\\\"y\\\":100.0},{\\\"id\\\":95,\\\"x\\\":\\\"2021-07-22T22:01:29.09\\\",\\\"y\\\":100.0}]\"\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"name\": \"Test project 3\",\r\n                \"forcastDataModel\": \"[{\\\"id\\\":0,\\\"x\\\":\\\"2020-02-20T22:00:43.463\\\",\\\"y\\\":0.0},{\\\"id\\\":1,\\\"x\\\":\\\"2020-03-26T22:01:29.773\\\",\\\"y\\\":0.0},{\\\"id\\\":2,\\\"x\\\":\\\"2020-03-30T22:01:05.68\\\",\\\"y\\\":0.0},{\\\"id\\\":3,\\\"x\\\":\\\"2020-04-17T22:01:05.747\\\",\\\"y\\\":0.0},{\\\"id\\\":4,\\\"x\\\":\\\"2020-04-24T22:02:09.123\\\",\\\"y\\\":0.0},{\\\"id\\\":5,\\\"x\\\":\\\"2020-04-28T22:00:41.87\\\",\\\"y\\\":0.0},{\\\"id\\\":6,\\\"x\\\":\\\"2020-04-30T22:01:01.387\\\",\\\"y\\\":0.0},{\\\"id\\\":7,\\\"x\\\":\\\"2020-05-01T22:01:36.747\\\",\\\"y\\\":0.0},{\\\"id\\\":8,\\\"x\\\":\\\"2020-05-08T22:01:09.207\\\",\\\"y\\\":0.0},{\\\"id\\\":9,\\\"x\\\":\\\"2020-05-14T22:01:27.037\\\",\\\"y\\\":0.0},{\\\"id\\\":10,\\\"x\\\":\\\"2020-05-15T22:00:29.957\\\",\\\"y\\\":0.0},{\\\"id\\\":11,\\\"x\\\":\\\"2020-05-26T22:01:42.15\\\",\\\"y\\\":0.0},{\\\"id\\\":12,\\\"x\\\":\\\"2020-05-28T22:00:14.573\\\",\\\"y\\\":0.0},{\\\"id\\\":13,\\\"x\\\":\\\"2020-06-05T22:00:53.663\\\",\\\"y\\\":0.0},{\\\"id\\\":14,\\\"x\\\":\\\"2020-06-11T22:02:00.557\\\",\\\"y\\\":100.0},{\\\"id\\\":15,\\\"x\\\":\\\"2020-06-12T22:02:22.13\\\",\\\"y\\\":100.0},{\\\"id\\\":16,\\\"x\\\":\\\"2020-06-15T22:01:16.777\\\",\\\"y\\\":100.0},{\\\"id\\\":17,\\\"x\\\":\\\"2020-06-18T22:00:15.883\\\",\\\"y\\\":100.0},{\\\"id\\\":18,\\\"x\\\":\\\"2020-06-25T22:00:28.19\\\",\\\"y\\\":100.0},{\\\"id\\\":19,\\\"x\\\":\\\"2020-07-01T22:02:18.44\\\",\\\"y\\\":98.0},{\\\"id\\\":20,\\\"x\\\":\\\"2020-07-02T22:03:21.307\\\",\\\"y\\\":98.0},{\\\"id\\\":21,\\\"x\\\":\\\"2020-07-09T22:01:33.53\\\",\\\"y\\\":98.0},{\\\"id\\\":22,\\\"x\\\":\\\"2020-07-16T22:01:26.833\\\",\\\"y\\\":98.0},{\\\"id\\\":23,\\\"x\\\":\\\"2020-07-29T22:01:11.053\\\",\\\"y\\\":100.0},{\\\"id\\\":24,\\\"x\\\":\\\"2020-07-30T22:00:53.373\\\",\\\"y\\\":100.0},{\\\"id\\\":25,\\\"x\\\":\\\"2020-08-06T22:01:05.107\\\",\\\"y\\\":100.0},{\\\"id\\\":26,\\\"x\\\":\\\"2020-08-09T22:00:04.073\\\",\\\"y\\\":100.0},{\\\"id\\\":27,\\\"x\\\":\\\"2020-08-13T22:02:30.337\\\",\\\"y\\\":100.0},{\\\"id\\\":28,\\\"x\\\":\\\"2020-08-20T22:03:33.343\\\",\\\"y\\\":100.0},{\\\"id\\\":29,\\\"x\\\":\\\"2020-08-25T22:01:52.973\\\",\\\"y\\\":100.0},{\\\"id\\\":30,\\\"x\\\":\\\"2020-08-27T22:08:06.207\\\",\\\"y\\\":100.0},{\\\"id\\\":31,\\\"x\\\":\\\"2020-09-01T22:01:09.573\\\",\\\"y\\\":100.0},{\\\"id\\\":32,\\\"x\\\":\\\"2020-09-03T22:05:24.217\\\",\\\"y\\\":100.0},{\\\"id\\\":33,\\\"x\\\":\\\"2020-09-10T22:02:44.247\\\",\\\"y\\\":100.0},{\\\"id\\\":34,\\\"x\\\":\\\"2020-09-17T22:02:29.387\\\",\\\"y\\\":100.0},{\\\"id\\\":35,\\\"x\\\":\\\"2020-09-24T22:00:48.393\\\",\\\"y\\\":100.0},{\\\"id\\\":36,\\\"x\\\":\\\"2020-10-01T22:00:48.817\\\",\\\"y\\\":100.0},{\\\"id\\\":37,\\\"x\\\":\\\"2020-10-08T22:01:31.76\\\",\\\"y\\\":100.0},{\\\"id\\\":38,\\\"x\\\":\\\"2020-10-09T22:01:12.44\\\",\\\"y\\\":100.0},{\\\"id\\\":39,\\\"x\\\":\\\"2020-10-13T22:00:22.487\\\",\\\"y\\\":100.0},{\\\"id\\\":40,\\\"x\\\":\\\"2020-10-15T22:01:24.637\\\",\\\"y\\\":100.0},{\\\"id\\\":41,\\\"x\\\":\\\"2020-10-20T22:01:01.99\\\",\\\"y\\\":100.0},{\\\"id\\\":42,\\\"x\\\":\\\"2020-10-23T22:01:01.1\\\",\\\"y\\\":100.0},{\\\"id\\\":43,\\\"x\\\":\\\"2020-10-29T22:02:07.053\\\",\\\"y\\\":100.0},{\\\"id\\\":44,\\\"x\\\":\\\"2020-11-05T22:02:04.483\\\",\\\"y\\\":100.0},{\\\"id\\\":45,\\\"x\\\":\\\"2020-11-09T22:02:01.303\\\",\\\"y\\\":100.0},{\\\"id\\\":46,\\\"x\\\":\\\"2020-11-12T22:01:22.68\\\",\\\"y\\\":100.0},{\\\"id\\\":47,\\\"x\\\":\\\"2020-11-19T22:00:59.94\\\",\\\"y\\\":100.0},{\\\"id\\\":48,\\\"x\\\":\\\"2020-11-25T22:01:09.077\\\",\\\"y\\\":100.0},{\\\"id\\\":49,\\\"x\\\":\\\"2020-11-26T22:00:25.027\\\",\\\"y\\\":100.0},{\\\"id\\\":50,\\\"x\\\":\\\"2020-12-03T22:01:22.837\\\",\\\"y\\\":100.0},{\\\"id\\\":51,\\\"x\\\":\\\"2020-12-10T22:00:55.427\\\",\\\"y\\\":100.0},{\\\"id\\\":52,\\\"x\\\":\\\"2021-01-07T22:00:49.92\\\",\\\"y\\\":100.0},{\\\"id\\\":53,\\\"x\\\":\\\"2021-01-14T22:00:39.673\\\",\\\"y\\\":100.0},{\\\"id\\\":54,\\\"x\\\":\\\"2021-01-21T22:01:15.387\\\",\\\"y\\\":100.0},{\\\"id\\\":55,\\\"x\\\":\\\"2021-01-28T22:01:15.52\\\",\\\"y\\\":100.0},{\\\"id\\\":56,\\\"x\\\":\\\"2021-02-04T22:01:15.223\\\",\\\"y\\\":100.0},{\\\"id\\\":57,\\\"x\\\":\\\"2021-02-15T22:00:42.943\\\",\\\"y\\\":100.0},{\\\"id\\\":58,\\\"x\\\":\\\"2021-02-17T22:00:54.313\\\",\\\"y\\\":100.0},{\\\"id\\\":59,\\\"x\\\":\\\"2021-02-18T22:01:43.87\\\",\\\"y\\\":100.0},{\\\"id\\\":60,\\\"x\\\":\\\"2021-03-04T22:01:07.667\\\",\\\"y\\\":0.0},{\\\"id\\\":61,\\\"x\\\":\\\"2021-03-08T22:01:07.52\\\",\\\"y\\\":0.0},{\\\"id\\\":62,\\\"x\\\":\\\"2021-03-11T22:00:58.48\\\",\\\"y\\\":0.0},{\\\"id\\\":63,\\\"x\\\":\\\"2021-03-18T22:00:34.85\\\",\\\"y\\\":0.0},{\\\"id\\\":64,\\\"x\\\":\\\"2021-03-24T22:01:38.023\\\",\\\"y\\\":0.0},{\\\"id\\\":65,\\\"x\\\":\\\"2021-03-30T22:01:32.907\\\",\\\"y\\\":0.0},{\\\"id\\\":66,\\\"x\\\":\\\"2021-04-07T22:00:23.81\\\",\\\"y\\\":0.0},{\\\"id\\\":67,\\\"x\\\":\\\"2021-04-08T22:00:46.463\\\",\\\"y\\\":0.0},{\\\"id\\\":68,\\\"x\\\":\\\"2021-04-09T22:01:43.35\\\",\\\"y\\\":0.0},{\\\"id\\\":69,\\\"x\\\":\\\"2021-04-12T22:00:32.507\\\",\\\"y\\\":0.0},{\\\"id\\\":70,\\\"x\\\":\\\"2021-04-13T22:01:23.44\\\",\\\"y\\\":0.0},{\\\"id\\\":71,\\\"x\\\":\\\"2021-04-15T22:00:51.167\\\",\\\"y\\\":0.0},{\\\"id\\\":72,\\\"x\\\":\\\"2021-04-19T22:00:31.23\\\",\\\"y\\\":0.0},{\\\"id\\\":73,\\\"x\\\":\\\"2021-04-23T22:00:35.86\\\",\\\"y\\\":0.0},{\\\"id\\\":74,\\\"x\\\":\\\"2021-04-29T22:00:39.667\\\",\\\"y\\\":0.0},{\\\"id\\\":75,\\\"x\\\":\\\"2021-05-07T22:01:21.28\\\",\\\"y\\\":0.0},{\\\"id\\\":76,\\\"x\\\":\\\"2021-05-13T22:01:05.373\\\",\\\"y\\\":0.0},{\\\"id\\\":77,\\\"x\\\":\\\"2021-05-20T22:00:39.607\\\",\\\"y\\\":0.0},{\\\"id\\\":78,\\\"x\\\":\\\"2021-05-27T22:00:36.687\\\",\\\"y\\\":0.0},{\\\"id\\\":79,\\\"x\\\":\\\"2021-06-02T22:01:34.903\\\",\\\"y\\\":0.0},{\\\"id\\\":80,\\\"x\\\":\\\"2021-06-03T22:01:11.737\\\",\\\"y\\\":0.0},{\\\"id\\\":81,\\\"x\\\":\\\"2021-06-04T22:01:21.63\\\",\\\"y\\\":0.0},{\\\"id\\\":82,\\\"x\\\":\\\"2021-06-10T22:01:01.637\\\",\\\"y\\\":0.0},{\\\"id\\\":83,\\\"x\\\":\\\"2021-06-11T22:01:48.423\\\",\\\"y\\\":0.0},{\\\"id\\\":84,\\\"x\\\":\\\"2021-06-14T22:00:43.753\\\",\\\"y\\\":0.0},{\\\"id\\\":85,\\\"x\\\":\\\"2021-06-16T22:02:15.173\\\",\\\"y\\\":100.0},{\\\"id\\\":86,\\\"x\\\":\\\"2021-06-17T22:02:09.42\\\",\\\"y\\\":100.0},{\\\"id\\\":87,\\\"x\\\":\\\"2021-06-21T22:00:44.507\\\",\\\"y\\\":100.0},{\\\"id\\\":88,\\\"x\\\":\\\"2021-06-24T22:01:50.193\\\",\\\"y\\\":100.0},{\\\"id\\\":89,\\\"x\\\":\\\"2021-07-06T22:01:29.157\\\",\\\"y\\\":100.0},{\\\"id\\\":90,\\\"x\\\":\\\"2021-07-07T22:00:45.023\\\",\\\"y\\\":100.0},{\\\"id\\\":91,\\\"x\\\":\\\"2021-07-08T22:01:04.547\\\",\\\"y\\\":100.0},{\\\"id\\\":92,\\\"x\\\":\\\"2021-07-12T22:00:46.423\\\",\\\"y\\\":100.0},{\\\"id\\\":93,\\\"x\\\":\\\"2021-07-13T22:02:01.25\\\",\\\"y\\\":100.0},{\\\"id\\\":94,\\\"x\\\":\\\"2021-07-14T22:00:26.43\\\",\\\"y\\\":100.0},{\\\"id\\\":95,\\\"x\\\":\\\"2021-07-22T22:01:29.09\\\",\\\"y\\\":100.0}]\",\r\n                \"ActualDataModel\": \"[{\\\"id\\\":0,\\\"x\\\":\\\"2020-02-20T22:00:43.463\\\",\\\"y\\\":0.0},{\\\"id\\\":1,\\\"x\\\":\\\"2020-03-26T22:01:29.773\\\",\\\"y\\\":0.0},{\\\"id\\\":2,\\\"x\\\":\\\"2020-03-30T22:01:05.68\\\",\\\"y\\\":0.0},{\\\"id\\\":3,\\\"x\\\":\\\"2020-04-17T22:01:05.747\\\",\\\"y\\\":0.0},{\\\"id\\\":4,\\\"x\\\":\\\"2020-04-24T22:02:09.123\\\",\\\"y\\\":0.0},{\\\"id\\\":5,\\\"x\\\":\\\"2020-04-28T22:00:41.87\\\",\\\"y\\\":0.0},{\\\"id\\\":6,\\\"x\\\":\\\"2020-04-30T22:01:01.387\\\",\\\"y\\\":0.0},{\\\"id\\\":7,\\\"x\\\":\\\"2020-05-01T22:01:36.747\\\",\\\"y\\\":0.0},{\\\"id\\\":8,\\\"x\\\":\\\"2020-05-08T22:01:09.207\\\",\\\"y\\\":0.0},{\\\"id\\\":9,\\\"x\\\":\\\"2020-05-14T22:01:27.037\\\",\\\"y\\\":0.0},{\\\"id\\\":10,\\\"x\\\":\\\"2020-05-15T22:00:29.957\\\",\\\"y\\\":0.0},{\\\"id\\\":11,\\\"x\\\":\\\"2020-05-26T22:01:42.15\\\",\\\"y\\\":0.0},{\\\"id\\\":12,\\\"x\\\":\\\"2020-05-28T22:00:14.573\\\",\\\"y\\\":0.0},{\\\"id\\\":13,\\\"x\\\":\\\"2020-06-05T22:00:53.663\\\",\\\"y\\\":0.0},{\\\"id\\\":14,\\\"x\\\":\\\"2020-06-11T22:02:00.557\\\",\\\"y\\\":100.0},{\\\"id\\\":15,\\\"x\\\":\\\"2020-06-12T22:02:22.13\\\",\\\"y\\\":100.0},{\\\"id\\\":16,\\\"x\\\":\\\"2020-06-15T22:01:16.777\\\",\\\"y\\\":100.0},{\\\"id\\\":17,\\\"x\\\":\\\"2020-06-18T22:00:15.883\\\",\\\"y\\\":100.0},{\\\"id\\\":18,\\\"x\\\":\\\"2020-06-25T22:00:28.19\\\",\\\"y\\\":100.0},{\\\"id\\\":19,\\\"x\\\":\\\"2020-07-01T22:02:18.44\\\",\\\"y\\\":98.0},{\\\"id\\\":20,\\\"x\\\":\\\"2020-07-02T22:03:21.307\\\",\\\"y\\\":98.0},{\\\"id\\\":21,\\\"x\\\":\\\"2020-07-09T22:01:33.53\\\",\\\"y\\\":98.0},{\\\"id\\\":22,\\\"x\\\":\\\"2020-07-16T22:01:26.833\\\",\\\"y\\\":98.0},{\\\"id\\\":23,\\\"x\\\":\\\"2020-07-29T22:01:11.053\\\",\\\"y\\\":100.0},{\\\"id\\\":24,\\\"x\\\":\\\"2020-07-30T22:00:53.373\\\",\\\"y\\\":100.0},{\\\"id\\\":25,\\\"x\\\":\\\"2020-08-06T22:01:05.107\\\",\\\"y\\\":100.0},{\\\"id\\\":26,\\\"x\\\":\\\"2020-08-09T22:00:04.073\\\",\\\"y\\\":100.0},{\\\"id\\\":27,\\\"x\\\":\\\"2020-08-13T22:02:30.337\\\",\\\"y\\\":100.0},{\\\"id\\\":28,\\\"x\\\":\\\"2020-08-20T22:03:33.343\\\",\\\"y\\\":100.0},{\\\"id\\\":29,\\\"x\\\":\\\"2020-08-25T22:01:52.973\\\",\\\"y\\\":100.0},{\\\"id\\\":30,\\\"x\\\":\\\"2020-08-27T22:08:06.207\\\",\\\"y\\\":100.0},{\\\"id\\\":31,\\\"x\\\":\\\"2020-09-01T22:01:09.573\\\",\\\"y\\\":100.0},{\\\"id\\\":32,\\\"x\\\":\\\"2020-09-03T22:05:24.217\\\",\\\"y\\\":100.0},{\\\"id\\\":33,\\\"x\\\":\\\"2020-09-10T22:02:44.247\\\",\\\"y\\\":100.0},{\\\"id\\\":34,\\\"x\\\":\\\"2020-09-17T22:02:29.387\\\",\\\"y\\\":100.0},{\\\"id\\\":35,\\\"x\\\":\\\"2020-09-24T22:00:48.393\\\",\\\"y\\\":100.0},{\\\"id\\\":36,\\\"x\\\":\\\"2020-10-01T22:00:48.817\\\",\\\"y\\\":100.0},{\\\"id\\\":37,\\\"x\\\":\\\"2020-10-08T22:01:31.76\\\",\\\"y\\\":100.0},{\\\"id\\\":38,\\\"x\\\":\\\"2020-10-09T22:01:12.44\\\",\\\"y\\\":100.0},{\\\"id\\\":39,\\\"x\\\":\\\"2020-10-13T22:00:22.487\\\",\\\"y\\\":100.0},{\\\"id\\\":40,\\\"x\\\":\\\"2020-10-15T22:01:24.637\\\",\\\"y\\\":100.0},{\\\"id\\\":41,\\\"x\\\":\\\"2020-10-20T22:01:01.99\\\",\\\"y\\\":100.0},{\\\"id\\\":42,\\\"x\\\":\\\"2020-10-23T22:01:01.1\\\",\\\"y\\\":100.0},{\\\"id\\\":43,\\\"x\\\":\\\"2020-10-29T22:02:07.053\\\",\\\"y\\\":100.0},{\\\"id\\\":44,\\\"x\\\":\\\"2020-11-05T22:02:04.483\\\",\\\"y\\\":100.0},{\\\"id\\\":45,\\\"x\\\":\\\"2020-11-09T22:02:01.303\\\",\\\"y\\\":100.0},{\\\"id\\\":46,\\\"x\\\":\\\"2020-11-12T22:01:22.68\\\",\\\"y\\\":100.0},{\\\"id\\\":47,\\\"x\\\":\\\"2020-11-19T22:00:59.94\\\",\\\"y\\\":100.0},{\\\"id\\\":48,\\\"x\\\":\\\"2020-11-25T22:01:09.077\\\",\\\"y\\\":100.0},{\\\"id\\\":49,\\\"x\\\":\\\"2020-11-26T22:00:25.027\\\",\\\"y\\\":100.0},{\\\"id\\\":50,\\\"x\\\":\\\"2020-12-03T22:01:22.837\\\",\\\"y\\\":100.0},{\\\"id\\\":51,\\\"x\\\":\\\"2020-12-10T22:00:55.427\\\",\\\"y\\\":100.0},{\\\"id\\\":52,\\\"x\\\":\\\"2021-01-07T22:00:49.92\\\",\\\"y\\\":100.0},{\\\"id\\\":53,\\\"x\\\":\\\"2021-01-14T22:00:39.673\\\",\\\"y\\\":100.0},{\\\"id\\\":54,\\\"x\\\":\\\"2021-01-21T22:01:15.387\\\",\\\"y\\\":100.0},{\\\"id\\\":55,\\\"x\\\":\\\"2021-01-28T22:01:15.52\\\",\\\"y\\\":100.0},{\\\"id\\\":56,\\\"x\\\":\\\"2021-02-04T22:01:15.223\\\",\\\"y\\\":100.0},{\\\"id\\\":57,\\\"x\\\":\\\"2021-02-15T22:00:42.943\\\",\\\"y\\\":100.0},{\\\"id\\\":58,\\\"x\\\":\\\"2021-02-17T22:00:54.313\\\",\\\"y\\\":100.0},{\\\"id\\\":59,\\\"x\\\":\\\"2021-02-18T22:01:43.87\\\",\\\"y\\\":100.0},{\\\"id\\\":60,\\\"x\\\":\\\"2021-03-04T22:01:07.667\\\",\\\"y\\\":0.0},{\\\"id\\\":61,\\\"x\\\":\\\"2021-03-08T22:01:07.52\\\",\\\"y\\\":0.0},{\\\"id\\\":62,\\\"x\\\":\\\"2021-03-11T22:00:58.48\\\",\\\"y\\\":0.0},{\\\"id\\\":63,\\\"x\\\":\\\"2021-03-18T22:00:34.85\\\",\\\"y\\\":0.0},{\\\"id\\\":64,\\\"x\\\":\\\"2021-03-24T22:01:38.023\\\",\\\"y\\\":0.0},{\\\"id\\\":65,\\\"x\\\":\\\"2021-03-30T22:01:32.907\\\",\\\"y\\\":0.0},{\\\"id\\\":66,\\\"x\\\":\\\"2021-04-07T22:00:23.81\\\",\\\"y\\\":0.0},{\\\"id\\\":67,\\\"x\\\":\\\"2021-04-08T22:00:46.463\\\",\\\"y\\\":0.0},{\\\"id\\\":68,\\\"x\\\":\\\"2021-04-09T22:01:43.35\\\",\\\"y\\\":0.0},{\\\"id\\\":69,\\\"x\\\":\\\"2021-04-12T22:00:32.507\\\",\\\"y\\\":0.0},{\\\"id\\\":70,\\\"x\\\":\\\"2021-04-13T22:01:23.44\\\",\\\"y\\\":0.0},{\\\"id\\\":71,\\\"x\\\":\\\"2021-04-15T22:00:51.167\\\",\\\"y\\\":0.0},{\\\"id\\\":72,\\\"x\\\":\\\"2021-04-19T22:00:31.23\\\",\\\"y\\\":0.0},{\\\"id\\\":73,\\\"x\\\":\\\"2021-04-23T22:00:35.86\\\",\\\"y\\\":0.0},{\\\"id\\\":74,\\\"x\\\":\\\"2021-04-29T22:00:39.667\\\",\\\"y\\\":0.0},{\\\"id\\\":75,\\\"x\\\":\\\"2021-05-07T22:01:21.28\\\",\\\"y\\\":0.0},{\\\"id\\\":76,\\\"x\\\":\\\"2021-05-13T22:01:05.373\\\",\\\"y\\\":0.0},{\\\"id\\\":77,\\\"x\\\":\\\"2021-05-20T22:00:39.607\\\",\\\"y\\\":0.0},{\\\"id\\\":78,\\\"x\\\":\\\"2021-05-27T22:00:36.687\\\",\\\"y\\\":0.0},{\\\"id\\\":79,\\\"x\\\":\\\"2021-06-02T22:01:34.903\\\",\\\"y\\\":0.0},{\\\"id\\\":80,\\\"x\\\":\\\"2021-06-03T22:01:11.737\\\",\\\"y\\\":0.0},{\\\"id\\\":81,\\\"x\\\":\\\"2021-06-04T22:01:21.63\\\",\\\"y\\\":0.0},{\\\"id\\\":82,\\\"x\\\":\\\"2021-06-10T22:01:01.637\\\",\\\"y\\\":0.0},{\\\"id\\\":83,\\\"x\\\":\\\"2021-06-11T22:01:48.423\\\",\\\"y\\\":0.0},{\\\"id\\\":84,\\\"x\\\":\\\"2021-06-14T22:00:43.753\\\",\\\"y\\\":0.0},{\\\"id\\\":85,\\\"x\\\":\\\"2021-06-16T22:02:15.173\\\",\\\"y\\\":100.0},{\\\"id\\\":86,\\\"x\\\":\\\"2021-06-17T22:02:09.42\\\",\\\"y\\\":100.0},{\\\"id\\\":87,\\\"x\\\":\\\"2021-06-21T22:00:44.507\\\",\\\"y\\\":100.0},{\\\"id\\\":88,\\\"x\\\":\\\"2021-06-24T22:01:50.193\\\",\\\"y\\\":100.0},{\\\"id\\\":89,\\\"x\\\":\\\"2021-07-06T22:01:29.157\\\",\\\"y\\\":100.0},{\\\"id\\\":90,\\\"x\\\":\\\"2021-07-07T22:00:45.023\\\",\\\"y\\\":100.0},{\\\"id\\\":91,\\\"x\\\":\\\"2021-07-08T22:01:04.547\\\",\\\"y\\\":100.0},{\\\"id\\\":92,\\\"x\\\":\\\"2021-07-12T22:00:46.423\\\",\\\"y\\\":100.0},{\\\"id\\\":93,\\\"x\\\":\\\"2021-07-13T22:02:01.25\\\",\\\"y\\\":100.0},{\\\"id\\\":94,\\\"x\\\":\\\"2021-07-14T22:00:26.43\\\",\\\"y\\\":100.0},{\\\"id\\\":95,\\\"x\\\":\\\"2021-07-22T22:01:29.09\\\",\\\"y\\\":100.0}]\"\r\n            }\r\n        ]\r\n    }\r\n}\r\n"}],"_postman_id":"d0aaeb43-ad9a-416b-be3f-dfe229022be5"}],"id":"5c6b91a8-3350-4b11-a149-3496e4eb954d","_postman_id":"5c6b91a8-3350-4b11-a149-3496e4eb954d","description":""},{"name":"Project","item":[{"name":"Project/ById","id":"d315adb6-de1e-4e1a-a8ec-a8bac53d94b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Project/ById/?id={{projectId}}","urlObject":{"path":["Core6","api","Project","ById",""],"host":["{{url}}"],"query":[{"key":"id","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"889cf2bf-c107-4051-9a4d-559d311e295c","name":"Project/ById","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/Project/ById/?id={{projectId}}","host":["{{url}}"],"path":["api","Project","ById",""],"query":[{"key":"id","value":"{{projectId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 22,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"project\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n            \"name\": \"TEST PROJECT NAME\",\n            \"edocsRef\": \"0000\",\n            \"clientRef\": \"\",\n            \"fileTypeGroup\": \"Edocuments                    \",\n            \"dateCreated\": \"2021-03-04T16:27:37.34Z\",\n            \"datePracticalCompletion\": \"2022-12-30T00:00:00Z\",\n            \"dateStarted\": \"2021-03-04T00:00:00Z\",\n            \"dateClosed\": null,\n            \"dateHostingEnd\": null,\n            \"dateHandedOver\": null,\n            \"isClosed\": false,\n            \"LOIName\": \"Edocument AIR Master 05-2020 uniclass2015_Pr_v1_18\",\n            \"APITags\": [],\n            \"taskProcess\": \"Scoped Actions\",\n            \"maintenanceProcess\": \"Beta\",\n            \"validationStage\": \"0 Strategic Definition\",\n            \"redirectInReviewTasks\": false,\n            \"fileDetailLevel\": \"NONE\",\n            \"filteredLOIList\": false,\n            \"ldu\": null\n        }\n    }\n}"}],"_postman_id":"d315adb6-de1e-4e1a-a8ec-a8bac53d94b4"}],"id":"15f7b609-33de-4211-b627-4917b3a84e20","_postman_id":"15f7b609-33de-4211-b627-4917b3a84e20","description":""},{"name":"Document","item":[{"name":"Document/ById","id":"1003ed64-bed5-45c6-8067-168259a0aa3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6/api/Document/ById?id={{documentId}}","urlObject":{"path":["Core6","api","Document","ById"],"host":["{{url}}"],"query":[{"key":"id","value":"{{documentId}}"}],"variable":[]}},"response":[{"id":"bdd7d857-c4a3-4f55-99ba-f386abd80615","name":"Document/ById - invalid request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\""}],"url":{"raw":"{{url}}/api/Document/ById?id={{documenId}}","host":["{{url}}"],"path":["api","Document","ById"],"query":[{"key":"id","value":"{{documenId}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"ef677bcf-b932-4418-91d5-15f135fd5d11","name":"Document/ById","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":{"raw":"{{url}}/api/Document/ById?id={{documenId}}","host":["{{url}}"],"path":["api","Document","ById"],"query":[{"key":"id","value":"{{documenId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": 0,\n    \"Rows\": 1,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 1,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"document\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"name\": \"TEST Dpcument\",\n            \"workflowId\": \"00000000-0000-0000-0000-000000000000\",\n            \"ldu\": \"2020-02-19T16:46:48.79Z\",\n            \"actualDataModel\": \"[{\\\"id\\\":0,\\\"x\\\":\\\"2020-02-20T22:00:43.463\\\",\\\"y\\\":0.0},{\\\"id\\\":1,\\\"x\\\":\\\"2020-03-26T22:01:29.773\\\",\\\"y\\\":0.0},{\\\"id\\\":2,\\\"x\\\":\\\"2020-03-30T22:01:05.68\\\",\\\"y\\\":0.0},{\\\"id\\\":3,\\\"x\\\":\\\"2020-04-17T22:01:05.747\\\",\\\"y\\\":0.0},{\\\"id\\\":4,\\\"x\\\":\\\"2020-04-24T22:02:09.123\\\",\\\"y\\\":0.0},{\\\"id\\\":5,\\\"x\\\":\\\"2020-04-28T22:00:41.87\\\",\\\"y\\\":0.0},{\\\"id\\\":6,\\\"x\\\":\\\"2020-04-30T22:01:01.387\\\",\\\"y\\\":0.0},{\\\"id\\\":7,\\\"x\\\":\\\"2020-05-01T22:01:36.747\\\",\\\"y\\\":0.0},{\\\"id\\\":8,\\\"x\\\":\\\"2020-05-08T22:01:09.207\\\",\\\"y\\\":0.0},{\\\"id\\\":9,\\\"x\\\":\\\"2020-05-14T22:01:27.037\\\",\\\"y\\\":0.0},{\\\"id\\\":10,\\\"x\\\":\\\"2020-05-15T22:00:29.957\\\",\\\"y\\\":0.0},{\\\"id\\\":11,\\\"x\\\":\\\"2020-05-26T22:01:42.15\\\",\\\"y\\\":0.0},{\\\"id\\\":12,\\\"x\\\":\\\"2020-05-28T22:00:14.573\\\",\\\"y\\\":0.0},{\\\"id\\\":13,\\\"x\\\":\\\"2020-06-05T22:00:53.663\\\",\\\"y\\\":0.0},{\\\"id\\\":14,\\\"x\\\":\\\"2020-06-11T22:02:00.557\\\",\\\"y\\\":100.0},{\\\"id\\\":15,\\\"x\\\":\\\"2020-06-12T22:02:22.13\\\",\\\"y\\\":100.0},{\\\"id\\\":16,\\\"x\\\":\\\"2020-06-15T22:01:16.777\\\",\\\"y\\\":100.0},{\\\"id\\\":17,\\\"x\\\":\\\"2020-06-18T22:00:15.883\\\",\\\"y\\\":100.0},{\\\"id\\\":18,\\\"x\\\":\\\"2020-06-25T22:00:28.19\\\",\\\"y\\\":100.0},{\\\"id\\\":19,\\\"x\\\":\\\"2020-07-01T22:02:18.44\\\",\\\"y\\\":98.0},{\\\"id\\\":20,\\\"x\\\":\\\"2020-07-02T22:03:21.307\\\",\\\"y\\\":98.0},{\\\"id\\\":21,\\\"x\\\":\\\"2020-07-09T22:01:33.53\\\",\\\"y\\\":98.0},{\\\"id\\\":22,\\\"x\\\":\\\"2020-07-16T22:01:26.833\\\",\\\"y\\\":98.0},{\\\"id\\\":23,\\\"x\\\":\\\"2020-07-29T22:01:11.053\\\",\\\"y\\\":100.0},{\\\"id\\\":24,\\\"x\\\":\\\"2020-07-30T22:00:53.373\\\",\\\"y\\\":100.0},{\\\"id\\\":25,\\\"x\\\":\\\"2020-08-06T22:01:05.107\\\",\\\"y\\\":100.0},{\\\"id\\\":26,\\\"x\\\":\\\"2020-08-09T22:00:04.073\\\",\\\"y\\\":100.0},{\\\"id\\\":27,\\\"x\\\":\\\"2020-08-13T22:02:30.337\\\",\\\"y\\\":100.0},{\\\"id\\\":28,\\\"x\\\":\\\"2020-08-20T22:03:33.343\\\",\\\"y\\\":100.0},{\\\"id\\\":29,\\\"x\\\":\\\"2020-08-25T22:01:52.973\\\",\\\"y\\\":100.0},{\\\"id\\\":30,\\\"x\\\":\\\"2020-08-27T22:08:06.207\\\",\\\"y\\\":100.0},{\\\"id\\\":31,\\\"x\\\":\\\"2020-09-01T22:01:09.573\\\",\\\"y\\\":100.0},{\\\"id\\\":32,\\\"x\\\":\\\"2020-09-03T22:05:24.217\\\",\\\"y\\\":100.0},{\\\"id\\\":33,\\\"x\\\":\\\"2020-09-10T22:02:44.247\\\",\\\"y\\\":100.0},{\\\"id\\\":34,\\\"x\\\":\\\"2020-09-17T22:02:29.387\\\",\\\"y\\\":100.0},{\\\"id\\\":35,\\\"x\\\":\\\"2020-09-24T22:00:48.393\\\",\\\"y\\\":100.0},{\\\"id\\\":36,\\\"x\\\":\\\"2020-10-01T22:00:48.817\\\",\\\"y\\\":100.0},{\\\"id\\\":37,\\\"x\\\":\\\"2020-10-08T22:01:31.76\\\",\\\"y\\\":100.0},{\\\"id\\\":38,\\\"x\\\":\\\"2020-10-09T22:01:12.44\\\",\\\"y\\\":100.0},{\\\"id\\\":39,\\\"x\\\":\\\"2020-10-13T22:00:22.487\\\",\\\"y\\\":100.0},{\\\"id\\\":40,\\\"x\\\":\\\"2020-10-15T22:01:24.637\\\",\\\"y\\\":100.0},{\\\"id\\\":41,\\\"x\\\":\\\"2020-10-20T22:01:01.99\\\",\\\"y\\\":100.0},{\\\"id\\\":42,\\\"x\\\":\\\"2020-10-23T22:01:01.1\\\",\\\"y\\\":100.0},{\\\"id\\\":43,\\\"x\\\":\\\"2020-10-29T22:02:07.053\\\",\\\"y\\\":100.0},{\\\"id\\\":44,\\\"x\\\":\\\"2020-11-05T22:02:04.483\\\",\\\"y\\\":100.0},{\\\"id\\\":45,\\\"x\\\":\\\"2020-11-09T22:02:01.303\\\",\\\"y\\\":100.0},{\\\"id\\\":46,\\\"x\\\":\\\"2020-11-12T22:01:22.68\\\",\\\"y\\\":100.0},{\\\"id\\\":47,\\\"x\\\":\\\"2020-11-19T22:00:59.94\\\",\\\"y\\\":100.0},{\\\"id\\\":48,\\\"x\\\":\\\"2020-11-25T22:01:09.077\\\",\\\"y\\\":100.0},{\\\"id\\\":49,\\\"x\\\":\\\"2020-11-26T22:00:25.027\\\",\\\"y\\\":100.0},{\\\"id\\\":50,\\\"x\\\":\\\"2020-12-03T22:01:22.837\\\",\\\"y\\\":100.0},{\\\"id\\\":51,\\\"x\\\":\\\"2020-12-10T22:00:55.427\\\",\\\"y\\\":100.0},{\\\"id\\\":52,\\\"x\\\":\\\"2021-01-07T22:00:49.92\\\",\\\"y\\\":100.0},{\\\"id\\\":53,\\\"x\\\":\\\"2021-01-14T22:00:39.673\\\",\\\"y\\\":100.0},{\\\"id\\\":54,\\\"x\\\":\\\"2021-01-21T22:01:15.387\\\",\\\"y\\\":100.0},{\\\"id\\\":55,\\\"x\\\":\\\"2021-01-28T22:01:15.52\\\",\\\"y\\\":100.0},{\\\"id\\\":56,\\\"x\\\":\\\"2021-02-04T22:01:15.223\\\",\\\"y\\\":100.0},{\\\"id\\\":57,\\\"x\\\":\\\"2021-02-15T22:00:42.943\\\",\\\"y\\\":100.0},{\\\"id\\\":58,\\\"x\\\":\\\"2021-02-17T22:00:54.313\\\",\\\"y\\\":100.0},{\\\"id\\\":59,\\\"x\\\":\\\"2021-02-18T22:01:43.87\\\",\\\"y\\\":100.0},{\\\"id\\\":60,\\\"x\\\":\\\"2021-03-04T22:01:07.667\\\",\\\"y\\\":0.0},{\\\"id\\\":61,\\\"x\\\":\\\"2021-03-08T22:01:07.52\\\",\\\"y\\\":0.0},{\\\"id\\\":62,\\\"x\\\":\\\"2021-03-11T22:00:58.48\\\",\\\"y\\\":0.0},{\\\"id\\\":63,\\\"x\\\":\\\"2021-03-18T22:00:34.85\\\",\\\"y\\\":0.0},{\\\"id\\\":64,\\\"x\\\":\\\"2021-03-24T22:01:38.023\\\",\\\"y\\\":0.0},{\\\"id\\\":65,\\\"x\\\":\\\"2021-03-30T22:01:32.907\\\",\\\"y\\\":0.0},{\\\"id\\\":66,\\\"x\\\":\\\"2021-04-07T22:00:23.81\\\",\\\"y\\\":0.0},{\\\"id\\\":67,\\\"x\\\":\\\"2021-04-08T22:00:46.463\\\",\\\"y\\\":0.0},{\\\"id\\\":68,\\\"x\\\":\\\"2021-04-09T22:01:43.35\\\",\\\"y\\\":0.0},{\\\"id\\\":69,\\\"x\\\":\\\"2021-04-12T22:00:32.507\\\",\\\"y\\\":0.0},{\\\"id\\\":70,\\\"x\\\":\\\"2021-04-13T22:01:23.44\\\",\\\"y\\\":0.0},{\\\"id\\\":71,\\\"x\\\":\\\"2021-04-15T22:00:51.167\\\",\\\"y\\\":0.0},{\\\"id\\\":72,\\\"x\\\":\\\"2021-04-19T22:00:31.23\\\",\\\"y\\\":0.0},{\\\"id\\\":73,\\\"x\\\":\\\"2021-04-23T22:00:35.86\\\",\\\"y\\\":0.0},{\\\"id\\\":74,\\\"x\\\":\\\"2021-04-29T22:00:39.667\\\",\\\"y\\\":0.0},{\\\"id\\\":75,\\\"x\\\":\\\"2021-05-07T22:01:21.28\\\",\\\"y\\\":0.0},{\\\"id\\\":76,\\\"x\\\":\\\"2021-05-13T22:01:05.373\\\",\\\"y\\\":0.0},{\\\"id\\\":77,\\\"x\\\":\\\"2021-05-20T22:00:39.607\\\",\\\"y\\\":0.0},{\\\"id\\\":78,\\\"x\\\":\\\"2021-05-27T22:00:36.687\\\",\\\"y\\\":0.0},{\\\"id\\\":79,\\\"x\\\":\\\"2021-06-02T22:01:34.903\\\",\\\"y\\\":0.0},{\\\"id\\\":80,\\\"x\\\":\\\"2021-06-03T22:01:11.737\\\",\\\"y\\\":0.0},{\\\"id\\\":81,\\\"x\\\":\\\"2021-06-04T22:01:21.63\\\",\\\"y\\\":0.0},{\\\"id\\\":82,\\\"x\\\":\\\"2021-06-10T22:01:01.637\\\",\\\"y\\\":0.0},{\\\"id\\\":83,\\\"x\\\":\\\"2021-06-11T22:01:48.423\\\",\\\"y\\\":0.0},{\\\"id\\\":84,\\\"x\\\":\\\"2021-06-14T22:00:43.753\\\",\\\"y\\\":0.0},{\\\"id\\\":85,\\\"x\\\":\\\"2021-06-16T22:02:15.173\\\",\\\"y\\\":100.0},{\\\"id\\\":86,\\\"x\\\":\\\"2021-06-17T22:02:09.42\\\",\\\"y\\\":100.0},{\\\"id\\\":87,\\\"x\\\":\\\"2021-06-21T22:00:44.507\\\",\\\"y\\\":100.0},{\\\"id\\\":88,\\\"x\\\":\\\"2021-06-24T22:01:50.193\\\",\\\"y\\\":100.0},{\\\"id\\\":89,\\\"x\\\":\\\"2021-07-06T22:01:29.157\\\",\\\"y\\\":100.0},{\\\"id\\\":90,\\\"x\\\":\\\"2021-07-07T22:00:45.023\\\",\\\"y\\\":100.0},{\\\"id\\\":91,\\\"x\\\":\\\"2021-07-08T22:01:04.547\\\",\\\"y\\\":100.0},{\\\"id\\\":92,\\\"x\\\":\\\"2021-07-12T22:00:46.423\\\",\\\"y\\\":100.0},{\\\"id\\\":93,\\\"x\\\":\\\"2021-07-13T22:02:01.25\\\",\\\"y\\\":100.0},{\\\"id\\\":94,\\\"x\\\":\\\"2021-07-14T22:00:26.43\\\",\\\"y\\\":100.0},{\\\"id\\\":95,\\\"x\\\":\\\"2021-07-22T22:01:29.09\\\",\\\"y\\\":100.0}]\",\n            \"forcastDataModel\": \"[{\\\"id\\\":0,\\\"x\\\":\\\"2020-02-19T00:00:00\\\",\\\"y\\\":0.0},{\\\"id\\\":1,\\\"x\\\":\\\"2020-02-20T00:00:00\\\",\\\"y\\\":0.0},{\\\"id\\\":2,\\\"x\\\":\\\"2020-02-21T00:00:00\\\",\\\"y\\\":33.0},{\\\"id\\\":3,\\\"x\\\":\\\"2020-02-22T00:00:00\\\",\\\"y\\\":33.0},{\\\"id\\\":4,\\\"x\\\":\\\"2020-02-23T00:00:00\\\",\\\"y\\\":33.0},{\\\"id\\\":5,\\\"x\\\":\\\"2020-02-24T00:00:00\\\",\\\"y\\\":33.0},{\\\"id\\\":6,\\\"x\\\":\\\"2020-02-25T00:00:00\\\",\\\"y\\\":67.0},{\\\"id\\\":7,\\\"x\\\":\\\"2020-02-26T00:00:00\\\",\\\"y\\\":67.0},{\\\"id\\\":8,\\\"x\\\":\\\"2020-02-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":9,\\\"x\\\":\\\"2020-02-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":10,\\\"x\\\":\\\"2020-02-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":11,\\\"x\\\":\\\"2020-03-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":12,\\\"x\\\":\\\"2020-03-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":13,\\\"x\\\":\\\"2020-03-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":14,\\\"x\\\":\\\"2020-03-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":15,\\\"x\\\":\\\"2020-03-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":16,\\\"x\\\":\\\"2020-03-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":17,\\\"x\\\":\\\"2020-03-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":18,\\\"x\\\":\\\"2020-03-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":19,\\\"x\\\":\\\"2020-03-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":20,\\\"x\\\":\\\"2020-03-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":21,\\\"x\\\":\\\"2020-03-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":22,\\\"x\\\":\\\"2020-03-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":23,\\\"x\\\":\\\"2020-03-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":24,\\\"x\\\":\\\"2020-03-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":25,\\\"x\\\":\\\"2020-03-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":26,\\\"x\\\":\\\"2020-03-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":27,\\\"x\\\":\\\"2020-03-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":28,\\\"x\\\":\\\"2020-03-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":29,\\\"x\\\":\\\"2020-03-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":30,\\\"x\\\":\\\"2020-03-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":31,\\\"x\\\":\\\"2020-03-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":32,\\\"x\\\":\\\"2020-03-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":33,\\\"x\\\":\\\"2020-03-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":34,\\\"x\\\":\\\"2020-03-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":35,\\\"x\\\":\\\"2020-03-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":36,\\\"x\\\":\\\"2020-03-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":37,\\\"x\\\":\\\"2020-03-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":38,\\\"x\\\":\\\"2020-03-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":39,\\\"x\\\":\\\"2020-03-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":40,\\\"x\\\":\\\"2020-03-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":41,\\\"x\\\":\\\"2020-03-31T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":42,\\\"x\\\":\\\"2020-04-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":43,\\\"x\\\":\\\"2020-04-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":44,\\\"x\\\":\\\"2020-04-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":45,\\\"x\\\":\\\"2020-04-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":46,\\\"x\\\":\\\"2020-04-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":47,\\\"x\\\":\\\"2020-04-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":48,\\\"x\\\":\\\"2020-04-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":49,\\\"x\\\":\\\"2020-04-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":50,\\\"x\\\":\\\"2020-04-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":51,\\\"x\\\":\\\"2020-04-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":52,\\\"x\\\":\\\"2020-04-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":53,\\\"x\\\":\\\"2020-04-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":54,\\\"x\\\":\\\"2020-04-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":55,\\\"x\\\":\\\"2020-04-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":56,\\\"x\\\":\\\"2020-04-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":57,\\\"x\\\":\\\"2020-04-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":58,\\\"x\\\":\\\"2020-04-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":59,\\\"x\\\":\\\"2020-04-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":60,\\\"x\\\":\\\"2020-04-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":61,\\\"x\\\":\\\"2020-04-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":62,\\\"x\\\":\\\"2020-04-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":63,\\\"x\\\":\\\"2020-04-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":64,\\\"x\\\":\\\"2020-04-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":65,\\\"x\\\":\\\"2020-04-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":66,\\\"x\\\":\\\"2020-04-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":67,\\\"x\\\":\\\"2020-04-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":68,\\\"x\\\":\\\"2020-04-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":69,\\\"x\\\":\\\"2020-04-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":70,\\\"x\\\":\\\"2020-04-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":71,\\\"x\\\":\\\"2020-04-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":72,\\\"x\\\":\\\"2020-05-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":73,\\\"x\\\":\\\"2020-05-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":74,\\\"x\\\":\\\"2020-05-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":75,\\\"x\\\":\\\"2020-05-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":76,\\\"x\\\":\\\"2020-05-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":77,\\\"x\\\":\\\"2020-05-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":78,\\\"x\\\":\\\"2020-05-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":79,\\\"x\\\":\\\"2020-05-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":80,\\\"x\\\":\\\"2020-05-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":81,\\\"x\\\":\\\"2020-05-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":82,\\\"x\\\":\\\"2020-05-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":83,\\\"x\\\":\\\"2020-05-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":84,\\\"x\\\":\\\"2020-05-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":85,\\\"x\\\":\\\"2020-05-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":86,\\\"x\\\":\\\"2020-05-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":87,\\\"x\\\":\\\"2020-05-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":88,\\\"x\\\":\\\"2020-05-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":89,\\\"x\\\":\\\"2020-05-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":90,\\\"x\\\":\\\"2020-05-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":91,\\\"x\\\":\\\"2020-05-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":92,\\\"x\\\":\\\"2020-05-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":93,\\\"x\\\":\\\"2020-05-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":94,\\\"x\\\":\\\"2020-05-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":95,\\\"x\\\":\\\"2020-05-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":96,\\\"x\\\":\\\"2020-05-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":97,\\\"x\\\":\\\"2020-05-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":98,\\\"x\\\":\\\"2020-05-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":99,\\\"x\\\":\\\"2020-05-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":100,\\\"x\\\":\\\"2020-05-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":101,\\\"x\\\":\\\"2020-05-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":102,\\\"x\\\":\\\"2020-05-31T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":103,\\\"x\\\":\\\"2020-06-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":104,\\\"x\\\":\\\"2020-06-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":105,\\\"x\\\":\\\"2020-06-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":106,\\\"x\\\":\\\"2020-06-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":107,\\\"x\\\":\\\"2020-06-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":108,\\\"x\\\":\\\"2020-06-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":109,\\\"x\\\":\\\"2020-06-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":110,\\\"x\\\":\\\"2020-06-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":111,\\\"x\\\":\\\"2020-06-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":112,\\\"x\\\":\\\"2020-06-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":113,\\\"x\\\":\\\"2020-06-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":114,\\\"x\\\":\\\"2020-06-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":115,\\\"x\\\":\\\"2020-06-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":116,\\\"x\\\":\\\"2020-06-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":117,\\\"x\\\":\\\"2020-06-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":118,\\\"x\\\":\\\"2020-06-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":119,\\\"x\\\":\\\"2020-06-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":120,\\\"x\\\":\\\"2020-06-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":121,\\\"x\\\":\\\"2020-06-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":122,\\\"x\\\":\\\"2020-06-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":123,\\\"x\\\":\\\"2020-06-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":124,\\\"x\\\":\\\"2020-06-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":125,\\\"x\\\":\\\"2020-06-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":126,\\\"x\\\":\\\"2020-06-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":127,\\\"x\\\":\\\"2020-06-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":128,\\\"x\\\":\\\"2020-06-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":129,\\\"x\\\":\\\"2020-06-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":130,\\\"x\\\":\\\"2020-06-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":131,\\\"x\\\":\\\"2020-06-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":132,\\\"x\\\":\\\"2020-06-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":133,\\\"x\\\":\\\"2020-07-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":134,\\\"x\\\":\\\"2020-07-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":135,\\\"x\\\":\\\"2020-07-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":136,\\\"x\\\":\\\"2020-07-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":137,\\\"x\\\":\\\"2020-07-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":138,\\\"x\\\":\\\"2020-07-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":139,\\\"x\\\":\\\"2020-07-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":140,\\\"x\\\":\\\"2020-07-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":141,\\\"x\\\":\\\"2020-07-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":142,\\\"x\\\":\\\"2020-07-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":143,\\\"x\\\":\\\"2020-07-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":144,\\\"x\\\":\\\"2020-07-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":145,\\\"x\\\":\\\"2020-07-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":146,\\\"x\\\":\\\"2020-07-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":147,\\\"x\\\":\\\"2020-07-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":148,\\\"x\\\":\\\"2020-07-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":149,\\\"x\\\":\\\"2020-07-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":150,\\\"x\\\":\\\"2020-07-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":151,\\\"x\\\":\\\"2020-07-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":152,\\\"x\\\":\\\"2020-07-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":153,\\\"x\\\":\\\"2020-07-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":154,\\\"x\\\":\\\"2020-07-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":155,\\\"x\\\":\\\"2020-07-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":156,\\\"x\\\":\\\"2020-07-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":157,\\\"x\\\":\\\"2020-07-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":158,\\\"x\\\":\\\"2020-07-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":159,\\\"x\\\":\\\"2020-07-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":160,\\\"x\\\":\\\"2020-07-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":161,\\\"x\\\":\\\"2020-07-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":162,\\\"x\\\":\\\"2020-07-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":163,\\\"x\\\":\\\"2020-07-31T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":164,\\\"x\\\":\\\"2020-08-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":165,\\\"x\\\":\\\"2020-08-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":166,\\\"x\\\":\\\"2020-08-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":167,\\\"x\\\":\\\"2020-08-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":168,\\\"x\\\":\\\"2020-08-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":169,\\\"x\\\":\\\"2020-08-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":170,\\\"x\\\":\\\"2020-08-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":171,\\\"x\\\":\\\"2020-08-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":172,\\\"x\\\":\\\"2020-08-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":173,\\\"x\\\":\\\"2020-08-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":174,\\\"x\\\":\\\"2020-08-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":175,\\\"x\\\":\\\"2020-08-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":176,\\\"x\\\":\\\"2020-08-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":177,\\\"x\\\":\\\"2020-08-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":178,\\\"x\\\":\\\"2020-08-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":179,\\\"x\\\":\\\"2020-08-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":180,\\\"x\\\":\\\"2020-08-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":181,\\\"x\\\":\\\"2020-08-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":182,\\\"x\\\":\\\"2020-08-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":183,\\\"x\\\":\\\"2020-08-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":184,\\\"x\\\":\\\"2020-08-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":185,\\\"x\\\":\\\"2020-08-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":186,\\\"x\\\":\\\"2020-08-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":187,\\\"x\\\":\\\"2020-08-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":188,\\\"x\\\":\\\"2020-08-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":189,\\\"x\\\":\\\"2020-08-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":190,\\\"x\\\":\\\"2020-08-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":191,\\\"x\\\":\\\"2020-08-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":192,\\\"x\\\":\\\"2020-08-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":193,\\\"x\\\":\\\"2020-08-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":194,\\\"x\\\":\\\"2020-08-31T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":195,\\\"x\\\":\\\"2020-09-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":196,\\\"x\\\":\\\"2020-09-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":197,\\\"x\\\":\\\"2020-09-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":198,\\\"x\\\":\\\"2020-09-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":199,\\\"x\\\":\\\"2020-09-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":200,\\\"x\\\":\\\"2020-09-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":201,\\\"x\\\":\\\"2020-09-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":202,\\\"x\\\":\\\"2020-09-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":203,\\\"x\\\":\\\"2020-09-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":204,\\\"x\\\":\\\"2020-09-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":205,\\\"x\\\":\\\"2020-09-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":206,\\\"x\\\":\\\"2020-09-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":207,\\\"x\\\":\\\"2020-09-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":208,\\\"x\\\":\\\"2020-09-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":209,\\\"x\\\":\\\"2020-09-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":210,\\\"x\\\":\\\"2020-09-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":211,\\\"x\\\":\\\"2020-09-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":212,\\\"x\\\":\\\"2020-09-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":213,\\\"x\\\":\\\"2020-09-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":214,\\\"x\\\":\\\"2020-09-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":215,\\\"x\\\":\\\"2020-09-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":216,\\\"x\\\":\\\"2020-09-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":217,\\\"x\\\":\\\"2020-09-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":218,\\\"x\\\":\\\"2020-09-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":219,\\\"x\\\":\\\"2020-09-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":220,\\\"x\\\":\\\"2020-09-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":221,\\\"x\\\":\\\"2020-09-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":222,\\\"x\\\":\\\"2020-09-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":223,\\\"x\\\":\\\"2020-09-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":224,\\\"x\\\":\\\"2020-09-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":225,\\\"x\\\":\\\"2020-10-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":226,\\\"x\\\":\\\"2020-10-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":227,\\\"x\\\":\\\"2020-10-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":228,\\\"x\\\":\\\"2020-10-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":229,\\\"x\\\":\\\"2020-10-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":230,\\\"x\\\":\\\"2020-10-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":231,\\\"x\\\":\\\"2020-10-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":232,\\\"x\\\":\\\"2020-10-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":233,\\\"x\\\":\\\"2020-10-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":234,\\\"x\\\":\\\"2020-10-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":235,\\\"x\\\":\\\"2020-10-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":236,\\\"x\\\":\\\"2020-10-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":237,\\\"x\\\":\\\"2020-10-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":238,\\\"x\\\":\\\"2020-10-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":239,\\\"x\\\":\\\"2020-10-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":240,\\\"x\\\":\\\"2020-10-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":241,\\\"x\\\":\\\"2020-10-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":242,\\\"x\\\":\\\"2020-10-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":243,\\\"x\\\":\\\"2020-10-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":244,\\\"x\\\":\\\"2020-10-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":245,\\\"x\\\":\\\"2020-10-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":246,\\\"x\\\":\\\"2020-10-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":247,\\\"x\\\":\\\"2020-10-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":248,\\\"x\\\":\\\"2020-10-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":249,\\\"x\\\":\\\"2020-10-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":250,\\\"x\\\":\\\"2020-10-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":251,\\\"x\\\":\\\"2020-10-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":252,\\\"x\\\":\\\"2020-10-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":253,\\\"x\\\":\\\"2020-10-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":254,\\\"x\\\":\\\"2020-10-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":255,\\\"x\\\":\\\"2020-10-31T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":256,\\\"x\\\":\\\"2020-11-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":257,\\\"x\\\":\\\"2020-11-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":258,\\\"x\\\":\\\"2020-11-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":259,\\\"x\\\":\\\"2020-11-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":260,\\\"x\\\":\\\"2020-11-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":261,\\\"x\\\":\\\"2020-11-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":262,\\\"x\\\":\\\"2020-11-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":263,\\\"x\\\":\\\"2020-11-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":264,\\\"x\\\":\\\"2020-11-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":265,\\\"x\\\":\\\"2020-11-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":266,\\\"x\\\":\\\"2020-11-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":267,\\\"x\\\":\\\"2020-11-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":268,\\\"x\\\":\\\"2020-11-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":269,\\\"x\\\":\\\"2020-11-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":270,\\\"x\\\":\\\"2020-11-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":271,\\\"x\\\":\\\"2020-11-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":272,\\\"x\\\":\\\"2020-11-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":273,\\\"x\\\":\\\"2020-11-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":274,\\\"x\\\":\\\"2020-11-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":275,\\\"x\\\":\\\"2020-11-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":276,\\\"x\\\":\\\"2020-11-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":277,\\\"x\\\":\\\"2020-11-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":278,\\\"x\\\":\\\"2020-11-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":279,\\\"x\\\":\\\"2020-11-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":280,\\\"x\\\":\\\"2020-11-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":281,\\\"x\\\":\\\"2020-11-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":282,\\\"x\\\":\\\"2020-11-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":283,\\\"x\\\":\\\"2020-11-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":284,\\\"x\\\":\\\"2020-11-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":285,\\\"x\\\":\\\"2020-11-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":286,\\\"x\\\":\\\"2020-12-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":287,\\\"x\\\":\\\"2020-12-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":288,\\\"x\\\":\\\"2020-12-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":289,\\\"x\\\":\\\"2020-12-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":290,\\\"x\\\":\\\"2020-12-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":291,\\\"x\\\":\\\"2020-12-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":292,\\\"x\\\":\\\"2020-12-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":293,\\\"x\\\":\\\"2020-12-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":294,\\\"x\\\":\\\"2020-12-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":295,\\\"x\\\":\\\"2020-12-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":296,\\\"x\\\":\\\"2020-12-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":297,\\\"x\\\":\\\"2020-12-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":298,\\\"x\\\":\\\"2020-12-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":299,\\\"x\\\":\\\"2020-12-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":300,\\\"x\\\":\\\"2020-12-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":301,\\\"x\\\":\\\"2020-12-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":302,\\\"x\\\":\\\"2020-12-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":303,\\\"x\\\":\\\"2020-12-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":304,\\\"x\\\":\\\"2020-12-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":305,\\\"x\\\":\\\"2020-12-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":306,\\\"x\\\":\\\"2020-12-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":307,\\\"x\\\":\\\"2020-12-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":308,\\\"x\\\":\\\"2020-12-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":309,\\\"x\\\":\\\"2020-12-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":310,\\\"x\\\":\\\"2020-12-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":311,\\\"x\\\":\\\"2020-12-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":312,\\\"x\\\":\\\"2020-12-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":313,\\\"x\\\":\\\"2020-12-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":314,\\\"x\\\":\\\"2020-12-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":315,\\\"x\\\":\\\"2020-12-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":316,\\\"x\\\":\\\"2020-12-31T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":317,\\\"x\\\":\\\"2021-01-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":318,\\\"x\\\":\\\"2021-01-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":319,\\\"x\\\":\\\"2021-01-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":320,\\\"x\\\":\\\"2021-01-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":321,\\\"x\\\":\\\"2021-01-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":322,\\\"x\\\":\\\"2021-01-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":323,\\\"x\\\":\\\"2021-01-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":324,\\\"x\\\":\\\"2021-01-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":325,\\\"x\\\":\\\"2021-01-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":326,\\\"x\\\":\\\"2021-01-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":327,\\\"x\\\":\\\"2021-01-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":328,\\\"x\\\":\\\"2021-01-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":329,\\\"x\\\":\\\"2021-01-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":330,\\\"x\\\":\\\"2021-01-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":331,\\\"x\\\":\\\"2021-01-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":332,\\\"x\\\":\\\"2021-01-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":333,\\\"x\\\":\\\"2021-01-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":334,\\\"x\\\":\\\"2021-01-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":335,\\\"x\\\":\\\"2021-01-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":336,\\\"x\\\":\\\"2021-01-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":337,\\\"x\\\":\\\"2021-01-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":338,\\\"x\\\":\\\"2021-01-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":339,\\\"x\\\":\\\"2021-01-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":340,\\\"x\\\":\\\"2021-01-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":341,\\\"x\\\":\\\"2021-01-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":342,\\\"x\\\":\\\"2021-01-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":343,\\\"x\\\":\\\"2021-01-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":344,\\\"x\\\":\\\"2021-01-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":345,\\\"x\\\":\\\"2021-01-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":346,\\\"x\\\":\\\"2021-01-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":347,\\\"x\\\":\\\"2021-01-31T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":348,\\\"x\\\":\\\"2021-02-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":349,\\\"x\\\":\\\"2021-02-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":350,\\\"x\\\":\\\"2021-02-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":351,\\\"x\\\":\\\"2021-02-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":352,\\\"x\\\":\\\"2021-02-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":353,\\\"x\\\":\\\"2021-02-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":354,\\\"x\\\":\\\"2021-02-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":355,\\\"x\\\":\\\"2021-02-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":356,\\\"x\\\":\\\"2021-02-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":357,\\\"x\\\":\\\"2021-02-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":358,\\\"x\\\":\\\"2021-02-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":359,\\\"x\\\":\\\"2021-02-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":360,\\\"x\\\":\\\"2021-02-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":361,\\\"x\\\":\\\"2021-02-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":362,\\\"x\\\":\\\"2021-02-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":363,\\\"x\\\":\\\"2021-02-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":364,\\\"x\\\":\\\"2021-02-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":365,\\\"x\\\":\\\"2021-02-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":366,\\\"x\\\":\\\"2021-02-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":367,\\\"x\\\":\\\"2021-02-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":368,\\\"x\\\":\\\"2021-02-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":369,\\\"x\\\":\\\"2021-02-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":370,\\\"x\\\":\\\"2021-02-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":371,\\\"x\\\":\\\"2021-02-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":372,\\\"x\\\":\\\"2021-02-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":373,\\\"x\\\":\\\"2021-02-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":374,\\\"x\\\":\\\"2021-02-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":375,\\\"x\\\":\\\"2021-02-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":376,\\\"x\\\":\\\"2021-03-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":377,\\\"x\\\":\\\"2021-03-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":378,\\\"x\\\":\\\"2021-03-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":379,\\\"x\\\":\\\"2021-03-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":380,\\\"x\\\":\\\"2021-03-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":381,\\\"x\\\":\\\"2021-03-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":382,\\\"x\\\":\\\"2021-03-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":383,\\\"x\\\":\\\"2021-03-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":384,\\\"x\\\":\\\"2021-03-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":385,\\\"x\\\":\\\"2021-03-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":386,\\\"x\\\":\\\"2021-03-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":387,\\\"x\\\":\\\"2021-03-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":388,\\\"x\\\":\\\"2021-03-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":389,\\\"x\\\":\\\"2021-03-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":390,\\\"x\\\":\\\"2021-03-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":391,\\\"x\\\":\\\"2021-03-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":392,\\\"x\\\":\\\"2021-03-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":393,\\\"x\\\":\\\"2021-03-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":394,\\\"x\\\":\\\"2021-03-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":395,\\\"x\\\":\\\"2021-03-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":396,\\\"x\\\":\\\"2021-03-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":397,\\\"x\\\":\\\"2021-03-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":398,\\\"x\\\":\\\"2021-03-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":399,\\\"x\\\":\\\"2021-03-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":400,\\\"x\\\":\\\"2021-03-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":401,\\\"x\\\":\\\"2021-03-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":402,\\\"x\\\":\\\"2021-03-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":403,\\\"x\\\":\\\"2021-03-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":404,\\\"x\\\":\\\"2021-03-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":405,\\\"x\\\":\\\"2021-03-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":406,\\\"x\\\":\\\"2021-03-31T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":407,\\\"x\\\":\\\"2021-04-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":408,\\\"x\\\":\\\"2021-04-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":409,\\\"x\\\":\\\"2021-04-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":410,\\\"x\\\":\\\"2021-04-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":411,\\\"x\\\":\\\"2021-04-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":412,\\\"x\\\":\\\"2021-04-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":413,\\\"x\\\":\\\"2021-04-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":414,\\\"x\\\":\\\"2021-04-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":415,\\\"x\\\":\\\"2021-04-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":416,\\\"x\\\":\\\"2021-04-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":417,\\\"x\\\":\\\"2021-04-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":418,\\\"x\\\":\\\"2021-04-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":419,\\\"x\\\":\\\"2021-04-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":420,\\\"x\\\":\\\"2021-04-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":421,\\\"x\\\":\\\"2021-04-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":422,\\\"x\\\":\\\"2021-04-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":423,\\\"x\\\":\\\"2021-04-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":424,\\\"x\\\":\\\"2021-04-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":425,\\\"x\\\":\\\"2021-04-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":426,\\\"x\\\":\\\"2021-04-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":427,\\\"x\\\":\\\"2021-04-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":428,\\\"x\\\":\\\"2021-04-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":429,\\\"x\\\":\\\"2021-04-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":430,\\\"x\\\":\\\"2021-04-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":431,\\\"x\\\":\\\"2021-04-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":432,\\\"x\\\":\\\"2021-04-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":433,\\\"x\\\":\\\"2021-04-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":434,\\\"x\\\":\\\"2021-04-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":435,\\\"x\\\":\\\"2021-04-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":436,\\\"x\\\":\\\"2021-04-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":437,\\\"x\\\":\\\"2021-05-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":438,\\\"x\\\":\\\"2021-05-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":439,\\\"x\\\":\\\"2021-05-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":440,\\\"x\\\":\\\"2021-05-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":441,\\\"x\\\":\\\"2021-05-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":442,\\\"x\\\":\\\"2021-05-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":443,\\\"x\\\":\\\"2021-05-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":444,\\\"x\\\":\\\"2021-05-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":445,\\\"x\\\":\\\"2021-05-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":446,\\\"x\\\":\\\"2021-05-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":447,\\\"x\\\":\\\"2021-05-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":448,\\\"x\\\":\\\"2021-05-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":449,\\\"x\\\":\\\"2021-05-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":450,\\\"x\\\":\\\"2021-05-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":451,\\\"x\\\":\\\"2021-05-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":452,\\\"x\\\":\\\"2021-05-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":453,\\\"x\\\":\\\"2021-05-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":454,\\\"x\\\":\\\"2021-05-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":455,\\\"x\\\":\\\"2021-05-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":456,\\\"x\\\":\\\"2021-05-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":457,\\\"x\\\":\\\"2021-05-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":458,\\\"x\\\":\\\"2021-05-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":459,\\\"x\\\":\\\"2021-05-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":460,\\\"x\\\":\\\"2021-05-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":461,\\\"x\\\":\\\"2021-05-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":462,\\\"x\\\":\\\"2021-05-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":463,\\\"x\\\":\\\"2021-05-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":464,\\\"x\\\":\\\"2021-05-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":465,\\\"x\\\":\\\"2021-05-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":466,\\\"x\\\":\\\"2021-05-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":467,\\\"x\\\":\\\"2021-05-31T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":468,\\\"x\\\":\\\"2021-06-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":469,\\\"x\\\":\\\"2021-06-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":470,\\\"x\\\":\\\"2021-06-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":471,\\\"x\\\":\\\"2021-06-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":472,\\\"x\\\":\\\"2021-06-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":473,\\\"x\\\":\\\"2021-06-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":474,\\\"x\\\":\\\"2021-06-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":475,\\\"x\\\":\\\"2021-06-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":476,\\\"x\\\":\\\"2021-06-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":477,\\\"x\\\":\\\"2021-06-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":478,\\\"x\\\":\\\"2021-06-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":479,\\\"x\\\":\\\"2021-06-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":480,\\\"x\\\":\\\"2021-06-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":481,\\\"x\\\":\\\"2021-06-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":482,\\\"x\\\":\\\"2021-06-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":483,\\\"x\\\":\\\"2021-06-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":484,\\\"x\\\":\\\"2021-06-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":485,\\\"x\\\":\\\"2021-06-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":486,\\\"x\\\":\\\"2021-06-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":487,\\\"x\\\":\\\"2021-06-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":488,\\\"x\\\":\\\"2021-06-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":489,\\\"x\\\":\\\"2021-06-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":490,\\\"x\\\":\\\"2021-06-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":491,\\\"x\\\":\\\"2021-06-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":492,\\\"x\\\":\\\"2021-06-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":493,\\\"x\\\":\\\"2021-06-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":494,\\\"x\\\":\\\"2021-06-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":495,\\\"x\\\":\\\"2021-06-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":496,\\\"x\\\":\\\"2021-06-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":497,\\\"x\\\":\\\"2021-06-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":498,\\\"x\\\":\\\"2021-07-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":499,\\\"x\\\":\\\"2021-07-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":500,\\\"x\\\":\\\"2021-07-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":501,\\\"x\\\":\\\"2021-07-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":502,\\\"x\\\":\\\"2021-07-05T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":503,\\\"x\\\":\\\"2021-07-06T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":504,\\\"x\\\":\\\"2021-07-07T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":505,\\\"x\\\":\\\"2021-07-08T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":506,\\\"x\\\":\\\"2021-07-09T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":507,\\\"x\\\":\\\"2021-07-10T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":508,\\\"x\\\":\\\"2021-07-11T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":509,\\\"x\\\":\\\"2021-07-12T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":510,\\\"x\\\":\\\"2021-07-13T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":511,\\\"x\\\":\\\"2021-07-14T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":512,\\\"x\\\":\\\"2021-07-15T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":513,\\\"x\\\":\\\"2021-07-16T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":514,\\\"x\\\":\\\"2021-07-17T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":515,\\\"x\\\":\\\"2021-07-18T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":516,\\\"x\\\":\\\"2021-07-19T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":517,\\\"x\\\":\\\"2021-07-20T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":518,\\\"x\\\":\\\"2021-07-21T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":519,\\\"x\\\":\\\"2021-07-22T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":520,\\\"x\\\":\\\"2021-07-23T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":521,\\\"x\\\":\\\"2021-07-24T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":522,\\\"x\\\":\\\"2021-07-25T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":523,\\\"x\\\":\\\"2021-07-26T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":524,\\\"x\\\":\\\"2021-07-27T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":525,\\\"x\\\":\\\"2021-07-28T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":526,\\\"x\\\":\\\"2021-07-29T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":527,\\\"x\\\":\\\"2021-07-30T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":528,\\\"x\\\":\\\"2021-07-31T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":529,\\\"x\\\":\\\"2021-08-01T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":530,\\\"x\\\":\\\"2021-08-02T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":531,\\\"x\\\":\\\"2021-08-03T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":532,\\\"x\\\":\\\"2021-08-04T00:00:00\\\",\\\"y\\\":100.0},{\\\"id\\\":533,\\\"x\\\":\\\"2021-08-05T00:00:00\\\",\\\"y\\\":100.0}]\",\n            \"APITags\": [\"TEST\", \"TEST2\"]\n        }\n    }\n}"}],"_postman_id":"1003ed64-bed5-45c6-8067-168259a0aa3d"}],"id":"0ad78338-7175-4dfa-b4a3-071437fe83cc","description":"<p>Controller containing methods to get details for a document</p>\n","_postman_id":"0ad78338-7175-4dfa-b4a3-071437fe83cc"},{"name":"Sections","item":[{"name":"Sections/ByDocumentId","id":"ed2202e8-bab2-488e-ad54-446de96ea048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Sections/ByDocumentId/?documentId={{documentId}}","urlObject":{"path":["Core6","api","Sections","ByDocumentId",""],"host":["{{url}}"],"query":[{"key":"documentId","value":"{{documentId}}"}],"variable":[]}},"response":[{"id":"10673f0a-a656-40e0-bcd2-dfd525144368","name":"Sections/ByDocumentId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\"","type":"text"}],"url":{"raw":"{{url}}/api/Sections/ByDocumentId/?documentId={{documentId}}","host":["{{url}}"],"path":["api","Sections","ByDocumentId",""],"query":[{"key":"documentId","value":"{{documentId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 248,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"sections\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"toc\": \".000.001.004\",\n                \"name\": \"test\",\n                \"workflowId\": \"00000000-0000-0000-0000-000000000000\",\n                \"workflowStepId\": \"00000000-0000-0000-0000-000000000000\",\n                \"workflowStepTitle\": \"Contractor Review\",\n                \"workflowStepColour\": \"#9dceff\",\n                \"defaultTaskProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"contractorId\": null,\n                \"typeFlags\": [\n                    \"system\"\n                ],\n                \"isKeySection\": true,\n                \"keySectionId\": \"00000000-0000-0000-0000-000000000000\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"toc\": \".000.001.010.002\",\n                \"name\": \"test 1\",\n                \"workflowId\": \"00000000-0000-0000-0000-000000000000\",\n                \"workflowStepId\": \"00000000-0000-0000-0000-000000000000\",\n                \"workflowStepTitle\": \"Contractor Review\",\n                \"workflowStepColour\": \"#9dceff\",\n                \"defaultTaskProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"contractorId\": \"00000000-0000-0000-0000-000000000000\",\n                \"typeFlags\": [\n                    \"scheduleHeading\"\n                ],\n                \"isKeySection\": false,\n                \"keySectionId\": \"00000000-0000-0000-0000-000000000000\"\n            }          \n        ]\n    }\n}"}],"_postman_id":"ed2202e8-bab2-488e-ad54-446de96ea048"}],"id":"356d7633-8714-45ae-bcea-5fd900b12a05","_postman_id":"356d7633-8714-45ae-bcea-5fd900b12a05","description":""},{"name":"Section","item":[{"name":"Section/ById","id":"7c1bd70a-e2cc-4539-b3e5-ab969588ef2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Section/ById/?documentId={{documentId}}&id={{sectionId}}","urlObject":{"path":["Core6","api","Section","ById",""],"host":["{{url}}"],"query":[{"key":"documentId","value":"{{documentId}}"},{"key":"id","value":"{{sectionId}}"}],"variable":[]}},"response":[{"id":"1d8136bc-d274-4a16-b123-c97a014875cf","name":"Section/ById","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/Section/ById/?documentId={{documentId}}&id={{sectionId}}","host":["{{url}}"],"path":["api","Section","ById",""],"query":[{"key":"documentId","value":"{{documentId}}"},{"key":"id","value":"{{sectionId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 14,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"section\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n            \"toc\": \".000.002\",\n            \"name\": \"CR test system\",\n            \"workflowId\": \"00000000-0000-0000-0000-000000000000\",\n            \"workflowStepId\": \"00000000-0000-0000-0000-000000000000\",\n            \"defaultTaskProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n            \"dateWorkflowStepSet\": null,\n            \"currentVersion\": 1,\n            \"openTaskCount\": 0,\n            \"openReviewCount\": 0,\n            \"contractorId\": \"00000000-0000-0000-0000-000000000000\",\n            \"APITags\": [],\n            \"dateCreated\": \"2017-01-09T13:13:20.75Z\"\n        }\n    }\n}"}],"_postman_id":"7c1bd70a-e2cc-4539-b3e5-ab969588ef2f"}],"id":"ef50b980-ea2c-4078-a873-0ca085ef246f","_postman_id":"ef50b980-ea2c-4078-a873-0ca085ef246f","description":""},{"name":"Contacts","item":[{"name":"Contacts/ByIds","id":"a16f2ee4-1fca-4c5a-94d8-b6bcac2bcd4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Contacts/ByIds/?ids={{contractorId1}}&ids={{contractorId2}}","urlObject":{"path":["Core6","api","Contacts","ByIds",""],"host":["{{url}}"],"query":[{"key":"ids","value":"{{contractorId1}}"},{"key":"ids","value":"{{contractorId2}}"}],"variable":[]}},"response":[{"id":"5fc8476e-9d67-485a-8f1f-0fb2c79d0ab6","name":"Contacts/ByIds","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\"","type":"text"}],"url":{"raw":"{{url}}/api/Contacts/ByIds/?ids={{contractorId}}&ids={{contractorId2}}","host":["{{url}}"],"path":["api","Contacts","ByIds",""],"query":[{"key":"ids","value":"{{contractorId}}"},{"key":"ids","value":"{{contractorId2}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 1,\n    \"Page\": 1,\n    \"Rows\": 2,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 2,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"contacts\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"EDOCUMENTS LTD\",\n                \"nameHTMLSafe\": null,\n                \"nameASCIISafe\": null,\n                \"addressLine1\": \"UNIT 32 WATERHOUSE BUSINESS CENTRE\",\n                \"addressLine2\": \"2 CROMAR WAY\",\n                \"addressLine3\": \"CHELMSFORD\",\n                \"addressLine4\": \"ESSEX\",\n                \"postcode\": \"CM1 2QE\",\n                \"country\": \"United Kingdom\",\n                \"telephone\": \"+44 (0)1245 330010\",\n                \"fax\": \"+44 (0)1245 331010\",\n                \"url\": \"www.edocuments.co.uk\",\n                \"isSuperseded\": false,\n                \"dateLastUsed\": \"2019-03-29T09:08:46Z\",\n                \"addedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"info@edocuments.co.uk\",\n                \"type\": 0\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"TEST\",\n                \"nameHTMLSafe\": null,\n                \"nameASCIISafe\": null,\n                \"addressLine1\": \"TEST\",\n                \"addressLine2\": \"TEST\",\n                \"addressLine3\": \"\",\n                \"addressLine4\": \"\",\n                \"postcode\": \"RM1 1MP\",\n                \"country\": \"United Kingdom\",\n                \"telephone\": \"0111111111\",\n                \"fax\": \"0111111111\",\n                \"url\": \"www.test.co.uk\",\n                \"isSuperseded\": false,\n                \"dateLastUsed\": \"2018-05-30T07:11:20Z\",\n                \"addedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"email\": \"\",\n                \"type\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"a16f2ee4-1fca-4c5a-94d8-b6bcac2bcd4b"}],"id":"9878ce78-c3ce-4dd7-acdf-7309759ee0a5","_postman_id":"9878ce78-c3ce-4dd7-acdf-7309759ee0a5","description":""},{"name":"ProjectUser","item":[{"name":"ProjectUser/ById","id":"01cdda3f-4934-44f5-ba97-e66b935a2e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/ProjectUser/ById/?id={{userId}}&projectId={{projectId}}","urlObject":{"path":["Core6","api","ProjectUser","ById",""],"host":["{{url}}"],"query":[{"key":"id","value":"{{userId}}"},{"key":"projectId","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"cc3580a2-ae03-4a6a-97ab-e9f5774e3b51","name":"ProjectUser/ById","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 5,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"ProjectUser\": {\n            \"id\": \"fd834fa0-ea87-4d48-88c8-023063e5ee9c\",\n            \"companyName\": \"Edocuments Ltd                                                                                                                                                                                                                                            \",\n            \"email\": \"support@edocuments.co.uk\",\n            \"firstName\": \"Springboard\",\n            \"secondName\": \"Support\"\n        }\n    }\n}"}],"_postman_id":"01cdda3f-4934-44f5-ba97-e66b935a2e4d"}],"id":"594124cf-abca-44d1-8732-11e2c0c32729","_postman_id":"594124cf-abca-44d1-8732-11e2c0c32729","description":""},{"name":"Workflow","item":[{"name":"Workflow/ById","id":"7c6ee1c9-7300-4ffb-bf1e-2a4363f2b137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6/api/Workflow/ById?id={{workflowId}}","urlObject":{"path":["Core6","api","Workflow","ById"],"host":["{{url}}"],"query":[{"key":"id","value":"{{workflowId}}"}],"variable":[]}},"response":[{"id":"e13dd0f1-1582-4362-a1fe-dd14e019595b","name":"Workflow/ById - invalid request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\""}],"url":{"raw":"{{url}}/api/Workflow/ById?id={{workflowId}}","host":["{{url}}"],"path":["api","Workflow","ById"],"query":[{"key":"id","value":"{{workflowId}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"6c5f9ff1-ebbd-4fdd-a2e5-68c3f63fe2a7","name":"Workflow/ById","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":{"raw":"{{url}}/api/Workflow/ById?id={{workflowId}}","host":["{{url}}"],"path":["api","Workflow","ById"],"query":[{"key":"id","value":"{{workflowId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": 0,\n    \"Rows\": 1,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 1,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"workflow\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"name\": \"TEST NAME\",\n            \"description\": \"THIS IS A DEMO\",\n            \"ldu\": \"2021-07-15T06:37:39.0533333Z\"\n        }\n    }\n}"}],"_postman_id":"7c6ee1c9-7300-4ffb-bf1e-2a4363f2b137"},{"name":"WorkflowSteps/ByWorkflowId","id":"85f23c75-afe6-425b-8ceb-bc45b7ad33b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/api/WorkflowSteps/ByWorkflowId?id={{workflowId}}","urlObject":{"path":["api","WorkflowSteps","ByWorkflowId"],"host":["{{url}}"],"query":[{"key":"id","value":"{{workflowId}}"}],"variable":[]}},"response":[{"id":"457b47b8-efac-4dac-9770-607382c21ea6","name":"WorkflowSteps/ByWorkflowId - invalid request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\""}],"url":{"raw":"{{url}}/api/WorkflowSteps/ByWorkflowId?id={{workflowId}}","host":["{{url}}"],"path":["api","WorkflowSteps","ByWorkflowId"],"query":[{"key":"id","value":"{{workflowId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"The request is invalid.\"\n}"},{"id":"93dfe2c2-b1aa-4d1f-abe5-808fc22d6157","name":"WorkflowSteps/ByWorkflowId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":{"raw":"{{url}}/api/WorkflowSteps/ByWorkflowId?id={{workflowId}}","host":["{{url}}"],"path":["api","WorkflowSteps","ByWorkflowId"],"query":[{"key":"id","value":"{{workflowId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": 0,\n    \"Rows\": 8,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 8,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"workflowSteps\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"title\": \"Site Setup\",\n                \"description\": \"Templates\",\n                \"duration\": 3,\n                \"colour\": \"#c0c0c0\",\n                \"position\": 0,\n                \"isReportedContent\": false,\n                \"isReportedProcess\": true,\n                \"ldu\": \"2021-07-20T09:52:32.6733333Z\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"title\": \"Info Required\",\n                \"description\": \"Info Required\",\n                \"duration\": 15,\n                \"colour\": \"#808080\",\n                \"position\": 1,\n                \"isReportedContent\": true,\n                \"isReportedProcess\": true,\n                \"ldu\": \"2021-07-20T09:52:32.6733333Z\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"title\": \"Authoring\",\n                \"description\": \"Authoring\",\n                \"duration\": 20,\n                \"colour\": \"#2d2d2d\",\n                \"position\": 2,\n                \"isReportedContent\": true,\n                \"isReportedProcess\": true,\n                \"ldu\": \"2021-07-20T09:52:32.6733333Z\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"title\": \"Contractor Review\",\n                \"description\": \"Review 1\",\n                \"duration\": 10,\n                \"colour\": \"#9dceff\",\n                \"position\": 3,\n                \"isReportedContent\": false,\n                \"isReportedProcess\": true,\n                \"ldu\": \"2021-07-20T09:52:32.6733333Z\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"title\": \"Design Review\",\n                \"description\": \"Review 2\",\n                \"duration\": 10,\n                \"colour\": \"#0f87ff\",\n                \"position\": 4,\n                \"isReportedContent\": false,\n                \"isReportedProcess\": true,\n                \"ldu\": \"2021-07-20T09:52:32.6733333Z\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"title\": \"Client Review\",\n                \"description\": \"Review 3\",\n                \"duration\": 10,\n                \"colour\": \"#0000ff\",\n                \"position\": 5,\n                \"isReportedContent\": false,\n                \"isReportedProcess\": true,\n                \"ldu\": \"2021-07-20T09:52:32.6733333Z\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"title\": \"Update\",\n                \"description\": \"Edocs actioning comments\",\n                \"duration\": 3,\n                \"colour\": \"#8000ff\",\n                \"position\": 6,\n                \"isReportedContent\": false,\n                \"isReportedProcess\": true,\n                \"ldu\": \"2021-07-20T09:52:32.6733333Z\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"title\": \"Record\",\n                \"description\": \"Record\",\n                \"duration\": 1,\n                \"colour\": \"#008000\",\n                \"position\": 7,\n                \"isReportedContent\": false,\n                \"isReportedProcess\": false,\n                \"ldu\": \"2021-07-20T09:52:32.6733333Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"85f23c75-afe6-425b-8ceb-bc45b7ad33b0"}],"id":"27d0b9ee-f8bf-40c1-8073-a9d12efac301","description":"<p>Controller containing methods to Get workflow information</p>\n","_postman_id":"27d0b9ee-f8bf-40c1-8073-a9d12efac301"},{"name":"WorkflowStepHistory","item":[{"name":"WorkflowStepHistory/BySectionId","id":"5b5efd00-9e9f-4246-8b18-1e5bc625fe06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/WorkflowStepHistory/BySectionId/?id={{sectionId}}","urlObject":{"path":["Core6","api","WorkflowStepHistory","BySectionId",""],"host":["{{url}}"],"query":[{"key":"id","value":"{{sectionId}}"}],"variable":[]}},"response":[{"id":"8c2bba4b-e3fb-4ad8-a29f-7961c8e21ab5","name":"WorkflowStepHistory/BySectionId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\"","type":"text"}],"url":{"raw":"{{url}}/api/WorkflowStepHistory/BySectionId/?id={{sectionId}}","host":["{{url}}"],"path":["api","WorkflowStepHistory","BySectionId",""],"query":[{"key":"id","value":"{{sectionId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 2,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"workflowStepHistory\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"workflowStepStartId\": \"00000000-0000-0000-0000-000000000000\",\n                \"workflowStepEndId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": \"\",\n                \"projectUserCreatedBy\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2019-02-26T15:15:06.547Z\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"workflowStepStartId\": \"00000000-0000-0000-0000-000000000000\",\n                \"workflowStepEndId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": \"\",\n                \"projectUserCreatedBy\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2019-02-26T15:15:06.517Z\"\n            }         \n        ]\n    }\n}"}],"_postman_id":"5b5efd00-9e9f-4246-8b18-1e5bc625fe06"}],"id":"140c16f8-b94b-474f-8aa3-16e85af4b1d9","_postman_id":"140c16f8-b94b-474f-8aa3-16e85af4b1d9","description":""},{"name":"Actions","item":[{"name":"Tasks","item":[{"name":"Tasks/BySectionId","id":"d79240fd-dae4-4157-84fb-a9151ec9b05c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Tasks/BySectionId/?sectionId={{sectionId}}","urlObject":{"path":["Core6","api","Tasks","BySectionId",""],"host":["{{url}}"],"query":[{"key":"sectionId","value":"{{sectionId}}"}],"variable":[]}},"response":[{"id":"76e0aa17-6bbd-4108-9f9e-967c9be0dbee","name":"Tasks/BySectionId","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/Tasks/BySectionId/?sectionId={{sectionId}}","host":["{{url}}"],"path":["api","Tasks","BySectionId",""],"query":[{"key":"sectionId","value":"{{sectionId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Pages\": 0,\r\n    \"Page\": null,\r\n    \"Rows\": null,\r\n    \"OrderBy\": null,\r\n    \"Desc\": false,\r\n    \"TotalRows\": 5,\r\n    \"HasError\": false,\r\n    \"Error\": null,\r\n    \"Result\": {\r\n        \"tasks\": [\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"sectionTaskInt\": 2,\r\n                \"subject\": \"Comment\",\r\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"siteName\": \"TEST SITE\",\r\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"projectName\": \"TEST PROJECT\",\r\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"isPrivate\": false,\r\n                \"dateCreated\": \"2021-08-04T14:30:03.513Z\",\r\n                \"dueDate\": \"2021-08-11T00:00:00Z\",\r\n                \"isClosed\": false,\r\n                \"dateClosed\": null,\r\n                \"closedByProjectUserId\": null,\r\n                \"taskMessages\": [\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"threadId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"fromProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"toProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"dateCreated\": \"2021-08-04T14:30:54.947Z\",\r\n                        \"dateExpires\": \"2021-08-11T00:00:00Z\",\r\n                        \"body\": \"This is a test message\",\r\n                        \"cc\": \"\",\r\n                        \"isClosed\": true,\r\n                        \"dateClosed\": \"2021-08-10T13:53:26.547Z\",\r\n                        \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"sectionVersion\": -1,\r\n                        \"bounceBackStatusFrom\": null,\r\n                        \"bounceBackStatusTo\": null\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"threadId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"fromProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"toProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"dateCreated\": \"2021-08-10T13:53:26.55Z\",\r\n                        \"dateExpires\": \"2021-08-12T00:00:00Z\",\r\n                        \"body\": \"this is also a test\",\r\n                        \"cc\": \"\",\r\n                        \"isClosed\": true,\r\n                        \"dateClosed\": \"2021-08-10T13:53:26.547Z\",\r\n                        \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"sectionVersion\": 0,\r\n                        \"bounceBackStatusFrom\": null,\r\n                        \"bounceBackStatusTo\": null\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"threadId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"fromProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"toProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"dateCreated\": \"2021-08-25T14:20:25.297Z\",\r\n                        \"dateExpires\": \"2021-08-27T00:00:00Z\",\r\n                        \"body\": \"this is a silly message\",\r\n                        \"cc\": \"\",\r\n                        \"isClosed\": true,\r\n                        \"dateClosed\": \"2021-08-10T13:53:26.547Z\",\r\n                        \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"sectionVersion\": 0,\r\n                        \"bounceBackStatusFrom\": null,\r\n                        \"bounceBackStatusTo\": null\r\n                    },\r\n                    {\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"threadId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"fromProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"toProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"dateCreated\": \"2021-09-06T07:24:09.537Z\",\r\n                        \"dateExpires\": \"2021-09-08T00:00:00Z\",\r\n                        \"body\": \"test\",\r\n                        \"cc\": \"\",\r\n                        \"isClosed\": true,\r\n                        \"dateClosed\": \"2021-08-10T13:53:26.547Z\",\r\n                        \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"sectionVersion\": 0,\r\n                        \"bounceBackStatusFrom\": null,\r\n                        \"bounceBackStatusTo\": null\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"d79240fd-dae4-4157-84fb-a9151ec9b05c"},{"name":"Tasks/ByDocumentId","id":"6ddfa86b-e531-4617-803f-bb16febe0ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Tasks/ByDocumentId/?id={{documentId}}","urlObject":{"path":["Core6","api","Tasks","ByDocumentId",""],"host":["{{url}}"],"query":[{"key":"id","value":"{{documentId}}"}],"variable":[]}},"response":[{"id":"8af2fbc3-a8a5-4222-a052-83423c5036df","name":"Tasks/ByDocumentId","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/Tasks/ByDocumentId/?id={{sectionId}}","host":["{{url}}"],"path":["api","Tasks","ByDocumentId",""],"query":[{"key":"id","value":"{{sectionId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 5,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"tasks\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionTaskInt\": 2,\n                \"subject\": \"Comment\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteName\": \"TEST SITE\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectName\": \"TEST PROJECT\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"isPrivate\": false,\n                \"dateCreated\": \"2021-08-04T14:30:03.513Z\",\n                \"dueDate\": \"2021-08-11T00:00:00Z\",\n                \"isClosed\": false,\n                \"dateClosed\": null,\n                \"closedByProjectUserId\": null,\n                \"taskMessages\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"fromProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"toProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"dateCreated\": \"2021-08-04T14:30:54.947Z\",\n                        \"dateExpires\": \"2021-08-11T00:00:00Z\",\n                        \"body\": \"This is a test message\",\n                        \"cc\": \"\",\n                        \"isClosed\": true,\n                        \"dateClosed\": \"2021-08-10T13:53:26.547Z\",\n                        \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"sectionVersion\": -1,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"fromProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"toProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"dateCreated\": \"2021-08-10T13:53:26.55Z\",\n                        \"dateExpires\": \"2021-08-12T00:00:00Z\",\n                        \"body\": \"this is also a test\",\n                        \"cc\": \"\",\n                        \"isClosed\": true,\n                        \"dateClosed\": \"2021-08-10T13:53:26.547Z\",\n                        \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"sectionVersion\": 0,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"fromProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"toProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"dateCreated\": \"2021-08-25T14:20:25.297Z\",\n                        \"dateExpires\": \"2021-08-27T00:00:00Z\",\n                        \"body\": \"this is a silly message\",\n                        \"cc\": \"\",\n                        \"isClosed\": true,\n                        \"dateClosed\": \"2021-08-10T13:53:26.547Z\",\n                        \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"sectionVersion\": 0,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"fromProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"toProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"dateCreated\": \"2021-09-06T07:24:09.537Z\",\n                        \"dateExpires\": \"2021-09-08T00:00:00Z\",\n                        \"body\": \"test\",\n                        \"cc\": \"\",\n                        \"isClosed\": true,\n                        \"dateClosed\": \"2021-08-10T13:53:26.547Z\",\n                        \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"sectionVersion\": 0,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"6ddfa86b-e531-4617-803f-bb16febe0ee5"}],"id":"b15a88f7-2004-4833-91e2-bde398234639","_postman_id":"b15a88f7-2004-4833-91e2-bde398234639","description":""},{"name":"Reviews","item":[{"name":"Reviews/BySectionId","id":"66b4fbe7-c0b3-4954-a1a3-4cbed0fd935d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Reviews/BySectionId/?sectionId={{sectionId}}","urlObject":{"path":["Core6","api","Reviews","BySectionId",""],"host":["{{url}}"],"query":[{"key":"sectionId","value":"{{sectionId}}"}],"variable":[]}},"response":[{"id":"49ce48c7-36d9-44e4-b91e-82ca31b720bf","name":"Reviews/BySectionId","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/Reviews/BySectionId/?sectionId={{sectiontId}}","host":["{{url}}"],"path":["api","Reviews","BySectionId",""],"query":[{"key":"sectionId","value":"{{sectiontId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 5,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"reviews\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"step\": null,\n                \"workFlowStepId\": \"00000000-0000-0000-0000-000000000000a\",\n                \"projectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": 2,\n                \"note\": \"Milestone moved\",\n                \"createdByprojectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2020-12-15T08:53:48.0333333Z\",\n                \"dateStarted\": \"2020-12-16T00:00:00Z\",\n                \"isClosed\": true,\n                \"dateClosed\": \"2021-01-05T11:44:25.47Z\",\n                \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"step\": null,\n                \"workFlowStepId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": 2,\n                \"note\": \"Milestone moved\",\n                \"createdByprojectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2021-01-05T11:44:25.7533333Z\",\n                \"dateStarted\": \"2021-01-06T00:00:00Z\",\n                \"isClosed\": true,\n                \"dateClosed\": \"2021-01-05T11:44:38.8766667Z\",\n                \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"step\": null,\n                \"workFlowStepId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": 2,\n                \"note\": \"Milestone moved\",\n                \"createdByprojectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2021-01-05T11:44:39.23Z\",\n                \"dateStarted\": \"2021-01-06T00:00:00Z\",\n                \"isClosed\": true,\n                \"dateClosed\": \"2021-01-05T11:44:41.69Z\",\n                \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"step\": null,\n                \"workFlowStepId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": 0,\n                \"note\": \"Removed from document reviewers\",\n                \"createdByprojectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2021-01-05T11:44:42.24Z\",\n                \"dateStarted\": \"2021-01-06T00:00:00Z\",\n                \"isClosed\": true,\n                \"dateClosed\": \"2021-02-12T00:45:52.4766667Z\",\n                \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"step\": null,\n                \"workFlowStepId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": 9,\n                \"note\": \"Auto added as section was in review step\",\n                \"createdByprojectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2021-02-12T07:38:43.1066667Z\",\n                \"dateStarted\": \"2021-01-06T11:44:38.6Z\",\n                \"isClosed\": false,\n                \"dateClosed\": null,\n                \"closedByProjectUserId\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"66b4fbe7-c0b3-4954-a1a3-4cbed0fd935d"},{"name":"Reviews/ByDocumentId","id":"1d18740f-1839-425e-80e7-4e1ebd1be64f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Reviews/ByDocumentId/?documentId={{documentId}}","urlObject":{"path":["Core6","api","Reviews","ByDocumentId",""],"host":["{{url}}"],"query":[{"key":"documentId","value":"{{documentId}}"}],"variable":[]}},"response":[{"id":"309ded08-98ab-4486-8574-af137703526f","name":"Reviews/ByDocumentId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\"","type":"text"}],"url":{"raw":"{{url}}/api/Reviews/ByDocumentId/?documentId={{documentId}}","host":["{{url}}"],"path":["api","Reviews","ByDocumentId",""],"query":[{"key":"documentId","value":"{{documentId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 5,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"reviews\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"step\": null,\n                \"workFlowStepId\": \"00000000-0000-0000-0000-000000000000a\",\n                \"projectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": 2,\n                \"note\": \"Milestone moved\",\n                \"createdByprojectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2020-12-15T08:53:48.0333333Z\",\n                \"dateStarted\": \"2020-12-16T00:00:00Z\",\n                \"isClosed\": true,\n                \"dateClosed\": \"2021-01-05T11:44:25.47Z\",\n                \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"step\": null,\n                \"workFlowStepId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": 2,\n                \"note\": \"Milestone moved\",\n                \"createdByprojectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2021-01-05T11:44:25.7533333Z\",\n                \"dateStarted\": \"2021-01-06T00:00:00Z\",\n                \"isClosed\": true,\n                \"dateClosed\": \"2021-01-05T11:44:38.8766667Z\",\n                \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"step\": null,\n                \"workFlowStepId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": 2,\n                \"note\": \"Milestone moved\",\n                \"createdByprojectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2021-01-05T11:44:39.23Z\",\n                \"dateStarted\": \"2021-01-06T00:00:00Z\",\n                \"isClosed\": true,\n                \"dateClosed\": \"2021-01-05T11:44:41.69Z\",\n                \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"step\": null,\n                \"workFlowStepId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": 0,\n                \"note\": \"Removed from document reviewers\",\n                \"createdByprojectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2021-01-05T11:44:42.24Z\",\n                \"dateStarted\": \"2021-01-06T00:00:00Z\",\n                \"isClosed\": true,\n                \"dateClosed\": \"2021-02-12T00:45:52.4766667Z\",\n                \"closedByProjectUserId\": \"00000000-0000-0000-0000-000000000000\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\n                \"step\": null,\n                \"workFlowStepId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reason\": 9,\n                \"note\": \"Auto added as section was in review step\",\n                \"createdByprojectUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"dateCreated\": \"2021-02-12T07:38:43.1066667Z\",\n                \"dateStarted\": \"2021-01-06T11:44:38.6Z\",\n                \"isClosed\": false,\n                \"dateClosed\": null,\n                \"closedByProjectUserId\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"1d18740f-1839-425e-80e7-4e1ebd1be64f"}],"id":"f8d70e91-6fe9-4766-bdd7-a42cc53410be","_postman_id":"f8d70e91-6fe9-4766-bdd7-a42cc53410be","description":""},{"name":"Responsibilities","item":[{"name":"Responsibilities/BySectionId","id":"8e9576a7-b9cc-40d4-a73c-96b74b163e55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Responsibilities/BySectionId/?sectionId={{sectionId}}","urlObject":{"path":["Core6","api","Responsibilities","BySectionId",""],"host":["{{url}}"],"query":[{"key":"sectionId","value":"{{sectionId}}"}],"variable":[]}},"response":[{"id":"5ac23291-f337-4d21-bd23-156b97d30fa7","name":"Responsibilities/BySectionId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{url}}/api/Responsibilities/BySectionId/?sectionId={{sectionId}}","host":["{{url}}"],"path":["api","Responsibilities","BySectionId",""],"query":[{"key":"sectionId","value":"{{sectionId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Pages\": 0,\r\n    \"Page\": null,\r\n    \"Rows\": null,\r\n    \"OrderBy\": null,\r\n    \"Desc\": false,\r\n    \"TotalRows\": 1,\r\n    \"HasError\": false,\r\n    \"Error\": null,\r\n    \"Result\": {\r\n        \"Responsibilities\": [\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000_00000000-0000-0000-0000-000000000000\",\r\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"sectionName\": \"Overview Test\",\r\n                \"sectionTOC\": \".000.009\",\r\n                \"toProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"fromProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"workflowId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"workflowStepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"workflowstepTitle\": \"Site Setup\",\r\n                \"datecreated\": null,\r\n                \"newToday\": false,\r\n                \"dateDue\": \"2021-09-15T08:47:09.493Z\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"8e9576a7-b9cc-40d4-a73c-96b74b163e55"},{"name":"Responsibilities/ByDocumentId","id":"c216f686-f6fa-44c3-ab74-f0e7aa79a76f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/api/Responsibilities/ByDocumentId/?documentId={{documentId}}","urlObject":{"path":["api","Responsibilities","ByDocumentId",""],"host":["{{url}}"],"query":[{"key":"documentId","value":"{{documentId}}"}],"variable":[]}},"response":[{"id":"d601a7bb-5a3b-4e53-9042-25a921e6b782","name":"Responsibilities/ByDocumentd","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{url}}/api/Responsibilities/ByDocumentId/?documentId={{documentId}}","host":["{{url}}"],"path":["api","Responsibilities","ByDocumentId",""],"query":[{"key":"documentId","value":"{{documentId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Pages\": 0,\r\n    \"Page\": null,\r\n    \"Rows\": null,\r\n    \"OrderBy\": null,\r\n    \"Desc\": false,\r\n    \"TotalRows\": 1,\r\n    \"HasError\": false,\r\n    \"Error\": null,\r\n    \"Result\": {\r\n        \"Responsibilities\": [\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000_00000000-0000-0000-0000-000000000000\",\r\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"sectionId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"sectionName\": \"Overview Test\",\r\n                \"sectionTOC\": \".000.009\",\r\n                \"toProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"fromProjectUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"workflowId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"workflowStepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"workflowstepTitle\": \"Site Setup\",\r\n                \"datecreated\": null,\r\n                \"newToday\": false,\r\n                \"dateDue\": \"2021-09-15T08:47:09.493Z\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"c216f686-f6fa-44c3-ab74-f0e7aa79a76f"}],"id":"4e824282-c6fc-4c09-83c0-b85d182b6d05","_postman_id":"4e824282-c6fc-4c09-83c0-b85d182b6d05","description":""}],"id":"524056c9-b6c8-4496-9e9c-c30571f3c6f9","description":"<p>Actions are broken down into three entities these are:<br />Tasks, Reviews, and Responsibilities</p>\n<p>An Action is a term used to describe a procedure that a user needs to complete within the platform ecosystem.</p>\n","_postman_id":"524056c9-b6c8-4496-9e9c-c30571f3c6f9"},{"name":"Placeholder","item":[{"name":"Create","id":"bceb8c55-ad66-4936-985c-04aef2060ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Placeholder/Create?siteId={{siteId}}&docId={{docId}}&projectFormId={{projectFormId}}&fileId={{fileId}}&includeSync=true&includeFormCreation=true","description":"<p>Creates a Placeholder and attaches the passed in file to that placeholder.</p>\n","urlObject":{"path":["Core6","api","Placeholder","Create"],"host":["{{url}}"],"query":[{"description":{"content":"<p>The Id of the site\nobtained from the Uri</p>\n","type":"text/plain"},"key":"siteId","value":"{{siteId}}"},{"description":{"content":"<p>The Id of the Document obtained from the URI</p>\n","type":"text/plain"},"key":"docId","value":"{{docId}}"},{"description":{"content":"<p>The Id of the projectFormId obtained from the URI</p>\n","type":"text/plain"},"key":"projectFormId","value":"{{projectFormId}}"},{"description":{"content":"<p>The Id of the file to be linked to a placeholder.</p>\n","type":"text/plain"},"key":"fileId","value":"{{fileId}}"},{"description":{"content":"<p>Should the placeholder creation include a sync with the file data. </p>\n<p>Optional Default value is true</p>\n","type":"text/plain"},"key":"includeSync","value":"true"},{"description":{"content":"<p>Should the placeholder creation include Creation of the form elements for the Document.</p>\n<p>Optional Default value is true</p>\n","type":"text/plain"},"key":"includeFormCreation","value":"true"}],"variable":[]}},"response":[{"id":"143e0971-63ee-41e1-923e-3da9351d11c1","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{url}}/api/Placeholder/Create?siteId={{siteId}}&docId={{docId}}&projectFormId={{projectFormId}}&fileId={{fileId}}&includeSync=true&includeFormCreation=true","host":["{{url}}"],"path":["api","Placeholder","Create"],"query":[{"key":"siteId","value":"{{siteId}}","description":"The Id of the site\nobtained from the Uri\n"},{"key":"docId","value":"{{docId}}","description":"The Id of the Document obtained from the URI"},{"key":"projectFormId","value":"{{projectFormId}}","description":"The Id of the projectFormId obtained from the URI"},{"key":"fileId","value":"{{fileId}}","description":"The Id of the file to be linked to a placeholder."},{"key":"includeSync","value":"true","description":"Should the placeholder creation include a sync with the file data. \n\nOptional Default value is true\n"},{"key":"includeFormCreation","value":"true","description":"Should the placeholder creation include Creation of the form elements for the Document.\n\nOptional Default value is true\n"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"pages\":1,\r\n   \"Page\":1,\r\n   \"Rows\":1,\r\n   \"OrderBy\":\"\",\r\n   \"Desc\":false,\r\n   \"TotalRows\":1,\r\n   \"HasError\":false,\r\n   \"Error\" :  null, \r\n   \"result\":{\r\n       \"placeHolderId\" : \"00000000-0000-0000-0000-000000000000\"\r\n   }\r\n}"},{"id":"6f8f5b12-de44-4f77-b41d-0fc062f8384f","name":"CreateFailed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{url}}/api/Placeholder/Create?siteId={{siteId}}&docId={{docId}}&projectFormId={{projectFormId}}&fileId={{fileId}}&includeSync=true&includeFormCreation=true","host":["{{url}}"],"path":["api","Placeholder","Create"],"query":[{"key":"siteId","value":"{{siteId}}","description":"The Id of the site\nobtained from the Uri\n"},{"key":"docId","value":"{{docId}}","description":"The Id of the Document obtained from the URI"},{"key":"projectFormId","value":"{{projectFormId}}","description":"The Id of the projectFormId obtained from the URI"},{"key":"fileId","value":"{{fileId}}","description":"The Id of the file to be linked to a placeholder."},{"key":"includeSync","value":"true","description":"Should the placeholder creation include a sync with the file data. \n\nOptional Default value is true\n"},{"key":"includeFormCreation","value":"true","description":"Should the placeholder creation include Creation of the form elements for the Document.\n\nOptional Default value is true\n"}]}},"code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 1,\n    \"Page\": 1,\n    \"Rows\": 1,\n    \"OrderBy\": \"\",\n    \"Desc\": false,\n    \"TotalRows\": 1,\n    \"HasError\": false,\n    \"Error\": [\n        {\n            \"code\": \"code\",\n            \"error\": \"someError\"\n        },\n        {\n            \"code\": \"code\",\n            \"error\": \"someError\"\n        }\n    ],\n    \"result\": {}\n}"}],"_postman_id":"bceb8c55-ad66-4936-985c-04aef2060ee5"},{"name":"BySectionId(Awaiting publish)","id":"859151d5-a810-406f-8eeb-0aa524686210","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/api/Placeholders/BySectionId?id={{sectionId}}","description":"<p>Creates a Placeholder and attaches the passed in file to that placeholder.</p>\n","urlObject":{"path":["api","Placeholders","BySectionId"],"host":["{{url}}"],"query":[{"key":"id","value":"{{sectionId}}"}],"variable":[]}},"response":[{"id":"2b746c65-2b4d-4506-9bbf-f775ed40b5ea","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{url}}/api/Placeholder/Create?siteId={{siteId}}&docId={{docId}}&projectFormId={{projectFormId}}&fileId={{fileId}}&includeSync=true&includeFormCreation=true","host":["{{url}}"],"path":["api","Placeholder","Create"],"query":[{"key":"siteId","value":"{{siteId}}","description":"The Id of the site\nobtained from the Uri\n"},{"key":"docId","value":"{{docId}}","description":"The Id of the Document obtained from the URI"},{"key":"projectFormId","value":"{{projectFormId}}","description":"The Id of the projectFormId obtained from the URI"},{"key":"fileId","value":"{{fileId}}","description":"The Id of the file to be linked to a placeholder."},{"key":"includeSync","value":"true","description":"Should the placeholder creation include a sync with the file data. \n\nOptional Default value is true\n"},{"key":"includeFormCreation","value":"true","description":"Should the placeholder creation include Creation of the form elements for the Document.\n\nOptional Default value is true\n"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"pages\":1,\r\n   \"Page\":1,\r\n   \"Rows\":1,\r\n   \"OrderBy\":\"\",\r\n   \"Desc\":false,\r\n   \"TotalRows\":1,\r\n   \"HasError\":false,\r\n   \"Error\" :  null, \r\n   \"result\":{\r\n       \"placeHolderId\" : \"00000000-0000-0000-0000-000000000000\"\r\n   }\r\n}"},{"id":"74b7da13-cafd-4694-a2b6-0eb6dfb0a6d5","name":"CreateFailed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{url}}/api/Placeholder/Create?siteId={{siteId}}&docId={{docId}}&projectFormId={{projectFormId}}&fileId={{fileId}}&includeSync=true&includeFormCreation=true","host":["{{url}}"],"path":["api","Placeholder","Create"],"query":[{"key":"siteId","value":"{{siteId}}","description":"The Id of the site\nobtained from the Uri\n"},{"key":"docId","value":"{{docId}}","description":"The Id of the Document obtained from the URI"},{"key":"projectFormId","value":"{{projectFormId}}","description":"The Id of the projectFormId obtained from the URI"},{"key":"fileId","value":"{{fileId}}","description":"The Id of the file to be linked to a placeholder."},{"key":"includeSync","value":"true","description":"Should the placeholder creation include a sync with the file data. \n\nOptional Default value is true\n"},{"key":"includeFormCreation","value":"true","description":"Should the placeholder creation include Creation of the form elements for the Document.\n\nOptional Default value is true\n"}]}},"code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 1,\n    \"Page\": 1,\n    \"Rows\": 1,\n    \"OrderBy\": \"\",\n    \"Desc\": false,\n    \"TotalRows\": 1,\n    \"HasError\": false,\n    \"Error\": [\n        {\n            \"code\": \"code\",\n            \"error\": \"someError\"\n        },\n        {\n            \"code\": \"code\",\n            \"error\": \"someError\"\n        }\n    ],\n    \"result\": {}\n}"}],"_postman_id":"859151d5-a810-406f-8eeb-0aa524686210"},{"name":"RemoveByFileId","id":"cf322588-5f7d-4e1a-ab45-6322e84a5453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Placeholder/RemoveByFileId?fileId={{fileId}}","description":"<p>Removes a placeholder by the Id of the file that inhabits it. </p>\n","urlObject":{"path":["Core6","api","Placeholder","RemoveByFileId"],"host":["{{url}}"],"query":[{"key":"fileId","value":"{{fileId}}"}],"variable":[]}},"response":[{"id":"3c85f8f7-af2a-46e4-b11e-689882f80937","name":"RemoveByFileId","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{url}}/api/Placeholder/RemoveByFileId?fileId={{fileId}}","host":["{{url}}"],"path":["api","Placeholder","RemoveByFileId"],"query":[{"key":"fileId","value":"{{fileId}}"}]}},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"pages\": 1,\r\n    \"Page\": 1,\r\n    \"Rows\": 1,\r\n    \"OrderBy\": \"\",\r\n    \"Desc\": false,\r\n    \"TotalRows\": 1,\r\n    \"HasError\": false,\r\n    \"Error\": null,\r\n    \"result\": {}\r\n}"},{"id":"d9849759-3dd9-4f55-8bd7-7eb532165d86","name":"RemoveByFileIdError","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{url}}/api/Placeholder/RemoveByFileId?fileId={{fileId}}","host":["{{url}}"],"path":["api","Placeholder","RemoveByFileId"],"query":[{"key":"fileId","value":"{{fileId}}"}]}},"code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 1,\n    \"Page\": 1,\n    \"Rows\": 1,\n    \"OrderBy\": \"\",\n    \"Desc\": false,\n    \"TotalRows\": 1,\n    \"HasError\": false,\n    \"Error\": [\n        {\n            \"code\": \"code\",\n            \"error\": \"someError\"\n        },\n        {\n            \"code\": \"code\",\n            \"error\": \"someError\"\n        }\n    ],\n    \"result\": {}\n}"}],"_postman_id":"cf322588-5f7d-4e1a-ab45-6322e84a5453"}],"id":"c186140a-6e99-4852-b01a-ae32c62354a2","description":"<p>Folder containing methods relating to a singular Placeholder.</p>\n<ul>\n<li>A Placeholder is an element on a springboard document page that displays information about a given file.\nIt has a one to one relationship with a file.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"53302703-df4d-4962-96a7-b69530a187ca","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6d47d6b3-2f50-4cc0-9066-1413c00f09cb","type":"text/javascript","exec":[""]}}],"_postman_id":"c186140a-6e99-4852-b01a-ae32c62354a2"},{"name":"File","item":[{"name":"Upload","id":"68abea18-db77-4d0a-b77e-2775a5b61258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Unique file name used to identify file in processing method</p>\n","key":"name","type":"text","value":"{{name}}"},{"description":"<p>The full file name with extension.</p>\n","key":"originalName","type":"text","value":"someFile.jpg"},{"description":"<p>Number of current data chunk (zero index based)</p>\n","key":"Chunk","type":"text","value":"6"},{"description":"<p>Total number of chunks for the file data.</p>\n","key":"Chunks","type":"text","value":"7"},{"description":"<p>The time that upload was started. </p>\n","key":"dateUploadStart","type":"text","value":"2008-10-01T17:04:32.0000000"},{"description":"<p>Byte[] The current chunk of the file.</p>\n","key":"file","type":"text","value":"{{file}}"}]},"url":"{{url}}/Core6/api/File/Upload","description":"<p>Creates a container for a File container in Springboard hosting enviroment. Once Upload is complete Process must be called. </p>\n","urlObject":{"path":["Core6","api","File","Upload"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"de6524fb-2642-446a-9041-e06eb5ba26ea","name":"Upload","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{{name}}","description":"Unique file name used to identify file in processing method","type":"text"},{"key":"originalName","value":"someFile.jpg","description":"The full file name with extension.","type":"text"},{"key":"Chunk","value":"6","description":"Number of current data chunk (zero index based)","type":"text"},{"key":"Chunks","value":"7","description":"Total number of chunks for the file data.","type":"text"},{"key":"dateUploadStart","value":"2008-10-01T17:04:32.0000000","description":"The time that upload was started. ","type":"text"},{"key":"file","value":"{{file}}","description":"Byte[] The current chunk of the file.","type":"text"}]},"url":"{{url}}/api/File/Upload"},"code":500,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{}"},{"id":"ffbaabba-8db7-41a9-a5ae-32980f8c50e0","name":"Upload","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{{name}}","description":"Unique file name used to identify file in processing method","type":"text"},{"key":"originalName","value":"someFile.jpg","description":"The full file name with extension.","type":"text"},{"key":"Chunk","value":"6","description":"Number of current data chunk (zero index based)","type":"text"},{"key":"Chunks","value":"7","description":"Total number of chunks for the file data.","type":"text"},{"key":"dateUploadStart","value":"2008-10-01T17:04:32.0000000","description":"The time that upload was started. ","type":"text"},{"key":"file","value":"{{file}}","description":"Byte[] The current chunk of the file.","type":"text"}]},"url":"{{url}}/api/File/Upload"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"68abea18-db77-4d0a-b77e-2775a5b61258"},{"name":"Process","id":"7e4a6a7e-6476-4aea-970c-edd9224bfb11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"{name Sent in uploadProcess}\",\r\n   \"originalName\":\"somefile.Jpeg\",\r\n   \"reference\":\"\",\r\n   \"description\":\"\",\r\n   \"type\":2,\r\n   \"linkType\":3,\r\n   \"dateUploadStart\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n   \"siteId\":\"00000000-0000-0000-0000-000000000000\",\r\n   \"documentId\":\"00000000-0000-0000-0000-000000000000\",\r\n   \"authorId\":\"00000000-0000-0000-0000-000000000000\",\r\n   \"authorName\":\"Gavin Belson\",\r\n   \"company\":\"Hooli\",\r\n   \"revision\":\"2\",\r\n   \"issue\":2,\r\n   \"status\" : \"\",\r\n   \"suitability\":\"S1\",\r\n   \"forInformation\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/Core6/api/File/Process","description":"<p>Method to process an uploaded file to Springboard\nValid Suitability Can be found in the Suitability Options endpoint.</p>\n","urlObject":{"path":["Core6","api","File","Process"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3818e768-1043-4882-8b5d-2d87c60fb16b","name":"Process","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\"","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"{name Sent in uploadProcess}\",\r\n   \"originalName\":\"somefile.Jpeg\",\r\n   \"reference\":\"\",\r\n   \"description\":\"\",\r\n   \"type\":2,\r\n   \"linkType\":3,\r\n   \"dateUploadStart\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n   \"siteId\":\"00000000-0000-0000-0000-000000000000\",\r\n   \"documentId\":\"00000000-0000-0000-0000-000000000000\",\r\n   \"authorId\":\"00000000-0000-0000-0000-000000000000\",\r\n   \"authorName\":\"Gavin Belson\",\r\n   \"company\":\"Hooli\",\r\n   \"revision\":\"2\",\r\n   \"issue\":2,\r\n   \"status\" : \"\",\r\n   \"suitability\":\"S1\",\r\n   \"forInformation\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/File/Process"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n   \"pages\":1,\r\n   \"Page\":1,\r\n   \"Rows\":1,\r\n   \"OrderBy\":\"\",\r\n   \"Desc\":false,\r\n   \"TotalRows\":1,\r\n   \"HasError\":false,\r\n    \"Error\": null,\r\n   \"result\":{\r\n      \"file\":{\r\n         \"id\":\"00000000-0000-0000-0000-000000000000\",\r\n         \"url\":\"\",\r\n         \"name\":\"somefile.Jpeg\",\r\n         \"reference\":\"\",\r\n         \"description\":\"\",\r\n         \"extension\":\"Jpeg\",\r\n         \"typeId\":3,\r\n         \"type\":2,\r\n         \"company\":\"Hooli\",\r\n         \"companyId\":\"00000000-0000-0000-0000-000000000000\",\r\n         \"revision\":\"\",\r\n         \"status\":\"\",\r\n         \"suitability\":\"\",\r\n         \"issue\":2,\r\n         \"maintenance\":[\r\n            \r\n         ],\r\n         \"size\":\"\",\r\n         \"documentId\":\"00000000-0000-0000-0000-000000000000\",\r\n         \"siteId\":\"00000000-0000-0000-0000-000000000000\",\r\n         \"uploadGroupId\":\"00000000-0000-0000-0000-000000000000\",\r\n         \"dateUploaded\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n         \"sizeInt\":1024,\r\n         \"uploadedByName\":\"\",\r\n         \"uploadedById\":\"00000000-0000-0000-0000-000000000000\",\r\n         \"uploadedBy\":{\r\n            \"id\":\"00000000-0000-0000-0000-000000000000\",\r\n            \"isMe\":true,\r\n            \"name\":\"\",\r\n            \"email\":\"\",\r\n            \"firstName\":\"\",\r\n            \"lastName\":\"\",\r\n            \"initials\":\"\",\r\n            \"username\":\"\",\r\n            \"applicationName\":\"\",\r\n            \"dDial\":\"\",\r\n            \"mobile\":\"\",\r\n            \"addressId\":\"00000000-0000-0000-0000-000000000000\",\r\n            \"comment\":\"\",\r\n            \"isApproved\":true,\r\n            \"lastActivityDate\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n            \"lastLoginDate\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n            \"dateLastAccessed\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n            \"lastPasswordChangedDate\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n            \"creationDate\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n            \"isOnline\":true,\r\n            \"isDeleted\":false,\r\n            \"IsEdocuments\":false,\r\n            \"isLockedOut\":false,\r\n            \"lastLockedOutDate\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n            \"failedPasswordAttemptCount\":3,\r\n            \"failedPasswordAttemptWindowStart\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n            \"sessionKey\":\"\",\r\n            \"companyName\":\"\",\r\n            \"companyTel\":\"\",\r\n            \"companyAddress\":\"\",\r\n            \"bouncedMailLastBounce\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n            \"bouncedMailLastSent\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n            \"bouncedMailLastSubject\":\"\",\r\n            \"bouncedMailStatus\":2\r\n         },\r\n         \"isAttachment\":false,\r\n         \"isViewerReady\":false,\r\n         \"pageCount\":1,\r\n         \"linkCount\":0,\r\n         \"viewer\":\"\",\r\n         \"remoteStorageContainer\":\"\",\r\n         \"forInformation\":true,\r\n         \"tagIds\":[\r\n            \"00000000-0000-0000-0000-000000000000\",\r\n            \"00000000-0000-0000-0000-000000000000\"\r\n         ],\r\n         \"id_externalCDE\":\"\",\r\n         \"publisherId\":\"00000000-0000-0000-0000-000000000000\"\r\n      }\r\n   }\r\n}"},{"id":"8945a8f7-7097-46a0-9cb5-9140ef01d6ec","name":"FailedProcess","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"{name Sent in uploadProcess}\",\r\n   \"originalName\":\"somefile.Jpeg\",\r\n   \"reference\":\"\",\r\n   \"description\":\"\",\r\n   \"type\":2,\r\n   \"linkType\":3,\r\n   \"dateUploadStart\":\"2009-06-15T13:45:30.0000000-07:00\",\r\n   \"siteId\":\"00000000-0000-0000-0000-000000000000\",\r\n   \"documentId\":\"00000000-0000-0000-0000-000000000000\",\r\n   \"authorId\":\"00000000-0000-0000-0000-000000000000\",\r\n   \"authorName\":\"Gavin Belson\",\r\n   \"company\":\"Hooli\",\r\n   \"revision\":\"2\",\r\n   \"issue\":2,\r\n   \"status\" : \"\",\r\n   \"suitability\":\"S1\",\r\n   \"forInformation\":true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/File/Process"},"code":500,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 1,\n    \"Page\": 1,\n    \"Rows\": 1,\n    \"OrderBy\": \"\",\n    \"Desc\": false,\n    \"TotalRows\": 1,\n    \"HasError\": false,\n    \"Error\": [\n        {\n            \"code\": \"code\",\n            \"error\": \"someError\"\n        },\n        {\n            \"code\": \"code\",\n            \"error\": \"someError\"\n        }\n    ],\n    \"result\": {}\n}"}],"_postman_id":"7e4a6a7e-6476-4aea-970c-edd9224bfb11"},{"name":"SuitabilityOptions","id":"b83c2dd2-473f-4bc6-8b38-ac85a1a63420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}Core6/api/File/SuitabilityOptions","description":"<p>Gets all valid Suitability Options</p>\n","urlObject":{"path":["api","File","SuitabilityOptions"],"host":["{{url}}Core6"],"query":[],"variable":[]}},"response":[{"id":"6a8d6308-2776-452a-939e-7fde30dc4609","name":"SuitabilityOptions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\"","type":"text"}],"url":"{{url}}/api/File/SuitabilityOptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-Requested-With, Content-Type, Accept, Origin, Content-Range, Content-Disposition, X-Prototype-Version, ASessionID, ApiKey"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, HEAD, DELETE"},{"key":"Cache-Control","value":"max-age=7200"},{"key":"Content-Type","value":"text/html"},{"key":"Date","value":"Tue, 03 Nov 2020 13:33:07 GMT"},{"key":"Last-Modified","value":"Sat, 13 Oct 2018 08:26:37 GMT"},{"key":"Server","value":"Asite Web"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"410"}],"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 17,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"options\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"S0\",\n                \"description\": \"S0 - Initial status or WIP\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 1\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"S1\",\n                \"description\": \"S1 - Fit for co-ordination\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 2\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"S2\",\n                \"description\": \"S2 - Fit for information\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 3\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"S3\",\n                \"description\": \"S3 - Suitable for Review & Comment\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 4\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"S4\",\n                \"description\": \"S4 - Suitable for Stage Approval\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 5\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"S6\",\n                \"description\": \"S6 - Suitable for PIM Authorization\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 6\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"S7\",\n                \"description\": \"S7 - Suitable for AIM Authorization\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 7\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"D1\",\n                \"description\": \"D1 - Fit for costing\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 8\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"D2\",\n                \"description\": \"D2 - Fit for tender\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 9\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"D3\",\n                \"description\": \"D3 - Fit for contractor design\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 10\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"D4\",\n                \"description\": \"D4 - Fit for manufacture/procurement\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 11\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"A\",\n                \"description\": \"A - Fit for construction\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 12\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"B\",\n                \"description\": \"B - Fit for construction but with comments\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 13\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"C\",\n                \"description\": \"C - Comprehensive revisions needed\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 14\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"AB\",\n                \"description\": \"AB - As built\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 15\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"CR\",\n                \"description\": \"CR - As Construction Record documentation, PDF, Models etc\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 16\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"code\": \"Checked\",\n                \"description\": \"Checked\",\n                \"filterKey\": \"d_status\",\n                \"visible\": true,\n                \"reasonRequired\": false,\n                \"order\": 17\n            }\n        ]\n    }\n}"}],"_postman_id":"b83c2dd2-473f-4bc6-8b38-ac85a1a63420"},{"name":"GenerateDownloadSasToken (DEV)","id":"feb0abbc-2102-4143-9e36-0600e17251b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6-dev/api/File/GenerateDownloadSasToken/?documentId=00000000-0000-0000-0000-000000000000&fileId=00000000-0000-0000-0000-000000000000","description":"<p>Calculates the current state of a specified project, returning information about all aspects: tasks, reviews, files, tbcs, etc</p>\n","urlObject":{"path":["Core6-dev","api","File","GenerateDownloadSasToken",""],"host":["{{url}}"],"query":[{"key":"documentId","value":"00000000-0000-0000-0000-000000000000"},{"key":"fileId","value":"00000000-0000-0000-0000-000000000000"}],"variable":[]}},"response":[{"id":"683495a1-28d0-4d36-8f64-fa4ce0426764","name":"GenerateDownloadSasToken","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":{"raw":"{{url}}/api/File/GenerateDownloadSasToken/?documentId={{docId}}&fileId={{docId}}","host":["{{url}}"],"path":["api","File","GenerateDownloadSasToken",""],"query":[{"key":"documentId","value":"{{docId}}"},{"key":"fileId","value":"{{docId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"18897"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:77108bdf-a4f5-4f91-afaa-ddabc1087f0d"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Nov 2019 12:06:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 0,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"sas\": \"https://sometoken.com/dlsf\"\n    }\n}"}],"_postman_id":"feb0abbc-2102-4143-9e36-0600e17251b3"}],"id":"96f68377-9413-4616-b2f3-a9d29347be18","description":"<p>Controller Containing methods to create a File in Springboard.</p>\n","event":[{"listen":"prerequest","script":{"id":"64838776-b33b-4232-adf9-5f24c4102ff0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"66c2a36f-08c9-4429-8c63-bd3353212741","type":"text/javascript","exec":[""]}}],"_postman_id":"96f68377-9413-4616-b2f3-a9d29347be18"},{"name":"FileTypes","item":[{"name":"ByProjectId","id":"51d53907-41bc-41b2-aabe-dd44e6a70107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/FileTypes/ByprojectId?projectId={{projectId}}","description":"<p>This method on success will return all the valid LinkTypes for a file by the ProjectId. </p>\n","urlObject":{"path":["Core6","api","FileTypes","ByprojectId"],"host":["{{url}}"],"query":[{"description":{"content":"<p>The Id of the Project</p>\n","type":"text/plain"},"key":"projectId","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"e8b83d20-ba21-4c6d-b8ed-84a31b1037c2","name":"ByProjectId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\"","type":"text"}],"url":{"raw":"{{url}}/api/FileTypes/ByprojectId?projectId={{projectId}}","host":["{{url}}"],"path":["api","FileTypes","ByprojectId"],"query":[{"key":"projectId","value":"{{projectId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"758"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Set-Cookie","value":"ARRAffinity=e510626f4cad6c71c732e0ce2e4c9517e34797419a64f6845355c004a6ed5ca1;Path=/;HttpOnly;Secure;Domain=edocsapi.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=e510626f4cad6c71c732e0ce2e4c9517e34797419a64f6845355c004a6ed5ca1;Path=/;HttpOnly;SameSite=None;Secure;Domain=edocsapi.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:77108bdf-a4f5-4f91-afaa-ddabc1087f0d"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 03 Nov 2020 10:38:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 36,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"fileTypes\": [\n            {\n                \"id\": 24,\n                \"description\": \"Brochure\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 23,\n                \"description\": \"Calculations\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 25,\n                \"description\": \"Catalogue\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 222,\n                \"description\": \"Cause and effects matrix\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 3,\n                \"description\": \"Certificate\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 22,\n                \"description\": \"Cleaning Procedures\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 32,\n                \"description\": \"Data Drop\",\n                \"bsEnIso19650Codes\": \"DB,IE\"\n            },\n            {\n                \"id\": 4,\n                \"description\": \"Data Sheet\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 30,\n                \"description\": \"Description of Operation\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 11,\n                \"description\": \"Diagram\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 2,\n                \"description\": \"Drawing\",\n                \"bsEnIso19650Codes\": \"DR\"\n            },\n            {\n                \"id\": 33,\n                \"description\": \"Email\",\n                \"bsEnIso19650Codes\": \"CO\"\n            },\n            {\n                \"id\": 7,\n                \"description\": \"Finish Schedule\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 28,\n                \"description\": \"Guarantee\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 26,\n                \"description\": \"Installation Manual\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 6,\n                \"description\": \"Logbook\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 20,\n                \"description\": \"Maintenance Procedures\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 31,\n                \"description\": \"Model\",\n                \"bsEnIso19650Codes\": \"CM,CR,M2,M3,MR,VS\"\n            },\n            {\n                \"id\": 1,\n                \"description\": \"O&M Manual\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 21,\n                \"description\": \"Operating Procedures\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 8,\n                \"description\": \"Other\",\n                \"bsEnIso19650Codes\": \"AF\"\n            },\n            {\n                \"id\": 35,\n                \"description\": \"Panorama\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 12,\n                \"description\": \"Picture\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 17,\n                \"description\": \"Procedure\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 16,\n                \"description\": \"Procurement Schedule\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 18,\n                \"description\": \"Quotes\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 19,\n                \"description\": \"Reports\",\n                \"bsEnIso19650Codes\": \"RP\"\n            },\n            {\n                \"id\": 15,\n                \"description\": \"RFI / Project Directory\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 9,\n                \"description\": \"Risk Assessment\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 10,\n                \"description\": \"Schedule\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 13,\n                \"description\": \"Spec / Schedule\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 34,\n                \"description\": \"Specification\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 14,\n                \"description\": \"Tech Submittals\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 5,\n                \"description\": \"User Guide\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 27,\n                \"description\": \"User Manual\",\n                \"bsEnIso19650Codes\": \"\"\n            },\n            {\n                \"id\": 29,\n                \"description\": \"Warranty\",\n                \"bsEnIso19650Codes\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"51d53907-41bc-41b2-aabe-dd44e6a70107"}],"id":"74ee7af3-ad2b-4452-8b81-8095187ad070","description":"<p>The FileTypes Controller contains methods to Get FileTypes in this context a fileType is a way of describing what the file is in the springboard system for example a Logbook or an O &amp; M manual are both FileTypes within the system. </p>\n","event":[{"listen":"prerequest","script":{"id":"a25f4bfc-fe5d-4875-bac5-c67e236b5f8d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f2d51192-c99d-4b33-a3c4-a5231c8938ea","type":"text/javascript","exec":[""]}}],"_postman_id":"74ee7af3-ad2b-4452-8b81-8095187ad070"},{"name":"Spatial Data","item":[{"name":"Spaces","item":[{"name":"getSpaces","id":"1f245dd2-23a6-4e8f-8da4-ac38540b2175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"url":"{{url}}/Platform-Workspace/workspace/Spaces/getSpaces?projectId={{projectId}}","urlObject":{"path":["Platform-Workspace","workspace","Spaces","getSpaces"],"host":["{{url}}"],"query":[{"key":"projectId","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"d5a37486-7e03-4b75-b5d1-3a9632864879","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"url":{"raw":"{{BaseUrl}}/workspace/Spaces/getSpaces?projectId=565c19a3-aab1-4e02-a640-ac8331708831","host":["{{BaseUrl}}"],"path":["workspace","Spaces","getSpaces"],"query":[{"key":"projectId","value":"565c19a3-aab1-4e02-a640-ac8331708831"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 73,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Space\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorName\": \"Ground Floor\",\n                \"zones\": [],\n                \"attributes\": {\n                    \"Name\": \"0-01\",\n                    \"Description\": \"Main Hall\",\n                    \"RoomTag\": \"0-01\",\n                    \"UsableHeight\": \"5500\",\n                    \"GrossArea\": \"185.7183\",\n                    \"NetArea\": \"185.7183\",\n                    \"name\": \"0-01\",\n                    \"description\": \"Main Hall\",\n                    \"roomTag\": \"0-01b\",\n                    \"usableHeight\": \"5500\",\n                    \"grossArea\": \"185.7183\",\n                    \"netArea\": \"185.7183\",\n                    \"Classification\": \" : \"\n                },\n                \"statistics\": {}\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Space\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorName\": \"Multi Level\",\n                \"zones\": [\n                    \"Zone1\",\n                    \"Zone3\"\n                ],\n                \"attributes\": {\n                    \"Name\": \"0-02\",\n                    \"Description\": \"PE Store\",\n                    \"RoomTag\": \"0-02\",\n                    \"UsableHeight\": \"2700\",\n                    \"GrossArea\": \"12.28\",\n                    \"NetArea\": \"12.28\",\n                    \"name\": \"0-02\",\n                    \"description\": \"PE Store\",\n                    \"roomTag\": \"0-02\",\n                    \"usableHeight\": \"2700\",\n                    \"grossArea\": \"12.28\",\n                    \"netArea\": \"12.28\"\n                },\n                \"statistics\": {}\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Space\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorName\": \"Multi Level\",\n                \"zones\": [\n                    \"Zone 5\",\n                    \"Zone1\",\n                    \"Zone3\"\n                ],\n                \"attributes\": {\n                    \"Name\": \"0-03\",\n                    \"Description\": \"Dry Store\",\n                    \"RoomTag\": \"0-03\",\n                    \"UsableHeight\": \"2700\",\n                    \"GrossArea\": \"5.3216\",\n                    \"NetArea\": \"5.3216\",\n                    \"name\": \"0-03\",\n                    \"description\": \"Dry Store\",\n                    \"roomTag\": \"0-03\",\n                    \"usableHeight\": \"2700\",\n                    \"grossArea\": \"5.3216\",\n                    \"netArea\": \"5.3216\"\n                },\n                \"statistics\": {}\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Space\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorName\": \"Ground Floor\",\n                \"zones\": [\n                    \"Zone 5\",\n                    \"Zone1\"\n                ],\n                \"attributes\": {\n                    \"Name\": \"0-05\",\n                    \"Description\": \"Kitchen\",\n                    \"RoomTag\": \"0-05\",\n                    \"UsableHeight\": \"2700\",\n                    \"GrossArea\": \"41.0246\",\n                    \"NetArea\": \"41.0246\",\n                    \"Classification\": \"SL_35_60_14 : Commercial kitchens\",\n                    \"id_Classification\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": \"0-05\",\n                    \"description\": \"Kitchen\",\n                    \"roomTag\": \"0-05\",\n                    \"usableHeight\": \"2700\",\n                    \"grossArea\": \"41.0246\",\n                    \"netArea\": \"41.0246\",\n                    \"classification\": \"SL_35_60_14 : Commercial kitchens\"\n                },\n                \"statistics\": {}\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Space\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorName\": \"Ground Floor\",\n                \"zones\": [\n                    \"Zone1\",\n                    \"Zone2\",\n                    \"Zone3\"\n                ],\n                \"attributes\": {\n                    \"Name\": \"0-06\",\n                    \"Description\": \"Studio / Music / Community\",\n                    \"RoomTag\": \"0-06\",\n                    \"UsableHeight\": \"2700\",\n                    \"GrossArea\": \"53.2851\",\n                    \"NetArea\": \"53.2851\",\n                    \"name\": \"0-06\",\n                    \"description\": \"Studio / Music / Community\",\n                    \"roomTag\": \"0-06\",\n                    \"usableHeight\": \"2700\",\n                    \"grossArea\": \"53.2851\",\n                    \"netArea\": \"53.2851\"\n                },\n                \"statistics\": {}\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Space\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorName\": \"Ground Floor\",\n                \"zones\": [\n                    \"Zone1\",\n                    \"Zone2\",\n                    \"Zone3\"\n                ],\n                \"attributes\": {\n                    \"Name\": \"0-07\",\n                    \"Description\": \"Servery\",\n                    \"RoomTag\": \"0-07\",\n                    \"UsableHeight\": \"2700\",\n                    \"GrossArea\": \"13.8411\",\n                    \"NetArea\": \"13.8411\",\n                    \"name\": \"0-07\",\n                    \"description\": \"Servery\",\n                    \"roomTag\": \"0-07b\",\n                    \"usableHeight\": \"2700\",\n                    \"grossArea\": \"13.8411\",\n                    \"netArea\": \"13.8411\"\n                },\n                \"statistics\": {}\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Space\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorName\": \"Multi Level\",\n                \"zones\": [],\n                \"attributes\": {\n                    \"Name\": \"0-08\",\n                    \"Description\": \"Change / Office\",\n                    \"RoomTag\": \"0-08\",\n                    \"UsableHeight\": \"2700\",\n                    \"GrossArea\": \"3.456\",\n                    \"NetArea\": \"3.456\",\n                    \"name\": \"0-08\",\n                    \"description\": \"Change / Office\",\n                    \"roomTag\": \"0-08\",\n                    \"usableHeight\": \"2700\",\n                    \"grossArea\": \"3.456\",\n                    \"netArea\": \"3.456\"\n                },\n                \"statistics\": {}\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Space\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorName\": \"Ground Floor\",\n                \"zones\": [],\n                \"attributes\": {\n                    \"Name\": \"0-09\",\n                    \"Description\": \"LRC\",\n                    \"RoomTag\": \"0-09\",\n                    \"UsableHeight\": \"2700\",\n                    \"GrossArea\": \"18.9857\",\n                    \"NetArea\": \"18.9857\",\n                    \"name\": \"0-09\",\n                    \"description\": \"LRC\",\n                    \"roomTag\": \"0-09c\",\n                    \"usableHeight\": \"2700\",\n                    \"grossArea\": \"18.9857\",\n                    \"netArea\": \"18.9857\"\n                },\n                \"statistics\": {}\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Space\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorName\": \"Ground Floor\",\n                \"zones\": [\n                    \"Zone1\",\n                    \"Zone2\",\n                    \"Zone3\"\n                ],\n                \"attributes\": {\n                    \"Name\": \"0-11\",\n                    \"Description\": \"Stair 1\",\n                    \"RoomTag\": \"0-11\",\n                    \"UsableHeight\": \"2700\",\n                    \"GrossArea\": \"19.0119\",\n                    \"NetArea\": \"19.0119\",\n                    \"Classification\": \"SL_90_10_87 : Stairways\",\n                    \"id_Classification\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": \"0-11\",\n                    \"description\": \"Stair 1\",\n                    \"roomTag\": \"0-11\",\n                    \"usableHeight\": \"2700\",\n                    \"grossArea\": \"19.0119\",\n                    \"netArea\": \"19.0119\",\n                    \"classification\": \"SL_90_10_87 : Stairways\"\n                },\n                \"statistics\": {}\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Space\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorName\": \"Ground Floor\",\n                \"zones\": [],\n                \"attributes\": {\n                    \"Name\": \"0-12\",\n                    \"Description\": \"Staff/Visitor\",\n                    \"RoomTag\": \"0-12\",\n                    \"UsableHeight\": \"2700\",\n                    \"GrossArea\": \"3.285\",\n                    \"NetArea\": \"3.285\"\n                },\n                \"statistics\": {}\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Space\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorName\": \"First Floor\",\n                \"zones\": [],\n                \"attributes\": {\n                    \"Name\": \"0-13\",\n                    \"Description\": \"Lobby\",\n                    \"RoomTag\": \"0-13\",\n                    \"UsableHeight\": \"2700\",\n                    \"GrossArea\": \"11.3753\",\n                    \"NetArea\": \"11.3753\"\n                },\n                \"statistics\": {}\n            }\n        ]\n    }\n}"}],"_postman_id":"1f245dd2-23a6-4e8f-8da4-ac38540b2175"},{"name":"UpdateSpace","id":"00fd5ae5-c639-4bed-bf8a-e6beedeeb25e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"structuralType\": \"Space\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"floorName\": \"Ground Floor\",\r\n    \"zones\": [],\r\n    \"attributes\": {\r\n        \"Name\": \"0-01\",\r\n        \"Description\": \"Main Hall\",\r\n        \"RoomTag\": \"0-01\",\r\n        \"UsableHeight\": \"5500\",\r\n        \"GrossArea\": \"185.7183\",\r\n        \"NetArea\": \"185.7183\"\r\n    },\r\n    \"statistics\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/Platform-Workspace/workspace/Spaces/UpdateSpace","urlObject":{"path":["Platform-Workspace","workspace","Spaces","UpdateSpace"],"host":["{{url}}"],"query":[{"disabled":true,"key":"projectId","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"2c3deb54-62ca-40d9-b2ed-71fd9386d688","name":"Ok","originalRequest":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"28812873-6c64-4835-b74d-13044cafcd63\",\r\n    \"structuralType\": \"Space\",\r\n    \"siteId\": \"469b2360-43ff-4957-aa92-5035f3515f06\",\r\n    \"projectId\": \"81fb03c5-f709-494a-bce0-0c4e827b7372\",\r\n    \"floorName\": \"Ground Floor\",\r\n    \"zones\": [],\r\n    \"attributes\": {\r\n        \"Name\": \"0-01\",\r\n        \"Description\": \"Main Hall\",\r\n        \"RoomTag\": \"0-01\",\r\n        \"UsableHeight\": \"5500\",\r\n        \"GrossArea\": \"185.7183\",\r\n        \"NetArea\": \"185.7183\"\r\n    },\r\n    \"statistics\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BaseUrl}}/workspace/Spaces/UpdateSpace","host":["{{BaseUrl}}"],"path":["workspace","Spaces","UpdateSpace"],"query":[{"key":"projectId","value":"{{projectId}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"structuralType\": \"Space\",\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n            \"projectId\":\"00000000-0000-0000-0000-000000000000\",\n            \"floorName\": \"Ground Floor\",\n            \"zones\": [],\n            \"attributes\": {\n                \"Name\": \"0-01\",\n                \"Description\": \"Main Hall\",\n                \"RoomTag\": \"0-01\",\n                \"UsableHeight\": \"5500\",\n                \"GrossArea\": \"185.7183\",\n                \"NetArea\": \"185.7183\",\n                \"Classification\": \" : \"\n            },\n            \"statistics\": {}\n        }\n    }\n}"}],"_postman_id":"00fd5ae5-c639-4bed-bf8a-e6beedeeb25e"},{"name":"CreateSpace","id":"013082e0-4026-4b3f-9a3b-7e97e4f4e91f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"structuralType\": \"Space\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"floorName\": \"Ground Floor\",\r\n    \"zones\": [],\r\n    \"attributes\": {\r\n        \"Name\": \"TESTDELE\",\r\n        \"Description\": \"Main Hall\",\r\n        \"RoomTag\": \"0-01\",\r\n        \"UsableHeight\": \"5500\",\r\n        \"GrossArea\": \"185.7183\",\r\n        \"NetArea\": \"185.7183\"\r\n    },\r\n    \"statistics\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/Platform-Workspace/workspace/Spaces/CreateSpace","urlObject":{"path":["Platform-Workspace","workspace","Spaces","CreateSpace"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7988bddd-f93a-41e2-801d-bc6d380e60d9","name":"CreateSpace","originalRequest":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"structuralType\": \"Space\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"floorName\": \"Ground Floor\",\r\n    \"zones\": [],\r\n    \"attributes\": {\r\n        \"Name\": \"TESTDELE\",\r\n        \"Description\": \"Main Hall\",\r\n        \"RoomTag\": \"0-01\",\r\n        \"UsableHeight\": \"5500\",\r\n        \"GrossArea\": \"185.7183\",\r\n        \"NetArea\": \"185.7183\"\r\n    },\r\n    \"statistics\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/workspace/Spaces/CreateSpace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"structuralType\": \"Space\",\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n            \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n            \"floorName\": \"Ground Floor\",\n            \"zones\": [],\n            \"attributes\": {\n                \"Name\": \"TESTDELE\",\n                \"Description\": \"Main Hall\",\n                \"RoomTag\": \"0-01\",\n                \"UsableHeight\": \"5500\",\n                \"GrossArea\": \"185.7183\",\n                \"NetArea\": \"185.7183\"\n            },\n            \"statistics\": {}\n        }\n    }\n}"}],"_postman_id":"013082e0-4026-4b3f-9a3b-7e97e4f4e91f"},{"name":"DeleteSpaces","id":"90ba8ff6-80b7-4c23-80d9-dfff114b5b7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n   \"ids\":  [\"00000000-0000-0000-0000-000000000000\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/Platform-Workspace/workspace/Spaces/DeleteSpaces","urlObject":{"path":["Platform-Workspace","workspace","Spaces","DeleteSpaces"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90ba8ff6-80b7-4c23-80d9-dfff114b5b7f"}],"id":"fc228be7-d408-47c2-9de2-ecf925e776e0","_postman_id":"fc228be7-d408-47c2-9de2-ecf925e776e0","description":""},{"name":"Zones","item":[{"name":"getZones","id":"124abdd0-747a-47af-877a-2e3a7279d847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"url":"{{BaseUrl}}/Platform-Workspace/workspace/Zones/getZones?projectId={{projectId}}","urlObject":{"path":["Platform-Workspace","workspace","Zones","getZones"],"host":["{{BaseUrl}}"],"query":[{"key":"projectId","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"66a4a3f2-479d-41c1-ae93-5e06f0b77646","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"url":{"raw":"{{BaseUrl}}/workspace/Zones/getZones?projectId={{projectId}}","host":["{{BaseUrl}}"],"path":["workspace","Zones","getZones"],"query":[{"key":"projectId","value":"{{projectId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 4,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Zone\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"attributes\": {\n                    \"Classification\": \"Occupancy Zone : Occupancy Zone\",\n                    \"Description\": \"Its a zone\",\n                    \"Name\": \"Zone1\",\n                    \"id_Classification\": \"00000000-0000-0000-0000-000000000000\"\n                }\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Zone\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"attributes\": {\n                    \"Classification\": \"Occupancy Zone : Occupancy Zone\",\n                    \"Description\": \"Also a zone\",\n                    \"Name\": \"Zone2\"\n                }\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Zone\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"attributes\": {\n                    \"classification\": \"TBC\",\n                    \"name\": \"Zone 5\",\n                    \"description\": \"also zone 5\"\n                }\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Zone\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"attributes\": {\n                    \"classification\": \"TBC\",\n                    \"name\": \"Zone 3\",\n                    \"description\": \"Also a zone 3\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"124abdd0-747a-47af-877a-2e3a7279d847"},{"name":"UpdateZone","id":"f8fb468b-e313-48e2-ad93-3a705b8b9770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"structuralType\": \"Zone\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Classification\": \"TBC\",\r\n        \"Name\": \"test 3 updated\",\r\n        \"Description\": \"test 3\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/workspace/Zones/UpdateZone","urlObject":{"path":["workspace","Zones","UpdateZone"],"host":["{{BaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"81aa43a6-2041-443c-b579-9a168a11f486","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"structuralType\": \"Zone\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Classification\": \"Occupancy Zone : Occupancy Zone\",\r\n        \"Description\": \"Its a zone\",\r\n        \"Name\": \"Zone1\",\r\n        \"id_Classification\": \"00000000-0000-0000-0000-000000000000\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/workspace/Zones/UpdateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"structuralType\": \"Zone\",\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n            \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n            \"attributes\": {\n                \"Classification\": \"Occupancy Zone : Occupancy Zone\",\n                \"Description\": \"Its a zone\",\n                \"Name\": \"Zone1\",\n                \"Id_Classification\": \"00000000-0000-0000-0000-000000000000\"\n            }\n        }\n    }\n}"}],"_postman_id":"f8fb468b-e313-48e2-ad93-3a705b8b9770"},{"name":"CreateZone","id":"7233176f-6c31-4e20-8d87-d63dac622c91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"structuralType\": \"Zone\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Classification\": \"test\",\r\n        \"Description\": \"test\",\r\n        \"Name\": \"delete Me\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/workspace/Zones/CreateZone","urlObject":{"path":["workspace","Zones","CreateZone"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4ca454fc-3884-49a1-9ccf-bc308c6e13f7","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"},{"key":"projectId","value":"{{projectId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"structuralType\": \"Zone\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Classification\": \"test\",\r\n        \"Description\": \"test\",\r\n        \"Name\": \"delete Me\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7076/workspace/Zones/CreateZone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"structuralType\": \"Zone\",\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n            \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n            \"attributes\": {\n                \"Classification\": \"test\",\n                \"Description\": \"test\",\n                \"Name\": \"delete Me\"\n            }\n        }\n    }\n}"}],"_postman_id":"7233176f-6c31-4e20-8d87-d63dac622c91"},{"name":"DeleteZones","id":"54022054-88d8-4121-8b3c-b46a364eec39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"},{"key":"projectId","value":"{{projectId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n   \"ids\":  [\"00000000-0000-0000-0000-000000000000\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/workspace/Zones/DeleteZones","urlObject":{"path":["workspace","Zones","DeleteZones"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"54022054-88d8-4121-8b3c-b46a364eec39"}],"id":"6921b0af-b483-4498-bc11-878a5c60aa1a","_postman_id":"6921b0af-b483-4498-bc11-878a5c60aa1a","description":""},{"name":"Floors","item":[{"name":"getFloors","id":"198f6448-edc4-403b-bb06-ba79fefd87d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Version","value":"1.0"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""},{"key":"siteId","value":"{{siteId}}"}],"url":"{{BaseUrl}}/Platform-Workspace/workspace/Floors/getFloors?projectId={{projectId}}","urlObject":{"path":["Platform-Workspace","workspace","Floors","getFloors"],"host":["{{BaseUrl}}"],"query":[{"key":"projectId","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"106a92a8-1aad-457c-adef-a983dad8c8ad","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"url":{"raw":"{{BaseUrl}}/workspace/Floors/getFloors?projectId=81fb03c5-f709-494a-bce0-0c4e827b7372","host":["{{BaseUrl}}"],"path":["workspace","Floors","getFloors"],"query":[{"key":"projectId","value":"81fb03c5-f709-494a-bce0-0c4e827b7372"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 10,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Floor\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"attributes\": {\n                    \"Name\": \"Ground Floor\",\n                    \"Description\": \"Ground Floor Description\",\n                    \"Classification\": \"Floor : Floor\",\n                    \"id_Classification\": \"00000000-0000-0000-0000-000000000000\"\n                },\n                \"spaces\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [],\n                        \"attributes\": {\n                            \"Name\": \"0-01\",\n                            \"Description\": \"Main Hall\",\n                            \"RoomTag\": \"0-01\",\n                            \"UsableHeight\": \"5500\",\n                            \"GrossArea\": \"185.7183\",\n                            \"NetArea\": \"185.7183\",\n                            \"name\": \"0-01\",\n                            \"description\": \"Main Hall\",\n                            \"roomTag\": \"0-01b\",\n                            \"usableHeight\": \"5500\",\n                            \"grossArea\": \"185.7183\",\n                            \"netArea\": \"185.7183\",\n                            \"Classification\": \" : \"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [\n                            \"Zone 5\",\n                            \"Zone1\"\n                        ],\n                        \"attributes\": {\n                            \"Name\": \"0-05\",\n                            \"Description\": \"Kitchen\",\n                            \"RoomTag\": \"0-05\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"41.0246\",\n                            \"NetArea\": \"41.0246\",\n                            \"Classification\": \"SL_35_60_14 : Commercial kitchens\",\n                            \"id_Classification\": \"00000000-0000-0000-0000-000000000000\",\n                            \"name\": \"0-05\",\n                            \"description\": \"Kitchen\",\n                            \"roomTag\": \"0-05\",\n                            \"usableHeight\": \"2700\",\n                            \"grossArea\": \"41.0246\",\n                            \"netArea\": \"41.0246\",\n                            \"classification\": \"SL_35_60_14 : Commercial kitchens\"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [\n                            \"Zone1\",\n                            \"Zone2\",\n                            \"Zone3\"\n                        ],\n                        \"attributes\": {\n                            \"Name\": \"0-06\",\n                            \"Description\": \"Studio / Music / Community\",\n                            \"RoomTag\": \"0-06\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"53.2851\",\n                            \"NetArea\": \"53.2851\",\n                            \"name\": \"0-06\",\n                            \"description\": \"Studio / Music / Community\",\n                            \"roomTag\": \"0-06\",\n                            \"usableHeight\": \"2700\",\n                            \"grossArea\": \"53.2851\",\n                            \"netArea\": \"53.2851\"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [\n                            \"Zone1\",\n                            \"Zone2\",\n                            \"Zone3\"\n                        ],\n                        \"attributes\": {\n                            \"Name\": \"0-07\",\n                            \"Description\": \"Servery\",\n                            \"RoomTag\": \"0-07\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"13.8411\",\n                            \"NetArea\": \"13.8411\",\n                            \"name\": \"0-07\",\n                            \"description\": \"Servery\",\n                            \"roomTag\": \"0-07b\",\n                            \"usableHeight\": \"2700\",\n                            \"grossArea\": \"13.8411\",\n                            \"netArea\": \"13.8411\"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [],\n                        \"attributes\": {\n                            \"Name\": \"0-09\",\n                            \"Description\": \"LRC\",\n                            \"RoomTag\": \"0-09\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"18.9857\",\n                            \"NetArea\": \"18.9857\",\n                            \"name\": \"0-09\",\n                            \"description\": \"LRC\",\n                            \"roomTag\": \"0-09c\",\n                            \"usableHeight\": \"2700\",\n                            \"grossArea\": \"18.9857\",\n                            \"netArea\": \"18.9857\"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [\n                            \"Zone1\",\n                            \"Zone2\",\n                            \"Zone3\"\n                        ],\n                        \"attributes\": {\n                            \"Name\": \"0-11\",\n                            \"Description\": \"Stair 1\",\n                            \"RoomTag\": \"0-11\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"19.0119\",\n                            \"NetArea\": \"19.0119\",\n                            \"Classification\": \"SL_90_10_87 : Stairways\",\n                            \"id_Classification\": \"00000000-0000-0000-0000-000000000000\",\n                            \"name\": \"0-11\",\n                            \"description\": \"Stair 1\",\n                            \"roomTag\": \"0-11\",\n                            \"usableHeight\": \"2700\",\n                            \"grossArea\": \"19.0119\",\n                            \"netArea\": \"19.0119\",\n                            \"classification\": \"SL_90_10_87 : Stairways\"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [],\n                        \"attributes\": {\n                            \"Name\": \"0-12\",\n                            \"Description\": \"Staff/Visitor\",\n                            \"RoomTag\": \"0-12\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"3.285\",\n                            \"NetArea\": \"3.285\"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [],\n                        \"attributes\": {\n                            \"Name\": \"0-14\",\n                            \"Description\": \"Repro Bay\",\n                            \"RoomTag\": \"0-14\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"3.0344\",\n                            \"NetArea\": \"3.0344\",\n                            \"Classification\": \"\"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [],\n                        \"attributes\": {\n                            \"Name\": \"0-15\",\n                            \"Description\": \"KS1 Year 2\",\n                            \"RoomTag\": \"0-15\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"58.6828\",\n                            \"NetArea\": \"58.6828\"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [],\n                        \"attributes\": {\n                            \"Name\": \"0-16\",\n                            \"Description\": \"Office\",\n                            \"RoomTag\": \"0-16\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"15.779\",\n                            \"NetArea\": \"15.779\"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [],\n                        \"attributes\": {\n                            \"Name\": \"0-17\",\n                            \"Description\": \"Brew\",\n                            \"RoomTag\": \"0-17\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"0.912\",\n                            \"NetArea\": \"0.912\"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [],\n                        \"attributes\": {\n                            \"Name\": \"0-18\",\n                            \"Description\": \"Head\",\n                            \"RoomTag\": \"0-18\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"18.2315\",\n                            \"NetArea\": \"18.2315\"\n                        },\n                        \"statistics\": {}\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"structuralType\": \"Space\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"floorName\": \"Ground Floor\",\n                        \"zones\": [],\n                        \"attributes\": {\n                            \"Name\": \"0-19\",\n                            \"Description\": \"Staff/Visitor\",\n                            \"RoomTag\": \"0-19\",\n                            \"UsableHeight\": \"2700\",\n                            \"GrossArea\": \"1.9867\",\n                            \"NetArea\": \"1.9867\"\n                        },\n                        \"statistics\": {}\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"198f6448-edc4-403b-bb06-ba79fefd87d7"},{"name":"UpdateFloor","id":"7a590591-187b-47d3-8d7f-d82e4fec4c14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"00000000-0000-0000-0000-000000000000\",\r\n    \"structuralType\": \"Floor\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Elevation\": \"TBC\",\r\n        \"Classification\": \"TBC\",\r\n        \"Description\": \"TBC\",\r\n        \"Name\": \"TEST To delete 2223\",\r\n        \"Height\": \"1\"\r\n    },\r\n    \"spaces\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/workspace/Floors/UpdateFloor","urlObject":{"path":["workspace","Floors","UpdateFloor"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3debf323-42e6-4eeb-90e5-26975a93dce5","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"structuralType\": \"Floor\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Name\": \"Ground Floor\",\r\n        \"Description\": \"Ground Floor Description\"\r\n    },\r\n    \"spaces\": [\r\n        {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"structuralType\": \"Space\",\r\n            \"siteId\": \"469b2360-43ff-4957-aa92-5035f3515f06\",\r\n            \"projectId\": \"81fb03c5-f709-494a-bce0-0c4e827b7372\",\r\n            \"floorName\": \"Ground Floor\",\r\n            \"zones\": [],\r\n            \"attributes\": {\r\n                \"Name\": {\r\n                    \"ValueKind\": []\r\n                },\r\n                \"Description\": {\r\n                    \"ValueKind\": []\r\n                },\r\n                \"RoomTag\": {\r\n                    \"ValueKind\": []\r\n                },\r\n                \"UsableHeight\": {\r\n                    \"ValueKind\": []\r\n                },\r\n                \"GrossArea\": {\r\n                    \"ValueKind\": []\r\n                },\r\n                \"NetArea\": {\r\n                    \"ValueKind\": []\r\n                }\r\n            },\r\n            \"statistics\": {}\r\n        },\r\n        {\r\n            \"id\":\"00000000-0000-0000-0000-000000000000\",\r\n            \"structuralType\": \"Space\",\r\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"floorName\": \"Ground Floor\",\r\n            \"zones\": [],\r\n            \"attributes\": {\r\n                \"Name\": \"0-02\",\r\n                \"Description\": \"PE Store\",\r\n                \"RoomTag\": \"0-02\",\r\n                \"UsableHeight\": \"2700\",\r\n                \"GrossArea\": \"12.28\",\r\n                \"NetArea\": \"12.28\"\r\n            },\r\n            \"statistics\": {}\r\n        },\r\n        {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"structuralType\": \"Space\",\r\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"floorName\": \"Ground Floor\",\r\n            \"zones\": [],\r\n            \"attributes\": {\r\n                \"Name\": \"0-03\",\r\n                \"Description\": \"Dry Store\",\r\n                \"RoomTag\": \"0-03\",\r\n                \"UsableHeight\": \"2700\",\r\n                \"GrossArea\": \"5.3216\",\r\n                \"NetArea\": \"5.3216\"\r\n            },\r\n            \"statistics\": {}\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/workspace/Floors/UpdateFloor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": {\n            \"id\":\"00000000-0000-0000-0000-000000000000\",\n            \"structuralType\": \"Floor\",\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n            \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n            \"attributes\": {\n                \"Name\": \"TBC\",\n                \"Height\": \"TBC\",\n                \"Classification\": \"TBC\",\n                \"Description\": \"TBC\",\n                \"Elevation\": \"TBC\"\n            },\n            \"spaces\": []\n        }\n    }\n}"}],"_postman_id":"7a590591-187b-47d3-8d7f-d82e4fec4c14"},{"name":"CreateFloor","id":"da339afd-b75b-465e-bc12-4849bbfca2e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"structuralType\": \"Floor\",\r\n    \"siteId\": {{siteId}},\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"name\": \"TEST To delete 2223\",\r\n        \"Description\": \"TEST Floor Description\"\r\n    },\r\n    \"spaces\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/workspace/Floors/CreateFloor","urlObject":{"path":["workspace","Floors","CreateFloor"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"da28ea1c-56d2-4c78-bf11-011cb3eab650","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"structuralType\": \"Floor\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Name\": \"TEST\",\r\n        \"Description\": \"TEST Floor Description\"\r\n    },\r\n    \"spaces\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/workspace/Floors/CreateFloor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"structuralType\": \"Floor\",\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n            \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n            \"attributes\": {\n                \"Name\": \"TEST To delete4\",\n                \"Description\": \"TEST Floor Description\"\n            },\n            \"spaces\": []\n        }\n    }\n}"}],"_postman_id":"da339afd-b75b-465e-bc12-4849bbfca2e7"},{"name":"DeleteFloor","id":"afea1793-0d18-426a-a144-752565c14742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"structuralType\": \"Floor\",\r\n    \"siteId\": {{siteId}},\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Name\": \"TEST\",\r\n        \"Description\": \"TEST Floor Description\"\r\n    },\r\n    \"spaces\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/workspace/Floors/DeleteFloor","urlObject":{"path":["workspace","Floors","DeleteFloor"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"afea1793-0d18-426a-a144-752565c14742"},{"name":"DeleteFloors","id":"d994427b-da8f-4f98-87da-e12de0ae84f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n   \"ids\":  [\"00000000-0000-0000-0000-000000000000\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/workspace/Floors/DeleteFloors","urlObject":{"path":["workspace","Floors","DeleteFloors"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d994427b-da8f-4f98-87da-e12de0ae84f1"}],"id":"8d4f5f3f-e98d-4bc0-8e58-7d40408e5921","_postman_id":"8d4f5f3f-e98d-4bc0-8e58-7d40408e5921","description":""},{"name":"Facilities","item":[{"name":"getFacilities","id":"3db04630-a4c0-454d-a9ae-b65a630a2b71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"url":"{{url}}/Platform-Workspace/workspace/Facilities/getFacilities?projectId={{projectId}}","urlObject":{"path":["Platform-Workspace","workspace","Facilities","getFacilities"],"host":["{{url}}"],"query":[{"key":"projectId","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"5341a50a-764e-4118-acda-42cba877406d","name":"OK","originalRequest":{"method":"GET","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"url":{"raw":"{{BaseUrl}}/workspace/Facilities/getFacilities?projectId={{projectId}}","host":["{{BaseUrl}}"],"path":["workspace","Facilities","getFacilities"],"query":[{"key":"projectId","value":"{{projectId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"structuralType\": \"Facility\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"attributes\": {\n                    \"Area Of Measurement\": \"1.1\",\n                    \"Facility Category\": \"\",\n                    \"Facility Name\": \"TBC\",\n                    \"Linear Units\": \"TBC\",\n                    \"Area Units\": \"TBC\",\n                    \"Volume Units\": \"TBC\",\n                    \"Currency Units\": \"TBC\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"3db04630-a4c0-454d-a9ae-b65a630a2b71"},{"name":"UpdateFacility","id":"3d0f0d29-b294-4166-a03a-86e37efb69fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"structuralType\": \"Facility\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Area Of Measurement\": \"1.1\",\r\n        \"Facility Category\": \"\",\r\n        \"Facility Name\": \"TBC\",\r\n        \"Linear Units\": \"TBC\",\r\n        \"Area Units\": \"TBC\",\r\n        \"Volume Units\": \"TBC\",\r\n        \"Currency Units\": \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/workspace/Facilities/UpdateFacility","urlObject":{"path":["workspace","Facilities","UpdateFacility"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"52c6c21a-32ae-49b1-afaf-135e62246145","name":"OK","originalRequest":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"structuralType\": \"Facility\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Area Of Measurement\": \"1.1\",\r\n        \"Facility Category\": \"\",\r\n        \"Facility Name\": \"TBC\",\r\n        \"Linear Units\": \"TBC\",\r\n        \"Area Units\": \"TBC\",\r\n        \"Volume Units\": \"TBC\",\r\n        \"Currency Units\": \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/workspace/Facilities/UpdateFacility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"structuralType\": \"Facility\",\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n            \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n            \"attributes\": {\n                \"Area Of Measurement\": \"1.1\",\n                \"Facility Category\": \"\",\n                \"Facility Name\": \"TBC\",\n                \"Linear Units\": \"TBC\",\n                \"Area Units\": \"TBC\",\n                \"Volume Units\": \"TBC\",\n                \"Currency Units\": \"TBC\"\n            }\n        }\n    }\n}"}],"_postman_id":"3d0f0d29-b294-4166-a03a-86e37efb69fc"},{"name":"CreateFacility","id":"4a187f24-3890-49ac-9537-3f5eba25434f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"structuralType\": \"Facility\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Area Of Measurement\": \"1.1\",\r\n        \"Facility Category\": \"testDeleteMe please\",\r\n        \"Facility Name\": \"TBC\",\r\n        \"Linear Units\": \"TBC\",\r\n        \"Area Units\": \"TBC\",\r\n        \"Volume Units\": \"TBC\",\r\n        \"Currency Units\": \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}}/workspace/Facilities/CreateFacility","urlObject":{"path":["workspace","Facilities","CreateFacility"],"host":["{{url}}}"],"query":[],"variable":[]}},"response":[{"id":"4ae2851a-5971-4488-aa48-be798b11590c","name":"CreateFacility","originalRequest":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"structuralType\": \"Facility\",\r\n    \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"attributes\": {\r\n        \"Area Of Measurement\": \"1.1\",\r\n        \"Facility Category\": \"testDeleteMe please\",\r\n        \"Facility Name\": \"TBC\",\r\n        \"Linear Units\": \"TBC\",\r\n        \"Area Units\": \"TBC\",\r\n        \"Volume Units\": \"TBC\",\r\n        \"Currency Units\": \"TBC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/workspace/Facilities/CreateFacility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"pages\": 0,\r\n    \"page\": null,\r\n    \"rows\": null,\r\n    \"orderBy\": null,\r\n    \"desc\": false,\r\n    \"totalRows\": 1,\r\n    \"hasError\": false,\r\n    \"error\": null,\r\n    \"result\": {\r\n        \"data\": {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"structuralType\": \"Facility\",\r\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"projectId\":  \"00000000-0000-0000-0000-000000000000\",\r\n            \"attributes\": {\r\n                \"Area Of Measurement\": \"1.1\",\r\n                \"Facility Category\": \"testDeleteMe please\",\r\n                \"Facility Name\": \"TBC\",\r\n                \"Linear Units\": \"TBC\",\r\n                \"Area Units\": \"TBC\",\r\n                \"Volume Units\": \"TBC\",\r\n                \"Currency Units\": \"TBC\"\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"4a187f24-3890-49ac-9537-3f5eba25434f"},{"name":"DeleteFacilities","id":"f89ecdb5-24a5-4b3b-965e-ea21b0f34253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"projectId\":  \"00000000-0000-0000-0000-000000000000\",\r\n   \"ids\":  [ \"00000000-0000-0000-0000-000000000000\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/workspace/Facilities/DeleteFacilities","urlObject":{"path":["workspace","Facilities","DeleteFacilities"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f89ecdb5-24a5-4b3b-965e-ea21b0f34253"}],"id":"cc9cc96d-a255-489d-9ebf-79676a568077","_postman_id":"cc9cc96d-a255-489d-9ebf-79676a568077","description":""}],"id":"0e762736-bc99-4ba0-868a-3b0e3b9d3a07","description":"<p>These endpoints require the newer security headers I.e. siteId,projectId, documentId please ensure you review each request carefully</p>\n","_postman_id":"0e762736-bc99-4ba0-868a-3b0e3b9d3a07"},{"name":"Validation","item":[{"name":"GetValidation Report","id":"56bddd83-fe3a-4041-8a6d-278a03828ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6/api/Validation/ByProjectId?id={{projectId}}","description":"<p>Get the Latest full compiled validation report</p>\n","urlObject":{"path":["Core6","api","Validation","ByProjectId"],"host":["{{url}}"],"query":[{"key":"id","value":"{{projectId}}"}],"variable":[]}},"response":[],"_postman_id":"56bddd83-fe3a-4041-8a6d-278a03828ab2"},{"name":"GetReportLinkByProjectId","id":"d1127a75-b0ff-4fa2-942f-337f1615e8c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6/api/Validation/GetReportLinkByProjectId?id={{projectId}}","description":"<p>Get the Latest full compiled validation report</p>\n","urlObject":{"path":["Core6","api","Validation","GetReportLinkByProjectId"],"host":["{{url}}"],"query":[{"key":"id","value":"{{projectId}}"}],"variable":[]}},"response":[],"_postman_id":"d1127a75-b0ff-4fa2-942f-337f1615e8c2"}],"id":"52306eee-65e5-49b6-99d0-d5e142309a93","description":"<h1 id=\"validation-structure-diagram\"><strong>Validation Structure Diagram:</strong></h1>\n<img src=\"https://content.pstmn.io/fbb7e203-f5c8-49be-8440-0dbef3895be2/dGFibGVEYXRhUE5HLnBuZw==\" />\n\n<p>Table Data consists of a key value pair set where the key is the document Id.</p>\n<p><code>{ 'f9d5f383...' : {DOCUMENTGROUPING}, '24bad0cb...' : {DOCUMENTGROUPING} }</code></p>\n<img src=\"https://content.pstmn.io/d6057264-d420-4019-94a9-345c0b40d236/c3RhdHNkYXRhLnBuZw==\" />","_postman_id":"52306eee-65e5-49b6-99d0-d5e142309a93"},{"name":"Reporting(beta)","item":[{"name":"GetWidgetData","id":"9943f7f7-1c7b-4c0c-ad26-fc8764b95bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"body":{"mode":"raw","raw":"{\r\n    \"ReportId\": \"A6BA1A0C-F62F-4DF4-91A5-69AAE4CA3CF1\",\r\n    \"WidgetType\" : \"Cafm\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/Core6/api/Widget/GetData?widgetId={{widgetId}}&isFullReport=true","description":"<p>Get Data for a given widget that is contain on springboards widget dashboard feature.</p>\n","urlObject":{"path":["Core6","api","Widget","GetData"],"host":["{{url}}"],"query":[{"key":"widgetId","value":"{{widgetId}}"},{"key":"isFullReport","value":"true"}],"variable":[]}},"response":[],"_postman_id":"9943f7f7-1c7b-4c0c-ad26-fc8764b95bb2"},{"name":"GetPlaceholderSuitiblityGroupedByCompany","id":"61020bf3-2162-4673-86d4-c41041644de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6/api/Placeholders/GetPlaceholdersSuitiblityGroupedByCompany?siteId={{siteId}}&projectId={{projectId}}","description":"<p>Get Data for a given widget that is contain on springboards widget dashboard feature.</p>\n","urlObject":{"path":["Core6","api","Placeholders","GetPlaceholdersSuitiblityGroupedByCompany"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Id of the site to generate the report on.</p>\n","type":"text/plain"},"key":"siteId","value":"{{siteId}}"},{"description":{"content":"<p>Nullable Id of the project to generate the report on.</p>\n","type":"text/plain"},"key":"projectId","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"14e189eb-e70d-42fc-8b60-e35e3f165c6a","name":"GetPlaceholderSuitiblityGroupedByCompany","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":{"raw":"{{url}}/api/Placeholder/GetPlaceholderSuitiblityGroupedByCompany?siteId={{siteId}}&projectId=null","host":["{{url}}"],"path":["api","Placeholder","GetPlaceholderSuitiblityGroupedByCompany"],"query":[{"key":"siteId","value":"{{siteId}}","description":"Id of the site to generate the report on."},{"key":"projectId","value":"null","description":"Nullable Id of the project to generate the report on. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 1,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"sites\": [\n            {\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": null,\n                \"companies\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"EDOCUMENTS LTD\",\n                        \"fileStats\": [\n                            {\n                                \"suitability\": \"A\",\n                                \"count\": 1\n                            },\n                            {\n                                \"suitability\": \"AWAITING\",\n                                \"count\": 2\n                            },\n                            {\n                                \"suitability\": \"RECEIVED\",\n                                \"count\": 9\n                            },\n                            {\n                                \"suitability\": \"S2\",\n                                \"count\": 4\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"Company 2\",\n                        \"fileStats\": [\n                            {\n                                \"suitability\": \"A\",\n                                \"count\": 3\n                            },\n                            {\n                                \"suitability\": \"RECEIVED\",\n                                \"count\": 29\n                            },\n                            {\n                                \"suitability\": \"S2\",\n                                \"count\": 1\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"Company 3\",\n                        \"fileStats\": [\n                            {\n                                \"suitability\": \"AB\",\n                                \"count\": 1\n                            },\n                            {\n                                \"suitability\": \"RECEIVED\",\n                                \"count\": 41\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"61020bf3-2162-4673-86d4-c41041644de0"},{"name":"GetPlaceholderStatusyGroupedByCompany","id":"f2c43705-ff42-4bbf-b8cd-d2972e10fff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6/api/Placeholders/GetPlaceholdersStatusyGroupedByCompany?siteId={{siteId}}","description":"<p>Get Data for a given widget that is contain on springboards widget dashboard feature.</p>\n","urlObject":{"path":["Core6","api","Placeholders","GetPlaceholdersStatusyGroupedByCompany"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Id of the site to generate the report on.</p>\n","type":"text/plain"},"key":"siteId","value":"{{siteId}}"},{"disabled":true,"description":{"content":"<p>Nullable Id of the project to generate the report on.</p>\n","type":"text/plain"},"key":"projectId","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"f22c7bd8-3508-41d4-9507-0e9618fed715","name":"GetPlaceholderStatusyGroupedByCompany","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":{"raw":"{{url}}/api/Placeholder/GetPlaceholderStatusyGroupedByCompany?siteId={{siteId}}&projectId={{projectId}}","host":["{{url}}"],"path":["api","Placeholder","GetPlaceholderStatusyGroupedByCompany"],"query":[{"key":"siteId","value":"{{siteId}}","description":"Id of the site to generate the report on."},{"key":"projectId","value":"{{projectId}}","description":"Nullable Id of the project to generate the report on. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 1,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"sites\": [\n            {\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"companies\": [\n                    {\n                        \"id\": null,\n                        \"name\": \"NOT ASSIGNED\",\n                        \"fileStats\": [\n                            {\n                                \"status\": \"\",\n                                \"count\": 325\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"NOT SET\",\n                        \"fileStats\": [\n                            {\n                                \"status\": \"\",\n                                \"count\": 390\n                            },\n                            {\n                                \"status\": \"A - Approved\",\n                                \"count\": 1\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"Company1\",\n                        \"fileStats\": [\n                            {\n                                \"status\": \"\",\n                                \"count\": 2\n                            }\n                        ]\n                    },\n                    {\n                        \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                        \"name\":  \"Company2\",\n                        \"fileStats\": [\n                            {\n                                \"status\": \"\",\n                                \"count\": 2\n                            }\n                        ]\n                    }\n\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"f2c43705-ff42-4bbf-b8cd-d2972e10fff6"},{"name":"GetPlaceholderStatsHistory","id":"7c36d3ee-eb32-4b3f-babb-6d7f06097fa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6/api/Placeholders/GetPlaceholdersStatsHistory?siteId={{siteId}}","description":"<p>Get Data for a given widget that is contain on springboards widget dashboard feature.</p>\n","urlObject":{"path":["Core6","api","Placeholders","GetPlaceholdersStatsHistory"],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Nullable Id of the project to generate the report on.</p>\n","type":"text/plain"},"key":"projectId","value":"{{projectId}}"},{"key":"siteId","value":"{{siteId}}"}],"variable":[]}},"response":[{"id":"878bfc24-7ed8-4fe6-ba61-c427f1d06eba","name":"GetPlaceholdersStatsHistory","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":{"raw":"{{url}}/api/Placeholder/GetPlaceholderStatusyGroupedByCompany?siteId={{siteId}}&projectId={{projectId}}","host":["{{url}}"],"path":["api","Placeholder","GetPlaceholderStatusyGroupedByCompany"],"query":[{"key":"siteId","value":"{{siteId}}","description":"Id of the site to generate the report on."},{"key":"projectId","value":"{{projectId}}","description":"Nullable Id of the project to generate the report on. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 8,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"documents\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"03 Building Manual\",\n                \"history\": [\n                    {\n                        \"dateGenerated\": \"2023-01-18T00:00:00Z\",\n                        \"linked\": 0,\n                        \"unlinked\": 53,\n                        \"total\": 53,\n                        \"uploadedFilesLinkedToday\": 0,\n                        \"uploadedFilesToday\": 0,\n                        \"uploadedTaskFilesToday\": 0\n                    },\n                    {\n                        \"dateGenerated\": \"2023-01-19T00:00:00Z\",\n                        \"linked\": 0,\n                        \"unlinked\": 56,\n                        \"total\": 56,\n                        \"uploadedFilesLinkedToday\": 0,\n                        \"uploadedFilesToday\": 0,\n                        \"uploadedTaskFilesToday\": 0\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"7c36d3ee-eb32-4b3f-babb-6d7f06097fa7"}],"id":"1be478b2-c11a-49cc-9e32-e5ac26c0af14","description":"<p>List of endpoints that are specificaly designed for reporting data in Springboard.</p>\n","_postman_id":"1be478b2-c11a-49cc-9e32-e5ac26c0af14"},{"name":"3D Views / Models (beta)","item":[{"name":"Entities/ByGuid","id":"e74b8411-4684-4705-aec6-84d8de9b75a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Entities/ByGuid?id={{entityId}}&viewId={{viewId}}","urlObject":{"path":["Core6","api","Entities","ByGuid"],"host":["{{url}}"],"query":[{"key":"id","value":"{{entityId}}"},{"key":"viewId","value":"{{viewId}}"}],"variable":[]}},"response":[{"id":"003083ac-5bb9-4a20-a0ba-38e6dd29b8c7","name":"Entities/ByGuid","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/Entities/ByGuid?id={{entityId}}&viewId={{viewId}}","host":["{{url}}"],"path":["api","Entities","ByGuid"],"query":[{"key":"id","value":"{{entityId}}"},{"key":"viewId","value":"{{viewId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 14,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"entities\": [{\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"RevitModelId\": \"00000000-0000-0000-0000-000000000000\",\n            \"assetRef\": \"00000000-0000-0000-0000-000000000000\",\n            \"componentId\":\"00000000-0000-0000-0000-000000000000\",\n            \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n            \"fileId\": \"00000000-0000-0000-0000-000000000000\",\n            \"guid\": \"00000000-0000-0000-0000-000000000000\",\n            \"projectId\": \"00000000-0000-0000-0000-000000000000\"            \n        }]\n    }\n}"}],"_postman_id":"e74b8411-4684-4705-aec6-84d8de9b75a4"}],"id":"08c78a87-c093-472d-82f3-6f649fca449d","_postman_id":"08c78a87-c093-472d-82f3-6f649fca449d","description":""},{"name":"Asset (beta)","item":[{"name":"Component/ById","id":"d5ddb133-dd9e-486d-9a84-8fc6d04660dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{url}}/Core6/api/Component/ById?id={{componentId}}&projectId={{projectId}}","urlObject":{"path":["Core6","api","Component","ById"],"host":["{{url}}"],"query":[{"key":"id","value":"{{componentId}}"},{"key":"projectId","value":"{{projectId}}"}],"variable":[]}},"response":[{"id":"8b58d6ec-6e01-469b-958d-57ababec8616","name":"Component/ById","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/Component/ById?id={{componentId}}&projectId={{projectId}}","host":["{{url}}"],"path":["api","Component","ById"],"query":[{"key":"id","value":"{{componentId}}"},{"key":"projectId","value":"{{projectId}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 1,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"componentType\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"isDirty\" : false,\n            \"name\" : \"name\",\n            \"systemId\" : \"\",\n            \"systemName\" : \"System Name\",\n            \"LOI\": {},\n            \"attributes\": [{}],\n            \"components\": [{}],\n            \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n            \"healthAndSafetys\": [{}],\n            \"placeholders\": [{}],\n            \"spares\": [{}]            \n        }\n    }\n}"}],"_postman_id":"d5ddb133-dd9e-486d-9a84-8fc6d04660dd"}],"id":"675ea52f-53f2-4b3a-9085-ad5ad1bd186a","_postman_id":"675ea52f-53f2-4b3a-9085-ad5ad1bd186a","description":""},{"name":"Level of Information (beta)","item":[{"name":"GetAttributesFullByProjectId","id":"c8d790b8-d362-45e9-bae3-5bd2db297d32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"},{"key":"projectId","value":"{{projectId}}","type":"text"}],"url":"{{BaseUrl}}/workspace/LOI/GetAttributesFullByProjectId","description":"<h3 id=\"get-full-attributes-by-aidp-id-projectid\">Get Full Attributes by AIDP ID ProjectId</h3>\n<p>This endpoint makes an HTTP GET request to retrieve full attributes by Project ID from the workspace. Request</p>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>Endpoint: {{BaseUrl}}/workspace/LOI/GetAttributesFullByProjectId</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful execution (Status: 200), the response will be in JSON format with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": true,\n    \"totalRows\": 0,\n    \"hasError\": true,\n    \"error\": null,\n    \"result\": {\n        \"data\": [\n            {\n                \"id\": \"\",\n                \"loiName\": \"\",\n                \"attrFullId\": \"\",\n                \"name\": \"\",\n                \"structuralName\": \"\",\n                \"commonName\": \"\",\n                \"groupName\": \"\",\n                \"alias\": \"\",\n                \"clientReference\": \"\",\n                \"description\": \"\",\n                \"guidance\": \"\",\n                \"renderType\": 0,\n                \"unitType\": 0,\n                \"excludeFromCOBie\": true,\n                \"selectionValues\": \"\",\n                \"forceOrder\": null,\n                \"visibleOnLoad\": true,\n                \"attributeLookupConfig\": \"\",\n                \"default\": {\n                    \"cobieName\": \"\",\n                    \"displayed\": true,\n                    \"required\": true,\n                    \"stage\": 0,\n                    \"sortOrder\": 0\n                },\n                \"validation\": {\n                    \"defaultRule\": \"\",\n                    \"defaultRuleId\": 0,\n                    \"enforceValidInput\": true,\n                    \"inputFormat\": \"\",\n                    \"maxInputLength\": 0,\n                    \"allowedUnits\": \"\",\n                    \"requiredValues\": {\n                        \"include\": \"\",\n                        \"exclude\": \"\",\n                        \"includeFormat\": 0,\n                        \"excludeFormat\": 0\n                    },\n                    \"optionalValues\": {\n                        \"include\": \"\",\n                        \"exclude\": \"\",\n                        \"includeFormat\": 0,\n                        \"excludeFormat\": 0\n                    },\n                    \"checkUnique\": true\n                },\n                \"selectedClassificationSetName\": \"\",\n                \"structureOrder\": 0,\n                \"showInComponentViewer\": true,\n                \"rowOrder\": 0\n            }\n        ]\n    }\n}\n\n</code></pre>\n<p>The response contains an array of objects, each representing a full attribute associated with the provided Project ID.</p>\n","urlObject":{"path":["workspace","LOI","GetAttributesFullByProjectId"],"host":["{{BaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"203ae3c3-e739-45af-b584-eda32c6ce795","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"},{"key":"projectId","value":"{{projectId}}","type":"text"}],"url":"{{BaseUrl}}/workspace/LOI/GetAttributesFullByProjectId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 17 Dec 2025 07:51:32 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:eb109c24-ae88-4963-8b2e-fe8c5646db45"},{"key":"Request-Context","value":"appId=cid-v1:ad822344-a2c2-4d9b-8445-9f53e6a0e087"},{"key":"x-ms-middleware-request-id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 463,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"loiName\": \"LOI v1.0.3\",\n                \"attrFullId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"FACILITY-AttributeCA12\",\n                \"structuralName\": \"Facility\",\n                \"commonName\": \"FACILITY-AttributeCA12\",\n                \"groupName\": \"???? attr group name here \",\n                \"alias\": \"Fund\",\n                \"clientReference\": null,\n                \"description\": \"FACILITY Custome Attribute CA12\",\n                \"guidance\": null,\n                \"renderType\": 1,\n                \"unitType\": 0,\n                \"excludeFromCOBie\": null,\n                \"selectionValues\": \"\",\n                \"forceOrder\": 17,\n                \"visibleOnLoad\": true,\n                \"attributeLookupConfig\": null,\n                \"default\": {\n                    \"cobieName\": null,\n                    \"displayed\": false,\n                    \"required\": true,\n                    \"stage\": 4,\n                    \"sortOrder\": 2109\n                },\n                \"validation\": {\n                    \"defaultRule\": \"\",\n                    \"defaultRuleId\": 1,\n                    \"enforceValidInput\": false,\n                    \"inputFormat\": null,\n                    \"maxInputLength\": null,\n                    \"allowedUnits\": null,\n                    \"requiredValues\": {\n                        \"include\": null,\n                        \"exclude\": null,\n                        \"includeFormat\": null,\n                        \"excludeFormat\": null\n                    },\n                    \"optionalValues\": {\n                        \"include\": null,\n                        \"exclude\": null,\n                        \"includeFormat\": null,\n                        \"excludeFormat\": null\n                    },\n                    \"checkUnique\": false,\n                    \"regexConfig\": null\n                },\n                \"selectedClassificationSetName\": null,\n                \"structureOrder\": 0.5,\n                \"showInComponentViewer\": false,\n                \"aidpAttributeGroupItemId\": null,\n                \"isDisplayed\": null,\n                \"rowOrder\": 14,\n                \"autoReadOnly\": false,\n                \"ifcPropertyName\": null,\n                \"ifcPropertySetName\": null,\n                \"extendedValidation\": \"{}\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"loiName\": \"LOI v1.0.3\",\n                \"attrFullId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"FACILITY-AttributeCA14\",\n                \"structuralName\": \"Facility\",\n                \"commonName\": \"FACILITY-AttributeCA14\",\n                \"groupName\": \"???? attr group name here \",\n                \"alias\": \"Site Email\",\n                \"clientReference\": null,\n                \"description\": \"FACILITY Custome Attribute CA14\",\n                \"guidance\": null,\n                \"renderType\": 1,\n                \"unitType\": 0,\n                \"excludeFromCOBie\": null,\n                \"selectionValues\": \"\",\n                \"forceOrder\": 18,\n                \"visibleOnLoad\": true,\n                \"attributeLookupConfig\": null,\n                \"default\": {\n                    \"cobieName\": null,\n                    \"displayed\": false,\n                    \"required\": true,\n                    \"stage\": 4,\n                    \"sortOrder\": 2109\n                },\n                \"validation\": {\n                    \"defaultRule\": \"\",\n                    \"defaultRuleId\": 1,\n                    \"enforceValidInput\": false,\n                    \"inputFormat\": null,\n                    \"maxInputLength\": null,\n                    \"allowedUnits\": null,\n                    \"requiredValues\": {\n                        \"include\": null,\n                        \"exclude\": null,\n                        \"includeFormat\": null,\n                        \"excludeFormat\": null\n                    },\n                    \"optionalValues\": {\n                        \"include\": null,\n                        \"exclude\": null,\n                        \"includeFormat\": null,\n                        \"excludeFormat\": null\n                    },\n                    \"checkUnique\": false,\n                    \"regexConfig\": null\n                },\n                \"selectedClassificationSetName\": null,\n                \"structureOrder\": 0.5,\n                \"showInComponentViewer\": false,\n                \"aidpAttributeGroupItemId\": null,\n                \"isDisplayed\": null,\n                \"rowOrder\": 16,\n                \"autoReadOnly\": false,\n                \"ifcPropertyName\": null,\n                \"ifcPropertySetName\": null,\n                \"extendedValidation\": \"{}\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"loiName\": \"LOI v1.0.3\",\n                \"attrFullId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"FACILITY-AttributeCA16\",\n                \"structuralName\": \"Facility\",\n                \"commonName\": \"FACILITY-AttributeCA16\",\n                \"groupName\": \"???? attr group name here \",\n                \"alias\": \"Site Team Email\",\n                \"clientReference\": null,\n                \"description\": \"FACILITY Custome Attribute CA16\",\n                \"guidance\": null,\n                \"renderType\": 1,\n                \"unitType\": 0,\n                \"excludeFromCOBie\": null,\n                \"selectionValues\": \"\",\n                \"forceOrder\": 18,\n                \"visibleOnLoad\": true,\n                \"attributeLookupConfig\": null,\n                \"default\": {\n                    \"cobieName\": null,\n                    \"displayed\": false,\n                    \"required\": true,\n                    \"stage\": 4,\n                    \"sortOrder\": 2109\n                },\n                \"validation\": {\n                    \"defaultRule\": \"\",\n                    \"defaultRuleId\": 1,\n                    \"enforceValidInput\": false,\n                    \"inputFormat\": null,\n                    \"maxInputLength\": null,\n                    \"allowedUnits\": null,\n                    \"requiredValues\": {\n                        \"include\": null,\n                        \"exclude\": null,\n                        \"includeFormat\": null,\n                        \"excludeFormat\": null\n                    },\n                    \"optionalValues\": {\n                        \"include\": null,\n                        \"exclude\": null,\n                        \"includeFormat\": null,\n                        \"excludeFormat\": null\n                    },\n                    \"checkUnique\": false,\n                    \"regexConfig\": null\n                },\n                \"selectedClassificationSetName\": null,\n                \"structureOrder\": 0.5,\n                \"showInComponentViewer\": false,\n                \"aidpAttributeGroupItemId\": null,\n                \"isDisplayed\": null,\n                \"rowOrder\": 18,\n                \"autoReadOnly\": false,\n                \"ifcPropertyName\": null,\n                \"ifcPropertySetName\": null,\n                \"extendedValidation\": \"{}\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c8d790b8-d362-45e9-bae3-5bd2db297d32"},{"name":"GetClassificationsByProjectId","id":"c37d7ec8-bbb3-46f8-89b8-7f0bad7a1449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"},{"key":"projectId","value":"{{projectId}}","type":"text"}],"url":"{{BaseUrl}}/workspace/LOI/GetClassificationsByProjectId","description":"<h3 id=\"get-classifications-by-project-id\">Get Classifications by Project ID</h3>\n<p>Retrieves the list of LOI (Level of Information) classifications for a specific project within the current workspace.</p>\n<hr />\n<h2 id=\"http-request\">HTTP Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">GET {{BaseUrl}}/workspace/LOI/GetClassificationsByProjectId\n\n</code></pre>\n<h3 id=\"authentication\">Authentication</h3>\n<p>This endpoint requires Digest authentication using application and auth tokens:</p>\n<ul>\n<li><code>Authorization: Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"</code></li>\n</ul>\n<p>Both <code>{{appToken}}</code> and <code>{{authToken}}</code> must be valid for the target environment, otherwise the request will fail with an authentication/authorization error (for example, <code>401 Unauthorized</code> or <code>403 Forbidden</code>).</p>\n<hr />\n<h2 id=\"required-headers--variables\">Required Headers &amp; Variables</h2>\n<h3 id=\"path--base-url-variable\">Path / Base URL Variable</h3>\n<ul>\n<li><code>{{BaseUrl}}</code> – Base URL for the Partner API (for example, the environment‑specific API host).</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<ul>\n<li><p><code>X-Version: 1.0</code><br />  API version for this endpoint. Keep as <code>1.0</code> unless instructed otherwise.</p>\n</li>\n<li><p><code>Authorization: Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"</code><br />  Digest auth header constructed from the auth variables.</p>\n</li>\n<li><p><code>siteId: {{siteId}}</code><br />  Identifier of the site/workspace context the project belongs to.</p>\n</li>\n<li><p><code>projectId: {{projectId}}</code><br />  Identifier of the project whose LOI classifications you want to retrieve.</p>\n</li>\n</ul>\n<h3 id=\"variable-sources\">Variable Sources</h3>\n<p>These variables are typically defined in the active environment or at collection/global scope:</p>\n<ul>\n<li><p><code>BaseUrl</code></p>\n</li>\n<li><p><code>appToken</code></p>\n</li>\n<li><p><code>authToken</code></p>\n</li>\n<li><p><code>siteId</code></p>\n</li>\n<li><p><code>projectId</code></p>\n</li>\n</ul>\n<p>Ensure these are set before sending the request.</p>\n<hr />\n<h2 id=\"request-body\">Request Body</h2>\n<p>This is a <code>GET</code> endpoint and does <strong>not</strong> accept a request body.</p>\n<hr />\n<h2 id=\"sample-request\">Sample Request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">GET https://api.example.com/workspace/LOI/GetClassificationsByProjectId HTTP/1.1\nX-Version: 1.0\nAuthorization: Digest username=\"&lt;app-token&gt;\" realm=\"_root_\" password=\"&lt;auth-token&gt;\"\nsiteId: 12345\nprojectId: abcde-12345-fghij-67890\n\n</code></pre>\n<hr />\n<h2 id=\"sample-response-outline\">Sample Response (Outline)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"projectId\": \"abcde-12345-fghij-67890\",\n  \"siteId\": 12345,\n  \"classifications\": [\n    {\n      \"id\": \"cls-001\",\n      \"code\": \"A.01\",\n      \"name\": \"Example Classification\",\n      \"description\": \"Optional description of the classification.\",\n      \"level\": 1,\n      \"parentId\": null\n    },\n    {\n      \"id\": \"cls-002\",\n      \"code\": \"A.02\",\n      \"name\": \"Another Classification\",\n      \"description\": \"...\",\n      \"level\": 2,\n      \"parentId\": \"cls-001\"\n    }\n  ]\n}\n\n</code></pre>\n<p>Field names and structure may vary depending on the exact LOI implementation, but the response will represent the LOI classifications associated with the specified <code>projectId</code> in the given <code>siteId</code>/workspace.</p>\n","urlObject":{"path":["workspace","LOI","GetClassificationsByProjectId"],"host":["{{BaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"34695d68-048d-4183-98ca-1dc8cfe93ee3","name":"200 ok","originalRequest":{"method":"GET","header":[{"key":"X-Version","value":"1.0","type":"text"},{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"},{"key":"projectId","value":"{{projectId}}","type":"text"}],"url":"{{BaseUrl}}/workspace/LOI/GetClassificationsByProjectId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Wed, 17 Dec 2025 07:51:32 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Origin,Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:eb109c24-ae88-4963-8b2e-fe8c5646db45"},{"key":"Request-Context","value":"appId=cid-v1:ad822344-a2c2-4d9b-8445-9f53e6a0e087"},{"key":"x-ms-middleware-request-id","value":"00000000-0000-0000-0000-000000000000"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 734,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"data\": [\n            {\n                \"table\": \"Product\",\n                \"commonName\": \"01\",\n                \"description\": \"RFI Project Team\",\n                \"code\": \"01\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"setName\": \"Product\",\n                \"structuralNames\": \"[1,2,3,4,5,6,7,10]\"\n            },\n            {\n                \"table\": \"Product\",\n                \"commonName\": \"02\",\n                \"description\": \"RFI Packages\",\n                \"code\": \"02\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"00000000-0000-0000-0000-000000000000\",\n                \"setName\": \"Product\",\n                \"structuralNames\": \"[1,2,3,4,5,6,7,10]\"\n            }\n        ]\n    }\n}\n"}],"_postman_id":"c37d7ec8-bbb3-46f8-89b8-7f0bad7a1449"}],"id":"fbe59a0f-56a8-4522-b2a8-d6f1e7b75c5a","description":"<p>An Level Of Information (LOI) in the system allows for the configuration of Properties that asset data must have on a given project.</p>\n","_postman_id":"fbe59a0f-56a8-4522-b2a8-d6f1e7b75c5a"},{"name":"Tree/ByDocumentId","id":"dc92b0ef-8c63-4d12-b39d-44d81b9f8239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6/api/Tree/ByDocumentId?id={{documentId}}","description":"<p>Gets a list of the authorised user's sites, projects and documents</p>\n","urlObject":{"path":["Core6","api","Tree","ByDocumentId"],"host":["{{url}}"],"query":[{"key":"id","value":"{{documentId}}"}],"variable":[]}},"response":[{"id":"4baf066a-e2a6-4b34-90af-da992c15fa98","name":"Tree/ByDocumentId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\""}],"url":{"raw":"{{url}}/api/Tree/ByDocumentId?id={{documentId}}","host":["{{url}}"],"path":["api","Tree","ByDocumentId"],"query":[{"key":"id","value":"{{documentId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"22819","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 05 Feb 2018 11:58:35 GMT","name":"Date","description":""},{"key":"Expires","value":"-1","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Request-Context","value":"appId=cid-v1:77108bdf-a4f5-4f91-afaa-ddabc1087f0d","name":"Request-Context","description":""},{"key":"Server","value":"Microsoft-IIS/10.0","name":"Server","description":""},{"key":"Set-Cookie","value":"ARRAffinity=557a497e8aadd0faf746a6106217e11075c083900d57e3059c16ec10a754cf2d;Path=/;HttpOnly;Domain=edocsapi.azurewebsites.net","name":"Set-Cookie","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"edocsapi.azurewebsites.net","path":"/","secure":false,"value":"557a497e8aadd0faf746a6106217e11075c083900d57e3059c16ec10a754cf2d","key":"ARRAffinity"},{"expires":"Tue Mar 27 2018 22:15:55 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"edocsapi.azurewebsites.net","path":"/","secure":false,"value":"2oSxT-2AOB0Zqug8JeXoPT-5nRwL8OVrH2KLH6JJtFgUKoOiSqba_de1wS46uKUQE8vnZlCS_3J0ZYbAHizk4Mh3KxwBgZdJVguEmJptdXU2G5gZE0YsDO-3TRki_3d3wA1Jrm29u05eneEQUUYY3A2","key":".ASPXANONYMOUS"}],"responseTime":null,"body":"{\r\n    \"Pages\": 0,\r\n    \"Page\": null,\r\n    \"Rows\": null,\r\n    \"OrderBy\": null,\r\n    \"Desc\": false,\r\n    \"TotalRows\": 3,\r\n    \"HasError\": false,\r\n    \"Error\": null,\r\n    \"Result\": {\r\n        \"forms\": [\r\n            {\r\n                \"id\": null,\r\n                \"toc\": \".000\",\r\n                \"title\": null,\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": null,\r\n                \"ldu\": null,\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": null,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.001\",\r\n                \"title\": \"Files From Asite\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 1,\r\n                \"ldu\": \"2021-01-19T16:29:05.957Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [\r\n                    \"Asite\",\r\n                    \"CDE\",\r\n                    \"LOOKUP\"                    \r\n                ],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.001.001\",\r\n                \"title\": \"Files list External CDE (fileuploadTest)\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 1,\r\n                \"ldu\": \"2020-10-07T09:40:30.52Z\",\r\n                \"canAddFiles\": true,\r\n                \"isKeyForm\": false,\r\n                \"APITags\": [\r\n                    \"test\",\r\n                    \"high\",\r\n                    \"la\",\r\n                    \"bye\"\r\n                ],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.001.002\",\r\n                \"title\": \"Files list External CDE (MondayDemo)\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 696,\r\n                \"ldu\": \"2020-11-11T13:27:53.833Z\",\r\n                \"canAddFiles\": true,\r\n                \"isKeyForm\": false,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.001.003\",\r\n                \"title\": \"Files list External CDE (Data)\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 669,\r\n                \"ldu\": \"2020-11-11T13:28:13.287Z\",\r\n                \"canAddFiles\": true,\r\n                \"isKeyForm\": false,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.001.004\",\r\n                \"title\": \"Files list External CDE TEST AU\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 1,\r\n                \"ldu\": \"2020-11-30T08:36:20.99Z\",\r\n                \"canAddFiles\": true,\r\n                \"isKeyForm\": false,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.002\",\r\n                \"title\": \"All Systems Summary\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 1,\r\n                \"ldu\": \"2021-04-07T10:23:54.603Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.003\",\r\n                \"title\": \"General Heading\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 1,\r\n                \"ldu\": \"2021-01-19T16:29:05.973Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.003.001\",\r\n                \"title\": \"General text, tables and images\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 3,\r\n                \"ldu\": \"2020-09-28T10:58:26.697Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": false,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.004\",\r\n                \"title\": \"Files From Bluebeam\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 1,\r\n                \"ldu\": \"2021-01-19T16:29:05.973Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.004.001\",\r\n                \"title\": \"Test from blue\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 10,\r\n                \"ldu\": \"2020-10-16T13:18:29.627Z\",\r\n                \"canAddFiles\": true,\r\n                \"isKeyForm\": false,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.005\",\r\n                \"title\": \"fancy element\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 19,\r\n                \"ldu\": \"2021-01-20T12:58:49.663Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.006\",\r\n                \"title\": \"Additional Test session\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 3,\r\n                \"ldu\": \"2021-01-20T12:58:49.74Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.007\",\r\n                \"title\": \"SessionForExtraData\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 6,\r\n                \"ldu\": \"2021-01-20T12:58:49.8Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.008\",\r\n                \"title\": \"mech dra\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 5,\r\n                \"ldu\": \"2021-01-20T12:58:49.86Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.009\",\r\n                \"title\": \"Files list External CDE(Bim360)\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 167,\r\n                \"ldu\": \"2021-01-19T16:29:05.987Z\",\r\n                \"canAddFiles\": true,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.010\",\r\n                \"title\": \"fanc2\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 3,\r\n                \"ldu\": \"2021-01-20T12:58:50.013Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.011\",\r\n                \"title\": \"Bluebeam Session Viewer\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 7,\r\n                \"ldu\": \"2021-01-20T22:33:49.85Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.012\",\r\n                \"title\": \"aisite\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 216,\r\n                \"ldu\": \"2021-01-27T09:35:22.293Z\",\r\n                \"canAddFiles\": true,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.013\",\r\n                \"title\": \"Viewpoint Files\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 2,\r\n                \"ldu\": \"2021-01-19T16:29:06.02Z\",\r\n                \"canAddFiles\": true,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.014\",\r\n                \"title\": \"autodesk checklist test\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 5,\r\n                \"ldu\": \"2021-01-20T16:19:30.41Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": true,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.015\",\r\n                \"title\": \"ViewPoint Form Sync\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 1,\r\n                \"ldu\": \"2021-01-21T07:07:20.113Z\",\r\n                \"canAddFiles\": true,\r\n                \"isKeyForm\": false,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.016\",\r\n                \"title\": \"test\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 2,\r\n                \"ldu\": \"2021-01-21T12:21:15.867Z\",\r\n                \"canAddFiles\": false,\r\n                \"isKeyForm\": false,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.017\",\r\n                \"title\": \"testFromBim360Docs\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 2,\r\n                \"ldu\": \"2021-02-01T15:46:21.96Z\",\r\n                \"canAddFiles\": true,\r\n                \"isKeyForm\": false,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            },\r\n            {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"toc\": \".000.018\",\r\n                \"title\": \"Procore Documents Sync\",\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"version\": 5,\r\n                \"ldu\": \"2021-02-17T13:31:43.83Z\",\r\n                \"canAddFiles\": true,\r\n                \"isKeyForm\": false,\r\n                \"APITags\": [],\r\n                \"workflowStepInheritedId\": null,\r\n                \"currentDateStepStarted\": null\r\n            }\r\n        ],\r\n        \"steps\": [\r\n            {\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"position\": 0,\r\n                \"title\": \"N/A\",\r\n                \"description\": \"A step\",\r\n                \"colour\": \"#000000\"\r\n            },\r\n            {\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"position\": 1,\r\n                \"title\": \"Step 2\",\r\n                \"description\": \"Second step\",\r\n                \"colour\": \"#18e4f5\"\r\n            },\r\n            {\r\n                \"stepId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"position\": 2,\r\n                \"title\": \"Step 3\",\r\n                \"description\": \"Step 3\",\r\n                \"colour\": \"#18ba2d\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"dc92b0ef-8c63-4d12-b39d-44d81b9f8239"},{"name":"Reports/ByProjectId","id":"23090d1a-610d-4b1b-a6e8-4d829018d0f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6/api/Reports/ByProjectId/{{projectId}}","description":"<p>Calculates the current state of a specified project, returning information about all aspects: tasks, reviews, files, tbcs, etc</p>\n","urlObject":{"path":["Core6","api","Reports","ByProjectId","{{projectId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"11fffb9b-c246-4e53-91ad-694dc0358e6f","name":"Reports/ByProjectId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\""}],"url":"{{url}}/api/Reports/ByProjectId/{{projectId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"18897"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:77108bdf-a4f5-4f91-afaa-ddabc1087f0d"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Nov 2019 12:06:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 9,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"report\": {\n            \"project\": {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"COBie 2015 V1.4 Test Site\",\n                \"processCompletion\": 4.194,\n                \"contentCompletion\": 10.024,\n                \"ribaStage\": 6,\n                \"pcDate\": \"2019-02-18T00:00:00Z\",\n                \"startDate\": \"2017-02-09T00:00:00Z\",\n                \"handedOverDate\": \"2019-09-27T00:00:00Z\",\n                \"forecastCompletionDate\": null,\n                \"pcDateOffset\": 0,\n                \"APITags\": \"['Trees','Grass','Sky','Sun']\"\n            },\n            \"documents\": [\n                {\n                    \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": \"Dan \\\\ Test.\",\n                    \"workflowId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"processCompletion\": 14.410,\n                    \"contentCompletion\": 21.620,\n                    \"pcDate\": \"2019-02-18T00:00:00Z\",\n                    \"isReported\": true,\n                    \"completedProcessSteps\": 16.000,\n                    \"totalProcessSteps\": 111,\n                    \"completedContentSteps\": 16.000,\n                    \"totalContentSteps\": 74,\n                    \"forecastCompletionDate\": null,\n                    \"pcDateOffset\": 0,\n                    \"APITags\": null,\n                    \"weightedValue\": null\n                },\n                {\n                    \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": \"Dan Test\",\n                    \"workflowId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"pcDate\": \"2019-02-18T00:00:00Z\",\n                    \"isReported\": true,\n                    \"completedProcessSteps\": 0.000,\n                    \"totalProcessSteps\": 404,\n                    \"completedContentSteps\": 0.000,\n                    \"totalContentSteps\": 101,\n                    \"forecastCompletionDate\": null,\n                    \"pcDateOffset\": 0,\n                    \"APITags\": null,\n                    \"weightedValue\": null\n                },\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": \"Import Test\",\n                    \"workflowId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"pcDate\": \"2019-02-18T00:00:00Z\",\n                    \"isReported\": true,\n                    \"completedProcessSteps\": 0.000,\n                    \"totalProcessSteps\": 24,\n                    \"completedContentSteps\": 0.000,\n                    \"totalContentSteps\": 6,\n                    \"forecastCompletionDate\": null,\n                    \"pcDateOffset\": 0,\n                    \"APITags\": null,\n                    \"weightedValue\": null\n                },\n                {\n                    \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": \"Matt test\",\n                    \"workflowId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"processCompletion\": 9.360,\n                    \"contentCompletion\": 16.130,\n                    \"pcDate\": \"2019-02-18T00:00:00Z\",\n                    \"isReported\": true,\n                    \"completedProcessSteps\": 29.000,\n                    \"totalProcessSteps\": 310,\n                    \"completedContentSteps\": 25.000,\n                    \"totalContentSteps\": 155,\n                    \"forecastCompletionDate\": null,\n                    \"pcDateOffset\": 0,\n                    \"APITags\": null,\n                    \"weightedValue\": null\n                },\n                {\n                    \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": \"Mike Test\",\n                    \"workflowId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"pcDate\": \"2019-02-18T00:00:00Z\",\n                    \"isReported\": true,\n                    \"completedProcessSteps\": 0.000,\n                    \"totalProcessSteps\": 42,\n                    \"completedContentSteps\": 0.000,\n                    \"totalContentSteps\": 21,\n                    \"forecastCompletionDate\": null,\n                    \"pcDateOffset\": 0,\n                    \"APITags\": \"['Apples','Cheese','Sweets']\",\n                    \"weightedValue\": 1\n                },\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": \"Summary Schedules Test\",\n                    \"workflowId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"pcDate\": \"2019-02-18T00:00:00Z\",\n                    \"isReported\": true,\n                    \"completedProcessSteps\": 0.000,\n                    \"totalProcessSteps\": 182,\n                    \"completedContentSteps\": 0.000,\n                    \"totalContentSteps\": 52,\n                    \"forecastCompletionDate\": null,\n                    \"pcDateOffset\": 0,\n                    \"APITags\": null,\n                    \"weightedValue\": null\n                }\n            ],\n            \"tasks\": [\n                {\n                    \"docId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Summ sched form task test\",\n                    \"dateCreated\": \"2020-12-02T16:45:19.9066667Z\",\n                    \"dateStart\": \"2020-12-02T16:45:19.9066667Z\",\n                    \"dateLastChased\": \"2020-12-02T16:45:43.97Z\",\n                    \"originalDateDue\": \"2020-12-09T00:00:00Z\",\n                    \"dateDue\": \"2020-12-09T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Testing putting a task on the whole form\",\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"sectionName\": \"Partition screens\"\n                },\n                {\n                    \"docId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Test task with custom end date\",\n                    \"dateCreated\": \"2020-09-24T13:26:03.0333333Z\",\n                    \"dateStart\": \"2020-09-24T13:26:03.0333333Z\",\n                    \"dateLastChased\": \"2020-09-24T13:26:03.0333333Z\",\n                    \"originalDateDue\": \"2020-11-11T00:00:00Z\",\n                    \"dateDue\": \"2020-11-11T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Please get this done by the date assigned (not the standard 7 days)\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                    \"docId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Comment\",\n                    \"dateCreated\": \"2020-10-23T09:32:18.6766667Z\",\n                    \"dateStart\": \"2020-10-23T09:32:18.6766667Z\",\n                    \"dateLastChased\": \"2020-10-23T09:32:37.13Z\",\n                    \"originalDateDue\": \"2020-10-30T00:00:00Z\",\n                    \"dateDue\": \"2020-10-30T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"hgjhgjhgjhg\",\n                    \"stepTitle\": \"In Progress\",\n                    \"stepColour\": \"#464646\",\n                    \"sectionName\": \"Reception desks 50\\\" x 30\\\"\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Comment\",\n                    \"dateCreated\": \"2020-10-08T09:23:49.0033333Z\",\n                    \"dateStart\": \"2020-10-08T09:23:49.0033333Z\",\n                    \"dateLastChased\": \"2020-10-08T09:25:00.77Z\",\n                    \"originalDateDue\": \"2020-10-15T00:00:00Z\",\n                    \"dateDue\": \"2020-10-15T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"A task to check for project from delete\",\n                    \"stepTitle\": \"In Progress\",\n                    \"stepColour\": \"#464646\",\n                    \"sectionName\": \"Reception desks 50\\\" x 30\\\"\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Files task test\",\n                    \"dateCreated\": \"2020-10-06T11:08:15.07Z\",\n                    \"dateStart\": \"2020-10-06T11:08:15.07Z\",\n                    \"dateLastChased\": \"2020-10-06T11:08:15.0733333Z\",\n                    \"originalDateDue\": \"2020-10-13T11:04:11.13Z\",\n                    \"dateDue\": \"2020-10-13T11:04:11.13Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"testing fask with files\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                  \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Request for Information\",\n                    \"dateCreated\": \"2020-01-14T13:46:42.0366667Z\",\n                    \"dateStart\": \"2020-01-14T13:46:42.0366667Z\",\n                    \"dateLastChased\": \"2020-08-04T07:46:36.62Z\",\n                    \"originalDateDue\": \"2020-01-21T00:00:00Z\",\n                    \"dateDue\": \"2020-08-06T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"ok, please close\",\n                    \"stepTitle\": \"In Progress\",\n                    \"stepColour\": \"#464646\",\n                    \"sectionName\": \"ESD Professional\"\n                },\n                {\n                   \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Request for Information\",\n                    \"dateCreated\": \"2019-02-21T14:02:17.94Z\",\n                    \"dateStart\": \"2019-02-21T14:02:17.94Z\",\n                    \"dateLastChased\": \"2020-04-03T08:32:24.35Z\",\n                    \"originalDateDue\": \"2019-02-28T00:00:00Z\",\n                    \"dateDue\": \"2020-04-05T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Reply to test update\",\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"sectionName\": \"Drawings List\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Please Check\",\n                    \"dateCreated\": \"2020-01-15T15:39:23.5166667Z\",\n                    \"dateStart\": \"2020-01-15T15:39:23.5166667Z\",\n                    \"dateLastChased\": \"2020-01-15T15:39:23.5166667Z\",\n                    \"originalDateDue\": \"2020-01-22T15:38:36.2633333Z\",\n                    \"dateDue\": \"2020-01-22T15:38:36.2633333Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"can you please this type\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Comment\",\n                    \"dateCreated\": \"2020-01-09T08:45:59.16Z\",\n                    \"dateStart\": \"2020-01-09T08:45:59.16Z\",\n                    \"dateLastChased\": \"2020-01-09T08:50:03.9533333Z\",\n                    \"originalDateDue\": \"2020-01-16T00:00:00Z\",\n                    \"dateDue\": \"2020-01-16T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Please do some info filling for these rad rads\",\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"sectionName\": \"Equipment & Material Schedules\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Test task\",\n                    \"dateCreated\": \"2020-01-08T15:34:26.26Z\",\n                    \"dateStart\": \"2020-01-08T15:34:26.26Z\",\n                    \"dateLastChased\": \"2020-01-08T15:34:26.26Z\",\n                    \"originalDateDue\": \"2020-01-15T15:34:12.6666667Z\",\n                    \"dateDue\": \"2020-01-15T15:34:12.6666667Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"This is a task on NodeDB data\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Correct spelling in COSHH entry\",\n                    \"dateCreated\": \"2018-03-19T14:10:20.43Z\",\n                    \"dateStart\": \"2018-03-19T14:10:20.43Z\",\n                    \"dateLastChased\": \"2020-01-02T13:03:38.6666667Z\",\n                    \"originalDateDue\": \"2018-03-26T00:00:00Z\",\n                    \"dateDue\": \"2020-01-04T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Good good '; UPDATE dbo.Documents SET name = 'Changed!'--\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Fill in the gaps\",\n                    \"dateCreated\": \"2019-12-17T09:35:29.02Z\",\n                    \"dateStart\": \"2019-12-17T09:35:29.02Z\",\n                    \"dateLastChased\": \"2019-12-17T09:35:29.02Z\",\n                    \"originalDateDue\": \"2019-12-24T09:35:04.37Z\",\n                    \"dateDue\": \"2019-12-24T09:35:04.37Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"There are quite a few gaps in the data, please complete it ASAP\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Node data test\",\n                    \"dateCreated\": \"2019-12-12T15:03:59.2466667Z\",\n                    \"dateStart\": \"2019-12-12T15:03:59.2466667Z\",\n                    \"dateLastChased\": \"2019-12-19T10:40:49.2133333Z\",\n                    \"originalDateDue\": \"2019-12-19T15:02:54.5833333Z\",\n                    \"dateDue\": \"2019-12-21T10:40:49.26Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Oh it's lovely now\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"My fire\",\n                    \"dateCreated\": \"2019-12-09T12:49:24.6166667Z\",\n                    \"dateStart\": \"2019-12-09T12:49:24.6166667Z\",\n                    \"dateLastChased\": \"2019-12-09T12:49:24.6166667Z\",\n                    \"originalDateDue\": \"2019-12-16T12:47:57.5266667Z\",\n                    \"dateDue\": \"2019-12-16T12:47:57.5266667Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Relight my fire, your love is my only desire..\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V3 \"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Squeak\",\n                    \"dateCreated\": \"2019-12-09T12:36:32.91Z\",\n                    \"dateStart\": \"2019-12-09T12:36:32.91Z\",\n                    \"dateLastChased\": \"2019-12-09T12:36:32.9133333Z\",\n                    \"originalDateDue\": \"2019-12-16T12:30:18.41Z\",\n                    \"dateDue\": \"2019-12-16T12:30:18.41Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Squeak, squeak squeak squeak!  Squeak  squeak...\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Testy task time\",\n                    \"dateCreated\": \"2019-12-05T14:50:57.97Z\",\n                    \"dateStart\": \"2019-12-05T14:50:57.97Z\",\n                    \"dateLastChased\": \"2019-12-05T14:50:57.9766667Z\",\n                    \"originalDateDue\": \"2019-12-12T14:50:38.05Z\",\n                    \"dateDue\": \"2019-12-12T14:50:38.05Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Tasking in a testing manner to see if it appears!\",\n                    \"stepTitle\": \"Step 3\",\n                    \"stepColour\": \"#18ba2d\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V2\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Request for Information\",\n                    \"dateCreated\": \"2019-11-28T11:04:01.87Z\",\n                    \"dateStart\": \"2019-11-28T11:04:01.87Z\",\n                    \"dateLastChased\": \"2019-11-28T11:05:32.8833333Z\",\n                    \"originalDateDue\": \"2019-12-05T00:00:00Z\",\n                    \"dateDue\": \"2019-12-05T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Please do some stuff to these attributes, they're looking a bit minimal\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V3 \"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Type task test\",\n                    \"dateCreated\": \"2019-11-20T11:41:39.42Z\",\n                    \"dateStart\": \"2019-11-20T11:41:39.42Z\",\n                    \"dateLastChased\": \"2019-11-20T11:41:39.42Z\",\n                    \"originalDateDue\": \"2019-11-27T11:41:19.6233333Z\",\n                    \"dateDue\": \"2019-11-27T11:41:19.6233333Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"This is a new task on whole type from summ sched editor\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V3 \"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"New component task\",\n                    \"dateCreated\": \"2019-11-20T11:38:49.6Z\",\n                    \"dateStart\": \"2019-11-20T11:38:49.6Z\",\n                    \"dateLastChased\": \"2019-11-20T11:38:49.6033333Z\",\n                    \"originalDateDue\": \"2019-11-27T11:38:25.7166667Z\",\n                    \"dateDue\": \"2019-11-27T11:38:25.7166667Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"This is my new test task from summary schedule editor\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": null,\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Test\",\n                    \"dateCreated\": \"2019-11-13T13:32:08.76Z\",\n                    \"dateStart\": \"2019-11-13T13:32:08.76Z\",\n                    \"dateLastChased\": \"2019-11-13T13:32:24.79Z\",\n                    \"originalDateDue\": \"2019-11-20T00:00:00Z\",\n                    \"dateDue\": \"2019-11-20T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Test\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Comment\",\n                    \"dateCreated\": \"2019-10-16T11:49:07.8633333Z\",\n                    \"dateStart\": \"2019-10-16T11:49:07.8633333Z\",\n                    \"dateLastChased\": \"2019-10-16T11:49:19.83Z\",\n                    \"originalDateDue\": \"2019-10-23T00:00:00Z\",\n                    \"dateDue\": \"2019-10-23T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Test task\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"General space ventilation systems Ss_65_40_33\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Complete spares\",\n                    \"dateCreated\": \"2018-03-08T10:05:39.48Z\",\n                    \"dateStart\": \"2018-03-08T10:05:39.48Z\",\n                    \"dateLastChased\": \"2019-09-03T12:18:03.52Z\",\n                    \"originalDateDue\": \"2018-03-15T00:00:00Z\",\n                    \"dateDue\": \"2019-09-05T12:18:03.77Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Task completed - No additional message\",\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"sectionName\": \"Schedule V4 Short\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": null,\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Request for Information\",\n                    \"dateCreated\": \"2019-05-20T13:23:56.2766667Z\",\n                    \"dateStart\": \"2019-05-20T13:23:56.2766667Z\",\n                    \"dateLastChased\": \"2019-05-20T13:25:15.5633333Z\",\n                    \"originalDateDue\": \"2019-08-01T12:33:10.8333333Z\",\n                    \"dateDue\": \"2019-08-01T12:33:10.8333333Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Dear Dan,<br/><br/>Further to our conversation this is the link to the online template that will become your project specific O&M manual.  Please do not upload a complete system O&M Manual.  Complete all of the designated sections to ensure a comprehensive manual is submitted. The referenced documents upload section is for you to provide manufacturers data sheets, operating and/or maintenance documents for the individual components used within your installation.<br/><br/>Complete all of the designated sections with your own system overview, description of works, equipment/components details.  Operating instructions and maintenance procedures for the system should be written into the sections provided.<br/><br/>As-Built approved drawings, signed certificates should be uploaded to the drawing and certificates sections when available.  I understand that they are not always available at point of submission, so this should not hold up the completion of your template.  Before hitting Submit for Review, add into the Comments/Additional Information box that the drawings will follow at a later date.  A separate task requesting them will them be set.<br/><br/>There is online guidance and a training video to help you through the form but if you have any questions please do not hesitate to contact me.<br/><br/>To ensure your clients draft issue is not delayed we require all of the above information by 1 Aug 2019.<br/><br/>Regards<br/>Admin Account\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Request for Information\",\n                    \"dateCreated\": \"2019-05-10T08:58:51.3333333Z\",\n                    \"dateStart\": \"2019-05-10T08:58:51.3333333Z\",\n                    \"dateLastChased\": \"2019-05-10T08:59:26.05Z\",\n                    \"originalDateDue\": \"2019-05-13T00:00:00Z\",\n                    \"dateDue\": \"2019-05-17T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Dear Daniel,<br/><br/>Further to our conversation this is the link to the online template that will become your project specific O&M manual.  Please do not upload a complete system O&M Manual.  Complete all of the designated sections to ensure a comprehensive manual is submitted. The referenced documents upload section is for you to provide manufacturers data sheets, operating and/or maintenance documents for the individual components used within your installation.<br/><br/>Complete all of the designated sections with your own system overview, description of works, equipment/components details.  Operating instructions and maintenance procedures for the system should be written into the sections provided.<br/><br/>As-Built approved drawings, signed certificates should be uploaded to the drawing and certificates sections when available.  I understand that they are not always available at point of submission, so this should not hold up the completion of your template.  Before hitting Submit for Review, add into the Comments/Additional Information box that the drawings will follow at a later date.  A separate task requesting them will them be set.<br/><br/>There is online guidance and a training video to help you through the form but if you have any questions please do not hesitate to contact me.<br/><br/>To ensure your clients draft issue is not delayed we require all of the above information by 17 May 2019.<br/><br/>Regards<br/>Admin Account\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Request for Information\",\n                    \"dateCreated\": \"2019-03-27T09:43:35.6133333Z\",\n                    \"dateStart\": \"2019-03-27T09:43:35.6133333Z\",\n                    \"dateLastChased\": \"2019-03-27T09:43:49.43Z\",\n                    \"originalDateDue\": \"2019-04-03T00:00:00Z\",\n                    \"dateDue\": \"2019-04-03T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Dear Dan,<br/><br/>Further to our conversation this is the link to the online template that will become your project specific O&M manual.  Please do not upload a complete system O&M Manual.  Complete all of the designated sections to ensure a comprehensive manual is submitted. The referenced documents upload section is for you to provide manufacturers data sheets, operating and/or maintenance documents for the individual components used within your installation.<br/><br/>Complete all of the designated sections with your own system overview, description of works, equipment/components details.  Operating instructions and maintenance procedures for the system should be written into the sections provided.<br/><br/>As-Built approved drawings, signed certificates should be uploaded via Asite to the drawing and certificates sections when available.  I understand that they are not always available at point of submission, so this should not hold up the completion of your template.  Before hitting Submit for Review, add into the Comments/Additional Information box that the drawings will follow at a later date.  A separate task requesting them will them be set.<br/><br/>There is online guidance and a training video to help you through the form but if you have any questions please do not hesitate to contact me.<br/><br/>To ensure your clients draft issue is not delayed we require all of the above information by 3 Apr 2019.<br/><br/>Regards<br/>Admin Account\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": null,\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Request for Information\",\n                    \"dateCreated\": \"2019-02-21T13:37:13.5866667Z\",\n                    \"dateStart\": \"2019-02-21T13:37:13.5866667Z\",\n                    \"dateLastChased\": \"2019-02-21T13:37:28.5566667Z\",\n                    \"originalDateDue\": \"2019-02-28T00:00:00Z\",\n                    \"dateDue\": \"2019-02-28T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Dear Daniel,<br/><br/>Further to our conversation this is the link to the online template that will become your project specific O&M manual.  Please do not upload a complete system O&M Manual.  Complete all of the designated sections to ensure a comprehensive manual is submitted. The referenced documents upload section is for you to provide manufacturers data sheets, operating and/or maintenance documents for the individual components used within your installation.<br/><br/>Complete all of the designated sections with your own system overview, description of works, equipment/components details.  Operating instructions and maintenance procedures for the system should be written into the sections provided.<br/><br/>As-Built approved drawings, signed certificates should be uploaded via Asite to the drawing and certificates sections when available.  I understand that they are not always available at point of submission, so this should not hold up the completion of your template.  Before hitting Submit for Review, add into the Comments/Additional Information box that the drawings will follow at a later date.  A separate task requesting them will them be set.<br/><br/>There is online guidance and a training video to help you through the form but if you have any questions please do not hesitate to contact me.<br/><br/>To ensure your clients draft issue is not delayed we require all of the above information by 28 Feb 2019.<br/><br/>Regards<br/>Admin Account\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Request for Information\",\n                    \"dateCreated\": \"2019-02-21T14:06:46.73Z\",\n                    \"dateStart\": \"2019-02-21T14:06:46.73Z\",\n                    \"dateLastChased\": \"2019-02-21T14:07:24.3433333Z\",\n                    \"originalDateDue\": \"2019-02-28T00:00:00Z\",\n                    \"dateDue\": \"2019-02-23T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Dear Daniel,<br/><br/>Further to our conversation this is the link to the online template that will become your project specific O&M manual.  Please do not upload a complete system O&M Manual.  Complete all of the designated sections to ensure a comprehensive manual is submitted. The referenced documents upload section is for you to provide manufacturers data sheets, operating and/or maintenance documents for the individual components used within your installation.<br/><br/>Complete all of the designated sections with your own system overview, description of works, equipment/components details.  Operating instructions and maintenance procedures for the system should be written into the sections provided.<br/><br/>As-Built approved drawings, signed certificates should be uploaded via Asite to the drawing and certificates sections when available.  I understand that they are not always available at point of submission, so this should not hold up the completion of your template.  Before hitting Submit for Review, add into the Comments/Additional Information box that the drawings will follow at a later date.  A separate task requesting them will them be set.<br/><br/>There is online guidance and a training video to help you through the form but if you have any questions please do not hesitate to contact me.<br/><br/>To ensure your clients draft issue is not delayed we require all of the above information by 28 Feb 2019.<br/><br/>Regards<br/>Admin Account\",\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"sectionName\": \"Equipment & Material Schedules\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Comment\",\n                    \"dateCreated\": \"2018-12-14T10:15:48Z\",\n                    \"dateStart\": \"2018-12-14T10:15:48Z\",\n                    \"dateLastChased\": \"2018-12-14T10:16:11.5966667Z\",\n                    \"originalDateDue\": \"2018-12-21T00:00:00Z\",\n                    \"dateDue\": \"2018-12-21T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"ere\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Comment\",\n                    \"dateCreated\": \"2018-12-06T13:26:30.58Z\",\n                    \"dateStart\": \"2018-12-06T13:26:30.58Z\",\n                    \"dateLastChased\": \"2019-04-18T07:43:29.27Z\",\n                    \"originalDateDue\": \"2018-12-13T13:26:25.01Z\",\n                    \"dateDue\": \"2018-12-13T13:26:25.01Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"asdfasasdf\",\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"sectionName\": \"Maintenance\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Comment\",\n                    \"dateCreated\": \"2018-09-13T08:25:37.2Z\",\n                    \"dateStart\": \"2018-09-13T08:25:37.2Z\",\n                    \"dateLastChased\": \"2018-09-13T08:26:03.42Z\",\n                    \"originalDateDue\": \"2018-09-20T00:00:00Z\",\n                    \"dateDue\": \"2018-09-20T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Test updated H&S titles\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Request for Information\",\n                    \"dateCreated\": \"2018-07-17T08:45:20.9466667Z\",\n                    \"dateStart\": \"2018-07-17T08:45:20.9466667Z\",\n                    \"dateLastChased\": \"2018-07-17T08:46:18.8566667Z\",\n                    \"originalDateDue\": \"2018-07-24T00:00:00Z\",\n                    \"dateDue\": \"2018-07-24T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Dear Dan Groves,<br/><br/>Further to our conversation this is the link to the online template that will become your project specific O&M manual.  Please do not upload a complete system O&M Manual.  Complete all of the designated sections to ensure a comprehensive manual is submitted. The referenced documents upload section is for you to provide manufacturers data sheets, operating and/or maintenance documents for the individual components used within your installation.<br/><br/>Complete all of the designated sections with your own system overview, description of works, equipment/components details.  Operating instructions and maintenance procedures for the system should be written into the sections provided.<br/><br/>As-Built approved drawings, signed certificates should be uploaded via Asite to the drawing and certificates sections when available.  I understand that they are not always available at point of submission, so this should not hold up the completion of your template.  Before hitting Submit for Review, add into the Comments/Additional Information box that the drawings will follow at a later date.  A separate task requesting them will them be set.<br/><br/>There is online guidance and a training video to help you through the form but if you have any questions please do not hesitate to contact me.<br/><br/>To ensure your clients draft issue is not delayed we require all of the above information by 24 Jul 2018.<br/><br/>Regards<br/>Admin Account\",\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"sectionName\": \"Copy files test\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Check spare 1\",\n                    \"dateCreated\": \"2018-03-19T14:09:44.1933333Z\",\n                    \"dateStart\": \"2018-03-19T14:09:44.1933333Z\",\n                    \"dateLastChased\": \"2018-03-19T14:09:52.74Z\",\n                    \"originalDateDue\": \"2018-03-26T00:00:00Z\",\n                    \"dateDue\": \"2018-03-26T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Check spare 1\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Check the health & safety stuff\",\n                    \"dateCreated\": \"2018-03-19T14:10:02.9433333Z\",\n                    \"dateStart\": \"2018-03-19T14:10:02.9433333Z\",\n                    \"dateLastChased\": \"2018-03-19T14:10:16.3533333Z\",\n                    \"originalDateDue\": \"2018-03-26T00:00:00Z\",\n                    \"dateDue\": \"2018-03-26T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Check the health & safety stuff\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Check the attribute info\",\n                    \"dateCreated\": \"2018-03-19T14:13:13.9633333Z\",\n                    \"dateStart\": \"2018-03-19T14:13:13.9633333Z\",\n                    \"dateLastChased\": \"2018-03-19T14:13:21.73Z\",\n                    \"originalDateDue\": \"2018-03-26T00:00:00Z\",\n                    \"dateDue\": \"2018-03-26T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Check the attribute info\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Check the component data\",\n                    \"dateCreated\": \"2018-03-19T14:36:42.6033333Z\",\n                    \"dateStart\": \"2018-03-19T14:36:42.6033333Z\",\n                    \"dateLastChased\": \"2018-03-19T14:36:52.7466667Z\",\n                    \"originalDateDue\": \"2018-03-26T00:00:00Z\",\n                    \"dateDue\": \"2018-03-26T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Check the component data\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Is this file info correct?\",\n                    \"dateCreated\": \"2018-03-19T14:13:24.76Z\",\n                    \"dateStart\": \"2018-03-19T14:13:24.76Z\",\n                    \"dateLastChased\": \"2018-03-19T14:13:43.64Z\",\n                    \"originalDateDue\": \"2018-03-26T00:00:00Z\",\n                    \"dateDue\": \"2018-03-26T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Is this file info correct?\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Fix 2nd attr\",\n                    \"dateCreated\": \"2018-03-19T14:13:00.5566667Z\",\n                    \"dateStart\": \"2018-03-19T14:13:00.5566667Z\",\n                    \"dateLastChased\": \"2018-03-19T14:13:11.4633333Z\",\n                    \"originalDateDue\": \"2018-03-26T00:00:00Z\",\n                    \"dateDue\": \"2018-03-26T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Fix 2nd attr\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Complete this component\",\n                    \"dateCreated\": \"2018-03-19T14:36:56.56Z\",\n                    \"dateStart\": \"2018-03-19T14:36:56.56Z\",\n                    \"dateLastChased\": \"2018-03-19T14:37:07.13Z\",\n                    \"originalDateDue\": \"2018-03-26T00:00:00Z\",\n                    \"dateDue\": \"2018-03-26T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Complete this component\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Check the certs are ok\",\n                    \"dateCreated\": \"2018-03-19T08:51:46.4633333Z\",\n                    \"dateStart\": \"2018-03-19T08:51:46.4633333Z\",\n                    \"dateLastChased\": \"2018-03-19T08:51:46.4633333Z\",\n                    \"originalDateDue\": \"2018-03-26T00:00:00Z\",\n                    \"dateDue\": \"2018-03-26T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Check all the certs are ok for handover\",\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"sectionName\": \"Certificates\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Sort the spares out\",\n                    \"dateCreated\": \"2018-03-19T15:33:41.3966667Z\",\n                    \"dateStart\": \"2018-03-19T15:33:41.3966667Z\",\n                    \"dateLastChased\": \"2018-03-19T15:33:49.74Z\",\n                    \"originalDateDue\": \"2018-03-26T00:00:00Z\",\n                    \"dateDue\": \"2018-03-26T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Sort the spares out\",\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"COBie AssetType Component Schedule V4\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Check sprinkler cert\",\n                    \"dateCreated\": \"2018-03-19T08:30:37.6066667Z\",\n                    \"dateStart\": \"2018-03-19T08:30:37.6066667Z\",\n                    \"dateLastChased\": \"2018-03-19T08:30:37.6066667Z\",\n                    \"originalDateDue\": \"2018-03-26T00:00:00Z\",\n                    \"dateDue\": \"2018-03-26T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Can you please check this sprinkler certificate\",\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"sectionName\": \"Certificates\"\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"threadId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"messageId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Comment\",\n                    \"dateCreated\": \"2017-03-13T11:47:10.3766667Z\",\n                    \"dateStart\": \"2017-03-13T11:47:10.3766667Z\",\n                    \"dateLastChased\": \"2017-03-13T11:47:10.3766667Z\",\n                    \"originalDateDue\": \"2017-03-20T00:00:00Z\",\n                    \"dateDue\": \"2017-03-20T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"latestMessage\": \"Test Task\",\n                    \"stepTitle\": null,\n                    \"stepColour\": null,\n                    \"sectionName\": null\n                }\n            ],\n            \"reviews\": [\n                {\n                    \"docId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Test system (most used schedules)\",\n                    \"id\": \"bef8abdd-f295-41fe-b9ca-cb82719975b4\",\n                    \"userId\": \"fe334a09-d261-412f-b9ec-10695ce5bba6\",\n                    \"dateCreated\": \"2018-09-07T07:47:13.107Z\",\n                    \"dateStart\": \"2018-09-10T07:47:13.1066667Z\",\n                    \"dateDue\": \"2018-09-14T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"sectionName\": \"Test system (most used schedules)\"\n                },\n                {\n                    \"docId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"formId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"subject\": \"Direct-glued wood floor systems Ss_30_20_95_25\",\n                    \"id\": \"250dfd79-0824-486b-9cda-f399c92fdfb3\",\n                    \"userId\": \"fd834fa0-ea87-4d48-88c8-023063e5ee9c\",\n                    \"dateCreated\": \"2020-01-20T11:05:04.5933333Z\",\n                    \"dateStart\": \"2020-01-21T11:05:04.5933333Z\",\n                    \"dateDue\": \"2020-01-23T00:00:00Z\",\n                    \"isOverdue\": true,\n                    \"stepTitle\": \"Review\",\n                    \"stepColour\": \"#0000ff\",\n                    \"sectionName\": \"Direct-glued wood floor systems Ss_30_20_95_25\"\n                }\n            ],\n            \"placeholders\": [\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001.001\",\n                    \"type\": 2,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.002\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.002\",\n                    \"type\": 2,\n                    \"status\": \"unchecked\",\n                    \"count\": 21\n                },\n                {\n                    \"docId\": \"6880a3a7-1b7b-4752-8211-45e983480153\",\n                    \"majorFormId\": \"4a9671f8-1819-4b0e-9d7a-8d5149c7a9fa\",\n                    \"toc\": \".000.003\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 5\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 25,\n                    \"status\": \"awaiting\",\n                    \"count\": 3\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 25,\n                    \"status\": \"Not Applicable\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 25,\n                    \"status\": \"unchecked\",\n                    \"count\": 11\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.002\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.002\",\n                    \"type\": 0,\n                    \"status\": \"unchecked\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 25\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 8,\n                    \"status\": \"unchecked\",\n                    \"count\": 233\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004\",\n                    \"type\": 8,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.009\",\n                    \"type\": 8,\n                    \"status\": \"received\",\n                    \"count\": 51\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.013\",\n                    \"type\": 2,\n                    \"status\": \"received\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.013\",\n                    \"type\": 8,\n                    \"status\": \"received\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.014\",\n                    \"type\": 8,\n                    \"status\": \"received\",\n                    \"count\": 67\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.015\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 2,\n                    \"status\": \"checked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 2,\n                    \"status\": \"unchecked\",\n                    \"count\": 32\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.002\",\n                    \"type\": 2,\n                    \"status\": \"rejected\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.002\",\n                    \"type\": 2,\n                    \"status\": \"unchecked\",\n                    \"count\": 31\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003\",\n                    \"type\": 1,\n                    \"status\": \"unchecked\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003\",\n                    \"type\": 2,\n                    \"status\": \"awaiting\",\n                    \"count\": 31\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003\",\n                    \"type\": 2,\n                    \"status\": \"Not Applicable\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003\",\n                    \"type\": 2,\n                    \"status\": \"unchecked\",\n                    \"count\": 6\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003\",\n                    \"type\": 3,\n                    \"status\": \"unchecked\",\n                    \"count\": 17\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.001\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 18\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.001\",\n                    \"type\": 4,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.001\",\n                    \"type\": 25,\n                    \"status\": \"awaiting\",\n                    \"count\": 9\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.002\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.004\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 3\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.004\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 10\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.004\",\n                    \"type\": 0,\n                    \"status\": \"unchecked\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.004\",\n                    \"type\": 1,\n                    \"status\": \"awaiting\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.004\",\n                    \"type\": 1,\n                    \"status\": \"checked\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.004\",\n                    \"type\": 2,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.004\",\n                    \"type\": 2,\n                    \"status\": \"checked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.004\",\n                    \"type\": 2,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.004\",\n                    \"type\": 3,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.004\",\n                    \"type\": 20,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.004\",\n                    \"type\": 21,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.005\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 3\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.005\",\n                    \"type\": 1,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.005\",\n                    \"type\": 1,\n                    \"status\": \"unchecked\",\n                    \"count\": 8\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.005\",\n                    \"type\": 3,\n                    \"status\": \"unchecked\",\n                    \"count\": 4\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.005\",\n                    \"type\": 5,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.006\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004.006\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.005.002\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 10\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.005.002\",\n                    \"type\": 0,\n                    \"status\": \"checked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.005.002\",\n                    \"type\": 0,\n                    \"status\": \"received\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.005.002\",\n                    \"type\": 0,\n                    \"status\": \"unchecked\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.005.002\",\n                    \"type\": 3,\n                    \"status\": \"unchecked\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.005.002\",\n                    \"type\": 4,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.005.002\",\n                    \"type\": 23,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.005.002\",\n                    \"type\": 24,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.005.002\",\n                    \"type\": 28,\n                    \"status\": \"awaiting\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.007\",\n                    \"type\": 2,\n                    \"status\": \"awaiting\",\n                    \"count\": 74\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.007\",\n                    \"type\": 2,\n                    \"status\": \"rejected\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.007\",\n                    \"type\": 2,\n                    \"status\": \"unchecked\",\n                    \"count\": 54\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.008\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.008\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 7\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.008\",\n                    \"type\": 0,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.008\",\n                    \"type\": 3,\n                    \"status\": \"unchecked\",\n                    \"count\": 3\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.008\",\n                    \"type\": 12,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.009\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.009\",\n                    \"type\": 0,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.009\",\n                    \"type\": 1,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.009\",\n                    \"type\": 2,\n                    \"status\": \"checked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.009\",\n                    \"type\": 2,\n                    \"status\": \"unchecked\",\n                    \"count\": 9\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.009\",\n                    \"type\": 3,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.009\",\n                    \"type\": 8,\n                    \"status\": \"checked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.009\",\n                    \"type\": 8,\n                    \"status\": \"unchecked\",\n                    \"count\": 9\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.009\",\n                    \"type\": 31,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.010\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.010\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 5\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.012\",\n                    \"type\": 1,\n                    \"status\": \"unchecked\",\n                    \"count\": 7\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.012\",\n                    \"type\": 4,\n                    \"status\": \"unchecked\",\n                    \"count\": 33\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.012\",\n                    \"type\": 5,\n                    \"status\": \"unchecked\",\n                    \"count\": 9\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.012\",\n                    \"type\": 10,\n                    \"status\": \"unchecked\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.012\",\n                    \"type\": 11,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.012\",\n                    \"type\": 14,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.014\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 3\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.015\",\n                    \"type\": 0,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.018\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.018\",\n                    \"type\": 0,\n                    \"status\": \"received\",\n                    \"count\": 7\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 0,\n                    \"status\": \"received\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 2,\n                    \"status\": \"received\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 8,\n                    \"status\": \"received\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.001\",\n                    \"type\": 12,\n                    \"status\": \"received\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.002\",\n                    \"type\": 0,\n                    \"status\": \"Not Applicable\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.002\",\n                    \"type\": 0,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.002\",\n                    \"type\": 2,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.002\",\n                    \"type\": 23,\n                    \"status\": \"received\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.002\",\n                    \"type\": 23,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003.001\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003.001\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003.001\",\n                    \"type\": 0,\n                    \"status\": \"received\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003.001\",\n                    \"type\": 0,\n                    \"status\": \"unchecked\",\n                    \"count\": 2\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003.001\",\n                    \"type\": 1,\n                    \"status\": \"received\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\":\"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003.001\",\n                    \"type\": 2,\n                    \"status\": \"unchecked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003.001\",\n                    \"type\": 23,\n                    \"status\": \"checked\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003.001\",\n                    \"type\": 23,\n                    \"status\": \"received\",\n                    \"count\": 3\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003.001\",\n                    \"type\": 23,\n                    \"status\": \"unchecked\",\n                    \"count\": 3\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.003.001\",\n                    \"type\": 24,\n                    \"status\": \"published\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004\",\n                    \"type\": 0,\n                    \"status\": \"awaiting\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004\",\n                    \"type\": 0,\n                    \"status\": \"Not Provided\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004\",\n                    \"type\": 0,\n                    \"status\": \"received\",\n                    \"count\": 1\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"toc\": \".000.004\",\n                    \"type\": 23,\n                    \"status\": \"received\",\n                    \"count\": 1\n                }\n            ],\n            \"tbcStats\": {\n                \"inText\": 2015,\n                \"inFiles\": 35,\n                \"total\": 2050\n            },\n            \"fileStats\": {\n                \"drawingsCount\": 274,\n                \"checkedDrawingsCount\": 3,\n                \"rejectedDrawingsCount\": 4,\n                \"awaitingDrawingsCount\": 107,\n                \"uncheckedDrawingsCount\": 156,\n                \"certificatesCount\": 28,\n                \"checkedCertificatesCount\": 0,\n                \"rejectedCertificatesCount\": 0,\n                \"awaitingCertificatesCount\": 1,\n                \"uncheckedCertificatesCount\": 27,\n                \"filesCount\": 917,\n                \"checkedFilesCount\": 8,\n                \"awaitingFilesCount\": 238,\n                \"rejectedFilesCount\": 4,\n                \"uncheckedFilesCount\": 521\n            },\n            \"sections\": [\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.001\",\n                    \"name\": \"Systems\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 2,\n                        \"inFiles\": 0,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 1,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 1,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.001\",\n                    \"name\": \"Ventilation and air conditioning systems Ss_65\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 2,\n                        \"inFiles\": 0,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 1,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 1,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.002\",\n                    \"name\": \"Drawings List\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 22,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 1,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 21\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.003\",\n                    \"name\": \"Drawings List\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 1,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 1,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001\",\n                    \"name\": \"Air conditioning systems Ss_65_80\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 367,\n                        \"inFiles\": 2,\n                        \"total\": 369\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 20,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 8,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 11\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.002\",\n                    \"name\": \"General space ventilation systems Ss_65_40_33\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 15,\n                        \"inFiles\": 1,\n                        \"total\": 16\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 3,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 1,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 2\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.003\",\n                    \"name\": \"Low temperature hot water heating systems Ss_60_40_37_48\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 14,\n                        \"inFiles\": 0,\n                        \"total\": 14\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 2,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 2,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.001\",\n                    \"name\": \"Systems\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 459,\n                        \"inFiles\": 0,\n                        \"total\": 459\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.001\",\n                    \"name\": \"Access Control\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 2,\n                        \"inFiles\": 0,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.002\",\n                    \"name\": \"Air conditioning systems Ss_65_80\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 328,\n                        \"inFiles\": 0,\n                        \"total\": 328\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.003\",\n                    \"name\": \"CCTV\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 2,\n                        \"inFiles\": 0,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.004\",\n                    \"name\": \"Cold water supply systems Ss_55_70_38_15\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 2,\n                        \"inFiles\": 0,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.005\",\n                    \"name\": \"Data distribution and telecommunications systems Ss_75_10_21\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 3,\n                        \"inFiles\": 0,\n                        \"total\": 3\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.006\",\n                    \"name\": \"Disabled refuge systems Ss_75_50_11_05\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 2,\n                        \"inFiles\": 0,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.007\",\n                    \"name\": \"Disabled WC call systems Ss_75_50_11_05\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 2,\n                        \"inFiles\": 0,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.008\",\n                    \"name\": \"Fire detection and alarm systems Ss_75_50_28_29\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 10,\n                        \"inFiles\": 0,\n                        \"total\": 10\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.009\",\n                    \"name\": \"General space ventilation systems Ss_65_40_33\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 4,\n                        \"inFiles\": 0,\n                        \"total\": 4\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.010\",\n                    \"name\": \"Hot water supply systems Ss_55_70_38\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 2,\n                        \"inFiles\": 0,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.011\",\n                    \"name\": \"Intruder\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 4,\n                        \"inFiles\": 0,\n                        \"total\": 4\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.012\",\n                    \"name\": \"Lighting systems Ss_70_80\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 5,\n                        \"inFiles\": 0,\n                        \"total\": 5\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.013\",\n                    \"name\": \"Low temperature hot water heating systems Ss_60_40_37_48\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 30,\n                        \"inFiles\": 0,\n                        \"total\": 30\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.014\",\n                    \"name\": \"Low-voltage distribution systems Ss_70_30_45_45\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 7,\n                        \"inFiles\": 0,\n                        \"total\": 7\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.015\",\n                    \"name\": \"LV\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 4,\n                        \"inFiles\": 0,\n                        \"total\": 4\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.016\",\n                    \"name\": \"Natural gas supply systems Ss_55_20_34_57\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 2,\n                        \"inFiles\": 0,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.017\",\n                    \"name\": \"Radio and television distribution systems Ss_75_10_70\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 2,\n                        \"inFiles\": 0,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.018\",\n                    \"name\": \"Small Power\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 13,\n                        \"inFiles\": 0,\n                        \"total\": 13\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.019\",\n                    \"name\": \"Small power systems Ss_70_30_80\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 10,\n                        \"inFiles\": 0,\n                        \"total\": 10\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.001.020\",\n                    \"name\": \"Vent\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"Site Setup\",\n                    \"stepColour\": \"#c0c0c0\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 25,\n                        \"inFiles\": 0,\n                        \"total\": 25\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.001\",\n                    \"name\": \"Files From Asite\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": \"['Asite','CDE','LOOKUP','Monkey']\",\n                    \"weightedValue\": 10,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 233,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 233\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.002\",\n                    \"name\": \"All Systems Summary\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.003\",\n                    \"name\": \"General Heading\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.004\",\n                    \"name\": \"Files From Bluebeam\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 1,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 1\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.005\",\n                    \"name\": \"fancy element\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.006\",\n                    \"name\": \"Additional Test session\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.007\",\n                    \"name\": \"SessionForExtraData\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.008\",\n                    \"name\": \"mech dra\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.009\",\n                    \"name\": \"Files list External CDE(Bim360)\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 51,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.010\",\n                    \"name\": \"fanc2\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.011\",\n                    \"name\": \"Bluebeam Session Viewer\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.012\",\n                    \"name\": \"Autodesk Bim360 Checklist Sync\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.013\",\n                    \"name\": \"aisite\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 2,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.014\",\n                    \"name\": \"Viewpoint Files\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 67,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.015\",\n                    \"name\": \"autodesk checklist test\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 1,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 1,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.001\",\n                    \"name\": \"Drawings List\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 33,\n                        \"checkedFilesCount\": 1,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 32\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.002\",\n                    \"name\": \"Drawings List\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 2,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 33,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 2,\n                        \"uncheckedFilesCount\": 31\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.003\",\n                    \"name\": \"Drawings List\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 1,\n                        \"inFiles\": 1,\n                        \"total\": 2\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 58,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 31,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 25\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.004\",\n                    \"name\": \"Systems Branch\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 645,\n                        \"inFiles\": 6,\n                        \"total\": 651\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 75,\n                        \"checkedFilesCount\": 3,\n                        \"awaitingFilesCount\": 56,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 16\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.004.001\",\n                    \"name\": \"Air conditioning Ss_65_80_45_72\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 469,\n                        \"inFiles\": 0,\n                        \"total\": 469\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 28,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 28,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.004.002\",\n                    \"name\": \" BMS\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 5,\n                        \"inFiles\": 0,\n                        \"total\": 5\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 1,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 1,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.004.004\",\n                    \"name\": \"My System Heading\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 142,\n                        \"inFiles\": 6,\n                        \"total\": 148\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 25,\n                        \"checkedFilesCount\": 3,\n                        \"awaitingFilesCount\": 19,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 3\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.004.005\",\n                    \"name\": \"Heating, cooling and refrigeration systems Ss_60\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 7,\n                        \"inFiles\": 0,\n                        \"total\": 7\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 17,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 4,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 13\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.004.006\",\n                    \"name\": \"Old templates\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-03-27T00:00:00Z\",\n                    \"endDate\": \"2020-04-07T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 17,\n                        \"inFiles\": 0,\n                        \"total\": 17\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 2,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 2,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.005\",\n                    \"name\": \"Most used schedules\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-03-27T00:00:00Z\",\n                    \"endDate\": \"2020-04-07T00:00:00Z\",\n                    \"processCompletion\": 52.083,\n                    \"contentCompletion\": 87.500,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 219,\n                        \"inFiles\": 15,\n                        \"total\": 234\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 21,\n                        \"checkedFilesCount\": 1,\n                        \"awaitingFilesCount\": 12,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 7\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.005.002\",\n                    \"name\": \"Test system (most used schedules)\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 1,\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-03-27T00:00:00Z\",\n                    \"endDate\": \"2020-04-07T00:00:00Z\",\n                    \"processCompletion\": 59.524,\n                    \"contentCompletion\": 100.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 219,\n                        \"inFiles\": 15,\n                        \"total\": 234\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 21,\n                        \"checkedFilesCount\": 1,\n                        \"awaitingFilesCount\": 12,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 7\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.006\",\n                    \"name\": \"Test summary schedules\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-03-27T00:00:00Z\",\n                    \"endDate\": \"2020-04-07T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 5,\n                        \"inFiles\": 0,\n                        \"total\": 5\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.007\",\n                    \"name\": \"Big Drawings List\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-03-27T00:00:00Z\",\n                    \"endDate\": \"2020-04-07T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 130,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 74,\n                        \"rejectedFilesCount\": 2,\n                        \"uncheckedFilesCount\": 54\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.008\",\n                    \"name\": \"LOI Schedules system\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 184,\n                        \"inFiles\": 3,\n                        \"total\": 187\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 13,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 9,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 4\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.009\",\n                    \"name\": \"Copy files test\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 2,\n                        \"inFiles\": 5,\n                        \"total\": 7\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 25,\n                        \"checkedFilesCount\": 2,\n                        \"awaitingFilesCount\": 2,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 21\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.010\",\n                    \"name\": \"LOI Insert to Schedule\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 24,\n                        \"inFiles\": 0,\n                        \"total\": 24\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 6,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 6,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.011\",\n                    \"name\": \"Manufacturers Recommended Maintenance All\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.012\",\n                    \"name\": \"Oxford schedules\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 53,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 53\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.013\",\n                    \"name\": \"Locations\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2020-04-03T00:00:00Z\",\n                    \"endDate\": \"2020-04-14T00:00:00Z\",\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.014\",\n                    \"name\": \"Big schedules\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 45,\n                        \"inFiles\": 0,\n                        \"total\": 45\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 3,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 3,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.015\",\n                    \"name\": \"Summ sched system\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 6,\n                        \"inFiles\": 0,\n                        \"total\": 6\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 1,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 1\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.016\",\n                    \"name\": \"System headings\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 1,\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 40.000,\n                    \"contentCompletion\": 80.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.016.001\",\n                    \"name\": \"Cold water supply systems Ss_55_70_38_15\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.016.002\",\n                    \"name\": \"Some system heading\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 1,\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 50.000,\n                    \"contentCompletion\": 100.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.016.003\",\n                    \"name\": \"General space ventilation systems Ss_65_40_33\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 1,\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 50.000,\n                    \"contentCompletion\": 100.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.016.004\",\n                    \"name\": \"LTHW Ss_60_40_37_48\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 1,\n                    \"stepTitle\": \"Step 2\",\n                    \"stepColour\": \"#18e4f5\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 50.000,\n                    \"contentCompletion\": 100.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.017\",\n                    \"name\": \"Palace forms\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.018\",\n                    \"name\": \"Files List\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"N/A\",\n                    \"stepColour\": \"#000000\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 8,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 1,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.002\",\n                    \"name\": \"Heading Level 1\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"In Progress\",\n                    \"stepColour\": \"#464646\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 5,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 3\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.003\",\n                    \"name\": \"Systems\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"In Progress\",\n                    \"stepColour\": \"#464646\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 31.373,\n                    \"contentCompletion\": 47.059,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 14,\n                        \"inFiles\": 0,\n                        \"total\": 14\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 15,\n                        \"checkedFilesCount\": 1,\n                        \"awaitingFilesCount\": 2,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 6\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.003.001\",\n                    \"name\": \"Direct-glued wood floor systems Ss_30_20_95_25\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 2,\n                    \"stepTitle\": \"Review\",\n                    \"stepColour\": \"#0000ff\",\n                    \"isMajor\": true,\n                    \"startDate\": \"2019-11-05T00:00:00Z\",\n                    \"endDate\": \"2020-02-28T00:00:00Z\",\n                    \"processCompletion\": 66.667,\n                    \"contentCompletion\": 100.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 7,\n                        \"inFiles\": 0,\n                        \"total\": 7\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 15,\n                        \"checkedFilesCount\": 1,\n                        \"awaitingFilesCount\": 2,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 6\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.003.001.003\",\n                    \"name\": \"System Heading - Installer Details\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 2,\n                    \"stepTitle\": \"Review\",\n                    \"stepColour\": \"#0000ff\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 66.667,\n                    \"contentCompletion\": 100.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.003.002\",\n                    \"name\": \"Access Control\",\n                    \"stepId\":  \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"In Progress\",\n                    \"stepColour\": \"#464646\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.004\",\n                    \"name\": \"General Heading\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"In Progress\",\n                    \"stepColour\": \"#464646\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 4,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 1,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.005\",\n                    \"name\": \"Asset Reg - COBie\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"In Progress\",\n                    \"stepColour\": \"#464646\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": false,\n                    \"toc\": \".000.006\",\n                    \"name\": \"General text, tables and images\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"In Progress\",\n                    \"stepColour\": \"#464646\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                },\n                {\n                    \"docId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"majorFormId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"defaultTaskUserId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isSystem\": true,\n                    \"toc\": \".000.006.001\",\n                    \"name\": \"System Heading - Installer Details\",\n                    \"stepId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"stepPosition\": 0,\n                    \"stepTitle\": \"In Progress\",\n                    \"stepColour\": \"#464646\",\n                    \"isMajor\": true,\n                    \"startDate\": null,\n                    \"endDate\": null,\n                    \"processCompletion\": 0.000,\n                    \"contentCompletion\": 0.000,\n                    \"forecastStartStepDate\": null,\n                    \"stepEnterDate\": null,\n                    \"stepForecastEnterDate\": null,\n                    \"stepForecastEndDate\": null,\n                    \"stepActualEnterDaysDiff\": null,\n                    \"forecastCompletion\": null,\n                    \"pcDateDaysDiff\": null,\n                    \"isKeyForm\": true,\n                    \"APITags\": null,\n                    \"weightedValue\": null,\n                    \"tbcStats\": {\n                        \"inText\": 0,\n                        \"inFiles\": 0,\n                        \"total\": 0\n                    },\n                    \"fileStats\": {\n                        \"drawingsCount\": 0,\n                        \"checkedDrawingsCount\": 0,\n                        \"rejectedDrawingsCount\": 0,\n                        \"awaitingDrawingsCount\": 0,\n                        \"uncheckedDrawingsCount\": 0,\n                        \"certificatesCount\": 0,\n                        \"checkedCertificatesCount\": 0,\n                        \"rejectedCertificatesCount\": 0,\n                        \"awaitingCertificatesCount\": 0,\n                        \"uncheckedCertificatesCount\": 0,\n                        \"filesCount\": 0,\n                        \"checkedFilesCount\": 0,\n                        \"awaitingFilesCount\": 0,\n                        \"rejectedFilesCount\": 0,\n                        \"uncheckedFilesCount\": 0\n                    }\n                }\n            ],\n            \"users\": [\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"SS\",\n                    \"username\": \"support@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2021-01-20T12:00:17.71Z\",\n                    \"lastLoginDate\": \"2021-01-20T11:45:08.783Z\",\n                    \"dateLastAccessed\": \"2021-01-20T11:41:53.83Z\",\n                    \"lastPasswordChangedDate\": \"2018-03-05T08:51:18.653Z\",\n                    \"creationDate\": \"2015-11-27T10:29:50.257Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-05-29T09:56:36.063Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2021-01-19T11:45:08.777Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"Unit 19 Waterhouse Business Centre, 2 Cromar Way, Chelmsford \",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"fd834fa0-ea87-4d48-88c8-023063e5ee9c\",\n                    \"isMe\": null,\n                    \"name\": \"Springboard Support\",\n                    \"email\": \"support@edocuments.co.uk\",\n                    \"firstName\": \"Springboard\",\n                    \"lastName\": \"Support\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                },\n                               {\n                    \"initials\": \"TestUser\",\n                    \"username\": \"user@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"07957972948\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2019-10-01T11:14:01.153Z\",\n                    \"lastLoginDate\": \"2019-10-09T15:06:33.403Z\",\n                    \"dateLastAccessed\": \"2019-05-24T09:35:53.613Z\",\n                    \"lastPasswordChangedDate\": \"2019-10-09T15:06:32.92Z\",\n                    \"creationDate\": \"2014-10-15T14:09:51.847Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-06-03T09:46:22.93Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2019-10-08T15:06:33.45Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isMe\": null,\n                    \"name\": \"user@edocuments.co.uk\",\n                    \"email\": \"user@edocuments.co.uk\",\n                    \"firstName\": \"test\",\n                    \"lastName\": \"user\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"23090d1a-610d-4b1b-a6e8-4d829018d0f0"},{"name":"AzureSearch/Search","id":"f7f7a189-3b88-477a-be8c-2372425d29b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6/api/AzureSearch/Search?searchText=heatrae warranty&filter=(siteid eq '00000000-0000-0000-0000-000000000000') and not (fileid eq '')&facet=","description":"<p>Searches our Azure search index for any indexed content - could be assets, files, system descriptions, health and safety or even company names</p>\n","urlObject":{"path":["Core6","api","AzureSearch","Search"],"host":["{{url}}"],"query":[{"key":"searchText","value":"heatrae warranty"},{"key":"filter","value":"(siteid eq '00000000-0000-0000-0000-000000000000') and not (fileid eq '')"},{"key":"facet","value":""}],"variable":[]}},"response":[{"id":"e73a6f6b-4b7c-4006-95b4-a95af6c61af8","name":"AzureSearch/Search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"\""}],"url":{"raw":"{{url}}/api/AzureSearch/Search?searchText=heatrae warranty&filter=(siteid eq '{{siteId}}') and not (fileid eq '')&facet=","host":["{{url}}"],"path":["api","AzureSearch","Search"],"query":[{"key":"searchText","value":"heatrae warranty"},{"key":"filter","value":"(siteid eq '{{siteId}}') and not (fileid eq '')"},{"key":"facet","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"31725"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:77108bdf-a4f5-4f91-afaa-ddabc1087f0d"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Nov 2019 13:04:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": null,\n    \"Rows\": null,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 5,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"searchData\": {\n            \"@odata.context\": \"https://edocs.search.windows.net/indexes('documentcatalog')/$metadata#docs(*)\",\n            \"@odata.count\": 72,\n            \"@search.facets\": {\n                \"documentname\": [\n                    {\n                        \"count\": 41,\n                        \"value\": \"Superseded Templates\"\n                    },\n                    {\n                        \"count\": 22,\n                        \"value\": \"Master Files\"\n                    },\n                    {\n                        \"count\": 8,\n                        \"value\": \"Master Content\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"Project Information V03\"\n                    }\n                ],\n                \"projectname\": [\n                    {\n                        \"count\": 71,\n                        \"value\": \"Master\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"2019 Version 1\"\n                    }\n                ],\n                \"sitename\": [\n                    {\n                        \"count\": 72,\n                        \"value\": \"Test Site\"\n                    }\n                ],\n                \"type\": [\n                    {\n                        \"count\": 60,\n                        \"value\": \"O&M Manual\"\n                    },\n                    {\n                        \"count\": 4,\n                        \"value\": \"User Guide\"\n                    },\n                    {\n                        \"count\": 3,\n                        \"value\": \"Data Sheet\"\n                    },\n                    {\n                        \"count\": 2,\n                        \"value\": \"User Manual\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"Installation Manual\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"Operating Procedures\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"Specification\"\n                    }\n                ],\n                \"system\": [\n                    {\n                        \"count\": 64,\n                        \"value\": \"\"\n                    },\n                    {\n                        \"count\": 3,\n                        \"value\": \"Deaf Alert Pager System Ss_75_40_21\"\n                    },\n                    {\n                        \"count\": 2,\n                        \"value\": \"Surveillance Systems Ss_75_40_53_86\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"Fire Detection and Alarm System Ss_75_60_28 \"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"Induction Loop Systems Ss_75_10_46_05\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"Intruder Detection and Alarm System Ss_75_40_21_40\"\n                    }\n                ],\n                \"manf\": [\n                    {\n                        \"count\": 53,\n                        \"value\": \"HEATRAE SADIA LTD\"\n                    },\n                    {\n                        \"count\": 6,\n                        \"value\": \"PROTEC FIRE DETECTION PLC\"\n                    },\n                    {\n                        \"count\": 2,\n                        \"value\": \"HELIOS VENTILATION SYSTEMS LTD.\"\n                    },\n                    {\n                        \"count\": 2,\n                        \"value\": \"PROTEC FIRE DETECTION\"\n                    },\n                    {\n                        \"count\": 2,\n                        \"value\": \"VIESSMANN LIMITED\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"AKW\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"DETA ELECTRICAL CO. LTD\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"EDOCUMENTS LTD\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"GRUNDFOS PUMPS LTD\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"PARKER HI ROSS LTD\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"SNELLING BUSINESS SYSTEMS LTD\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"WOLTER UK LTD\"\n                    }\n                ],\n                \"location\": [\n                    {\n                        \"count\": 64,\n                        \"value\": \"\"\n                    },\n                    {\n                        \"count\": 3,\n                        \"value\": \"Building wide\"\n                    },\n                    {\n                        \"count\": 3,\n                        \"value\": \"Central panel located in TBC\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"Building Wide\"\n                    },\n                    {\n                        \"count\": 1,\n                        \"value\": \"Reception desks and Lecture Theatre\"\n                    }\n                ]\n            },\n            \"value\": [\n                {\n                    \"@search.score\": 1.006616,\n                    \"documentcatalogKey\": \"d1922ecf-602c-48bb-9be9-b6c2d33e0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"90bbf7f4-e9d9-4c4f-b9eb-034973850011\",\n                    \"projectformname\": \"Unchecked\",\n                    \"projectfromtoc\": \"1.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / unchecked / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"90bbf7f4-e9d9-4c4f-b9eb-034973850011\\\",\\\"name\\\":\\\"1. Unchecked\\\"}]\",\n                    \"file_MetaData\": [\n                        \"1 streamline undersink fitting instructions user guide\",\n                        \"2contents section page 10 introduction 3 20 technical specifications 4 30 installation 6 40 commissioning 50 explanation user 11 60 maintenance 12 70 fault finding 14 80 spare 15 90 guarantee 17 100 environmental information 110 record 18 120 service 19 130 spares stockists thank purchasing heatrae sadia streamline undersink vented water heater manufactured uk standards designed meet relevant safety installed commissioned competent person please read understand instructions installing following operation explained left future reference\",\n                        \"3 appliance children aged 8 persons reduced physical sensory mental capabilities lack experience knowledge supervision instruction concerning safe understand hazards involved play cleaning user maintenance supervised ensure 12 pack contents commencing installation check following components supplied streamline undersink water heater wall mounting bracket fixing plugs screws plumbing connections x2 thermostat knob flow restrictor hwa charter statement requires adhere supply fit purpose products honestly described meet exceed appropriate standards building regulations provide pre post sales technical support concise warranty details customers\",\n                        \"4suppliers name trade mark streamline suppliers model identifier 71 73 101 103 storage volume litres 70 100 mixed water 40c v40 11 15 declared load profile xxs heating energy efficiency class 290 annual electricity consumption kwh 595 635 daily fuel 289 3130 thermostat temperature settings heater placed market supplier 60c specific precautions assembled installed maintained disposed life section 2 7 20 technical specifications electrical rating 10kw 240v 09kw 230v 30kw 27kw capacity 10 weight litre 34kg empty 104kg 38kg 138kg enclosure rated ipx4 operating pressure 0 mpa bar table 01 performance data heat minutes loss kwhr24hr 1kw 25 05 3kw 9 35 06 12 parameters accordance european commission regulations 8142013 8122013\",\n                        \"5 thermostat outlet inlet cable gland element plate figure 01 features terminal block 185 70 47 7 213 325 17 100 34 45 0 51 8 289 02 dimensions mm third fixing hole dimension litre 10 278 178\",\n                        \"630 installation warning streamline outlet water heater acts vent connected heatrae sadia vented taps fittings blocked restricted modified 31 vertically wall mounted using bracket supplied inlet connection top hand 32 location fixing 1 ensure support weight p4 hidden services electricity gas below surface 2 install freeze 3 select suitable allow 100mm access 50mm maintenance note national wiring rules contain restrictions concerning bathrooms carried accordance relevant requirements of- appropriate building regulations scotland northern ireland supply fitttings england wales byelaws figure 03 - front cover hinge bottom screws\",\n                        \"7 33 fixing 1 mark position streamline bracket figure 2 p5 fix wall using larger plugs screws provided 3 remove cover removing top rotating bottom edge 4 hang hole 5 drill third fit plug 6 securely screw 34 adaptor pipe assembly pipes supplied inlet outlet connections pass backplate grommets inside 12 bsp nuts bosses inner container tighten ensure reseated snapped 04 -\",\n                        \"835 plumbing 1 plumb streamline cold water main via vented tap using 15mm diameter copper plastic pipe pressure lower 0034mpa 034bar 10mpa 10bar 2 connections adaptor pipes inlet outlet left figure 5 below 3 fit flow restrictor incoming supply note recommended wras listed isolating valve supplied fitted heater servicing 06 - 05 diagram hot service\",\n                        \"9 36 electrical warning appliance earthed suitable ac supply installation carried competent electrician accordance iee wiring regulations ensure switched connections streamline 1 connect 230v 240v 2 double pole isolating switch contact separation 3mm incorporated 3 fitted core 15mm2 flexible cable gland internal terminal block follows brown red marked blue black greenyellow green wire brownred blueblack element earth post live neutral cut-out bulb thermostat combined cut reset 12 figure 07 - diagram\",\n                        \"10 40 commissioning switch electrical supply streamline filled water checked leaks 1 check connections tight 2 thermostat cutout capillaries located correctly element pockets 3 hot tap leave flowing short flush pipework 4 close system 5 refit front cover x2 securing screws 6 fit knob figure 8 below 7 set temperature maximum setting 70c minimum 5c rotate clockwise increase anticlockwise decrease settings 60c recommended power heats table p4 heat times 9 adjust note locked position 40c remove locking screw inside outside align detail fitting 08 - spindle driver recess\",\n                        \"11 50 explanation user following installation commissioning water heater operation explained 51 hot 1 indicate location identify outlets connected 2 explain adjust temperature confirm locked 3 streamline expand heating causing tap drip normal fault 52 system malfunction isolate electrical supplies qualified plumber andor electrician contacted identifycheck basic faults 53 maintenance necessity carry regular ensure continued safe efficient 54 literature leave fitting instructions\",\n                        \"12 60 maintenance warning disconnect electrical supplies beginning streamline water contained heater hot ensure continued safe efficient operation regularly maintained carried competent person replacement heatrae sadia spare little required hard require periodic descaling 61 drain 1 power switched cold 2 remove thermostat knob medium sized flat bladed screwdriver carefully prise front cover 3 section 333 p7 4 wires element plate assembly epa 5 capillary cut bulbs 6 insulation 7 5mm allen key rotate plug anti clockwise direction 180 degrees 8 screw driver inner container figure 09 - openclosed recess\",\n                        \"13 62 descale streamline 1 drain section 61 p12 2 undo locknut rotate anticlockwise inner container 3 remove element plate assembly epa gasket 4 scale 5 renew 6 refit ensure aligned correctly horizontal location pin included correct alignment 7 clockwise held securely note tight spokes 9 clock central live neutral connections 8 plug push 180 degrees using 5mm allen key insulation 10 wires capillary bulbs re seated tracks cut thermostat pushed home 11 recommission p10 figure - assmbly\",\n                        \"14 70 fault finding warning disconnect electrical supplies beginning water heater contained hot streamline trouble free operation occurs table below enable faults identified ease carried competent person replacement authorised heatrea sadia spare 02 symptom probable cause action mains check supply insufficient pressure blockage tap clean fill cut operated reset faulty thermostat replace element set adjust note expand heating causing drip normal 71 1 2 remove front cover section 3 p6 depress red button figure 11 p15 4 recommission p10 5 continues operate contact heatrae service team p20 details\",\n                        \"15 80 spare following comprehensive list available streamline please refer rating label top ensure correct obtained replace recommended heatrae sadia invalidate guarantee render installation dangerous 1 1kw element plate ring 95606917 3kw 95606918 2 epa pack 10 95611018 3 locknut 95607617 4 7 litre inner container 95608028 95608029 5 drain pug 95608929 6 plug - shown 95611017 thermostat 95612647 8 adaptor pipe 95607619 9 front cover undersink 95614302 95614304 knob 95605091 11 insulation set 95607330 95607331 12 screw 95607620 13 flow restrictor valve 95605904 figure temperature cut reset\",\n                        \"16 figure 12 spare 8 7 5 1 9 2 4 3 11 10\",\n                        \"17 90 guarantee streamline guaranteed period date purchase provided 1 installed accordance instructions inlet vent electrical connections fitted correctly 2 valves controls heatrae sadia recommended type 3 tampered regularly maintained 4 heating potable water damage frost due build scale please note personnel agents requested descale chargeable affect statutory rights consumer 100 environmental information product manufactured recyclable materials useful life disposed local authority recycling centre\",\n                        \"18 110 commissioning record installation date model serial installer plumbing contact details competency scheme id electrical comments mains supply pressure flow rate isolation valve fitted reducer pipework checked leaks bonded connections thermostat locked setting water temperature\",\n                        \"19 120 service record date engineer contact details competency scheme id e-mail comments\",\n                        \"20 130 spares stockists fast efficient supply please contact listed below electric water heating co 2 horsecroft pinnacles harlow essex cm19 5bt tel 0845 055 3811 e-mail salesewhcouk spd units 9 10 hexagon business centre springfield road hayes middlesex ub4 0ty 020 8606 3567 center 0344 292 7057 wwwpartscentercouk newey eyre unit 3-5 wassage hampton lovett industrial estate droitwich worcestershire wr9 0nx 01905 791500 fax 791501 uk ltd 1155 aztec west almondsbury bristol bs32 4tf 01454 620500 alternatively local supplying merchant wholesale branch online stockist finder wwwinterpartsparescouk 36006098issue05 heatrae sadia hurricane norwich nr6 6ea wwwheatraesadiacom sales service 8711535 customersupportheatraesadiacom\"\n                    ],\n                    \"fileid\": \"22bfb9bf-338b-4fd7-acc9-003d6b3d0011\",\n                    \"litExpiry\": \"2019-09-16\",\n                    \"litRef\": \"Streamline Undersink\",\n                    \"litDesc\": \"Electric Water Heater\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Unchecked\"\n                },\n                {\n                    \"@search.score\": 0.9308686,\n                    \"documentcatalogKey\": \"ec788cd2-0115-4eac-92ec-3e4e31fa0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"90bbf7f4-e9d9-4c4f-b9eb-034973850011\",\n                    \"projectformname\": \"Unchecked\",\n                    \"projectfromtoc\": \"1.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / unchecked / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"90bbf7f4-e9d9-4c4f-b9eb-034973850011\\\",\\\"name\\\":\\\"1. Unchecked\\\"}]\",\n                    \"file_MetaData\": [\n                        \"1installation user instructions multipoint 30 50 litre\",\n                        \"2contents section page 10 introduction 2 20 technical specification 4 30 installation 5 40 commissioning 12 50 user demonstration 13 60 maintenance 14 70 fault finding 16 80 spare 17 90 accessories 18 100 guarantee 110 environmental information 19 120 spares stockists thankyou purchasing heatrae sadia multipoint 3050 unvented water heater manufactured uk standards designed meet relevant safety specifications installed sections commissioned maintained competent person please read understand instructions prior installing particular attention paid headed following operation explained left future reference appliance children aged 8 persons reduced physical sensory mental capabilities lack experience knowledge supervision instruction concerning safe hazards involved play cleaning supervi- sion supervised ensure\",\n                        \"311 111 multipoint unvented water heater factory fitted temperaturepressure relief valve temperature pressure removed blocked restricted failure provide adequate invalidate guarantee lead dangerous installation 112 expansion accommodated system vessel check provided kit fulfill function 113 covered building regulation g3 requirements installed accordance instructions competent installer ie trained heating systems control safety valves plumbed figure 01 114 carried relevant appropriate regulations scotland northern ireland fittings byelaws warning flows electricity supply switched immediately contact heatrae sadia service team tel 0844 8711535 approved hwa charter statement requires adhere following fit purpose products honestly described meet exceed standards pre post sales technical support concise warranty details customers\",\n                        \"4suppliers name trade mark multipoint suppliers model identifier 30v 3kw 1kw 50v storage volume litres 30 50 mixed water 40c v40 46 86 79 declared load profile heating energy efficiency class 304 347 339 annual electricity consumption kwh 606 608 1516 1481 daily fuel 2960 2970 7220 7020 thermostat temperature settings heater placed market supplier 60c specific precautions assembled installed maintained disposed life section 2 6 table technical parameters accordance european commission regulations 8142013 8122013 12 pack contents commencing installation check following components supplied kit expansion vessel bsp male precharge pressure 032 mpa 35 bar cw wall mounting bracket combined reducing valvestrainer female factory set 035 single valve 15mm compression relief inlet discharge 06 tundish outlet self adhesive levelling feet moulded plastic spacer\",\n                        \"530 installation 31 location 311 multipoint installed competent installer accordance building regulation g3 figure 01 dimensions 20 technical specifications electrical rating 30kw 240v 275kw 230v capacity 30 50 litres weight litre 693kg 425kg operating pressure 035 mpa 35 bar rated 06 60 expansion vessel charge relief valve setting minimum supply 008 08 maximum prv 16 160 temperaturepressure 90c 07 70 dimension 616 888 665 937 788 1060 506 778\",\n                        \"6figure 02 bracket levelling feet positions 312 national wiring rules contain restrictions concerning installation units bathrooms 313 unit vertically wall mounted using supplied water connections bottom 314 space left below pipe access temperaturepressure relief valve refer figure 2 dimensions table determine suitable position heater 315 note ensure support weight technical specifications hidden services electricity gas surface 316 install freeze 317 01 guide mark mounting lower location drill plug fixings fix 318 fit rear screws provided ensuring central bolt towards 319 remove paper self adhesive pads affix approximate shown 3110 hang locates hole moulded spacer\",\n                        \"7block tab bottom cover moulding wall insert 10 2 screw spacer block tighten plug 32 plumbing 321 refer section installation plumb valves sequence shown figure 03 p7 ensure installed correct orientation reference direction flow arrows marked expansion vessel supported own bracket supplied rely pipework support 322 water connections unit 15mm diameter copper tubes suitable compression fittings solder joints damage heater prevent servicing warranty 323 inlet blue outlet red hot outlets via conventional taps served individual site demands considered choosing capacity 324 recommended wras listed isolating valve fitted cold supply 325 drain cock below sited check 326 plumbers paste impair operation schematic diagram\",\n                        \"833discharge requirement building regulation g3 discharge unvented system conveyed visible cause danger persons tundish supplied pipes fitted accordance requirements guidance notes essentially follows precautionsto ensure hot water discharged safety devices safely 331 pipe terminate safe position 332 drip pressure relief device left atmosphere 333 operated regularly remove lime deposits verify blocked 334 connected installed continously downward direction frost free enviroment section 39 d2 risk vicinity preferably metal 1 size larger nominal outlet unless total equivalent hydraulic resistance exceeds straight 9m ie 18m length sizes 18 27m 3 bends account calculating flow refer table 01 p9 example 2 alternative approach sizing follow bs 67001987 specification design installation testing maintenance services supplying domestic buildings curtilages appendix e2 21 vertical 300mm below elbows pipework 4 continuous fall 5 discharges final practically difficult\",\n                        \"9there visibility locations examples acceptable discharge arrangements ideally below fixed grating water seal trapped gully ii downward discharges low level ie 100mm external surfaces car parks hard standings grassed etc providing children play otherwise contact wire cage similar guard positioned prevent whilst maintaining iii eg metal hopper pipe visible tundish onto roof capable withstanding temperature 3m plastics guttering system collect iv single serves blocks flats served limited 6 systems installation discharging traced reasonably easily common size larger largest individual d2 connected unvented hot storage installed safety devices apparent dwellings occupied blind infirm disabled people consideration electronically operated device warn takes notethe consist scalding steam asphalt roofing non-metallic rainwater damaged example sizing relief valve 4 elbows length 7m table 1 maximum resistance allowed straight 22mm copper 90m subtract 08m 32m permitted equates 58m actual calculate 28mm g12 valves 18m 10m 40m 14m satisfactory\",\n                        \"10 figure 04 schematic discharge pipe arrangement fixed grating below building regulation g3 section 39d alternative trapped gully d2 tundish continuous fall i-iv table 4 example 300mm minimum 500mm maximum metal d1 temperature relief valve safety device eg 01 sizing copper common sizes outlet size resistance allowed expressed lentgh straight ie elbows bends created elbow bend 12 15mm 22mm 28mm 35mm 9m 18m 27m 08m 10m 14m 34 42mm 17m 1 54mm 23m\",\n                        \"11 34 electrical requirements warning appliance earthed suitable ac supply disconnect removing terminal cover installation accordance current iee wiring regulations 341 unit supplied fitted 10m 3 core 15mm2 flexible cable electicity fused 13 amp 3kw model 5 1kw via double pole isolating switch contact separation 3mm poles refer schematic diagram below 342 wires colour coded follows green yellow earth brown live blue neutral figure 05\",\n                        \"12 40 commissioning 41 plumbing 411 switch electrical supply unit filled water checked leaks 412 check installation discharge pipe requirements met 413 connections tight 414 hot tap mains heater 415 allow fill leave running short purge air flush pipework close system 416 manually test operation temperaturepressure relief valve fitted pressure expansion ensure flows freely valves pipes 42 421 indicator light illuminate heating set temperature reached 422 adjusted rotating knob located terminal cover lock thermostat mid-range position following procedures 79 710 below removing 423 setting rotate mid remove using flat bladed screwdriver depress snap lugs rectangular depressions bottom holding disc underside refit ensuring notch locates boss locked 424 graduated range red graphic follow procedure detailed held previously refitted recommended conjunction thermostatic blending\",\n                        \"13 50 user demonstration following installation commissioning water heater operation explained 51 hot 1 indicate location identify outlets connected 2 explain temperature set confirm 52 system malfunction isolate electrical supplies fault qualified plumber andor electrician contacted 3 identifycheck basic faults 53 maintainance necessity carry regular maintenance ensure continued safe efficient 54 literature hand instructions 141 multipoint unvented stores adjustable thermostat temperatures range 10 75c avoid risk freezing periods winter months switch supply minimum position nb protect pipework 142 locked mid recommended using conjunction thermostatic blending valve lock sections 79 710 followed recommend procedure carried 143 indicator light illuminated unit heating 144 continues operate optimum performance periodically maintained accordance headed 145 notes block restrict discharge safety fitted tamper discharges immediately contact heatrae sadia service team tel 0844 8711535 approved installer checked\",\n                        \"14 60 maintenance warning disconnect electrical supplies beginning unit water contained heater hot ensure continued safe efficient operation regularly maintained carried competent person replacement authorised heatrae sadia spare little required hard require periodic descaling descale 61 switch supply 62 tap relieve system pressure empty drain cock inlet pipework 63 remove terminal cover using flat bladed screwdriver depress 4 snap lugs located rectangular depressions bottom 64 terminations element earth links earthing stud withdraw thermostat thermal cut-out capillary tubes pocket plate 65 assembly unscrewing five securing screws tapped jacking holes provided note quantity container recommended placed collect spillage loose scale carefully clean interior walls 66 re-assemble fitting sealing gasket rewire reference wiring diagrams 67 re-commission following installation commissioning instructions\",\n                        \"15 68 temperaturepressure relief valve pressure expansion regularly checked check valves 69 manually operate twisting cap lifting lever ensure water flows freely discharge pipes note discharged hot reseat correctly released 610 clean strainer incorporated reducing inspect mains supply heater tap relieve system unscrew black remove removed wash particulate matter running replace assembly ensuring sealing ring fitted type sealant close stop cock leaks vessel precharge 035 mpa 35 bar reduce time eventually require re- charging 611 unit 612 dust top 613 pre-charge using tyre gauge lower recharged pump schraeder charge 614 re-check correct 615\",\n                        \"16 70 fault finding disconnect electrical supply removing terminal cover recommended service operations multipoint heater carried competent person causes action water heating 1 check 2 thermal cut-out tripped operated reset thermostat operation replace thermostatthermal wiring diagram 3 discharge excessive mains fit pressure reducing valve relief pack u1 u2 continuously installation expansion intermittently exceeds packs 041 mpa 41 bar fitted using 4pressure 4 5 loss vessel re-charge pre-charge section 90 thermostats temperaturepressure cut outs andor watersteam flow inlet valves incorrectly correctly installed accordance direction arrows blockage main obstructions strainer blocked milky oxygenated pressurised system releases oxygen bubbles flowing milkiness disapear short\",\n                        \"17 80 spare following comprehensive list available multi- water heater please refer rating label ensure correct obtained replace recommended heatrae sadia - invalidate guarantee render installation dangerous description code element plate assembly 3050 litre 3kw 95 606 926 1kw 925 thermostat 612 667 thermal cut-out 666 indicator light 607 995 gasket 611 708 pressure expansion relief valve 986 temperaturepressure 994 check 987 vessel95 675 reducing 989 terminal cover cw knob 614 184\",\n                        \"18 90 accessories heater supply hot water outlets via conven- tional taps recommended supplying shower individual site demands considered choosing capacity served thermostatic blending valve conjunction unit accessory pack u3 code 95 970 354 follow installation instructions supplied connection system 100 guarantee guaranteed period five date purchase exception element thermal controls provided 1 installed accordance inlet safety valves fitted correctly 2 heatrae sadia type 3 tampered regularly main- tained detailed 4 heating potable 5 60 days user completes return certificate proof register product damage frost immersion excessive scale build affect statutory rights consumer\",\n                        \"19 110 environmental information waste electrical electronic equipment producer responsibility regulation 2004 product outside scope european directive interpreted uk disposed commercial non-weee facilities heatrae sadia accept liability weee manufactured recyclable materials useful life local authority recycling centre realise benefits insulation means cfc-free polyurethane foam\",\n                        \"20 120 spares stockists fast efficient supply please contact listed below advanced water company ltd unit d5 enterprise vale park evesham worcs wr11 1gs tel 01386 760066 fax 760077 electric heating co 2 horsecroft pinnacles harlow essex cm19 5bt 0845 0553811 e-mail salesewhcouk spd units 9 10 hexagon business centre springfield road hayes middlesex ub4 0ty 020 8606 3567 2709800 wwwpartscentrecouk newey eyre specialist products division local branch uk tower lane warmley bristol bs30 8xt 0117 961 6670 william wilson 3a 780 south street whiteinch glasgow g14 osy 0141 434 1530 heatrae sadia hurricane norwich nr6 6ea wwwheatraesadiacom customer service 0344 8711535 8711528 heatraesadiaservice heateamcouk 36005720issue06 2015\"\n                    ],\n                    \"fileid\": \"c3bf4884-47ab-4a8d-bf85-d98415180011\",\n                    \"litExpiry\": \"2019-09-16\",\n                    \"litRef\": \"Multipoint 30/50\",\n                    \"litDesc\": \"Electric Water Heater\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Unchecked\"\n                },\n                {\n                    \"@search.score\": 0.91100144,\n                    \"documentcatalogKey\": \"9d69f603-f181-4f6a-8f2d-221dd3d90011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"90bbf7f4-e9d9-4c4f-b9eb-034973850011\",\n                    \"projectformname\": \"Unchecked\",\n                    \"projectfromtoc\": \"1.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / unchecked / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"90bbf7f4-e9d9-4c4f-b9eb-034973850011\\\",\\\"name\\\":\\\"1. Unchecked\\\"}]\",\n                    \"file_MetaData\": [\n                        \"multipoint 10 15 litre fitting instructions\",\n                        \"product children aged 8 persons reduced physical sensory mental capabilities lack experience knowledge supervision instruction concerning safe understand hazards involved play cleaning user maintenance supervised ensure hwa charter statement requires adhere following supply fit purpose products honestly described meet exceed appropriate standards building water regulations provide pre post sales technical support concise warranty details customers contents 1 introduction 3 11 12 symbols 13 abbreviations 14 liabilities 2 safety 4 21 warnings 22 recommendations 23 specific instructions specification 5 31 data 32 dimensions connections 33 electrical diagrams description 6 41 42 operation principle 43 standard delivery 44 mains installation 7 51 52 requirements 53 choice location 61 62 63 9 commissioning 10 71 72 checklist 73 procedure 81 91 92 inspection operations troubleshooting 101 fault finding decommissioning spare accessories15 15\",\n                        \"31 introduction 11 following instructions offered guide user installer installation carried competent plumbing electrical accordance building regulation g3 england wales technical standard p3 scotland p5 northern ireland water fitting regulations byelaws 12 symbols various risk levels employed draw users attention particular information doing wish safeguard avoid hazards guarantee correct operation appliance warning dangerous situation causing slight physical injury danger caution material damage signals 13 abbreviations rcd residual current device mcb miniature circuit breaker 14 liabilities manufacturers liability products manufactured compliance requirements applicable european directives product complies ce marking directive uk customers continuously endeavouring improvements quality specifications stated document subject change notice manufacturer invoked failure abide using faulty insufficient maintenance installing installers responsible commissioning respect read follow manuals provided carry prevailing legislation standards perform initial start-up checks complete checklist explain warn obligation check maintain instruction manual optimum call qualified professionals fitter required services condition close\",\n                        \"423 specific safety instructions warning operate product water ceases flow entered inside incorrectly fitted cover appliance damaged mains power isolate supply discharges temperaturepressure relief valve shut contact competent installer unvented heaters check system tamper valves fault suspected bypass thermal cut- circumstance 2 21 warnings danger pressurised operation combination pressurisation hot lead serious physical injury manual adhered install unit freeze persons received adequate training permitted installation supplied switch possibility frozen caution immersion heater filled 22 recommendations annual maintenance recommended person\",\n                        \"533 electrical diagrams 3 technical specification 31 data suppliers name trade mark multipoint model identifier 10l 3kw 45kw 15l storage volume litres 100 150 mixed water 40c v40 19 27 declared load profile xxs heating energy efficiency class 309 296 annual electricity consumption kwh 596 622 daily fuel 2900 3050 thermostat temperature settings heater placed market supplier 60c specific precautions assembled installed maintained disposed life section - 11 rating 3kw240v275kw230v 45kw240v41kw230v capacities 10 15 weight litre 169kg 238kg rated pressure 06mpa 6 bar minimum recommended supply 008mpa 08 maximum prv 16mpa 160 temperaturepressure relief valve 90c07mpa 7 32 dimensions connections reset button combined thermal cut-out element stat plugs directly terminations neon earth post nl dimension 457 613 572 500 350 728 656 506 top view 267 100125 190 fixing centres mounting bracket 252 171 59 front figure 2 modelfigure 1 table parameters accordance european commision regulations 8142013 8122013\",\n                        \"642 operation principle product heat store hot water domestic applications 43 standard delivery fixing bracket screw pack instructions 44 mains connections figure 4-6 below 4 description 41 purposed designed unvented heater copper inner vessel ensures excellent corrosion resistance outer casing combination resilient thermoplastic moldings painted steel supplied complete safety control devices allow connection cold components preset tampered temperature pressure relief valve expansion note reducing service check nearest draw fixed jumper 14 ball type tundish multipoint 10 litre 15 drain waste 28 42 metres required pipework inlet 041 mpa bar 5 supply 6\",\n                        \"753 choice location national wiring rules contain restrictions concerning installation products bathrooms product vertically wall mounted using bracket supplied water connections top space left pipe access temperaturepressure relief valve refer figure 1 dimensions table determine suitable position warning ensure support weight technical specifications hidden services electricity gas below surface 5 51 regulations carried qualified engineer accordance prevailing listed building standards scotland northern ireland iee electrical regs uk 52 requirements supply unvented system pressure flowrate directly related incoming reason recommended maximum demand assessed checked satisfactorily met suggest minimum 008mpa 08 bar 15mm cold available flow rate performance wholesome quality fluid category defined 1999 outletterminal fittings tapsetc types terminal pipework rated 8 80c\",\n                        \"8warning failure provide adequate pressure relief invalidate guarantee lead dangerous installation expansion cold water supply provided backflow main prevented stop valve loose jumper check reducing similar hot enter branch outlet figure 02 pipe lengths conditions met additionally static exceeds 041 mpa 41bar accommodated using vessel ensure takes fitted 03 accessory pack u2 code 95 970 351 41 bar 04 packs u1 nos 352 discharge temperature connected recommended tundish supplied installed visible indication valves operating fall continuously outlets unobstructed frost-free environment 15mm odia minimum 22mm resistance flow equivalent 9 metres straight runs increased internal diameter drip 6 61 reading previous sections booklet choosing location product please install paying attention following hydraulic electrical commissioning 62 connections warning circumstances factory removed competent person claim control safety tampered purpose blocked located adjacent components refer schematic 4-6 page determine accessories required plumb sequence shown relevant figures copper tubes suitable compression fittings solder joints damage heater prevent servicing warranty inlet marked blue red wras listed isolating served plumbers paste impair operation fulfil function\",\n                        \"9the pressure relief device pipe left atmosphere operated regularly remove lime deposits verify blocked material capable conveying watersteam 100c final discharge safe visible position 63 electrical connections warning disconnect mains supply removing covers product earthed suitable ac terminal cover installation accordance current iee wiring regulations supplied fitted 075m 3 core 15mm2 flexible cable 3kw model 25mm2 45kw electricity fused 13 amp 20 via double pole isolating switch contact separation 3mm poles refer schematic diagrams below wires colour coded follows green yellow earth brown live blue neutral\",\n                        \"10 setting mid-range position rotate thermostat knob mid remove terminal cover using flat bladed screwdriver depress snap lugs located top rectangular depressions holding disc underside refit ensuring notch locates boss locked mid- range hot graduated red graphic follow procedure detailed held previously set refitted recommended heater conjunction thermostatic blending valve water drip discharge pipe pressure relief device - left atmosphere 7 commissioning 71 filling installation previous section please following steps complete product warning switch filled 72 checklist check connections leaks rectify electrical requirements met tight 73 tap mains supply allow fill leave running short purge air flush pipework close system manually test operation temperature fitted expansion ensure flows freely valves pipes indicator light illuminate heating reached adjusted rotating lock procedures removing\",\n                        \"11 system malfunction explain isolate electrical water supplies fault qualified plumber andor electrician contacted identifycheck basic faults maintenance necessity carry regular product ensure continued safe efficient operation literature hand installation user instructions stores temperature set adjustable thermostat temperatures range 10 70c avoid risk freezing periods winter months switch supply minimum position nb protect pipework locked mid hot recommended using conjunction thermostatic blending valve lock sections 423 424 followed recommend procedure carried indicator light illuminated heating 8 81 warning block restrict discharge safety fitted tamper discharges immediately contact heatrae sadia service team tel 0844 8711535 approved installer checked following commissioning explained indicate location identify outlets connected confirm\",\n                        \"12 9 maintenance 91 requirements unvented hot water systems continuing requirement ensure safe optimum performance essential relief valve periodically inspected manually blockage occurred valves discharge pipework appliance carried suitably qualified person failure invalidate warranty warning disconnect electrical supplies beginning product contained competent replacement authorised heatrae sadia spare recommended annually include checks detailed sections below little required hard require periodic descaling efficient operation 92 standard inspection operations descale switch supply tap relieve system pressure plumbing connections remove wall bracket note weights empty outlet connection terminal cover using flat bladed screwdriver depress 3 snap lugs located top rectangular depressions insulating pad housing terminations thermostat earth links earthing stud element plate assembly unscrewing five securing screws tapped jacking provided loose scale container carefully clean pocket interior walls re-assemble fitting sealing gasket correct orientation reference figure 07 rewire wiring diagrams refit cable clamp inlet post front combined thermal cut-out temperature re-commission following installation commissioning instructions temperaturepressure fitted expansion regularly checked limescale deposits verify blocked check operate twisting cap lifting lever flows freely pipes reseat correctly released vessel pre-charge 041 mpa 41 bar reduce time eventually re- charging dust tyre gauge lower recharged pump schraeder type charge re-check replace mains close 7 3kw model 45kw\",\n                        \"13 101 fault finding disconnect electrical supply removing terminal cover recommended service operations product carried competent person 10 troubleshooting warning tamper safety valves controls supplied cylinder invalidate guarantee symptom cause remedy water heating check thermal cut-out tripped operated reset thermostat operation replace thermostatthermal wiring diagram discharge pressure relief valve continuously excessive mains fit reducing pack u1 u2 installation intermittently expansion exceeds 041 mpa 41 bar packs fitted using loss vessel re-charge pre-charge section 9 temperature watersteam thermostats cut-outs flow inlet vales incorrectly correctly installed accordance direction arrows blockage obstructions strainer blocked milky oxygenated pressurised system releases oxygen bubbles flowing milkiness disappear short\",\n                        \"14 12 spare following comprehensive list available product please refer rating label ensure correct obtained replace recommended heatrae sadia - invalidate warranty render installation dangerous 11 decommissioning procedure isolate electrical supplies safe water supply drain remove cap pipework environmental information waste electronic equipment producer responsibility regulation 2004 outside scope european directive interpreted uk disposed commercial non-weee facilities accept liability weee manufactured recyclable materials useful life local authority recycling centre realise benefits insulation means approved cfchcfc free polyurethane foam ozone depletion factor zero global warming potential gwp 31 contain substances harmful health asbestos description code element plate assembly 10 litre 3kw 95 606 921 15 922 45kw 923 924 combined thermostatthermal cut-out 612 633 634 indicator light 607 992 993 gasket 611 708 pressure expansion relief valve 986 temperaturepressure 605 045 check 987 vessel 988 reducing 989 top cover moulding 614 181 terminal cw thermostat knob 182\",\n                        \"15 warranty product period five date purchase exception immersion heater thermal controls covered provided 1 installed accordance instructions inlet safety valves fitted correctly 2 heatrae sadia recommended type 3 tampered regularly maintained detailed 4 heating potable water 5 60 days installation user completes returns certificate supplied proof register damage frost excessive scale build affect statutory rights consumer accessories supply hot outlets via conventional taps supplying shower individual site demands considered choosing capacity served thermostatic blending valve conjunction accessory pack u3 code 95 970 354 follow connection system\",\n                        \"please follow online electric water heating co 2 horsecroft pinnacles harlow essex cm19 5bt tel 0845 055 3811 e-mail salesewhcouk spd special product division units 9 10 hexagon business centre springfield road hayes middlesex ub4 0ty 020 8606 3567 center 0344 292 7057 wwwpartscentercouk newey eyre unit 3-5 wassage hampton lovett ind estate droitwich worcestershire wr9 0nx 01905 791500 fax 791501 uk spares ltd 1155 aztec west almondsbury bristol bs32 4tf 01454 620500 alternatively contact local supplying merchant wholesale branch stockist finder wwwinterpartsparescouk range specification details products available download website support corporate responsibility sustainability charters reduce printed material encourage brochures designing files account access data screen receive copy catalogue call literature hotline 01603 420127 heatrae sadia introduce modifications time consequently brochure subject alteration notice nationwide network customer engineers own dedicated highly trained peace mind help 5 inner container warranty advice 420220 specifierheatraesadiacom sales service 871 1535 customersupportheatraesadiacom heatraesadiacom 16 pn 36 00 5718 issue 6 2015\"\n                    ],\n                    \"fileid\": \"ab8fced8-b8f6-44d9-a657-b8a4a61b0011\",\n                    \"litExpiry\": \"2019-09-16\",\n                    \"litRef\": \"Multipoint 10/15\",\n                    \"litDesc\": \"Electric Water Heater\",\n                    \"filepagecount\": 16,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Unchecked\"\n                },\n                {\n                    \"@search.score\": 0.69893885,\n                    \"documentcatalogKey\": \"b473f1b4-c00c-4ad7-bcc5-63b5becf0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"05a64f93-e02a-4f57-8fe8-4fa2cac00011\",\n                    \"projectformname\": \"Heatrae Sadia\",\n                    \"projectfromtoc\": \"2.28.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / checked / heatrae sadia / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"172c42d6-da76-4290-b3bb-bc4aa8e30011\\\",\\\"name\\\":\\\"2. Checked\\\"},{\\\"id\\\":\\\"05a64f93-e02a-4f57-8fe8-4fa2cac00011\\\",\\\"name\\\":\\\"2.28. Heatrae Sadia\\\"}]\",\n                    \"file_MetaData\": [\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\",\n                        \"multipoint 3050 electric water heater om manual\"\n                    ],\n                    \"fileid\": \"259990d0-5eda-4cca-b816-44afe1cc0011\",\n                    \"litExpiry\": \"2016-07-03\",\n                    \"litRef\": \"Multipoint 30/50\",\n                    \"litDesc\": \"Electric Water Heater\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Heatrae Sadia\"\n                },\n                {\n                    \"@search.score\": 0.69884515,\n                    \"documentcatalogKey\": \"def29d78-fa35-405c-81ce-3af058f90011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"05a64f93-e02a-4f57-8fe8-4fa2cac00011\",\n                    \"projectformname\": \"Heatrae Sadia\",\n                    \"projectfromtoc\": \"2.28.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / checked / heatrae sadia / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"172c42d6-da76-4290-b3bb-bc4aa8e30011\\\",\\\"name\\\":\\\"2. Checked\\\"},{\\\"id\\\":\\\"05a64f93-e02a-4f57-8fe8-4fa2cac00011\\\",\\\"name\\\":\\\"2.28. Heatrae Sadia\\\"}]\",\n                    \"file_MetaData\": [\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\",\n                        \"multipoint 1015 electric water heater om manual\"\n                    ],\n                    \"fileid\": \"5a83dbcf-8fd1-4e3b-8457-d336b42f0011\",\n                    \"litExpiry\": \"2016-06-06\",\n                    \"litRef\": \"Multipoint 10/15\",\n                    \"litDesc\": \"Electric Water Heater\",\n                    \"filepagecount\": 16,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Heatrae Sadia\"\n                },\n                {\n                    \"@search.score\": 0.67425156,\n                    \"documentcatalogKey\": \"2e0a95e0-4811-4792-8cc2-fca31ffd0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"05a64f93-e02a-4f57-8fe8-4fa2cac00011\",\n                    \"projectformname\": \"Heatrae Sadia\",\n                    \"projectfromtoc\": \"2.28.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / checked / heatrae sadia / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"172c42d6-da76-4290-b3bb-bc4aa8e30011\\\",\\\"name\\\":\\\"2. Checked\\\"},{\\\"id\\\":\\\"05a64f93-e02a-4f57-8fe8-4fa2cac00011\\\",\\\"name\\\":\\\"2.28. Heatrae Sadia\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\",\n                        \"megaflo eco hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"47b3faf6-7398-403a-97f1-f9f9405c0011\",\n                    \"litExpiry\": \"2017-01-03\",\n                    \"litRef\": \"Megaflo Eco\",\n                    \"litDesc\": \"Hot Water Storage Cylinder\",\n                    \"filepagecount\": 40,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Heatrae Sadia\"\n                },\n                {\n                    \"@search.score\": 0.37335435,\n                    \"documentcatalogKey\": \"178c6d68-ba4a-4db5-877c-e7e503850011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"f7b9b9f4-ab81-409d-997c-62823a020011\",\n                    \"projectformname\": \"WATER HEATER\",\n                    \"projectfromtoc\": \"9.48.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"f7b9b9f4-ab81-409d-997c-62823a020011\\\",\\\"name\\\":\\\"9.48. WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"fbm 50 water heater om manual\",\n                        \"fbm 50 water heater om manual\",\n                        \"fbm 50 water heater om manual\",\n                        \"fbm 50 water heater om manual\",\n                        \"fbm 50 water heater om manual\",\n                        \"fbm 50 water heater om manual\",\n                        \"fbm 50 water heater om manual\",\n                        \"fbm 50 water heater om manual\"\n                    ],\n                    \"fileid\": \"36efa3a2-60f1-40e2-b6e3-a417e2640011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"FBM 50\",\n                    \"litDesc\": \"Water heater\",\n                    \"filepagecount\": 8,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.37335435,\n                    \"documentcatalogKey\": \"6e717fcf-5662-49b6-9cf6-76ed03160011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"8a219a1f-f841-446d-bc9a-e6606ce10011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.38.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"8a219a1f-f841-446d-bc9a-e6606ce10011\\\",\\\"name\\\":\\\"9.38. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\",\n                        \"supreme 170 water boiler om manual\"\n                    ],\n                    \"fileid\": \"b9dab5e9-b003-4731-bc79-62c39bcc0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 170\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 16,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                },\n                {\n                    \"@search.score\": 0.37335435,\n                    \"documentcatalogKey\": \"c9440f78-15aa-4ce6-bc57-1fa9f97f0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"70023212-ee83-43b0-811d-8338335b0011\",\n                    \"projectformname\": \"WATER HEATER\",\n                    \"projectfromtoc\": \"9.57.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"70023212-ee83-43b0-811d-8338335b0011\\\",\\\"name\\\":\\\"9.57. WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"fbm 25 water heater om manual\",\n                        \"fbm 25 water heater om manual\",\n                        \"fbm 25 water heater om manual\",\n                        \"fbm 25 water heater om manual\",\n                        \"fbm 25 water heater om manual\",\n                        \"fbm 25 water heater om manual\",\n                        \"fbm 25 water heater om manual\",\n                        \"fbm 25 water heater om manual\"\n                    ],\n                    \"fileid\": \"36efa3a2-60f1-40e2-b6e3-a417e2640011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"FBM 25\",\n                    \"litDesc\": \"Water heater\",\n                    \"filepagecount\": 8,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.371532,\n                    \"documentcatalogKey\": \"cde5208e-eb39-479c-98b1-4662f5b10011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"90bbf7f4-e9d9-4c4f-b9eb-034973850011\",\n                    \"projectformname\": \"Unchecked\",\n                    \"projectfromtoc\": \"1.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / unchecked / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"90bbf7f4-e9d9-4c4f-b9eb-034973850011\\\",\\\"name\\\":\\\"1. Unchecked\\\"}]\",\n                    \"file_MetaData\": [\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\",\n                        \"aquatap boil boiling water tap om manual\"\n                    ],\n                    \"fileid\": \"ace1eb4e-1d3a-4b30-ad26-be4407080011\",\n                    \"litExpiry\": \"2019-09-16\",\n                    \"litRef\": \"Aquatap (Boil Only)\",\n                    \"litDesc\": \"Boiling Water Tap\",\n                    \"filepagecount\": 32,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Unchecked\"\n                },\n                {\n                    \"@search.score\": 0.371532,\n                    \"documentcatalogKey\": \"cd8beb7e-bd55-4a4a-8fe3-45fa512d0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"50b66cca-c907-4afb-8931-1bbbc18f0011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.45.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"50b66cca-c907-4afb-8931-1bbbc18f0011\\\",\\\"name\\\":\\\"9.45. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\",\n                        \"supreme 310 ss water boiler om manual\"\n                    ],\n                    \"fileid\": \"e0c81afe-7881-4744-a0fc-820c63db0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 310 SS\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                },\n                {\n                    \"@search.score\": 0.371532,\n                    \"documentcatalogKey\": \"54273c3e-f1ed-48ff-ad72-83dcdfca0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"e5d9d726-eca0-4fd5-a53b-dd3edd960011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.56.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"e5d9d726-eca0-4fd5-a53b-dd3edd960011\\\",\\\"name\\\":\\\"9.56. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\",\n                        \"supreme 150 ss water boiler om manual\"\n                    ],\n                    \"fileid\": \"6532d267-bedb-467b-8544-1b21ee680011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 150 SS\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                },\n                {\n                    \"@search.score\": 0.371532,\n                    \"documentcatalogKey\": \"7a4afe6b-e255-4088-855e-54e3d74d0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"4d447d26-ecf8-43d7-a3ef-db2cdccb0011\",\n                    \"projectformname\": \"DIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.58.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / direct hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"4d447d26-ecf8-43d7-a3ef-db2cdccb0011\\\",\\\"name\\\":\\\"9.58. DIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\",\n                        \"megaflo dd170he direct hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo DD170HE\",\n                    \"litDesc\": \"Direct hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"DIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.371532,\n                    \"documentcatalogKey\": \"3d548e65-83e8-464a-9a8e-30dc46300011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"7320a554-fae9-4bc5-8d34-dc16c0af0011\",\n                    \"projectformname\": \"INDIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.71.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / indirect hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"7320a554-fae9-4bc5-8d34-dc16c0af0011\\\",\\\"name\\\":\\\"9.71. INDIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl250he indirect hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo CL250HE\",\n                    \"litDesc\": \"Indirect hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"INDIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.370806,\n                    \"documentcatalogKey\": \"fbaf4a7f-f99e-4742-b85b-2b9e121b0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"9a4147bf-5998-4faf-8061-6c98a2530011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.43.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"9a4147bf-5998-4faf-8061-6c98a2530011\\\",\\\"name\\\":\\\"9.43. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\",\n                        \"supreme 250 ss water boiler om manual\"\n                    ],\n                    \"fileid\": \"e0c81afe-7881-4744-a0fc-820c63db0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 250 SS\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                },\n                {\n                    \"@search.score\": 0.370806,\n                    \"documentcatalogKey\": \"818cd5bd-8027-41af-8cf9-31d059240011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"9c7d3bf7-2f6f-4d93-a9ec-b2e137990011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.44.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"9c7d3bf7-2f6f-4d93-a9ec-b2e137990011\\\",\\\"name\\\":\\\"9.44. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\",\n                        \"supreme 140 water boiler om manual\"\n                    ],\n                    \"fileid\": \"b9dab5e9-b003-4731-bc79-62c39bcc0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 140\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 16,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                },\n                {\n                    \"@search.score\": 0.370806,\n                    \"documentcatalogKey\": \"667abc27-2fc6-4953-866a-cb8a118a0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"5b6b2ed1-cc84-4c27-9dd8-97cb7d150011\",\n                    \"projectformname\": \"DIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.65.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / direct hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"5b6b2ed1-cc84-4c27-9dd8-97cb7d150011\\\",\\\"name\\\":\\\"9.65. DIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\",\n                        \"megaflo ddd300he direct hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo DDD300HE\",\n                    \"litDesc\": \"Direct hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"DIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.36970043,\n                    \"documentcatalogKey\": \"ecfe3b7d-04aa-4590-84bb-0ce9d2b60011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"90bbf7f4-e9d9-4c4f-b9eb-034973850011\",\n                    \"projectformname\": \"Unchecked\",\n                    \"projectfromtoc\": \"1.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / unchecked / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"90bbf7f4-e9d9-4c4f-b9eb-034973850011\\\",\\\"name\\\":\\\"1. Unchecked\\\"}]\",\n                    \"file_MetaData\": [\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\",\n                        \"hotflo 10 - 15 electric water heaters om manual\"\n                    ],\n                    \"fileid\": \"976d0370-76f4-490b-a31f-12057d7c0011\",\n                    \"litExpiry\": \"2016-02-05\",\n                    \"litRef\": \"Hotflo 10 - 15\",\n                    \"litDesc\": \"Electric Water Heaters\",\n                    \"filepagecount\": 16,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Unchecked\"\n                },\n                {\n                    \"@search.score\": 0.36970043,\n                    \"documentcatalogKey\": \"d19a8495-3c1d-4e80-940b-9f76776e0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"3894e725-a0f5-40f6-b8c5-147fa6ac0011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.34.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"3894e725-a0f5-40f6-b8c5-147fa6ac0011\\\",\\\"name\\\":\\\"9.34. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\",\n                        \"supreme 220 ss water boiler om manual\"\n                    ],\n                    \"fileid\": \"e0c81afe-7881-4744-a0fc-820c63db0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 220 SS\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                },\n                {\n                    \"@search.score\": 0.36970043,\n                    \"documentcatalogKey\": \"df5f0811-5d76-48c8-9ddf-4517c9390011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"578d0ac2-676a-424d-b392-234d75990011\",\n                    \"projectformname\": \"INDIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.64.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / indirect hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"578d0ac2-676a-424d-b392-234d75990011\\\",\\\"name\\\":\\\"9.64. INDIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\",\n                        \"megaflo cl300he direct hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo CL300HE\",\n                    \"litDesc\": \"Direct hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"INDIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.36970043,\n                    \"documentcatalogKey\": \"4103f420-48f0-4cd1-9457-aa721b720011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"649ce23a-08bc-4e40-85f9-0e121f0b0011\",\n                    \"projectformname\": \"DIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.69.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / direct hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"649ce23a-08bc-4e40-85f9-0e121f0b0011\\\",\\\"name\\\":\\\"9.69. DIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\",\n                        \"megaflo dd145he direct hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo DD145HE\",\n                    \"litDesc\": \"Direct hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"DIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.36970043,\n                    \"documentcatalogKey\": \"4ae1d338-89e6-4be6-a9b9-4958fb520011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"b6678255-46d5-4b76-b10e-3b49e8950011\",\n                    \"projectformname\": \"INDIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.66.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / indirect hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"b6678255-46d5-4b76-b10e-3b49e8950011\\\",\\\"name\\\":\\\"9.66. INDIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl70he indirect hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo CL70HE\",\n                    \"litDesc\": \"Indirect hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"INDIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.36970043,\n                    \"documentcatalogKey\": \"5407e9dc-3aad-4e13-bd2a-b9a04e440011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"2df94f7f-634e-474e-9d8e-6d0f10f60011\",\n                    \"projectformname\": \"UNVENTED WATER HEATER\",\n                    \"projectfromtoc\": \"9.52.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / unvented water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"2df94f7f-634e-474e-9d8e-6d0f10f60011\\\",\\\"name\\\":\\\"9.52. UNVENTED WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"multipoint 30 unvented water heater om manual\",\n                        \"multipoint 30 unvented water heater om manual\",\n                        \"multipoint 30 unvented water heater om manual\",\n                        \"multipoint 30 unvented water heater om manual\",\n                        \"multipoint 30 unvented water heater om manual\",\n                        \"multipoint 30 unvented water heater om manual\",\n                        \"multipoint 30 unvented water heater om manual\",\n                        \"multipoint 30 unvented water heater om manual\",\n                        \"multipoint 30 unvented water heater om manual\",\n                        \"multipoint 30 unvented water heater om manual\",\n                        \"multipoint 30 unvented water heater om manual\",\n                        \"multipoint 30 unvented water heater om manual\"\n                    ],\n                    \"fileid\": \"73a6cff0-0481-4d72-a05c-960401a20011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Multipoint 30\",\n                    \"litDesc\": \"Unvented water heater\",\n                    \"filepagecount\": 12,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"UNVENTED WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.36970043,\n                    \"documentcatalogKey\": \"95aeccd1-f8c8-4a67-a9e1-ca7fa1810011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"99e8f1e0-10e6-44ce-9f51-fcc72fbd0011\",\n                    \"projectformname\": \"UNVENTED WATER HEATER\",\n                    \"projectfromtoc\": \"9.40.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / unvented water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"99e8f1e0-10e6-44ce-9f51-fcc72fbd0011\\\",\\\"name\\\":\\\"9.40. UNVENTED WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"hotflo 10 unvented water heater om manual\",\n                        \"hotflo 10 unvented water heater om manual\",\n                        \"hotflo 10 unvented water heater om manual\",\n                        \"hotflo 10 unvented water heater om manual\",\n                        \"hotflo 10 unvented water heater om manual\",\n                        \"hotflo 10 unvented water heater om manual\",\n                        \"hotflo 10 unvented water heater om manual\",\n                        \"hotflo 10 unvented water heater om manual\",\n                        \"hotflo 10 unvented water heater om manual\",\n                        \"hotflo 10 unvented water heater om manual\",\n                        \"hotflo 10 unvented water heater om manual\",\n                        \"hotflo 10 unvented water heater om manual\"\n                    ],\n                    \"fileid\": \"e1d151fc-b023-4f34-9b3e-eea206bf0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Hotflo 10\",\n                    \"litDesc\": \"Unvented water heater\",\n                    \"filepagecount\": 12,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"UNVENTED WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.36970043,\n                    \"documentcatalogKey\": \"865301db-e50b-407a-b742-176b0fb60011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"4492f633-e7af-4e34-aeb0-fc1145960011\",\n                    \"projectformname\": \"INDIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.73.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / indirect hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"4492f633-e7af-4e34-aeb0-fc1145960011\\\",\\\"name\\\":\\\"9.73. INDIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl170he indirect hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo CL170HE\",\n                    \"litDesc\": \"Indirect hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"INDIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.36512995,\n                    \"documentcatalogKey\": \"fc71dea2-ba21-4dce-85d7-2d060fae0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"5614737b-51d6-4115-8590-c48721c90011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.39.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"5614737b-51d6-4115-8590-c48721c90011\\\",\\\"name\\\":\\\"9.39. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\",\n                        \"supreme 560 ss water boiler om manual\"\n                    ],\n                    \"fileid\": \"e0c81afe-7881-4744-a0fc-820c63db0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 560 SS\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                },\n                {\n                    \"@search.score\": 0.36512995,\n                    \"documentcatalogKey\": \"a5f032ac-d278-42fd-a180-a2f781230011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"4dbb1f9c-ec6d-47fa-a7ee-3fb1346e0011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.41.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"4dbb1f9c-ec6d-47fa-a7ee-3fb1346e0011\\\",\\\"name\\\":\\\"9.41. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\",\n                        \"supreme 150 water boiler om manual\"\n                    ],\n                    \"fileid\": \"f0647455-b282-4546-b6c6-f006e8410011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 150\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                },\n                {\n                    \"@search.score\": 0.36415535,\n                    \"documentcatalogKey\": \"a0e0efb9-781b-4410-a458-7ed1a5110011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"5b0612db-880a-4b56-aefd-68da3d2b0011\",\n                    \"projectformname\": \"WATER HEATER\",\n                    \"projectfromtoc\": \"9.50.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"5b0612db-880a-4b56-aefd-68da3d2b0011\\\",\\\"name\\\":\\\"9.50. WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"fbm 75 water heater om manual\",\n                        \"fbm 75 water heater om manual\",\n                        \"fbm 75 water heater om manual\",\n                        \"fbm 75 water heater om manual\",\n                        \"fbm 75 water heater om manual\",\n                        \"fbm 75 water heater om manual\",\n                        \"fbm 75 water heater om manual\",\n                        \"fbm 75 water heater om manual\"\n                    ],\n                    \"fileid\": \"36efa3a2-60f1-40e2-b6e3-a417e2640011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"FBM 75\",\n                    \"litDesc\": \"Water heater\",\n                    \"filepagecount\": 8,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.36415535,\n                    \"documentcatalogKey\": \"192526ab-42b9-413c-b120-2b73f7c30011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"90bbf7f4-e9d9-4c4f-b9eb-034973850011\",\n                    \"projectformname\": \"Unchecked\",\n                    \"projectfromtoc\": \"1.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / unchecked / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"90bbf7f4-e9d9-4c4f-b9eb-034973850011\\\",\\\"name\\\":\\\"1. Unchecked\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\",\n                        \"megaflo eco plus hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"ddbdc11e-40b9-40a8-bab1-a6ef2a170011\",\n                    \"litExpiry\": \"2015-08-25\",\n                    \"litRef\": \"Megaflo Eco Plus\",\n                    \"litDesc\": \"Hot Water Storage Cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Unchecked\"\n                },\n                {\n                    \"@search.score\": 0.36213303,\n                    \"documentcatalogKey\": \"a493fc0d-232b-4bc4-8d5e-bd6f4a860011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"90bbf7f4-e9d9-4c4f-b9eb-034973850011\",\n                    \"projectformname\": \"Unchecked\",\n                    \"projectfromtoc\": \"1.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"User Guide\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / unchecked / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"90bbf7f4-e9d9-4c4f-b9eb-034973850011\\\",\\\"name\\\":\\\"1. Unchecked\\\"}]\",\n                    \"file_MetaData\": [\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\",\n                        \"multipoint instantaneous om manual electric water heater user guide\"\n                    ],\n                    \"fileid\": \"c7b5e569-760a-432a-b419-79a0093a0011\",\n                    \"litExpiry\": \"2015-11-26\",\n                    \"litRef\": \"Multipoint Instantaneous O&M manual\",\n                    \"litDesc\": \"Electric Water Heater\",\n                    \"filepagecount\": 16,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Unchecked\"\n                },\n                {\n                    \"@search.score\": 0.36213303,\n                    \"documentcatalogKey\": \"9fbe7d68-f35b-4a93-9296-fcd286290011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"ef84524e-f7f2-43fe-b2d1-e28379490011\",\n                    \"projectformname\": \"DIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.70.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / direct hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"ef84524e-f7f2-43fe-b2d1-e28379490011\\\",\\\"name\\\":\\\"9.70. DIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\",\n                        \"megaflo d70he direct hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo D70HE\",\n                    \"litDesc\": \"Direct hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"DIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.36213303,\n                    \"documentcatalogKey\": \"41399f8b-43fb-4fd7-b1a7-f801e3b70011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"20eb0025-1023-4020-af06-ec48f21f0011\",\n                    \"projectformname\": \"INDIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.67.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / indirect hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"20eb0025-1023-4020-af06-ec48f21f0011\\\",\\\"name\\\":\\\"9.67. INDIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\",\n                        \"megaflo cl125he indirect hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo CL125HE\",\n                    \"litDesc\": \"Indirect hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"INDIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.36213303,\n                    \"documentcatalogKey\": \"ed8bb401-df4a-4924-b312-4190cc470011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"627c4cd3-93ba-47e7-84ad-4b7658750011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.49.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"627c4cd3-93ba-47e7-84ad-4b7658750011\\\",\\\"name\\\":\\\"9.49. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\",\n                        \"supreme 165 ss water boiler om manual\"\n                    ],\n                    \"fileid\": \"6532d267-bedb-467b-8544-1b21ee680011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 165 SS\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                },\n                {\n                    \"@search.score\": 0.36213303,\n                    \"documentcatalogKey\": \"b2d0efc2-cdc9-40c4-93ab-5e6df3940011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"95f2f25d-7565-4bb6-bd73-7ac8c5660011\",\n                    \"projectformname\": \"INDIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.59.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / indirect hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"95f2f25d-7565-4bb6-bd73-7ac8c5660011\\\",\\\"name\\\":\\\"9.59. INDIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\",\n                        \"megaflo cl210he om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"MEGAFLO CL210HE\",\n                    \"litDesc\": \"MEGAFLO\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"INDIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.36187214,\n                    \"documentcatalogKey\": \"0aab0e38-d70b-4ea5-9b13-b9776f2d0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"90bbf7f4-e9d9-4c4f-b9eb-034973850011\",\n                    \"projectformname\": \"Unchecked\",\n                    \"projectfromtoc\": \"1.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / unchecked / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"90bbf7f4-e9d9-4c4f-b9eb-034973850011\\\",\\\"name\\\":\\\"1. Unchecked\\\"}]\",\n                    \"file_MetaData\": [\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\",\n                        \"multipoint 75 100 electric water heater om manual\"\n                    ],\n                    \"fileid\": \"3508457e-603b-4686-8ace-f3a9de090011\",\n                    \"litExpiry\": \"2019-09-16\",\n                    \"litRef\": \"Multipoint 75 & 100\",\n                    \"litDesc\": \"Electric Water Heater\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Unchecked\"\n                },\n                {\n                    \"@search.score\": 0.36187214,\n                    \"documentcatalogKey\": \"6a98c2ce-57c5-4256-898d-e8f0671e0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"9f928139-acff-4ebb-8eae-613739110011\",\n                    \"projectformname\": \"WATER HEATER\",\n                    \"projectfromtoc\": \"9.36.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"9f928139-acff-4ebb-8eae-613739110011\\\",\\\"name\\\":\\\"9.36. WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"fbm 125 water heater om manual\",\n                        \"fbm 125 water heater om manual\",\n                        \"fbm 125 water heater om manual\",\n                        \"fbm 125 water heater om manual\",\n                        \"fbm 125 water heater om manual\",\n                        \"fbm 125 water heater om manual\",\n                        \"fbm 125 water heater om manual\",\n                        \"fbm 125 water heater om manual\"\n                    ],\n                    \"fileid\": \"36efa3a2-60f1-40e2-b6e3-a417e2640011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"FBM 125\",\n                    \"litDesc\": \"Water heater\",\n                    \"filepagecount\": 8,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.36187214,\n                    \"documentcatalogKey\": \"d98fc18a-30be-41ea-ad93-3ab097890011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"1d8284c8-37a5-4ef4-ba09-9246843e0011\",\n                    \"projectformname\": \"UNVENTED WATER HEATER\",\n                    \"projectfromtoc\": \"9.47.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / unvented water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"1d8284c8-37a5-4ef4-ba09-9246843e0011\\\",\\\"name\\\":\\\"9.47. UNVENTED WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"multipoint 15 unvented water heater om manual\",\n                        \"multipoint 15 unvented water heater om manual\",\n                        \"multipoint 15 unvented water heater om manual\",\n                        \"multipoint 15 unvented water heater om manual\",\n                        \"multipoint 15 unvented water heater om manual\",\n                        \"multipoint 15 unvented water heater om manual\",\n                        \"multipoint 15 unvented water heater om manual\",\n                        \"multipoint 15 unvented water heater om manual\",\n                        \"multipoint 15 unvented water heater om manual\",\n                        \"multipoint 15 unvented water heater om manual\",\n                        \"multipoint 15 unvented water heater om manual\",\n                        \"multipoint 15 unvented water heater om manual\"\n                    ],\n                    \"fileid\": \"6f52bb1f-6eef-4d27-9e1f-ed7bc5310011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Multipoint 15\",\n                    \"litDesc\": \"Unvented water heater\",\n                    \"filepagecount\": 12,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"UNVENTED WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.36187214,\n                    \"documentcatalogKey\": \"eeae37cd-0648-4bf0-bfd0-1fe551240011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"c191d3c9-aee2-4cd5-9586-339071d50011\",\n                    \"projectformname\": \"UNVENTED WATER HEATER\",\n                    \"projectfromtoc\": \"9.33.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / unvented water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"c191d3c9-aee2-4cd5-9586-339071d50011\\\",\\\"name\\\":\\\"9.33. UNVENTED WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"hotflo 15 unvented water heater om manual\",\n                        \"hotflo 15 unvented water heater om manual\",\n                        \"hotflo 15 unvented water heater om manual\",\n                        \"hotflo 15 unvented water heater om manual\",\n                        \"hotflo 15 unvented water heater om manual\",\n                        \"hotflo 15 unvented water heater om manual\",\n                        \"hotflo 15 unvented water heater om manual\",\n                        \"hotflo 15 unvented water heater om manual\",\n                        \"hotflo 15 unvented water heater om manual\",\n                        \"hotflo 15 unvented water heater om manual\",\n                        \"hotflo 15 unvented water heater om manual\",\n                        \"hotflo 15 unvented water heater om manual\"\n                    ],\n                    \"fileid\": \"e1d151fc-b023-4f34-9b3e-eea206bf0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Hotflo 15\",\n                    \"litDesc\": \"Unvented water heater\",\n                    \"filepagecount\": 12,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"UNVENTED WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.36187214,\n                    \"documentcatalogKey\": \"d51e916c-2f28-4e55-8a52-861e943b0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"d9f754bd-d242-4fee-8128-a8f2942b0011\",\n                    \"projectformname\": \"UNVENTED WATER HEATER\",\n                    \"projectfromtoc\": \"9.53.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / unvented water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"d9f754bd-d242-4fee-8128-a8f2942b0011\\\",\\\"name\\\":\\\"9.53. UNVENTED WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"multipoint 50 unvented water heater om manual\",\n                        \"multipoint 50 unvented water heater om manual\",\n                        \"multipoint 50 unvented water heater om manual\",\n                        \"multipoint 50 unvented water heater om manual\",\n                        \"multipoint 50 unvented water heater om manual\",\n                        \"multipoint 50 unvented water heater om manual\",\n                        \"multipoint 50 unvented water heater om manual\",\n                        \"multipoint 50 unvented water heater om manual\",\n                        \"multipoint 50 unvented water heater om manual\",\n                        \"multipoint 50 unvented water heater om manual\",\n                        \"multipoint 50 unvented water heater om manual\",\n                        \"multipoint 50 unvented water heater om manual\"\n                    ],\n                    \"fileid\": \"73a6cff0-0481-4d72-a05c-960401a20011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Multipoint 50\",\n                    \"litDesc\": \"Unvented water heater\",\n                    \"filepagecount\": 12,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"UNVENTED WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.36187214,\n                    \"documentcatalogKey\": \"8ce8ea61-fb8b-40a9-82c9-c00303fb0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"32c98051-d896-4ba3-9df0-936009df0011\",\n                    \"projectformname\": \"UNVENTED WATER HEATER\",\n                    \"projectfromtoc\": \"9.51.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / unvented water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"32c98051-d896-4ba3-9df0-936009df0011\\\",\\\"name\\\":\\\"9.51. UNVENTED WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\",\n                        \"multipoint 100 unvented water heater om manual\"\n                    ],\n                    \"fileid\": \"e036e9ac-0ec9-45d1-8b33-40672b9a0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Multipoint 100\",\n                    \"litDesc\": \"Unvented water heater\",\n                    \"filepagecount\": 16,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"UNVENTED WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.36187214,\n                    \"documentcatalogKey\": \"95822522-d4b2-4d27-b9fc-0cbbeef40011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"55fc9ef4-c8c5-4f89-a428-c7def1010011\",\n                    \"projectformname\": \"DIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.62.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / direct hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"55fc9ef4-c8c5-4f89-a428-c7def1010011\\\",\\\"name\\\":\\\"9.62. DIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\",\n                        \"megaflo dd300he direct hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo DD300HE\",\n                    \"litDesc\": \"Direct hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"DIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.36095876,\n                    \"documentcatalogKey\": \"26ca62cf-44e0-44dd-9be3-f0b468e20011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"4031381f-787a-48a7-989b-bec2a8290011\",\n                    \"projectformname\": \"UNVENTED WATER HEATER\",\n                    \"projectfromtoc\": \"9.46.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / unvented water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"4031381f-787a-48a7-989b-bec2a8290011\\\",\\\"name\\\":\\\"9.46. UNVENTED WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"multipoint 10 unvented water heater om manual\",\n                        \"multipoint 10 unvented water heater om manual\",\n                        \"multipoint 10 unvented water heater om manual\",\n                        \"multipoint 10 unvented water heater om manual\",\n                        \"multipoint 10 unvented water heater om manual\",\n                        \"multipoint 10 unvented water heater om manual\",\n                        \"multipoint 10 unvented water heater om manual\",\n                        \"multipoint 10 unvented water heater om manual\",\n                        \"multipoint 10 unvented water heater om manual\",\n                        \"multipoint 10 unvented water heater om manual\",\n                        \"multipoint 10 unvented water heater om manual\",\n                        \"multipoint 10 unvented water heater om manual\"\n                    ],\n                    \"fileid\": \"6f52bb1f-6eef-4d27-9e1f-ed7bc5310011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Multipoint 10\",\n                    \"litDesc\": \"Unvented water heater\",\n                    \"filepagecount\": 12,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"UNVENTED WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.36095876,\n                    \"documentcatalogKey\": \"0df423de-c75c-45f9-9509-0bd9d6500011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"5c5f87d4-6fab-49db-a827-78ec49bc0011\",\n                    \"projectformname\": \"UNVENTED WATER HEATER\",\n                    \"projectfromtoc\": \"9.42.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / unvented water heater / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"5c5f87d4-6fab-49db-a827-78ec49bc0011\\\",\\\"name\\\":\\\"9.42. UNVENTED WATER HEATER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\",\n                        \"multipoint 75 unvented water heater om manual\"\n                    ],\n                    \"fileid\": \"e036e9ac-0ec9-45d1-8b33-40672b9a0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Multipoint 75\",\n                    \"litDesc\": \"Unvented water heater\",\n                    \"filepagecount\": 16,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"UNVENTED WATER HEATER\"\n                },\n                {\n                    \"@search.score\": 0.36095876,\n                    \"documentcatalogKey\": \"a99fe1e2-96ed-40da-8fe5-f5bfd8af0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"70486838-36e7-4215-8a74-b992a15a0011\",\n                    \"projectformname\": \"DIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.72.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / direct hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"70486838-36e7-4215-8a74-b992a15a0011\\\",\\\"name\\\":\\\"9.72. DIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\",\n                        \"megaflo dd125he direct hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo DD125HE\",\n                    \"litDesc\": \"Direct hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"DIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.36095876,\n                    \"documentcatalogKey\": \"b1a358df-8074-4944-9151-2b277e070011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"bbe9d34e-e455-4c6b-95dc-f38861d10011\",\n                    \"projectformname\": \"DIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.60.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / direct hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"bbe9d34e-e455-4c6b-95dc-f38861d10011\\\",\\\"name\\\":\\\"9.60. DIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\",\n                        \"megaflo dd250he direct hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo DD250HE\",\n                    \"litDesc\": \"Direct hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"DIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.36095876,\n                    \"documentcatalogKey\": \"ae0a240d-af80-40b6-a109-fe43992b0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Master Files\",\n                    \"documentid\": \"cc2d565a-fbc5-4514-9907-676d90f50011\",\n                    \"projectformid\": \"90bbf7f4-e9d9-4c4f-b9eb-034973850011\",\n                    \"projectformname\": \"Unchecked\",\n                    \"projectfromtoc\": \"1.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"User Guide\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / unchecked / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"90bbf7f4-e9d9-4c4f-b9eb-034973850011\\\",\\\"name\\\":\\\"1. Unchecked\\\"}]\",\n                    \"file_MetaData\": [\n                        \"fbm range electric water heater fitting instructions user guide\",\n                        \"fbm range electric water heater fitting instructions user guide\",\n                        \"fbm range electric water heater fitting instructions user guide\",\n                        \"fbm range electric water heater fitting instructions user guide\",\n                        \"fbm range electric water heater fitting instructions user guide\",\n                        \"fbm range electric water heater fitting instructions user guide\",\n                        \"fbm range electric water heater fitting instructions user guide\",\n                        \"fbm range electric water heater fitting instructions user guide\"\n                    ],\n                    \"fileid\": \"8555279e-81a9-4776-bf6f-306ba6010011\",\n                    \"litExpiry\": \"2015-08-15\",\n                    \"litRef\": \"FBM Range\",\n                    \"litDesc\": \"Electric Water Heater Fitting Instructions & User Guide\",\n                    \"filepagecount\": 8,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"Unchecked\"\n                },\n                {\n                    \"@search.score\": 0.3593768,\n                    \"documentcatalogKey\": \"04b05d2a-2962-4b36-845c-c5413e1e0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"95b0b60d-7a8b-47c7-abdc-76ca8db90011\",\n                    \"projectformname\": \"DIRECT HOT WATER STORAGE CYLINDER\",\n                    \"projectfromtoc\": \"9.61.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / direct hot water storage cylinder / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"95b0b60d-7a8b-47c7-abdc-76ca8db90011\\\",\\\"name\\\":\\\"9.61. DIRECT HOT WATER STORAGE CYLINDER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\",\n                        \"megaflo dd210he direct hot water storage cylinder om manual\"\n                    ],\n                    \"fileid\": \"a1b276c3-447f-4b36-8970-c50648af0011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Megaflo DD210HE\",\n                    \"litDesc\": \"Direct hot water storage cylinder\",\n                    \"filepagecount\": 36,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"DIRECT HOT WATER STORAGE CYLINDER\"\n                },\n                {\n                    \"@search.score\": 0.3593768,\n                    \"documentcatalogKey\": \"702db2cf-047a-4439-a3b5-09eb56cb0011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"050cc89d-76c3-4220-9c4f-aab866250011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.54.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"050cc89d-76c3-4220-9c4f-aab866250011\\\",\\\"name\\\":\\\"9.54. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\",\n                        \"supreme 165 water boiler om manual\"\n                    ],\n                    \"fileid\": \"f0647455-b282-4546-b6c6-f006e8410011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 165\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                },\n                {\n                    \"@search.score\": 0.35826135,\n                    \"documentcatalogKey\": \"255083f7-aeef-46c0-bf8d-ed1796f90011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"ca99c91c-70de-4b59-a607-d481e3d40011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.35.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"ca99c91c-70de-4b59-a607-d481e3d40011\\\",\\\"name\\\":\\\"9.35. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\",\n                        \"supreme 180 ss water boiler om manual\"\n                    ],\n                    \"fileid\": \"6532d267-bedb-467b-8544-1b21ee680011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 180 SS\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                },\n                {\n                    \"@search.score\": 0.35826135,\n                    \"documentcatalogKey\": \"6836de4a-a602-4690-a011-cffc6cc90011\",\n                    \"sitename\": \"Test Site\",\n                    \"siteid\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectname\": \"Master\",\n                    \"projectid\": \"284f3cc6-3e52-4aa8-9f6e-d01a1d8a0011\",\n                    \"documentname\": \"Superseded Templates\",\n                    \"documentid\": \"4eb1a384-1919-459f-a5c8-cf66c6cd0011\",\n                    \"projectformid\": \"07ad2615-036a-4bdf-a5d1-a1ab0ae50011\",\n                    \"projectformname\": \"WATER BOILER\",\n                    \"projectfromtoc\": \"9.55.\",\n                    \"location\": \"\",\n                    \"system\": \"\",\n                    \"type\": \"O&M Manual\",\n                    \"manf\": \"HEATRAE SADIA LTD\",\n                    \"breadcrumb\": \" / assets / water boiler / \",\n                    \"breadcrumbobject\": \"[{\\\"id\\\":\\\"73303731-9faa-4502-9f5c-cc0fecb20011\\\",\\\"name\\\":\\\"9. Assets\\\"},{\\\"id\\\":\\\"07ad2615-036a-4bdf-a5d1-a1ab0ae50011\\\",\\\"name\\\":\\\"9.55. WATER BOILER\\\"}]\",\n                    \"file_MetaData\": [\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\",\n                        \"supreme 180 water boiler om manual\"\n                    ],\n                    \"fileid\": \"f0647455-b282-4546-b6c6-f006e8410011\",\n                    \"litExpiry\": \"2019-09-17\",\n                    \"litRef\": \"Supreme 180\",\n                    \"litDesc\": \"Water boiler\",\n                    \"filepagecount\": 20,\n                    \"trimrender\": \"True\",\n                    \"fileextension\": \".pdf\",\n                    \"sitelocation\": \"00000000-0000-0000-0000-000000000011\",\n                    \"projectFormTitle\": \"WATER BOILER\"\n                }\n            ],\n            \"@odata.nextLink\": \"https://edocs.search.windows.net/indexes('documentcatalog')/docs?$count=true&search=heatrae%20warranty&facet=type%2Ccount%3A99&facet=manf%2Ccount%3A99&facet=location%2Ccount%3A99&facet=system%2Ccount%3A99&facet=sitename%2Ccount%3A99&facet=projectname%2Ccount%3A99&facet=documentname%2Ccount%3A99&$filter=%28siteid%20eq%20%2700000000-0000-0000-0000-000000000000%27%29%20and%20not%20%28fileid%20eq%20%27%27%29&api-version=2015-02-28&$skip=50\"\n        }\n    }\n}"}],"_postman_id":"f7f7a189-3b88-477a-be8c-2372425d29b0"},{"name":"Tasks/ByUser","id":"bb8e6232-b63f-4df0-b0ac-633fd6455044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\""}],"url":"{{url}}/Core6/api/Tasks/ByUser","description":"<p>Fetch all tasks for the currently logged in user - also returns system data relevant to any of the returned open tasks</p>\n","urlObject":{"path":["Core6","api","Tasks","ByUser"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7b2a385b-22f9-48a2-9c9e-9b1cabfff9c7","name":"Tasks/ByUser","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"2iqsvuylnqq\" realm=\"_root_\" password=\"\""}],"url":"{{url}}/api/Tasks/ByUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"5846"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:77108bdf-a4f5-4f91-afaa-ddabc1087f0d"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 17 Sep 2020 11:53:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Pages\": 0,\n    \"Page\": 0,\n    \"Rows\": 12,\n    \"OrderBy\": null,\n    \"Desc\": false,\n    \"TotalRows\": 8,\n    \"HasError\": false,\n    \"Error\": null,\n    \"Result\": {\n        \"tasks\": [\n            {\n                \"id\": \"5cde927d-b2f9-4a74-9948-13d6f5104f9c\",\n                \"projectFormId\": \"e5edab80-ca3f-41f9-9310-bd785ec6af9c\",\n                \"projectFormTitle\": \"Ventilation and air conditioning systems Ss_65\",\n                \"projectFormTaskInt\": 1,\n                \"subject\": \"Vents and air con data\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"565c19a3-aab1-4e02-a640-ac8331708813\",\n                \"documentId\": \"6880a3a7-1b7b-4752-8211-45e983480135\",\n                \"systemId\": \"e5edab80-ca3f-41f9-9310-bd785ec6af9c\",\n                \"isClosed\": false,\n                \"isPrivate\": false,\n                \"createdDate\": \"2020-09-17T11:44:42.97Z\",\n                \"dueDate\": \"2020-09-25T00:00:00Z\",\n                \"dateClosed\": null,\n                \"userClosedId\": null,\n                \"taskMessages\": [\n                    {\n                        \"id\": \"164db704-c5aa-4af0-b5e2-e2fb80f5adb5\",\n                        \"threadId\": \"5cde927d-b2f9-4a74-9948-13d6f5104f9c\",\n                        \"fromId\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                        \"from\": {\n                            \"initials\": \"SS\",\n                            \"username\": \"support@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:43.373Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:30:59.163Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2018-03-05T08:51:18.653Z\",\n                            \"creationDate\": \"2015-11-27T10:29:50.257Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2019-05-29T09:56:36.063Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:30:59.157Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"Unit 19 Waterhouse Business Centre, 2 Cromar Way, Chelmsford \",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                            \"isMe\": false,\n                            \"name\": \"Springboard Support\",\n                            \"email\": \"support@edocuments.co.uk\",\n                            \"firstName\": \"Springboard\",\n                            \"lastName\": \"Support\"\n                        },\n                        \"to\": {\n                            \"initials\": \"T1\",\n                            \"username\": \"testUser1@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:59.28Z\",\n                            \"lastLoginDate\": \"2020-09-17T11:52:57.087Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2020-09-17T11:45:45.69Z\",\n                            \"creationDate\": \"2016-09-06T14:34:29.52Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2016-09-06T14:34:29.52Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T11:52:57.093Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"\",\n                            \"bouncedMailLastBounce\": \"2020-07-07T00:00:00Z\",\n                            \"bouncedMailLastSent\": \"2020-07-07T00:00:00Z\",\n                            \"bouncedMailLastSubject\": \"Undeliverable: Demonstration Building Document Access\",\n                            \"bouncedMailStatus\": 1,\n                            \"id\": \"d6222d87-04ba-459e-9cf3-0acae1006a94\",\n                            \"isMe\": true,\n                            \"name\": \"testUser 1\",\n                            \"email\": \"testUser1@edocuments.co.uk\",\n                            \"firstName\": \"testUser\",\n                            \"lastName\": \"1\"\n                        },\n                        \"toId\": \"d6222d87-04ba-459e-9cf3-0acae1006a94\",\n                        \"dateCreated\": \"2020-09-17T11:44:42.97Z\",\n                        \"dateExpires\": \"2020-09-25T00:00:00Z\",\n                        \"isClosed\": false,\n                        \"body\": \"Supply all relevant data and files relating to ventilation and air con for this project\",\n                        \"uploadGroupId\": null,\n                        \"formVersion\": -1,\n                        \"notificationSent\": null,\n                        \"templateId\": null,\n                        \"cc\": null,\n                        \"dateClosed\": null,\n                        \"userClosed\": null,\n                        \"files\": [],\n                        \"projectFormVersion\": 0,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null,\n                        \"closedBy\": null\n                    }\n                ],\n                \"toc\": \".000.001.001\",\n                \"sectionNumber\": null,\n                \"projectName\": null,\n                \"siteName\": null,\n                \"closedBy\": null\n            },\n            {\n                \"id\": \"adcb9d88-eef8-4eb8-8430-308dc898af75\",\n                \"projectFormId\": \"b8b5bd4b-de15-47d6-be80-e6987fb09861\",\n                \"projectFormTitle\": \"LOI Schedule 1\",\n                \"projectFormTaskInt\": 3,\n                \"subject\": \"Boiler info required\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"565c19a3-aab1-4e02-a640-ac8331708813\",\n                \"documentId\": \"859c7602-7bc4-4b8d-8855-e2c781537e3e\",\n                \"systemId\": \"f8986dc6-1da8-4cd1-a5fa-80652fe44c86\",\n                \"isClosed\": false,\n                \"isPrivate\": false,\n                \"createdDate\": \"2020-09-17T10:57:12.78Z\",\n                \"dueDate\": \"2020-09-24T00:00:00Z\",\n                \"dateClosed\": null,\n                \"userClosedId\": null,\n                \"taskMessages\": [\n                    {\n                        \"id\": \"a08adabe-ac8f-4499-9fd1-094e0e5e4ebd\",\n                        \"threadId\": \"adcb9d88-eef8-4eb8-8430-308dc898af75\",\n                        \"fromId\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                        \"from\": {\n                            \"initials\": \"SS\",\n                            \"username\": \"support@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:43.373Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:30:59.163Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2018-03-05T08:51:18.653Z\",\n                            \"creationDate\": \"2015-11-27T10:29:50.257Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2019-05-29T09:56:36.063Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:30:59.157Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"Unit 19 Waterhouse Business Centre, 2 Cromar Way, Chelmsford \",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                            \"isMe\": false,\n                            \"name\": \"Springboard Support\",\n                            \"email\": \"support@edocuments.co.uk\",\n                            \"firstName\": \"Springboard\",\n                            \"lastName\": \"Support\"\n                        },\n                        \"to\": {\n                            \"initials\": \"T1\",\n                            \"username\": \"testUser1@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:59.28Z\",\n                            \"lastLoginDate\": \"2020-09-17T11:52:57.087Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2020-09-17T11:45:45.69Z\",\n                            \"creationDate\": \"2016-09-06T14:34:29.52Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2016-09-06T14:34:29.52Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T11:52:57.093Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"\",\n                            \"bouncedMailLastBounce\": \"2020-07-07T00:00:00Z\",\n                            \"bouncedMailLastSent\": \"2020-07-07T00:00:00Z\",\n                            \"bouncedMailLastSubject\": \"Undeliverable: Demonstration Building Document Access\",\n                            \"bouncedMailStatus\": 1,\n                            \"id\": \"d6222d87-04ba-459e-9cf3-0acae1006a94\",\n                            \"isMe\": true,\n                            \"name\": \"testUser 1\",\n                            \"email\": \"testUser1@edocuments.co.uk\",\n                            \"firstName\": \"testUser\",\n                            \"lastName\": \"1\"\n                        },\n                        \"toId\": \"d6222d87-04ba-459e-9cf3-0acae1006a94\",\n                        \"dateCreated\": \"2020-09-17T10:57:12.78Z\",\n                        \"dateExpires\": \"2020-09-24T00:00:00Z\",\n                        \"isClosed\": false,\n                        \"body\": \"Test user,<br/><br/>Please fill out all the missing information for the supplied boiler and respond to the task when complete.\",\n                        \"uploadGroupId\": null,\n                        \"formVersion\": -1,\n                        \"notificationSent\": null,\n                        \"templateId\": null,\n                        \"cc\": null,\n                        \"dateClosed\": null,\n                        \"userClosed\": null,\n                        \"files\": [],\n                        \"projectFormVersion\": 0,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null,\n                        \"closedBy\": null\n                    }\n                ],\n                \"toc\": \".000.008.001\",\n                \"sectionNumber\": null,\n                \"projectName\": null,\n                \"siteName\": null,\n                \"closedBy\": null\n            },\n            {\n                \"id\": \"e3dcd4f7-4692-4987-a3db-ebae5222b692\",\n                \"projectFormId\": \"4f755dfd-8996-4345-9e05-0d6dbeef9416\",\n                \"projectFormTitle\": \"Locations\",\n                \"projectFormTaskInt\": 1,\n                \"subject\": \"Missing location data\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"565c19a3-aab1-4e02-a640-ac8331708813\",\n                \"documentId\": \"859c7602-7bc4-4b8d-8855-e2c781537e3e\",\n                \"systemId\": \"4f755dfd-8996-4345-9e05-0d6dbeef9416\",\n                \"isClosed\": false,\n                \"isPrivate\": false,\n                \"createdDate\": \"2020-09-17T11:43:19.0166667Z\",\n                \"dueDate\": \"2020-09-24T00:00:00Z\",\n                \"dateClosed\": null,\n                \"userClosedId\": null,\n                \"taskMessages\": [\n                    {\n                        \"id\": \"1ecacab8-8e28-43be-ac81-3d03439fc6b9\",\n                        \"threadId\": \"e3dcd4f7-4692-4987-a3db-ebae5222b692\",\n                        \"fromId\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                        \"from\": {\n                            \"initials\": \"SS\",\n                            \"username\": \"support@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:43.373Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:30:59.163Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2018-03-05T08:51:18.653Z\",\n                            \"creationDate\": \"2015-11-27T10:29:50.257Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2019-05-29T09:56:36.063Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:30:59.157Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"Unit 19 Waterhouse Business Centre, 2 Cromar Way, Chelmsford \",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                            \"isMe\": false,\n                            \"name\": \"Springboard Support\",\n                            \"email\": \"support@edocuments.co.uk\",\n                            \"firstName\": \"Springboard\",\n                            \"lastName\": \"Support\"\n                        },\n                        \"to\": {\n                            \"initials\": \"T1\",\n                            \"username\": \"testUser1@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:59.28Z\",\n                            \"lastLoginDate\": \"2020-09-17T11:52:57.087Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2020-09-17T11:45:45.69Z\",\n                            \"creationDate\": \"2016-09-06T14:34:29.52Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2016-09-06T14:34:29.52Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T11:52:57.093Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"\",\n                            \"bouncedMailLastBounce\": \"2020-07-07T00:00:00Z\",\n                            \"bouncedMailLastSent\": \"2020-07-07T00:00:00Z\",\n                            \"bouncedMailLastSubject\": \"Undeliverable: Demonstration Building Document Access\",\n                            \"bouncedMailStatus\": 1,\n                            \"id\": \"d6222d87-04ba-459e-9cf3-0acae1006a94\",\n                            \"isMe\": true,\n                            \"name\": \"testUser 1\",\n                            \"email\": \"testUser1@edocuments.co.uk\",\n                            \"firstName\": \"testUser\",\n                            \"lastName\": \"1\"\n                        },\n                        \"toId\": \"d6222d87-04ba-459e-9cf3-0acae1006a94\",\n                        \"dateCreated\": \"2020-09-17T11:43:19.017Z\",\n                        \"dateExpires\": \"2020-09-24T00:00:00Z\",\n                        \"isClosed\": false,\n                        \"body\": \"Dear Mr. Test,<br/><br/>Please add the missing location details for this project, 3 have been filled in already as an example.\",\n                        \"uploadGroupId\": null,\n                        \"formVersion\": -1,\n                        \"notificationSent\": null,\n                        \"templateId\": null,\n                        \"cc\": null,\n                        \"dateClosed\": null,\n                        \"userClosed\": null,\n                        \"files\": [],\n                        \"projectFormVersion\": 0,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null,\n                        \"closedBy\": null\n                    }\n                ],\n                \"toc\": \".000.013\",\n                \"sectionNumber\": null,\n                \"projectName\": null,\n                \"siteName\": null,\n                \"closedBy\": null\n            },\n            {\n                \"id\": \"c464ff5a-88f2-47fd-880d-e14fa993b95f\",\n                \"projectFormId\": \"61ed5c3e-6e97-4721-ac82-298196920d42\",\n                \"projectFormTitle\": \"Drawings List\",\n                \"projectFormTaskInt\": 1,\n                \"subject\": \"Request for Information\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"projectId\": \"565c19a3-aab1-4e02-a640-ac8331708813\",\n                \"documentId\": \"859c7602-7bc4-4b8d-8855-e2c781537e3e\",\n                \"systemId\": \"61ed5c3e-6e97-4721-ac82-298196920d42\",\n                \"isClosed\": false,\n                \"isPrivate\": false,\n                \"createdDate\": \"2019-02-21T14:02:25.3Z\",\n                \"dueDate\": \"2020-04-05T00:00:00Z\",\n                \"dateClosed\": null,\n                \"userClosedId\": null,\n                \"taskMessages\": [\n                    {\n                        \"id\": \"654d9cec-181b-4692-8798-333e828dbdbe\",\n                        \"threadId\": \"c464ff5a-88f2-47fd-880d-e14fa993b95f\",\n                        \"fromId\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                        \"from\": {\n                            \"initials\": \"SS\",\n                            \"username\": \"support@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:43.373Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:30:59.163Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2018-03-05T08:51:18.653Z\",\n                            \"creationDate\": \"2015-11-27T10:29:50.257Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2019-05-29T09:56:36.063Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:30:59.157Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"Unit 19 Waterhouse Business Centre, 2 Cromar Way, Chelmsford \",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                            \"isMe\": false,\n                            \"name\": \"Springboard Support\",\n                            \"email\": \"support@edocuments.co.uk\",\n                            \"firstName\": \"Springboard\",\n                            \"lastName\": \"Support\"\n                        },\n                        \"to\": {\n                            \"initials\": \"MB\",\n                            \"username\": \"mbacon@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-15T10:48:38.87Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:03:24.343Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2020-03-06T15:20:43.26Z\",\n                            \"creationDate\": \"2015-01-14T08:58:03.857Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2020-03-06T13:49:33.563Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:03:24.35Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"+44 (0) 1245 330 100\",\n                            \"companyAddress\": \"Unit 32, 2 Cromar Way, Chelmsford, Essex, UK\",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"ccf1c842-b0cd-4071-955d-96dabfc6a517\",\n                            \"isMe\": false,\n                            \"name\": \"Matt Bacon\",\n                            \"email\": \"mbacon@edocuments.co.uk\",\n                            \"firstName\": \"Matt\",\n                            \"lastName\": \"Bacon\"\n                        },\n                        \"toId\": \"ccf1c842-b0cd-4071-955d-96dabfc6a517\",\n                        \"dateCreated\": \"2020-04-03T08:32:24.35Z\",\n                        \"dateExpires\": \"2020-04-05T00:00:00Z\",\n                        \"isClosed\": false,\n                        \"body\": \"Reply to test update\",\n                        \"uploadGroupId\": null,\n                        \"formVersion\": 0,\n                        \"notificationSent\": null,\n                        \"templateId\": null,\n                        \"cc\": null,\n                        \"dateClosed\": null,\n                        \"userClosed\": null,\n                        \"files\": [],\n                        \"projectFormVersion\": 0,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null,\n                        \"closedBy\": null\n                    },\n                    {\n                        \"id\": \"c9e3b3f9-c96e-4a40-880f-5694ca8723f4\",\n                        \"threadId\": \"c464ff5a-88f2-47fd-880d-e14fa993b95f\",\n                        \"fromId\": \"ccf1c842-b0cd-4071-955d-96dabfc6a517\",\n                        \"from\": {\n                            \"initials\": \"MB\",\n                            \"username\": \"mbacon@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-15T10:48:38.87Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:03:24.343Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2020-03-06T15:20:43.26Z\",\n                            \"creationDate\": \"2015-01-14T08:58:03.857Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2020-03-06T13:49:33.563Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:03:24.35Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"+44 (0) 1245 330 100\",\n                            \"companyAddress\": \"Unit 32, 2 Cromar Way, Chelmsford, Essex, UK\",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"ccf1c842-b0cd-4071-955d-96dabfc6a517\",\n                            \"isMe\": false,\n                            \"name\": \"Matt Bacon\",\n                            \"email\": \"mbacon@edocuments.co.uk\",\n                            \"firstName\": \"Matt\",\n                            \"lastName\": \"Bacon\"\n                        },\n                        \"to\": {\n                            \"initials\": \"SS\",\n                            \"username\": \"support@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:43.373Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:30:59.163Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2018-03-05T08:51:18.653Z\",\n                            \"creationDate\": \"2015-11-27T10:29:50.257Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2019-05-29T09:56:36.063Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:30:59.157Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"Unit 19 Waterhouse Business Centre, 2 Cromar Way, Chelmsford \",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                            \"isMe\": false,\n                            \"name\": \"Springboard Support\",\n                            \"email\": \"support@edocuments.co.uk\",\n                            \"firstName\": \"Springboard\",\n                            \"lastName\": \"Support\"\n                        },\n                        \"toId\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                        \"dateCreated\": \"2019-02-25T09:27:43.88Z\",\n                        \"dateExpires\": \"2019-02-27T00:00:00Z\",\n                        \"isClosed\": true,\n                        \"body\": \"reply again\",\n                        \"uploadGroupId\": null,\n                        \"formVersion\": 0,\n                        \"notificationSent\": null,\n                        \"templateId\": null,\n                        \"cc\": null,\n                        \"dateClosed\": \"2020-04-03T08:32:24.387Z\",\n                        \"userClosed\": null,\n                        \"files\": [],\n                        \"projectFormVersion\": 0,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null,\n                        \"closedBy\": null\n                    },\n                    {\n                        \"id\": \"3ac3a085-a493-4fa4-8b73-2feff84a3b81\",\n                        \"threadId\": \"c464ff5a-88f2-47fd-880d-e14fa993b95f\",\n                        \"fromId\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                        \"from\": {\n                            \"initials\": \"SS\",\n                            \"username\": \"support@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:43.373Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:30:59.163Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2018-03-05T08:51:18.653Z\",\n                            \"creationDate\": \"2015-11-27T10:29:50.257Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2019-05-29T09:56:36.063Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:30:59.157Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"Unit 19 Waterhouse Business Centre, 2 Cromar Way, Chelmsford \",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                            \"isMe\": false,\n                            \"name\": \"Springboard Support\",\n                            \"email\": \"support@edocuments.co.uk\",\n                            \"firstName\": \"Springboard\",\n                            \"lastName\": \"Support\"\n                        },\n                        \"to\": {\n                            \"initials\": \"T1\",\n                            \"username\": \"testUser1@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:59.28Z\",\n                            \"lastLoginDate\": \"2020-09-17T11:52:57.087Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2020-09-17T11:45:45.69Z\",\n                            \"creationDate\": \"2016-09-06T14:34:29.52Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2016-09-06T14:34:29.52Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T11:52:57.093Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"\",\n                            \"bouncedMailLastBounce\": \"2020-07-07T00:00:00Z\",\n                            \"bouncedMailLastSent\": \"2020-07-07T00:00:00Z\",\n                            \"bouncedMailLastSubject\": \"Undeliverable: Demonstration Building Document Access\",\n                            \"bouncedMailStatus\": 1,\n                            \"id\": \"d6222d87-04ba-459e-9cf3-0acae1006a94\",\n                            \"isMe\": true,\n                            \"name\": \"testUser 1\",\n                            \"email\": \"testUser1@edocuments.co.uk\",\n                            \"firstName\": \"testUser\",\n                            \"lastName\": \"1\"\n                        },\n                        \"toId\": \"d6222d87-04ba-459e-9cf3-0acae1006a94\",\n                        \"dateCreated\": \"2019-02-25T09:26:15.72Z\",\n                        \"dateExpires\": \"2019-02-27T00:00:00Z\",\n                        \"isClosed\": true,\n                        \"body\": \"reply\",\n                        \"uploadGroupId\": null,\n                        \"formVersion\": 0,\n                        \"notificationSent\": null,\n                        \"templateId\": null,\n                        \"cc\": null,\n                        \"dateClosed\": \"2019-02-25T09:27:43.897Z\",\n                        \"userClosed\": null,\n                        \"files\": [],\n                        \"projectFormVersion\": 0,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null,\n                        \"closedBy\": null\n                    },\n                    {\n                        \"id\": \"b4469dad-40b8-4680-aaa3-049118af7337\",\n                        \"threadId\": \"c464ff5a-88f2-47fd-880d-e14fa993b95f\",\n                        \"fromId\": \"fe334a09-d261-412f-b9ec-10695ce5bb6a\",\n                        \"from\": {\n                            \"initials\": \"DG\",\n                            \"username\": \"dgroves@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"01245 3300100\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-16T22:10:46.427Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:18:19.66Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2017-04-07T08:25:38.957Z\",\n                            \"creationDate\": \"2011-04-21T16:41:10Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2014-10-29T16:08:03.147Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:18:19.663Z\",\n                            \"sessionKey\": 4304316,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"Edocuments Ltd\",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"fe334a09-d261-412f-b9ec-10695ce5bb6a\",\n                            \"isMe\": false,\n                            \"name\": \"Daniel Groves\",\n                            \"email\": \"dgroves@edocuments.co.uk\",\n                            \"firstName\": \"Daniel\",\n                            \"lastName\": \"Groves\"\n                        },\n                        \"to\": {\n                            \"initials\": \"SS\",\n                            \"username\": \"support@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:43.373Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:30:59.163Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2018-03-05T08:51:18.653Z\",\n                            \"creationDate\": \"2015-11-27T10:29:50.257Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2019-05-29T09:56:36.063Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:30:59.157Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"Unit 19 Waterhouse Business Centre, 2 Cromar Way, Chelmsford \",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                            \"isMe\": false,\n                            \"name\": \"Springboard Support\",\n                            \"email\": \"support@edocuments.co.uk\",\n                            \"firstName\": \"Springboard\",\n                            \"lastName\": \"Support\"\n                        },\n                        \"toId\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                        \"dateCreated\": \"2019-02-21T14:13:01.713Z\",\n                        \"dateExpires\": \"2019-02-23T00:00:00Z\",\n                        \"isClosed\": true,\n                        \"body\": \"reply\",\n                        \"uploadGroupId\": null,\n                        \"formVersion\": 0,\n                        \"notificationSent\": null,\n                        \"templateId\": null,\n                        \"cc\": null,\n                        \"dateClosed\": \"2019-02-25T09:27:43.897Z\",\n                        \"userClosed\": null,\n                        \"files\": [],\n                        \"projectFormVersion\": 0,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null,\n                        \"closedBy\": null\n                    },\n                    {\n                        \"id\": \"94d8d935-8d36-4749-809d-94e1c65e2c51\",\n                        \"threadId\": \"c464ff5a-88f2-47fd-880d-e14fa993b95f\",\n                        \"fromId\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                        \"from\": {\n                            \"initials\": \"SS\",\n                            \"username\": \"support@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-17T11:51:43.373Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:30:59.163Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2018-03-05T08:51:18.653Z\",\n                            \"creationDate\": \"2015-11-27T10:29:50.257Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2019-05-29T09:56:36.063Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:30:59.157Z\",\n                            \"sessionKey\": null,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"Unit 19 Waterhouse Business Centre, 2 Cromar Way, Chelmsford \",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"fd834fa0-ea87-4d48-88c8-023063e5eec9\",\n                            \"isMe\": false,\n                            \"name\": \"Springboard Support\",\n                            \"email\": \"support@edocuments.co.uk\",\n                            \"firstName\": \"Springboard\",\n                            \"lastName\": \"Support\"\n                        },\n                        \"to\": {\n                            \"initials\": \"DG\",\n                            \"username\": \"dgroves@edocuments.co.uk\",\n                            \"applicationName\": \"/\",\n                            \"dDial\": \"\",\n                            \"mobile\": \"01245 3300100\",\n                            \"addressId\": null,\n                            \"comment\": \"\",\n                            \"isApproved\": true,\n                            \"lastActivityDate\": \"2020-09-16T22:10:46.427Z\",\n                            \"lastLoginDate\": \"2020-09-17T09:18:19.66Z\",\n                            \"dateLastAccessed\": null,\n                            \"lastPasswordChangedDate\": \"2017-04-07T08:25:38.957Z\",\n                            \"creationDate\": \"2011-04-21T16:41:10Z\",\n                            \"isOnline\": false,\n                            \"isDeleted\": false,\n                            \"isEdocuments\": false,\n                            \"isLockedOut\": false,\n                            \"lastLockedOutDate\": \"2014-10-29T16:08:03.147Z\",\n                            \"failedPasswordAttemptCount\": 0,\n                            \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:18:19.663Z\",\n                            \"sessionKey\": 4304316,\n                            \"companyName\": \"Edocuments Ltd\",\n                            \"companyTel\": \"01245 330010\",\n                            \"companyAddress\": \"Edocuments Ltd\",\n                            \"bouncedMailLastBounce\": null,\n                            \"bouncedMailLastSent\": null,\n                            \"bouncedMailLastSubject\": \"\",\n                            \"bouncedMailStatus\": null,\n                            \"id\": \"fe334a09-d261-412f-b9ec-10695ce5bb6a\",\n                            \"isMe\": false,\n                            \"name\": \"Daniel Groves\",\n                            \"email\": \"dgroves@edocuments.co.uk\",\n                            \"firstName\": \"Daniel\",\n                            \"lastName\": \"Groves\"\n                        },\n                        \"toId\": \"fe334a09-d261-412f-b9ec-10695ce5bb6a\",\n                        \"dateCreated\": \"2019-02-21T14:02:25.3Z\",\n                        \"dateExpires\": \"2019-02-28T00:00:00Z\",\n                        \"isClosed\": true,\n                        \"body\": \"Dear Daniel,<br/><br/>Further to our conversation this is the link to the online template that will become your project specific O&M manual.  Please do not upload a complete system O&M Manual.  Complete all of the designated sections to ensure a comprehensive manual is submitted. The referenced documents upload section is for you to provide manufacturers data sheets, operating and/or maintenance documents for the individual components used within your installation.<br/><br/>Complete all of the designated sections with your own system overview, description of works, equipment/components details.  Operating instructions and maintenance procedures for the system should be written into the sections provided.<br/><br/>As-Built approved drawings, signed certificates should be uploaded to the drawing and certificates sections when available.  I understand that they are not always available at point of submission, so this should not hold up the completion of your template.  Before hitting Submit for Review, add into the Comments/Additional Information box that the drawings will follow at a later date.  A separate task requesting them will them be set.<br/><br/>There is online guidance and a training video to help you through the form but if you have any questions please do not hesitate to contact me.<br/><br/>To ensure your clients draft issue is not delayed we require all of the above information by 28 Feb 2019.<br/><br/>Regards<br/>Admin Account\",\n                        \"uploadGroupId\": null,\n                        \"formVersion\": -1,\n                        \"notificationSent\": null,\n                        \"templateId\": null,\n                        \"cc\": null,\n                        \"dateClosed\": \"2019-02-25T09:27:43.897Z\",\n                        \"userClosed\": null,\n                        \"files\": [],\n                        \"projectFormVersion\": 0,\n                        \"bounceBackStatusFrom\": null,\n                        \"bounceBackStatusTo\": null,\n                        \"closedBy\": null\n                    }\n                ],\n                \"toc\": \".000.002\",\n                \"sectionNumber\": null,\n                \"projectName\": null,\n                \"siteName\": null,\n                \"closedBy\": null\n            }\n        ],\n        \"systems\": [\n            {\n                \"siteId\": \"2fa9fc72-23a7-41ed-86a1-b83a3ba04709\",\n                \"siteName\": \"Demonstration Building\",\n                \"projectId\": \"565c19a3-aab1-4e02-a640-ac8331708813\",\n                \"projectName\": \"COBie 2015 V1.4 Test Site\",\n                \"documentId\": \"6880a3a7-1b7b-4752-8211-45e983480135\",\n                \"documentName\": \"Import Test\",\n                \"id\": \"e5edab80-ca3f-41f9-9310-bd785ec6af9c\",\n                \"toc\": \".000.001.001\",\n                \"name\": \"Ventilation and air conditioning systems Ss_65\",\n                \"defaultTaskUserId\": \"1af06483-0a5e-4517-a412-aa5ed484e6e7\",\n                \"defaultTaskUser\": {\n                    \"initials\": \"CR\",\n                    \"username\": \"creynolds@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"+44 1245 330010\",\n                    \"mobile\": \"\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2020-09-17T11:40:12.403Z\",\n                    \"lastLoginDate\": \"2020-09-17T09:03:24.83Z\",\n                    \"dateLastAccessed\": null,\n                    \"lastPasswordChangedDate\": \"2015-03-02T08:16:31.503Z\",\n                    \"creationDate\": \"2011-10-05T11:48:36.143Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2019-10-30T15:33:03.883Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:03:24.83Z\",\n                    \"sessionKey\": 6544879,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"01245 330010\",\n                    \"companyAddress\": \"32 Waterhouse Business Centre, Cromar Way\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"1af06483-0a5e-4517-a412-aa5ed484e6e7\",\n                    \"isMe\": false,\n                    \"name\": \"Chris Reynolds\",\n                    \"email\": \"creynolds@edocuments.co.uk\",\n                    \"firstName\": \"Chris\",\n                    \"lastName\": \"Reynolds\"\n                }\n            },\n            {\n                \"siteId\": \"2fa9fc72-23a7-41ed-86a1-b83a3ba04709\",\n                \"siteName\": \"Demonstration Building\",\n                \"projectId\": \"565c19a3-aab1-4e02-a640-ac8331708813\",\n                \"projectName\": \"COBie 2015 V1.4 Test Site\",\n                \"documentId\": \"859c7602-7bc4-4b8d-8855-e2c781537e3e\",\n                \"documentName\": \"Matt test\",\n                \"id\": \"4f755dfd-8996-4345-9e05-0d6dbeef9416\",\n                \"toc\": \".000.013\",\n                \"name\": \"Locations\",\n                \"defaultTaskUserId\": \"ccf1c842-b0cd-4071-955d-96dabfc6a517\",\n                \"defaultTaskUser\": {\n                    \"initials\": \"MB\",\n                    \"username\": \"mbacon@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2020-09-15T10:48:38.87Z\",\n                    \"lastLoginDate\": \"2020-09-17T09:03:24.343Z\",\n                    \"dateLastAccessed\": null,\n                    \"lastPasswordChangedDate\": \"2020-03-06T15:20:43.26Z\",\n                    \"creationDate\": \"2015-01-14T08:58:03.857Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2020-03-06T13:49:33.563Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:03:24.35Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"+44 (0) 1245 330 100\",\n                    \"companyAddress\": \"Unit 32, 2 Cromar Way, Chelmsford, Essex, UK\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"ccf1c842-b0cd-4071-955d-96dabfc6a517\",\n                    \"isMe\": false,\n                    \"name\": \"Matt Bacon\",\n                    \"email\": \"mbacon@edocuments.co.uk\",\n                    \"firstName\": \"Matt\",\n                    \"lastName\": \"Bacon\"\n                }\n            },\n            {\n                \"siteId\": \"2fa9fc72-23a7-41ed-86a1-b83a3ba04709\",\n                \"siteName\": \"Demonstration Building\",\n                \"projectId\": \"565c19a3-aab1-4e02-a640-ac8331708813\",\n                \"projectName\": \"COBie 2015 V1.4 Test Site\",\n                \"documentId\": \"859c7602-7bc4-4b8d-8855-e2c781537e3e\",\n                \"documentName\": \"Matt test\",\n                \"id\": \"61ed5c3e-6e97-4721-ac82-298196920d42\",\n                \"toc\": \".000.002\",\n                \"name\": \"Drawings List\",\n                \"defaultTaskUserId\": \"ccf1c842-b0cd-4071-955d-96dabfc6a517\",\n                \"defaultTaskUser\": {\n                    \"initials\": \"MB\",\n                    \"username\": \"mbacon@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2020-09-15T10:48:38.87Z\",\n                    \"lastLoginDate\": \"2020-09-17T09:03:24.343Z\",\n                    \"dateLastAccessed\": null,\n                    \"lastPasswordChangedDate\": \"2020-03-06T15:20:43.26Z\",\n                    \"creationDate\": \"2015-01-14T08:58:03.857Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2020-03-06T13:49:33.563Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:03:24.35Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"+44 (0) 1245 330 100\",\n                    \"companyAddress\": \"Unit 32, 2 Cromar Way, Chelmsford, Essex, UK\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"ccf1c842-b0cd-4071-955d-96dabfc6a517\",\n                    \"isMe\": false,\n                    \"name\": \"Matt Bacon\",\n                    \"email\": \"mbacon@edocuments.co.uk\",\n                    \"firstName\": \"Matt\",\n                    \"lastName\": \"Bacon\"\n                }\n            },\n            {\n                \"siteId\": \"2fa9fc72-23a7-41ed-86a1-b83a3ba04709\",\n                \"siteName\": \"Demonstration Building\",\n                \"projectId\": \"565c19a3-aab1-4e02-a640-ac8331708813\",\n                \"projectName\": \"COBie 2015 V1.4 Test Site\",\n                \"documentId\": \"859c7602-7bc4-4b8d-8855-e2c781537e3e\",\n                \"documentName\": \"Matt test\",\n                \"id\": \"f8986dc6-1da8-4cd1-a5fa-80652fe44c86\",\n                \"toc\": \".000.008\",\n                \"name\": \"LOI Schedules system\",\n                \"defaultTaskUserId\": \"ccf1c842-b0cd-4071-955d-96dabfc6a517\",\n                \"defaultTaskUser\": {\n                    \"initials\": \"MB\",\n                    \"username\": \"mbacon@edocuments.co.uk\",\n                    \"applicationName\": \"/\",\n                    \"dDial\": \"\",\n                    \"mobile\": \"\",\n                    \"addressId\": null,\n                    \"comment\": \"\",\n                    \"isApproved\": true,\n                    \"lastActivityDate\": \"2020-09-15T10:48:38.87Z\",\n                    \"lastLoginDate\": \"2020-09-17T09:03:24.343Z\",\n                    \"dateLastAccessed\": null,\n                    \"lastPasswordChangedDate\": \"2020-03-06T15:20:43.26Z\",\n                    \"creationDate\": \"2015-01-14T08:58:03.857Z\",\n                    \"isOnline\": false,\n                    \"isDeleted\": false,\n                    \"isEdocuments\": false,\n                    \"isLockedOut\": false,\n                    \"lastLockedOutDate\": \"2020-03-06T13:49:33.563Z\",\n                    \"failedPasswordAttemptCount\": 0,\n                    \"failedPasswordAttemptWindowStart\": \"2020-09-16T09:03:24.35Z\",\n                    \"sessionKey\": null,\n                    \"companyName\": \"Edocuments Ltd\",\n                    \"companyTel\": \"+44 (0) 1245 330 100\",\n                    \"companyAddress\": \"Unit 32, 2 Cromar Way, Chelmsford, Essex, UK\",\n                    \"bouncedMailLastBounce\": null,\n                    \"bouncedMailLastSent\": null,\n                    \"bouncedMailLastSubject\": \"\",\n                    \"bouncedMailStatus\": null,\n                    \"id\": \"ccf1c842-b0cd-4071-955d-96dabfc6a517\",\n                    \"isMe\": false,\n                    \"name\": \"Matt Bacon\",\n                    \"email\": \"mbacon@edocuments.co.uk\",\n                    \"firstName\": \"Matt\",\n                    \"lastName\": \"Bacon\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"bb8e6232-b63f-4df0-b0ac-633fd6455044"}],"id":"f59c5812-83cd-4579-b19f-5862a01b5238","description":"<h1 id=\"edocuments-partner-api\">Edocuments Partner API</h1>\n<img src=\"https://content.pstmn.io/da4a9059-5a36-4756-a8c4-4691b5613652/U3RydWN0dXJlLmpwZw==\" />\n\n<p>Requests are made via the \"Platform\" API which requires an 'auth token', which is obtained via Auth/Login. The token will expire 24 hours after being generated, and after that time, any request sent using that token will fail. Requesting Auth/Test using your auth token will let you know if it's valid and when it expires.</p>\n<p>The Base URL depends on the server location you wish to access,</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Location</strong></th>\n<th><strong>URL</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EU</td>\n<td><a href=\"https://edocsapi.azurewebsites.net\">https://edocsapi.azurewebsites.net</a></td>\n</tr>\n<tr>\n<td>UK</td>\n<td><a href=\"https://edocs-api-uk.azurewebsites.net\">https://edocs-api-uk.azurewebsites.net</a></td>\n</tr>\n<tr>\n<td>AU</td>\n<td><a href=\"https://edocs-api-uk.azurewebsites.net\">https://edocs-api-au.azurewebsites.net</a></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f59c5812-83cd-4579-b19f-5862a01b5238"},{"name":"Care","item":[{"name":"Sites","item":[{"name":"fm/sites/all","event":[{"listen":"test","script":{"id":"52c3ba43-2f46-4b3e-b8ae-a31d36cbc574","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Check type and length\", () => {\r","    let data = pm.response.json();\r","    let sites = data.result.sites;\r","    pm.expect(sites).not.eq(undefined);\r","    pm.expect(typeof sites).to.be.oneOf(['object', 'array']);\r","    pm.expect(sites.length).not.eq(0);\r","});"],"type":"text/javascript"}}],"id":"a61bc735-c46c-491a-8711-a68924ef97a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/sites/all","description":"<p>Returns a list of sites the user has scope over</p>\n","urlObject":{"path":["fm","sites","all"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"584ddce2-cb53-4647-82da-0dd4b9ad38f7","name":"fm/sites/all","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/sites/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1817"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Jan 2022 16:25:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 4,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"sites\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"roleId\": 0,\n                \"name\": \"The TEST Site\",\n                \"ref\": \"\",\n                \"slas\": [],\n                \"hours\": [],\n                \"taskFields\": [],\n                \"taskStatuses\": [],\n                \"taskTags\": [],\n                \"taskCommentTags\": []\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"roleId\": 0,\n                \"name\": \"Demonstration Building\",\n                \"ref\": \"DEMO\",\n                \"slas\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"Emergency\",\n                        \"hours\": 3,\n                        \"enabled\": true\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"testSLA\",\n                        \"hours\": 0,\n                        \"enabled\": true\n                    }\n                ],\n                \"hours\": [\n                    {\n                        \"id\": \"300000000-0000-0000-0000-000000000000\",\n                        \"dayOfWeek\": 1,\n                        \"startTime\": \"08:00:00\",\n                        \"endTime\": \"17:00:00\"\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"dayOfWeek\": 5,\n                        \"startTime\": \"08:00:00\",\n                        \"endTime\": \"14:00:00\"\n                    }\n                ],\n                \"taskFields\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"Gary\",\n                        \"required\": false,\n                        \"enabled\": true\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"test fields\",\n                        \"required\": false,\n                        \"enabled\": true\n                    }\n                ],\n                \"taskStatuses\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"Testing\",\n                        \"sortOrder\": 0,\n                        \"enabled\": true\n                    }\n                ],\n                \"taskTags\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"Tag1\",\n                        \"dateDueModifier\": 0,\n                        \"enabled\": true\n                    }\n                ],\n                \"taskCommentTags\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"SLA affected\",\n                        \"dateDueModifier\": 0,\n                        \"enabled\": true\n                    }\n                ]\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"roleId\": 0,\n                \"name\": \"TEST NAME\",\n                \"ref\": \"\",\n                \"slas\": [],\n                \"hours\": [],\n                \"taskFields\": [],\n                \"taskStatuses\": [],\n                \"taskTags\": [],\n                \"taskCommentTags\": []\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"roleId\": 0,\n                \"name\": \"SOME TEST NAME\",\n                \"ref\": \"\",\n                \"slas\": [],\n                \"hours\": [],\n                \"taskFields\": [],\n                \"taskStatuses\": [],\n                \"taskTags\": [],\n                \"taskCommentTags\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"a61bc735-c46c-491a-8711-a68924ef97a1"}],"id":"621f78a2-00ad-495b-8581-a698f1a8a9c9","description":"<p>Controller that deals with sites</p>\n","_postman_id":"621f78a2-00ad-495b-8581-a698f1a8a9c9"},{"name":"Site","item":[{"name":"fm/Site/Update","event":[{"listen":"test","script":{"id":"80885fab-00b3-4f72-9b6e-e63535065d56","exec":[""],"type":"text/javascript"}}],"id":"be33d669-f7e0-44ae-9d54-df8fcef097de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\" : \"{{siteId}}\",\r\n    \"RoleId\" : {{roleId}},\r\n    \"Name\" : \"37063 Darrick Hills\",\r\n    \"Ref\" : \"parse\",\r\n    \"slas\" : [\r\n        {\r\n            \"Id\" : \"00000000-0000-0000-0000-000000000000\",\r\n            \"Name\" : synthesize,\r\n            \"Hours\" : 10.0,\r\n            \"Enabled\" : false\r\n        }\r\n    ],\r\n    \"Hours\" : [\r\n        {\r\n            \"Id\" : \"00000000-0000-0000-0000-000000000000\",\r\n            \"DayOfWeek\" : Monday,\r\n            \"StartTime\" : \"P1DT2H3M4S\",\r\n            \"EndTime\" : \"P1DT2H3M4S\"\r\n        }\r\n    ],\r\n    \"TaskFields\" : [\r\n        {\r\n            \"Id\" : \"00000000-0000-0000-0000-000000000000\",\r\n            \"Name\" : calculate,\r\n            \"Required\" : false,\r\n            \"Enabled\" : true\r\n        }\r\n    ],\r\n    \"TaskStatuses\" : [\r\n        {\r\n            \"Id\" : \"00000000-0000-0000-0000-000000000000\",\r\n            \"Name\" : connect,\r\n            \"SortOrder\" : 1,\r\n            \"Enabled\" : true\r\n        }\r\n    ],\r\n    \"TaskTags\" : [\r\n        {\r\n            \"Id\" : \"00000000-0000-0000-0000-000000000000\",\r\n            \"Name\" : back up,\r\n            \"DateDueModifier\" : 1.0,\r\n            \"Enabled\" : false\r\n        }\r\n    ],\r\n    \"TaskCommentTags\" : [\r\n        {\r\n            \"Id\" : \"00000000-0000-0000-0000-000000000000\",\r\n            \"SiteId\" : \"{{siteId}}\",\r\n            \"Name\" : back up,\r\n            \"DateDueModifier\" : 1.0,\r\n            \"Enabled\" : false\r\n        }\r\n    ]\r\n\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Site/Update","description":"<p>Endpoint to update site information</p>\n","urlObject":{"path":["fm","Site","Update"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be33d669-f7e0-44ae-9d54-df8fcef097de"}],"id":"b697ff18-9c18-43f6-bee2-f1d139031202","description":"<p>controller that deals with a given site.</p>\n","_postman_id":"b697ff18-9c18-43f6-bee2-f1d139031202"},{"name":"Procedures","item":[{"name":"FM/Procedures/GetBySiteId","event":[{"listen":"test","script":{"id":"bd1424dc-6d41-44af-b07a-51ceffcab1ad","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"0efb11bf-16eb-4d96-b68b-16b65a4053d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Procedures/GetBySiteId?siteId={{siteId}}","description":"<p>Returns a list of procedures associated with a given siteId</p>\n","urlObject":{"path":["fm","Procedures","GetBySiteId"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the site</p>\n","type":"text/plain"},"key":"siteId","value":"{{siteId}}"}],"variable":[]}},"response":[],"_postman_id":"0efb11bf-16eb-4d96-b68b-16b65a4053d7"},{"name":"FM/Procedures/CreateTicket","event":[{"listen":"test","script":{"id":"d25cd13c-92c8-4cb6-a79b-af03684ceccf","exec":[""],"type":"text/javascript"}}],"id":"51659c22-f487-400e-8900-dd3ae7eec5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n    \"title\": \"test\",\r\n    \"description\" : \"test\",\r\n    \"SiteId\" : \"{{siteId}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Procedures/CreateTicket","urlObject":{"path":["fm","Procedures","CreateTicket"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"51659c22-f487-400e-8900-dd3ae7eec5a1"},{"name":"FM/Procedures/byIds","event":[{"listen":"test","script":{"id":"c441caf3-7e77-47de-96a0-c9e011c04a96","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"80ddbc79-fe4c-4739-b08f-2b57eccc6c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Procedures/ByIds?ids={{procedureId1}}&ids={{procedureId2}}","description":"<p>Endpoint that returns a procedure based on it's Id</p>\n","urlObject":{"path":["fm","Procedures","ByIds"],"host":["{{careurl}}"],"query":[{"key":"ids","value":"{{procedureId1}}"},{"key":"ids","value":"{{procedureId2}}"}],"variable":[]}},"response":[],"_postman_id":"80ddbc79-fe4c-4739-b08f-2b57eccc6c27"}],"id":"5b99b807-ffff-4a9e-87e4-831a33839d93","_postman_id":"5b99b807-ffff-4a9e-87e4-831a33839d93","description":""},{"name":"Procedure","item":[{"name":"FM/Procedure/Update","event":[{"listen":"test","script":{"id":"1300f078-8d5c-4ad5-b2cc-293e0c142557","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"226a1287-d34d-49e0-b3d0-fa5d6e53c968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\" : \"{{procedureId}}\",\r\n    \"SystemId\" : \"{{systemId}}\",\r\n    \"AssetTypeId\" : \"{{AssetTypeId}}\",\r\n    \"FileId\" : \"{{fileId}}\",\r\n    \"MaintenanceId\" : \"{{maintenanceId}}\",\r\n    \"ActionId\" : {{actionId}},\r\n    \"SiteId\" : \"{{siteId}}\",\r\n    \"Name\" : \"{{$randonmNoun}}\",\r\n    \"Description\" : \"digital\",\r\n    \"Notes\" : \"s\",\r\n    \"StartDate\" : Mon Aug 18 2025 18:59:23 GMT+0000 (Coordinated Universal Time),\r\n    \"EndDate\" : null,\r\n    \"DayOfWeek\" : null,\r\n    \"WeekOfMonth\" : null,\r\n    \"MonthOfYear\" : null,\r\n    \"Frequency\": 62,\r\n    \"FrequencyUnit\" : \"NOTSUREWHATEXPECTEDVALUEIS!!!!!\",\r\n    \"StartPageNumber\" : null,\r\n    \"EndPageNumber\" : null, \r\n    \"Components\" : [{{componentId}}]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Procedure/Update","description":"<p>Endpoint to update a given procedure</p>\n","urlObject":{"path":["fm","Procedure","Update"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"226a1287-d34d-49e0-b3d0-fa5d6e53c968"},{"name":"FM/Procedure/CreateTicket","event":[{"listen":"test","script":{"id":"16d6ce31-c0b5-4693-9fa9-093ee22012b2","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"98a20a99-c8ab-461d-9ca8-3b75d219735f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\" : \"1080p\",\r\n    \"description\" : \"cross-platform\",\r\n    \"SiteId\" : \"{{siteId}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Procedure/CreateTicket","urlObject":{"path":["fm","Procedure","CreateTicket"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"98a20a99-c8ab-461d-9ca8-3b75d219735f"},{"name":"FM/Procedure/Split","event":[{"listen":"test","script":{"id":"850d0e24-c8e9-48b1-8ba3-fb36f706d53c","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"0ae90aaf-11e6-4c65-9d2c-d51522c881dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Procedure/Split?procedureId={{procedureId}}&groupSize=0","urlObject":{"path":["fm","Procedure","Split"],"host":["{{careurl}}"],"query":[{"key":"procedureId","value":"{{procedureId}}"},{"key":"groupSize","value":"0"}],"variable":[]}},"response":[],"_postman_id":"0ae90aaf-11e6-4c65-9d2c-d51522c881dc"},{"name":"FM/Procedure/Unsplit","event":[{"listen":"test","script":{"id":"850d0e24-c8e9-48b1-8ba3-fb36f706d53c","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"a554fde8-3075-4af9-b02c-94ed3902d452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Procedure/Unsplit?maintenanceId={{maintenanceId}}","urlObject":{"path":["fm","Procedure","Unsplit"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the maintenance</p>\n","type":"text/plain"},"key":"maintenanceId","value":"{{maintenanceId}}"}],"variable":[]}},"response":[],"_postman_id":"a554fde8-3075-4af9-b02c-94ed3902d452"}],"id":"e06d6bb1-649f-4f38-a131-aa0fa33f5d4d","_postman_id":"e06d6bb1-649f-4f38-a131-aa0fa33f5d4d","description":""},{"name":"Components","item":[{"name":"fm/Components/byFilter","event":[{"listen":"test","script":{"id":"fe17b38a-70a7-465b-a6cb-90aeecb39414","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"b418eba8-b530-4744-afaa-08fbaecb2875","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Components/byFilter?term={{searchTerm}}&spaceIds={{spaceId1}}&spaceIds={{spaceId2}}&systemId={{systemId}}&page={{pageNum}}&pageSize={{pageSize}}","description":"<p>Returns a list of components by the given filters</p>\n","urlObject":{"path":["fm","Components","byFilter"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>The term that the user is looking for. e.g. pump</p>\n","type":"text/plain"},"key":"term","value":"{{searchTerm}}"},{"description":{"content":"<p>OPTIONAL : Array of spaces that need to be filtered on</p>\n","type":"text/plain"},"key":"spaceIds","value":"{{spaceId1}}"},{"description":{"content":"<p>OPTIONAL : Array of spaces that need to be filtered on</p>\n","type":"text/plain"},"key":"spaceIds","value":"{{spaceId2}}"},{"description":{"content":"<p>OPTIONAL : Id of the system that needs to be filtered on</p>\n","type":"text/plain"},"key":"systemId","value":"{{systemId}}"},{"description":{"content":"<p>OPTIONAL: the page number of the requested search items default value 1 </p>\n","type":"text/plain"},"key":"page","value":"{{pageNum}}"},{"description":{"content":"<p>OPTIONAL: The number of items to be returned in the request default 30</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"}],"variable":[]}},"response":[{"id":"7dd8b639-8d0e-4506-a399-55e02a53fec7","name":"fm/Components/byFilter","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{careurl}}/fm/Components/byFilter?term={{searchTerm}}","host":["{{careurl}}"],"path":["fm","Components","byFilter"],"query":[{"key":"term","value":"{{searchTerm}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 23,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"components\": [\n            {\n                \"assetTypeName\": \"Desc\",\n                \"systemName\": \"Test system (most used schedules)\",\n                \"spaceName\": \"\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"\",\n                \"assetIdentifier\": \"\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"Plantroom Equipment - Circulation Pump\",\n                \"systemName\": \"Low temperature hot water heating systems Ss_60_40_37_48\",\n                \"spaceName\": \"PLA01 804\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Circulation Pump 1\",\n                \"assetIdentifier\": \"P.01\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"\",\n                \"systemName\": \"Test system (most used schedules)\",\n                \"spaceName\": \"\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Desc\",\n                \"assetIdentifier\": \"AR\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"another pump\",\n                \"systemName\": \"My System\",\n                \"spaceName\": \"TBC\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Down\",\n                \"assetIdentifier\": \"44854\",\n                \"testStatus\": null,\n                \"comment\": null\n            }\n        ]\n    }\n}"},{"id":"5afef8a0-431b-4950-9da9-2b7e4013a989","name":"fm/Components/byFilter Copy","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{careurl}}/fm/Components/byFilter?term={{searchTerm}}&siteId={{siteId}}","host":["{{careurl}}"],"path":["fm","Components","byFilter"],"query":[{"key":"term","value":"{{searchTerm}}"},{"key":"siteId","value":"{{siteId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 23,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"components\": [\n            {\n                \"assetTypeName\": \"Desc\",\n                \"systemName\": \"Test system (most used schedules)\",\n                \"spaceName\": \"\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"\",\n                \"assetIdentifier\": \"\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"Plantroom Equipment - Circulation Pump\",\n                \"systemName\": \"Low temperature hot water heating systems Ss_60_40_37_48\",\n                \"spaceName\": \"PLA01 804\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Circulation Pump 1\",\n                \"assetIdentifier\": \"P.01\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"\",\n                \"systemName\": \"Test system (most used schedules)\",\n                \"spaceName\": \"\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Desc\",\n                \"assetIdentifier\": \"AR\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"another pump\",\n                \"systemName\": \"My System\",\n                \"spaceName\": \"TBC\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Down\",\n                \"assetIdentifier\": \"44854\",\n                \"testStatus\": null,\n                \"comment\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"b418eba8-b530-4744-afaa-08fbaecb2875"},{"name":"fm/Components/BysiteId","event":[{"listen":"test","script":{"id":"5f86fcde-c347-49f2-91d9-756bdf9de098","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"10751e04-2aeb-43b7-b013-b310e8f76fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Components/BysiteId?term={{searchTerm}}&id={{siteId}}&page={{pageNum}}&pageSize={{[pageSize}}","description":"<p>Returns a list of components by siteId</p>\n","urlObject":{"path":["fm","Components","BysiteId"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>The term that the user is looking for. eg pump</p>\n","type":"text/plain"},"key":"term","value":"{{searchTerm}}"},{"description":{"content":"<p>The Id of the site that the query should be scoped to. </p>\n","type":"text/plain"},"key":"id","value":"{{siteId}}"},{"description":{"content":"<p>OPTIONAL: the page number of the requested search items default value 1 </p>\n","type":"text/plain"},"key":"page","value":"{{pageNum}}"},{"description":{"content":"<p>OPTIONAL: The number of items to be returned in the request default 30</p>\n","type":"text/plain"},"key":"pageSize","value":"{{[pageSize}}"}],"variable":[]}},"response":[{"id":"bb8a0a17-fe46-4bdb-9278-77729c4c025f","name":"fm/Components/BysiteId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{careurl}}/fm/Components/BysiteId?term={{searchTerm}}&id={{siteId}}&page={{pageNum}}&pageSize={{pageSize}}","host":["{{careurl}}"],"path":["fm","Components","BysiteId"],"query":[{"key":"term","value":"{{searchTerm}}"},{"key":"id","value":"{{siteId}}"},{"key":"page","value":"{{pageNum}}"},{"key":"pageSize","value":"{{pageSize}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Jan 2022 17:49:42 GMT"},{"key":"Content-Length","value":"7484"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 23,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"components\": [\n            {\n                \"assetTypeName\": \"Desc\",\n                \"systemName\": \"Test system (most used schedules)\",\n                \"spaceName\": \"\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"\",\n                \"assetIdentifier\": \"\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"Plantroom Equipment - Circulation Pump\",\n                \"systemName\": \"Low temperature hot water heating systems Ss_60_40_37_48\",\n                \"spaceName\": \"PLA01 804\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Circulation Pump 1\",\n                \"assetIdentifier\": \"P.01\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"\",\n                \"systemName\": \"Test system (most used schedules)\",\n                \"spaceName\": \"\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Desc\",\n                \"assetIdentifier\": \"AR\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"another pump\",\n                \"systemName\": \"My System\",\n                \"spaceName\": \"TBC\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Down\",\n                \"assetIdentifier\": \"44854\",\n                \"testStatus\": null,\n                \"comment\": null\n            }\n        ]\n    }\n}"},{"id":"f3994ab1-49bc-4a95-853e-1d1f5a7421b7","name":"fm/Components/BysiteId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"469b2360-43ff-4957-aa92-5035f3515f06","type":"text","disabled":true}],"url":{"raw":"{{careurl}}/fm/Components/BysiteId?term={{searchTerm}}&id={{siteId}}&page={{pageNum}}&pageSize={{pageSize}}","host":["{{careurl}}"],"path":["fm","Components","BysiteId"],"query":[{"key":"term","value":"{{searchTerm}}"},{"key":"id","value":"{{siteId}}"},{"key":"page","value":"{{pageNum}}"},{"key":"pageSize","value":"{{pageSize}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Jan 2022 17:49:42 GMT"},{"key":"Content-Length","value":"7484"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 23,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"components\": [\n            {\n                \"assetTypeName\": \"Desc\",\n                \"systemName\": \"Test system (most used schedules)\",\n                \"spaceName\": \"\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"\",\n                \"assetIdentifier\": \"\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"Plantroom Equipment - Circulation Pump\",\n                \"systemName\": \"Low temperature hot water heating systems Ss_60_40_37_48\",\n                \"spaceName\": \"PLA01 804\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Circulation Pump 1\",\n                \"assetIdentifier\": \"P.01\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"\",\n                \"systemName\": \"Test system (most used schedules)\",\n                \"spaceName\": \"\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Desc\",\n                \"assetIdentifier\": \"AR\",\n                \"testStatus\": null,\n                \"comment\": null\n            },\n            {\n                \"assetTypeName\": \"another pump\",\n                \"systemName\": \"My System\",\n                \"spaceName\": \"TBC\",\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                \"spaceId\": null,\n                \"name\": \"Down\",\n                \"assetIdentifier\": \"44854\",\n                \"testStatus\": null,\n                \"comment\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"10751e04-2aeb-43b7-b013-b310e8f76fb8"}],"id":"427e7b97-cbc6-4150-bfbf-fd4c1bd7bd58","_postman_id":"427e7b97-cbc6-4150-bfbf-fd4c1bd7bd58","description":""},{"name":"File","item":[{"name":"fm/File/RequestInfo","event":[{"listen":"test","script":{"id":"ac83f1bc-f3ad-4d9e-9cdc-623b98fbd2e9","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"57c760fc-485a-43aa-9a85-b70c5b251aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/File/RequestInfo?fileId={{fileId}}","description":"<p>Endpoint to get metadata about a file</p>\n","urlObject":{"path":["fm","File","RequestInfo"],"host":["{{careurl}}"],"query":[{"key":"fileId","value":"{{fileId}}"}],"variable":[]}},"response":[],"_postman_id":"57c760fc-485a-43aa-9a85-b70c5b251aba"},{"name":"fm/File/Upload","event":[{"listen":"test","script":{"id":"ac83f1bc-f3ad-4d9e-9cdc-623b98fbd2e9","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"80e82163-2a71-4ccf-b06b-301dc0667515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"    {\r\n        \"SiteId\": {{siteId}}, \r\n        \"TaskId\" :\"00000000-0000-0000-0000-000000000000\",\r\n        \"CommentId\" : \"00000000-0000-0000-0000-000000000000\",\r\n        \"Name\" : \"\",\r\n        \"Chunk\" : {{chunck}},\r\n        \"Chunks\" : {{NumberOfChuncks}},\r\n        \"FileType\": {{fileType}},\r\n        \"OriginalName\":{{nameOfFile}},\r\n        \"Description\": {{description}}    \r\n    }","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/File/Upload","description":"<p>upload a file to care.</p>\n","urlObject":{"path":["fm","File","Upload"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80e82163-2a71-4ccf-b06b-301dc0667515"},{"name":"fm/File/Get","event":[{"listen":"test","script":{"id":"ac83f1bc-f3ad-4d9e-9cdc-623b98fbd2e9","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"6c1c94d7-dfb5-417c-9bc5-5350f54ba8eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/File/Get?path={{path}}","description":"<p>Returns a file by it's given path</p>\n","urlObject":{"path":["fm","File","Get"],"host":["{{careurl}}"],"query":[{"key":"path","value":"{{path}}"}],"variable":[]}},"response":[],"_postman_id":"6c1c94d7-dfb5-417c-9bc5-5350f54ba8eb"}],"id":"0af15e5b-b28e-4799-8427-0aa22736fed6","_postman_id":"0af15e5b-b28e-4799-8427-0aa22736fed6","description":""},{"name":"Floors","item":[{"name":"fm/Floors/all","event":[{"listen":"test","script":{"id":"e10e350a-a870-4c54-a1bd-560faf370720","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"8cb6a79a-1623-4ee0-84d1-09c129fde0f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Floors/all","description":"<p>Gets all the floors the user has scope over.</p>\n","urlObject":{"path":["fm","Floors","all"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"6d4d7bac-9241-47b5-a576-f5f5eacdecdb","name":"fm/Floors/all","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Floors/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"3729"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Jan 2022 17:36:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 33,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"floors\": [\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Ground\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"First floor\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"One\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Mezanine\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Ground Floor\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Ground\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Mezzanine\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"TBC\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"00\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"01\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"02\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"03\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"XX\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"00\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"01\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"02\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"03\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Ground Floor\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Multi Level\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"First Floor\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"01\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"02\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"00\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"External\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"03\"\n            },\n            {\n                \"id\":  \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\":  \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Multi Level\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8cb6a79a-1623-4ee0-84d1-09c129fde0f9"},{"name":"fm/Floors/bySiteId","event":[{"listen":"test","script":{"id":"f64fdd0f-4d1e-4895-ae11-22b725d902fb","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"6a4c9a92-9052-418f-83ea-e83e50cfe92b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Floors/bySiteId?id={{siteId}}&term={{searchTerm}}&page={{pageNum}}&pageSize={{pageSize}}","description":"<p>Returns a list of floors by the siteId</p>\n","urlObject":{"path":["fm","Floors","bySiteId"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the site</p>\n","type":"text/plain"},"key":"id","value":"{{siteId}}"},{"description":{"content":"<p>Optional: term passed up by the user</p>\n","type":"text/plain"},"key":"term","value":"{{searchTerm}}"},{"description":{"content":"<p>Optional: Number of the page that should be returned</p>\n","type":"text/plain"},"key":"page","value":"{{pageNum}}"},{"description":{"content":"<p>Optional: Max items that should be returned in the request. Default 30</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"}],"variable":[]}},"response":[{"id":"508f47b5-105b-494d-8607-7a6151895b32","name":"fm/Floors/bySiteId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{careurl}}/fm/Floors/bySiteId?id={{siteId}}","host":["{{careurl}}"],"path":["fm","Floors","bySiteId"],"query":[{"key":"id","value":"{{siteId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"687"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Jan 2022 16:54:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 5,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"floors\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"One\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Mezanine\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Ground Floor\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Ground\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Mezzanine\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6a4c9a92-9052-418f-83ea-e83e50cfe92b"}],"id":"0e81532c-ba34-4537-8497-9798f0e5deec","_postman_id":"0e81532c-ba34-4537-8497-9798f0e5deec","description":""},{"name":"History","item":[{"name":"fm/History/ByTaskId","event":[{"listen":"test","script":{"id":"af82c9a8-8a49-4b69-915a-73567ac715aa","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"9b828284-09dd-4adf-8c02-449777672c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/History/ByTaskId?taskId={{taskId}}","description":"<p>Returns a list of UserEvent items that have an association with a given Task</p>\n","urlObject":{"path":["fm","History","ByTaskId"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the task to get history by</p>\n","type":"text/plain"},"key":"taskId","value":"{{taskId}}"}],"variable":[]}},"response":[],"_postman_id":"9b828284-09dd-4adf-8c02-449777672c76"},{"name":"fm/History/BySiteId","event":[{"listen":"test","script":{"id":"258f411a-8785-4733-a338-25a65e84fb39","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"745bd08a-5d8b-45e3-8945-775f73c7b2a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/History/BySiteId?siteId={{siteId}}","description":"<p>Returns a list of UserEvent items that have an association with a given site</p>\n","urlObject":{"path":["fm","History","BySiteId"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the site</p>\n","type":"text/plain"},"key":"siteId","value":"{{siteId}}"}],"variable":[]}},"response":[{"id":"b067a6f4-619d-4e90-90b2-bec56e147b2e","name":"fm/History/BySiteId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|5e991398-a8b5-4573-95bc-2c1e4b58d337\" password=\"\"","type":"text"},{"key":"siteId","value":"469b2360-43ff-4957-aa92-5035f3515f06","type":"text","disabled":true}],"url":{"raw":"{{careurl}}/fm/History/BySiteId?siteId=5e991398-a8b5-4573-95bc-2c1e4b58d337","host":["{{careurl}}"],"path":["fm","History","BySiteId"],"query":[{"key":"siteId","value":"5e991398-a8b5-4573-95bc-2c1e4b58d337"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1080"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Jan 2022 17:59:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 2,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"history\": [\n            {\n                \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"facilityId\": null,\n                \"entityId\": \"00000000-0000-0000-0000-000000000000\",\n                \"entityName\": \"test\",\n                \"entityType\": \"task\",\n                \"relatedId\": \"00000000-0000-0000-0000-000000000000\",\n                \"taskType\": \"reactive\",\n                \"type\": {\n                    \"id\": 5,\n                    \"name\": \"Task comment added\"\n                },\n                \"message\": \"test comment 2\",\n                \"dateCreated\": \"2022-01-25T16:24:38\",\n                \"oldValue\": \"\",\n                \"newValue\": \"test comment 2\",\n                \"site\": null,\n                \"floor\": null,\n                \"space\": null,\n                \"user\": null,\n                \"system\": null,\n                \"component\": null\n            },\n            {\n                \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"facilityId\": null,\n                \"entityId\": \"00000000-0000-0000-0000-000000000000\",\n                \"entityName\": \"test\",\n                \"entityType\": \"task\",\n                \"relatedId\": null,\n                \"taskType\": \"reactive\",\n                \"type\": {\n                    \"id\": 4,\n                    \"name\": \"Task created\"\n                },\n                \"message\": \"\",\n                \"dateCreated\": \"2022-01-25T16:24:14\",\n                \"oldValue\": \"\",\n                \"newValue\": \"\",\n                \"site\": null,\n                \"floor\": null,\n                \"space\": null,\n                \"user\": null,\n                \"system\": null,\n                \"component\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"745bd08a-5d8b-45e3-8945-775f73c7b2a6"},{"name":"fm/History/BySystemId","event":[{"listen":"test","script":{"id":"e019725a-5b7e-4976-bfe8-e7280a706c03","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"c40b4bcf-49b3-48b4-8731-039f46f5ed3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/History/BySystemId?systemId={{systemId}}","description":"<p>Returns a list of UserEvent items that have an association with a given system</p>\n","urlObject":{"path":["fm","History","BySystemId"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the system</p>\n","type":"text/plain"},"key":"systemId","value":"{{systemId}}"}],"variable":[]}},"response":[],"_postman_id":"c40b4bcf-49b3-48b4-8731-039f46f5ed3d"},{"name":"fm/History/BycomponentId","event":[{"listen":"test","script":{"id":"e943ec0b-19b3-4fe3-a003-dfc745b85c21","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"dbb5d547-3199-49ce-a1be-b642e40f41b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/History/BycomponentId?componentId={{componentId}}","description":"<p>Returns a list of UserEvent items that have an association with a given component</p>\n","urlObject":{"path":["fm","History","BycomponentId"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the component</p>\n","type":"text/plain"},"key":"componentId","value":"{{componentId}}"}],"variable":[]}},"response":[],"_postman_id":"dbb5d547-3199-49ce-a1be-b642e40f41b3"},{"name":"fm/History/BySpaceId","event":[{"listen":"test","script":{"id":"5c6b32ce-6f60-4e21-8e26-76d24c7d80e9","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"3004b48d-0e16-4b3e-aaba-269e962297f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/History/BySpaceId?spaceId={{spaceId}}","description":"<p>Returns a list of UserEvent items that have an association with a given space</p>\n","urlObject":{"path":["fm","History","BySpaceId"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the space</p>\n","type":"text/plain"},"key":"spaceId","value":"{{spaceId}}"}],"variable":[]}},"response":[],"_postman_id":"3004b48d-0e16-4b3e-aaba-269e962297f1"}],"id":"0c9d90c8-7ebf-46dd-a78b-651e5ebbf27c","description":"<p>controller dealing with userEvents</p>\n","_postman_id":"0c9d90c8-7ebf-46dd-a78b-651e5ebbf27c"},{"name":"Output","item":[{"name":"FM/Output/Calendar","event":[{"listen":"test","script":{"id":"12e8a4e8-0836-4c31-8787-21a4e119251c","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"dd7cc1bc-8b4e-403a-9553-ddd97825ca24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/FM/Output/Calendar?siteId={{siteId}}","description":"<p>Queues a Calendar output for the given site.</p>\n","urlObject":{"path":["FM","Output","Calendar"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the site</p>\n","type":"text/plain"},"key":"siteId","value":"{{siteId}}"}],"variable":[]}},"response":[],"_postman_id":"dd7cc1bc-8b4e-403a-9553-ddd97825ca24"},{"name":"FM/Output/History","event":[{"listen":"test","script":{"id":"12e8a4e8-0836-4c31-8787-21a4e119251c","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"c4082910-ed6d-4caa-89f3-35f6b3cdf72b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/FM/Output/History?siteId={{siteId}}","description":"<p>returns a list of queued outputs based on the siteId</p>\n","urlObject":{"path":["FM","Output","History"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the site</p>\n","type":"text/plain"},"key":"siteId","value":"{{siteId}}"}],"variable":[]}},"response":[],"_postman_id":"c4082910-ed6d-4caa-89f3-35f6b3cdf72b"}],"id":"584208fe-441f-4415-b4c7-08d959cc8d34","description":"<p>Controller that allows Crud operations for Outputs</p>\n<p>Outputs allow the user to request files to be generated by the system. These outputs are then mailed to the requesting user when the output has been processed allowing the user to access the file in the cloud.</p>\n","_postman_id":"584208fe-441f-4415-b4c7-08d959cc8d34"},{"name":"RefDocs","item":[{"name":"fm/RefDocs/ByAssetTypeIdsAsync","event":[{"listen":"test","script":{"id":"aae33dd1-dcc8-4873-80a4-44a88ca1da7a","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"037b3898-6a66-4b75-8a34-778d865dc8d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"url":"{{careurl}}/fm/RefDocs/ByAssetTypeIdsAsync?ids={{assetTypeId1}}&ids={{assetTypeId2}}","urlObject":{"path":["fm","RefDocs","ByAssetTypeIdsAsync"],"host":["{{careurl}}"],"query":[{"key":"ids","value":"{{assetTypeId1}}"},{"key":"ids","value":"{{assetTypeId2}}"}],"variable":[]}},"response":[],"_postman_id":"037b3898-6a66-4b75-8a34-778d865dc8d7"}],"id":"4fcc7648-dda2-4d62-aee2-e60f4ddf8d8d","_postman_id":"4fcc7648-dda2-4d62-aee2-e60f4ddf8d8d","description":""},{"name":"Report","item":[{"name":"fm/Report/Tasks","event":[{"listen":"test","script":{"id":"7e20258a-007a-4bed-bd30-641c20523645","exec":[""],"type":"text/javascript"}}],"id":"e9508f35-6072-4735-b464-6e0f50b45ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Report/Tasks?siteId={{siteId}}","description":"<p>returns a report of the tasks on a given site</p>\n","urlObject":{"path":["fm","Report","Tasks"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the site</p>\n","type":"text/plain"},"key":"siteId","value":"{{siteId}}"}],"variable":[]}},"response":[{"id":"ce04c50e-8161-4484-a800-b6fc54ffbb6c","name":"fm/Report/Tasks","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{careurl}}/fm/Report/Tasks?siteId={{siteId}}","host":["{{careurl}}"],"path":["fm","Report","Tasks"],"query":[{"key":"siteId","value":"{{siteId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"211"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 10:43:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"report\": [\n            {\n                \"isUrgent\": false,\n                \"inCoreHours\": true,\n                \"isLate\": false,\n                \"minsLate\": 0,\n                \"minsOpen\": 2539\n            }\n        ]\n    }\n}"}],"_postman_id":"e9508f35-6072-4735-b464-6e0f50b45ced"}],"id":"7f1e9fd7-b5d0-4d32-9828-035cb94fd4de","description":"<p>Controller to get information on metrics.</p>\n","_postman_id":"7f1e9fd7-b5d0-4d32-9828-035cb94fd4de"},{"name":"Reviews","item":[{"name":"fm/Reviews/All","event":[{"listen":"test","script":{"id":"24805e32-7fdb-4fc7-a869-ed6bc766051d","exec":[""],"type":"text/javascript"}}],"id":"9bb54cb3-5dff-407b-91c0-321080d78b6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Reviews/All","description":"<p>Returns a list of reviews the User has scope over.</p>\n","urlObject":{"path":["fm","Reviews","All"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"18d08911-5286-4f1f-8f6c-754b0cd6e3f5","name":"fm/Reviews/All","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Reviews/All"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"131"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 11:01:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 0,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"reviews\": [\n            {\n                \"id\" : \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\" : \"00000000-0000-0000-0000-000000000000\",\n                \"reviewerUserId\" : \"00000000-0000-0000-0000-000000000000\",\n                \"engineerUserId\" : null,\n                \"subject\" : \"Some Subject Name\",\n                \"DateClosed\" : null\n            }\n        ]\n    }\n}"}],"_postman_id":"9bb54cb3-5dff-407b-91c0-321080d78b6c"}],"id":"5f07ff93-1338-4225-b4ab-520b2cc9009e","_postman_id":"5f07ff93-1338-4225-b4ab-520b2cc9009e","description":""},{"name":"Review","item":[{"name":"fm/Review/Approve","event":[{"listen":"test","script":{"id":"b8edcfbb-c593-4065-942a-518dfcc3e5c4","exec":[""],"type":"text/javascript"}}],"id":"9d8e3726-d700-43ed-8a11-77def6eda353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\" : \"{{reviewId}}\",\r\n    \"siteId\" : \"{{siteId}}\",\r\n    \"reviewerUserId\" : \"{{reviewerUserId}}\",\r\n    \"engineerUserId\" : null,\r\n    \"subject\" : \"o\",\r\n    \"dateClosed\" : null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Review/Approve","description":"<p>Endpoint to approve a review</p>\n","urlObject":{"path":["fm","Review","Approve"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d8e3726-d700-43ed-8a11-77def6eda353"},{"name":"fm/Review/Decline","event":[{"listen":"test","script":{"id":"6b427700-767d-4ca5-b340-ecea6ca36447","exec":[""],"type":"text/javascript"}}],"id":"c1247014-3bcb-4a68-a39a-37f134a652f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\" : \"{{reviewId}}\",\r\n    \"siteId\" : \"{{siteId}}\",\r\n    \"reviewerUserId\" : \"{{reviewerUserId}}\",\r\n    \"engineerUserId\" : null,\r\n    \"subject\" : \"g\",\r\n    \"dateClosed\" : null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Review/Decline","description":"<p>Endpoint decline a review.</p>\n","urlObject":{"path":["fm","Review","Decline"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1247014-3bcb-4a68-a39a-37f134a652f2"}],"id":"005bb416-b92d-4691-ab53-552fa3bd1263","_postman_id":"005bb416-b92d-4691-ab53-552fa3bd1263","description":""},{"name":"Search","item":[{"name":"fm/Search/Site","event":[{"listen":"test","script":{"id":"6ce7b3a2-221f-40c5-be5f-e95d3805fc26","exec":[""],"type":"text/javascript"}}],"id":"05374333-2236-4e04-bf84-17bad7777473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Search/Site?siteId={{siteId}}&term={{searchTerm}}","description":"<p>Endpoint to search a given site for a given term returns a number of objects that have an association with the site.</p>\n","urlObject":{"path":["fm","Search","Site"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the site</p>\n","type":"text/plain"},"key":"siteId","value":"{{siteId}}"},{"description":{"content":"<p>String </p>\n","type":"text/plain"},"key":"term","value":"{{searchTerm}}"}],"variable":[]}},"response":[{"id":"e7bd6bcc-e467-4e68-9d5d-43a5fa8b4994","name":"fm/Search/Site","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"{{siteId}}","type":"text"}],"url":{"raw":"{{careurl}}/fm/Search/Site?siteId={{siteId}}&term={{searchTerm}}","host":["{{careurl}}"],"path":["fm","Search","Site"],"query":[{"key":"siteId","value":"{{siteId}}"},{"key":"term","value":"{{searchTerm}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"4603"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 11:30:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 23,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"tasks\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"typeId\": 1,\n                \"statusId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"slaId\": null,\n                \"siteIndex\": 1,\n                \"engineerUserId\": null,\n                \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"followerUserId\": null,\n                \"reviewerUserId\": null,\n                \"signedOffByUserId\": null,\n                \"procedureId\": null,\n                \"priority\": 2,\n                \"isClosed\": false,\n                \"subject\": \"test\",\n                \"description\": \"test\",\n                \"dateCreated\": \"2022-01-25T16:24:14\",\n                \"dateDue\": null,\n                \"dateUpdated\": \"2022-01-25T16:24:38\",\n                \"dateClosed\": null,\n                \"dateSignedOff\": null,\n                \"spaces\": [],\n                \"components\": [],\n                \"tags\": [],\n                \"comments\": [],\n                \"fields\": []\n            }\n        ],\n        \"systems\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.002.002\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.020\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.007\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.003\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.013\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.006\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.008\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.015\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.022\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.016\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.001\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.018\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.017\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.014\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.009\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.001\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.001\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.001\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.003\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.002\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.001\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"toc\": \".000.002\"\n            }\n        ]\n    }\n}"}],"_postman_id":"05374333-2236-4e04-bf84-17bad7777473"}],"id":"17a272d4-e263-4367-8063-957ee9c51cea","_postman_id":"17a272d4-e263-4367-8063-957ee9c51cea","description":""},{"name":"Spaces","item":[{"name":"fm/spaces/all","event":[{"listen":"test","script":{"id":"194c8727-d31d-4485-b38c-b0daf712ce14","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"6459d36f-0019-4d30-988e-41d6795cda2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/spaces/all","description":"<p>Returns a List of spaces the user has scope over</p>\n","urlObject":{"path":["fm","spaces","all"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"80444867-775e-4b43-917d-bf6249bb0a7e","name":"fm/spaces/all","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/spaces/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"148477"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 14:13:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 30,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"spaces\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorId\": null,\n                \"floorName\": \"One\",\n                \"name\": \"N1\",\n                \"description\": \"North area including front door\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorId\": null,\n                \"floorName\": \"One\",\n                \"name\": \"S1\",\n                \"description\": \"South area, including exitto hall\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorId\": null,\n                \"floorName\": \"Mezanine\",\n                \"name\": \"RazorBill\",\n                \"description\": \"Simon McCabe\"\n            } \n        ]\n    }\n}"}],"_postman_id":"6459d36f-0019-4d30-988e-41d6795cda2c"},{"name":"fm/spaces/bySiteId","event":[{"listen":"test","script":{"id":"13b34e6b-cac1-4ec3-b414-6083518cfec2","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"4313fb1a-02fb-4c1c-84a5-c3a6ad2611ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/spaces/bySiteId?id={{siteId}}&term={{searchTerm}}&page={{pageNum}}&pageSize={{pageSize}}","description":"<p>Returns a list of spaces by siteId</p>\n","urlObject":{"path":["fm","spaces","bySiteId"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the site</p>\n","type":"text/plain"},"key":"id","value":"{{siteId}}"},{"description":{"content":"<p>Optional: </p>\n","type":"text/plain"},"key":"term","value":"{{searchTerm}}"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"page","value":"{{pageNum}}"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"}],"variable":[]}},"response":[{"id":"861bf9f9-da40-400d-83f3-8f4c902f9a94","name":"fm/spaces/bySiteId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{careurl}}/fm/spaces/bySiteId?id={{siteId}}","host":["{{careurl}}"],"path":["fm","spaces","bySiteId"],"query":[{"key":"id","value":"{{siteId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Jan 2022 17:41:45 GMT"},{"key":"Content-Length","value":"5606"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 30,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"spaces\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorId\": null,\n                \"floorName\": \"One\",\n                \"name\": \"N1\",\n                \"description\": \"North area including front door\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorId\": null,\n                \"floorName\": \"One\",\n                \"name\": \"S1\",\n                \"description\": \"South area, including exitto hall\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"floorId\": null,\n                \"floorName\": \"Mezanine\",\n                \"name\": \"RazorBill\",\n                \"description\": \"Simon McCabe\"\n            } \n        ]\n    }\n}"}],"_postman_id":"4313fb1a-02fb-4c1c-84a5-c3a6ad2611ae"}],"id":"839f9b22-c206-464c-8562-294382f2942c","description":"<p>Controller that deals with spaces</p>\n","_postman_id":"839f9b22-c206-464c-8562-294382f2942c"},{"name":"Systems","item":[{"name":"fm/systems/all","event":[{"listen":"test","script":{"id":"f8121152-b92f-473b-8582-3c8e0ac99cdf","exec":["pm.test(\"Check type and length\", () => {\r","    let data = pm.response.json();\r","    pm.expect(data.result.systems).not.eq(undefined);\r","    pm.expect(typeof data.result.systems).to.be.oneOf(['object', 'array']);\r","    pm.expect(data.result.systems.length).not.eq(0);\r","});"],"type":"text/javascript"}}],"id":"b7f2b6aa-1e09-47e3-8727-f01cfcdea946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/systems/all","description":"<p>Returns a list of systems in a paged format. Systems are searchable on a given term.</p>\n","urlObject":{"path":["fm","systems","all"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"21b83548-9f4b-4c51-bcc4-a8de9a05e2d6","name":"fm/systems/all","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/systems/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"186601"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Jan 2022 17:43:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 883,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"systems\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Sanitary accessory systems Ss_40_15_75_75\",\n                \"toc\": \".000.003.001\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Ground source heat pump systems Ss_60_40_36_35\",\n                \"toc\": \".000.003.007.001\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Kitchen FFE systems Ss_40_45_37_45\",\n                \"toc\": \".000.003.008.001\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b7f2b6aa-1e09-47e3-8727-f01cfcdea946"},{"name":"fm/Systems/bySiteId","event":[{"listen":"test","script":{"id":"f8ec8f23-89fd-48de-852f-2bbaa48dc796","exec":[""],"type":"text/javascript"}}],"id":"77f271d3-441a-460d-8721-b54d0cd2abbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Systems/bySiteId?id={{siteId}}&term={{searchTerm}}&page={{pageNum}}&pageSize={{pageSize}}","description":"<p>Returns a list of systems by siteId</p>\n","urlObject":{"path":["fm","Systems","bySiteId"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>Id of the site</p>\n","type":"text/plain"},"key":"id","value":"{{siteId}}"},{"description":{"content":"<p>string that the user is searching looking for eg Room</p>\n","type":"text/plain"},"key":"term","value":"{{searchTerm}}"},{"description":{"content":"<p>Optional: interger number of return page. default = 1</p>\n","type":"text/plain"},"key":"page","value":"{{pageNum}}"},{"description":{"content":"<p>Optional: number of items to return in request defualt = 30</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"}],"variable":[]}},"response":[{"id":"090b8beb-a5a5-414d-a6dc-6101667b1c14","name":"fm/Systems/bySiteId","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"},{"key":"siteId","value":"469b2360-43ff-4957-aa92-5035f3515f06","type":"text","disabled":true}],"url":{"raw":"{{careurl}}/fm/Systems/bySiteId?id={{siteId}}","host":["{{careurl}}"],"path":["fm","Systems","bySiteId"],"query":[{"key":"id","value":"{{siteId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Jan 2022 17:47:50 GMT"},{"key":"Content-Length","value":"6343"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 33,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"systems\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Ventilation and air conditioning systems Ss_65\",\n                \"toc\": \".000.002.002\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Soil & Waste\",\n                \"toc\": \".000.001\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"AHU Flow\",\n                \"toc\": \".000.002\"\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"documentId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"AHU Return\",\n                \"toc\": \".000.003\"\n            }  \n        ]\n    }\n}"}],"_postman_id":"77f271d3-441a-460d-8721-b54d0cd2abbb"}],"id":"f07a8c77-1369-456f-8290-1b18af0116fe","description":"<p>Endpoints for dealing with systems</p>\n","_postman_id":"f07a8c77-1369-456f-8290-1b18af0116fe"},{"name":"TaskComment","item":[{"name":"fm/TaskComment/Insert","event":[{"listen":"test","script":{"id":"08e5ec61-d79e-4b0d-86a7-4563f9c7eca7","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"12d90ba4-1b3e-4ad7-a33e-6d6c20745e87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"message\": \"this is a message\",\r\n  \"tags\": [\r\n    {\r\n      \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n      \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n      \"name\": \"SLA affected\",\r\n      \"dateDueModifier\": 0,\r\n      \"enabled\": true\r\n    }\r\n  ],\r\n  \"files\": [],\r\n  \"taskId\": {{taskid}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/TaskComment/Insert","description":"<p>Operation to Create a TaskComment</p>\n","urlObject":{"path":["fm","TaskComment","Insert"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"12d90ba4-1b3e-4ad7-a33e-6d6c20745e87"},{"name":"fm/TaskComment/Delete","event":[{"listen":"test","script":{"id":"bdb0464d-ba6e-4e00-aa04-b2cb36644ce5","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"4c839fff-fc5b-43a6-9f6b-0e801e15862b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/TaskComment/Delete?commentId={{commentId}}","description":"<p>Operation to delete a TaskComment</p>\n","urlObject":{"path":["fm","TaskComment","Delete"],"host":["{{careurl}}"],"query":[{"key":"commentId","value":"{{commentId}}"}],"variable":[]}},"response":[],"_postman_id":"4c839fff-fc5b-43a6-9f6b-0e801e15862b"}],"id":"92ff6ed8-cb5c-41b9-989f-67071a6a73ce","event":[{"listen":"prerequest","script":{"id":"eeea9d69-beee-4a31-9a73-f79a83cc6e33","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fec953e5-8b81-4f00-9101-1b8637cf0637","type":"text/javascript","exec":["pm.collectionVariables.set(\"commentId\", \"00000000-0000-0000-0000-000000000000\");",""]}}],"_postman_id":"92ff6ed8-cb5c-41b9-989f-67071a6a73ce","description":""},{"name":"Tasks","item":[{"name":"fm/Tasks/All","event":[{"listen":"test","script":{"id":"043784a4-5b74-4637-96bd-6bc0a22d5b4d","exec":[""],"type":"text/javascript"}}],"id":"11499c8a-28d4-4e05-ab46-7e6286798eda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Tasks/All?page={{pageNum}}&pageSize={{pageSize}}&weekStart={{weekStart}}","description":"<p>Method to get All tasks</p>\n","urlObject":{"path":["fm","Tasks","All"],"host":["{{careurl}}"],"query":[{"description":{"content":"<p>start page</p>\n","type":"text/plain"},"key":"page","value":"{{pageNum}}"},{"description":{"content":"<p>number of items per page</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Optional: dateTime to start search</p>\n","type":"text/plain"},"key":"weekStart","value":"{{weekStart}}"}],"variable":[]}},"response":[{"id":"4eeebf10-22ff-4ffb-8a6b-674ab105cb35","name":"fm/Tasks/All","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{careurl}}/fm/Tasks/All?page=1&pageSize=500&weekStart=null","host":["{{careurl}}"],"path":["fm","Tasks","All"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"500"},{"key":"weekStart","value":"null"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"218847"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 15:43:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 59,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"tasks\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"typeId\": 1,\n                \"statusId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"slaId\": null,\n                \"siteIndex\": 72,\n                \"engineerUserId\": null,\n                \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"followerUserId\": null,\n                \"reviewerUserId\": null,\n                \"signedOffByUserId\": null,\n                \"procedureId\": null,\n                \"priority\": 2,\n                \"isClosed\": false,\n                \"subject\": \"Remedial works\",\n                \"description\": \"Remedial work raised - \\\"No power\\\"\",\n                \"dateCreated\": \"2021-12-16T08:29:14\",\n                \"dateDue\": null,\n                \"dateUpdated\": \"2021-12-16T08:29:14\",\n                \"dateClosed\": null,\n                \"dateSignedOff\": null,\n                \"spaces\": [],\n                \"components\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"spaceId\": null,\n                        \"name\": \"Projection Screen\",\n                        \"assetIdentifier\": null,\n                        \"testStatus\": null,\n                        \"comment\": null\n                    }\n                ],\n                \"tags\": [],\n                \"comments\": [],\n                \"fields\": []\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"typeId\": 1,\n                \"statusId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"slaId\": null,\n                \"siteIndex\": 73,\n                \"engineerUserId\": null,\n                \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"followerUserId\": null,\n                \"reviewerUserId\": null,\n                \"signedOffByUserId\": null,\n                \"procedureId\": null,\n                \"priority\": 2,\n                \"isClosed\": false,\n                \"subject\": \"Remedial works\",\n                \"description\": \"Remedial work raised - \\\"did not stream\\\"\",\n                \"dateCreated\": \"2021-12-16T08:29:14\",\n                \"dateDue\": null,\n                \"dateUpdated\": \"2021-12-16T08:29:14\",\n                \"dateClosed\": null,\n                \"dateSignedOff\": null,\n                \"spaces\": [],\n                \"components\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"spaceId\": null,\n                        \"name\": \"Zone Streamer\",\n                        \"assetIdentifier\": null,\n                        \"testStatus\": null,\n                        \"comment\": null\n                    }\n                ],\n                \"tags\": [],\n                \"comments\": [],\n                \"fields\": []\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"typeId\": 1,\n                \"statusId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"slaId\": null,\n                \"siteIndex\": 2,\n                \"engineerUserId\": null,\n                \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"followerUserId\": null,\n                \"reviewerUserId\": null,\n                \"signedOffByUserId\": null,\n                \"procedureId\": null,\n                \"priority\": 2,\n                \"isClosed\": false,\n                \"subject\": \"music_salmon.mp4\",\n                \"description\": \"Robb\",\n                \"dateCreated\": \"2022-01-27T14:30:24\",\n                \"dateDue\": null,\n                \"dateUpdated\": \"2022-01-27T15:06:26\",\n                \"dateClosed\": null,\n                \"dateSignedOff\": null,\n                \"spaces\": [],\n                \"components\": [],\n                \"tags\": [],\n                \"comments\": [],\n                \"fields\": []\n            }          \n        ],\n        \"procedures\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": null,\n                \"fileId\": null,\n                \"maintenanceId\": \"00000000-0000-0000-0000-000000000000\",\n                \"actionId\": 1,\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Air conditioning systems Ss_65_80\",\n                \"description\": \"<p>Check the DX unit filters</p>\\n\",\n                \"notes\": \"<p>Nothing else to add</p>\\n\",\n                \"startDate\": \"2021-11-26T00:00:00\",\n                \"endDate\": \"2022-03-30T00:00:00\",\n                \"dayOfWeek\": 0,\n                \"weekOfMonth\": null,\n                \"monthOfYear\": null,\n                \"frequency\": 1,\n                \"frequencyUnit\": \"week\",\n                \"startPageNumber\": null,\n                \"endPageNumber\": null,\n                \"components\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"spaceId\": null,\n                        \"name\": \"1 Gang Plate Switch.014\",\n                        \"assetIdentifier\": \"1GPS.014\",\n                        \"testStatus\": null,\n                        \"comment\": null\n                    }\n                ]\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                \"assetTypeId\": null,\n                \"fileId\": null,\n                \"maintenanceId\": \"00000000-0000-0000-0000-000000000000\",\n                \"actionId\": 1,\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": \"Air conditioning systems Ss_65_80\",\n                \"description\": \"<p>Check the DX unit filters</p>\\n\",\n                \"notes\": \"<p>Nothing else to add</p>\\n\",\n                \"startDate\": \"2021-11-26T00:00:00\",\n                \"endDate\": \"2022-12-30T00:00:00\",\n                \"dayOfWeek\": 0,\n                \"weekOfMonth\": null,\n                \"monthOfYear\": null,\n                \"frequency\": 1,\n                \"frequencyUnit\": \"week\",\n                \"startPageNumber\": null,\n                \"endPageNumber\": null,\n                \"components\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"spaceId\": null,\n                        \"name\": \"1 Gang Plate Switch.013\",\n                        \"assetIdentifier\": \"1GPS.013\",\n                        \"testStatus\": null,\n                        \"comment\": null\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"11499c8a-28d4-4e05-ab46-7e6286798eda"},{"name":"fm/Tasks/StubTickets","event":[{"listen":"test","script":{"id":"eb909f82-744f-41d9-83a2-34fcdb09554c","exec":[""],"type":"text/javascript"}}],"id":"a213cc1c-59ce-4d46-a052-cc0e41e69b82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Tasks/StubTickets","description":"<p>Method to get stub tickets</p>\n","urlObject":{"path":["fm","Tasks","StubTickets"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"8f847194-7317-493e-bbee-b152703b844c","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Tasks/StubTickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 15:50:18 GMT"},{"key":"Content-Length","value":"6191"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 5,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"stubTickets\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"typeId\": 1,\n                \"statusId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"slaId\": null,\n                \"siteIndex\": 72,\n                \"engineerUserId\": null,\n                \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"followerUserId\": null,\n                \"reviewerUserId\": null,\n                \"signedOffByUserId\": null,\n                \"procedureId\": null,\n                \"priority\": 2,\n                \"isClosed\": false,\n                \"subject\": \"Remedial works\",\n                \"description\": \"Remedial work raised - \\\"No power\\\"\",\n                \"dateCreated\": \"2021-12-16T08:29:14\",\n                \"dateDue\": null,\n                \"dateUpdated\": \"2021-12-16T08:29:14\",\n                \"dateClosed\": null,\n                \"dateSignedOff\": null,\n                \"spaces\": [],\n                \"components\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"spaceId\": null,\n                        \"name\": \"Projection Screen\",\n                        \"assetIdentifier\": null,\n                        \"testStatus\": null,\n                        \"comment\": null\n                    }\n                ],\n                \"tags\": [],\n                \"comments\": [],\n                \"fields\": []\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"typeId\": 1,\n                \"statusId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"slaId\": null,\n                \"siteIndex\": 73,\n                \"engineerUserId\": null,\n                \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"followerUserId\": null,\n                \"reviewerUserId\": null,\n                \"signedOffByUserId\": null,\n                \"procedureId\": null,\n                \"priority\": 2,\n                \"isClosed\": false,\n                \"subject\": \"Remedial works\",\n                \"description\": \"Remedial work raised - \\\"did not stream\\\"\",\n                \"dateCreated\": \"2021-12-16T08:29:14\",\n                \"dateDue\": null,\n                \"dateUpdated\": \"2021-12-16T08:29:14\",\n                \"dateClosed\": null,\n                \"dateSignedOff\": null,\n                \"spaces\": [],\n                \"components\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"spaceId\": null,\n                        \"name\": \"Zone Streamer\",\n                        \"assetIdentifier\": null,\n                        \"testStatus\": null,\n                        \"comment\": null\n                    }\n                ],\n                \"tags\": [],\n                \"comments\": [],\n                \"fields\": []\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"typeId\": 1,\n                \"statusId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"slaId\": null,\n                \"siteIndex\": 2,\n                \"engineerUserId\": null,\n                \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"followerUserId\": null,\n                \"reviewerUserId\": null,\n                \"signedOffByUserId\": null,\n                \"procedureId\": null,\n                \"priority\": 2,\n                \"isClosed\": false,\n                \"subject\": \"music_salmon.mp4\",\n                \"description\": \"Robb\",\n                \"dateCreated\": \"2022-01-27T14:30:24\",\n                \"dateDue\": null,\n                \"dateUpdated\": \"2022-01-27T15:06:26\",\n                \"dateClosed\": null,\n                \"dateSignedOff\": null,\n                \"spaces\": [],\n                \"components\": [],\n                \"tags\": [],\n                \"comments\": [],\n                \"fields\": []\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"typeId\": 1,\n                \"statusId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"slaId\": null,\n                \"siteIndex\": 1,\n                \"engineerUserId\": null,\n                \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"followerUserId\": null,\n                \"reviewerUserId\": null,\n                \"signedOffByUserId\": null,\n                \"procedureId\": null,\n                \"priority\": 2,\n                \"isClosed\": false,\n                \"subject\": \"test\",\n                \"description\": \"test\",\n                \"dateCreated\": \"2022-01-25T16:24:14\",\n                \"dateDue\": null,\n                \"dateUpdated\": \"2022-01-25T16:24:38\",\n                \"dateClosed\": null,\n                \"dateSignedOff\": null,\n                \"spaces\": [],\n                \"components\": [],\n                \"tags\": [],\n                \"comments\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"taskId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"message\": \"test comment 2\",\n                        \"dateCreated\": \"2022-01-25T16:24:38\",\n                        \"user\": null,\n                        \"tags\": [],\n                        \"files\": []\n                    }\n                ],\n                \"fields\": []\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"typeId\": 1,\n                \"statusId\": \"00000000-0000-0000-0000-000000000000\",\n                \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                \"slaId\": null,\n                \"siteIndex\": 12,\n                \"engineerUserId\": null,\n                \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"followerUserId\": \"00000000-0000-0000-0000-000000000000\",\n                \"reviewerUserId\": null,\n                \"signedOffByUserId\": null,\n                \"procedureId\": null,\n                \"priority\": 2,\n                \"isClosed\": false,\n                \"subject\": \"New ticket test\",\n                \"description\": \"Creating a new task test from the new ticket page(updated the description 11:33 - mike)\",\n                \"dateCreated\": \"2021-11-25T16:15:14\",\n                \"dateDue\": \"2021-11-29T00:00:00\",\n                \"dateUpdated\": \"2021-12-03T14:17:18\",\n                \"dateClosed\": null,\n                \"dateSignedOff\": null,\n                \"spaces\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"siteId\": null,\n                        \"floorId\": null,\n                        \"floorName\": null,\n                        \"name\": \"303\",\n                        \"description\": \"Food Room (single)\"\n                    }\n                ],\n                \"components\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"systemId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"spaceId\": null,\n                        \"name\": \"\",\n                        \"assetIdentifier\": \"AHU2\",\n                        \"testStatus\": null,\n                        \"comment\": null\n                    }\n                ],\n                \"tags\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"Tag1\",\n                        \"dateDueModifier\": 0,\n                        \"enabled\": false\n                    }\n                ],\n                \"comments\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"taskId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"message\": \"add image test\",\n                        \"dateCreated\": \"2021-11-29T18:41:58\",\n                        \"user\": null,\n                        \"tags\": [],\n                        \"files\": []\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"taskId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"message\": \"this is a test comment with an image.\",\n                        \"dateCreated\": \"2021-11-29T18:26:05\",\n                        \"user\": null,\n                        \"tags\": [],\n                        \"files\": []\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"taskId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"message\": \"this is a comme\",\n                        \"dateCreated\": \"2021-11-29T18:09:32\",\n                        \"user\": null,\n                        \"tags\": [],\n                        \"files\": []\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"taskId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"message\": \"add image after front end change\",\n                        \"dateCreated\": \"2021-11-29T19:07:18\",\n                        \"user\": null,\n                        \"tags\": [],\n                        \"files\": []\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"taskId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"message\": \"after runing minify\",\n                        \"dateCreated\": \"2021-11-29T19:10:00\",\n                        \"user\": null,\n                        \"tags\": [],\n                        \"files\": []\n                    },\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"userId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"taskId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"message\": \"Comment on another ticket\",\n                        \"dateCreated\": \"2021-11-29T13:20:56\",\n                        \"user\": null,\n                        \"tags\": [],\n                        \"files\": []\n                    }\n                ],\n                \"fields\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": \"Gary\",\n                        \"value\": \"foobar\",\n                        \"enabled\": false\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"a213cc1c-59ce-4d46-a052-cc0e41e69b82"}],"id":"690645a5-6f48-47b6-895c-14b665453013","_postman_id":"690645a5-6f48-47b6-895c-14b665453013","description":""},{"name":"Task","item":[{"name":"fm/Task/ById","event":[{"listen":"test","script":{"id":"094c5f73-e0e6-4b23-b02f-109ef2333496","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"a11b5f8d-c01d-4234-95b8-f0b89f3d8cad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Task/ById?id={{taskId}}","description":"<p>Gets a task object by it's Id</p>\n","urlObject":{"path":["fm","Task","ById"],"host":["{{careurl}}"],"query":[{"key":"id","value":"{{taskId}}"}],"variable":[]}},"response":[{"id":"da66a672-9014-45c0-a668-98e5c767e496","name":"Example of error where task not found.","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{url}}/fm/Task/ById?id={{taskId}}","host":["{{url}}"],"path":["fm","Task","ById"],"query":[{"key":"id","value":"{{taskId}}"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 14:20:57 GMT"},{"key":"Content-Length","value":"155"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 0,\n    \"hasError\": true,\n    \"error\": {\n        \"code\": \"-1\",\n        \"message\": \"Task not found.\"\n    },\n    \"result\": {}\n}"},{"id":"cc9d8475-3a7f-4891-893f-566ac1990b53","name":"fm/Task/ById","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{url}}/fm/Task/ById?id={{taskId}}","host":["{{url}}"],"path":["fm","Task","ById"],"query":[{"key":"id","value":"{{taskId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 14:32:33 GMT"},{"key":"Content-Length","value":"745"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"task\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"typeId\": 1,\n            \"statusId\": \"00000000-0000-0000-0000-000000000000\",\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n            \"slaId\": null,\n            \"siteIndex\": 2,\n            \"engineerUserId\": null,\n            \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n            \"followerUserId\": null,\n            \"reviewerUserId\": null,\n            \"signedOffByUserId\": null,\n            \"procedureId\": null,\n            \"priority\": 2,\n            \"isClosed\": false,\n            \"subject\": \"music_salmon.mp4\",\n            \"description\": \"Robb\",\n            \"dateCreated\": \"2022-01-27T14:30:24\",\n            \"dateDue\": null,\n            \"dateUpdated\": \"2022-01-27T14:30:24\",\n            \"dateClosed\": null,\n            \"dateSignedOff\": null,\n            \"spaces\": [],\n            \"components\": [],\n            \"tags\": [],\n            \"comments\": [],\n            \"fields\": []\n        }\n    }\n}"}],"_postman_id":"a11b5f8d-c01d-4234-95b8-f0b89f3d8cad"},{"name":"fm/Task/Insert","event":[{"listen":"test","script":{"id":"bab6ef83-4612-40bf-83a5-74a7b12587e5","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"a762c0c0-7dc7-42fb-895d-c571aea6711f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\" : null,\r\n    \"StatusId\" : null,\r\n    \"DateCreated\" : null,\r\n    \"DateUpdated\" : null,\r\n    \"TypeId\" : 1,\r\n    \"SiteId\" : \"{{siteId}}\",\r\n    \"SlaId\" : null,\r\n    \"SiteIndex\" : 0,\r\n    \"EngineerUserId\" : null,\r\n    \"ReportedByUserId\" : null,\r\n    \"FollowerUserId\" : null,\r\n    \"ReviewerUserId\" : null,\r\n    \"SignedOffByUserId\" : null,\r\n    \"ProcedureId\" : null,\r\n    \"Priority\" : 1,\r\n    \"Subject\" : \"account_fresh_dynamic.mxl\",\r\n    \"Description\" : \"Cathy\",\r\n    \"DateDue\" : null,\r\n    \"DateClosed\" : null,\r\n    \"DateSignedOff\" : null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Task/Insert","description":"<p>Creates a task object in the database.</p>\n","urlObject":{"path":["fm","Task","Insert"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"dd6c6bc2-61b1-40ce-b116-c8209ec3b175","name":"fm/Task/Insert","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\" : null,\r\n    \"StatusId\" : null,\r\n    \"DateCreated\" : null,\r\n    \"DateUpdated\" : null,\r\n    \"TypeId\" : 1,\r\n    \"SiteId\" : \"{{siteId}}\",\r\n    \"SlaId\" : null,\r\n    \"SiteIndex\" : 0,\r\n    \"EngineerUserId\" : null,\r\n    \"ReportedByUserId\" : null,\r\n    \"FollowerUserId\" : null,\r\n    \"ReviewerUserId\" : null,\r\n    \"SignedOffByUserId\" : null,\r\n    \"ProcedureId\" : null,\r\n    \"Priority\" : 1,\r\n    \"Subject\" : \"invoice_empower.m3a\",\r\n    \"Description\" : \"Wilfredo\",\r\n    \"DateDue\" : null,\r\n    \"DateClosed\" : null,\r\n    \"DateSignedOff\" : null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Task/Insert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"745"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 14:30:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"task\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"typeId\": 1,\n            \"statusId\": \"00000000-0000-0000-0000-000000000001\",\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n            \"slaId\": null,\n            \"siteIndex\": 2,\n            \"engineerUserId\": null,\n            \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n            \"followerUserId\": null,\n            \"reviewerUserId\": null,\n            \"signedOffByUserId\": null,\n            \"procedureId\": null,\n            \"priority\": 2,\n            \"isClosed\": false,\n            \"subject\": \"music_salmon.mp4\",\n            \"description\": \"Robb\",\n            \"dateCreated\": \"2022-01-27T14:30:24\",\n            \"dateDue\": null,\n            \"dateUpdated\": \"2022-01-27T14:30:24\",\n            \"dateClosed\": null,\n            \"dateSignedOff\": null,\n            \"spaces\": [],\n            \"components\": [],\n            \"tags\": [],\n            \"comments\": [],\n            \"fields\": []\n        }\n    }\n}"}],"_postman_id":"a762c0c0-7dc7-42fb-895d-c571aea6711f"},{"name":"fm/Task/Update","event":[{"listen":"test","script":{"id":"731528fa-7f0f-4134-b491-3a8d414772d1","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"e36c838a-5554-46d9-ba7b-06303ff0e55b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":" {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"typeId\": 1,\r\n            \"statusId\": \"00000000-0000-0000-0000-000000000001\",\r\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"slaId\": null,\r\n            \"siteIndex\": 2,\r\n            \"engineerUserId\": null,\r\n            \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"followerUserId\": null,\r\n            \"reviewerUserId\": null,\r\n            \"signedOffByUserId\": null,\r\n            \"procedureId\": null,\r\n            \"priority\": 2,\r\n            \"isClosed\": false,\r\n            \"subject\": \"music_salmon.mp42\",\r\n            \"description\": \"Robb\",\r\n            \"dateCreated\": \"2022-01-27T14:30:24\",\r\n            \"dateDue\": null,\r\n            \"dateUpdated\": \"2022-01-27T14:30:24\",\r\n            \"dateClosed\": null,\r\n            \"dateSignedOff\": null,\r\n            \"spaces\": [],\r\n            \"components\": [],\r\n            \"tags\": [],\r\n            \"comments\": [],\r\n            \"fields\": []\r\n }","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Task/Update","description":"<p>Updates a task</p>\n","urlObject":{"path":["fm","Task","Update"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"a5a7e43e-bbff-4d78-bf9d-4d46108362c1","name":"403 Forbidden fm/Task/Update","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":" {\r\n            \"id\": \"7b2b8779-c4fd-45b0-aaab-8596ad382b6e\",\r\n            \"typeId\": 1,\r\n            \"statusId\": \"00000000-0000-0000-0000-000000000001\",\r\n            \"siteId\": \"2587e65f-a21d-449a-a52f-c2584630b7fd\",\r\n            \"slaId\": null,\r\n            \"siteIndex\": 2,\r\n            \"engineerUserId\": null,\r\n            \"reportedByUserId\": \"fd834fa0-ea87-4d48-88c8-023063e5ee9c\",\r\n            \"followerUserId\": null,\r\n            \"reviewerUserId\": null,\r\n            \"signedOffByUserId\": null,\r\n            \"procedureId\": null,\r\n            \"priority\": 2,\r\n            \"isClosed\": false,\r\n            \"subject\": \"music_salmon.mp42\",\r\n            \"description\": \"Robb\",\r\n            \"dateCreated\": \"2022-01-27T14:30:24\",\r\n            \"dateDue\": null,\r\n            \"dateUpdated\": \"2022-01-27T14:30:24\",\r\n            \"dateClosed\": null,\r\n            \"dateSignedOff\": null,\r\n            \"spaces\": [],\r\n            \"components\": [],\r\n            \"tags\": [],\r\n            \"comments\": [],\r\n            \"fields\": []\r\n }","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Task/Update"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 14:39:25 GMT"},{"key":"Content-Length","value":"216"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 0,\n    \"hasError\": true,\n    \"error\": {\n        \"code\": \"AI-53348cc8\",\n        \"message\": \"You don't have sufficient permissions to update these task details.\"\n    },\n    \"result\": {}\n}"}],"_postman_id":"e36c838a-5554-46d9-ba7b-06303ff0e55b"},{"name":"fm/Task/UpdateTeam","event":[{"listen":"test","script":{"id":"db69e3e3-a183-4476-8e9b-70e953f69690","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"b8c2e1c5-05bb-49ef-a741-64d4d2e7cdd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":" {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"typeId\": 1,\r\n            \"statusId\": \"00000000-0000-0000-0000-000000000001\",\r\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"slaId\": null,\r\n            \"siteIndex\": 2,\r\n            \"engineerUserId\": null,\r\n            \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"followerUserId\": null,\r\n            \"reviewerUserId\": null,\r\n            \"signedOffByUserId\": null,\r\n            \"procedureId\": null,\r\n            \"priority\": 2,\r\n            \"isClosed\": false,\r\n            \"subject\": \"music_salmon.mp42\",\r\n            \"description\": \"Robb\",\r\n            \"dateCreated\": \"2022-01-27T14:30:24\",\r\n            \"dateDue\": null,\r\n            \"dateUpdated\": \"2022-01-27T14:30:24\",\r\n            \"dateClosed\": null,\r\n            \"dateSignedOff\": null,\r\n            \"spaces\": [],\r\n            \"components\": [],\r\n            \"tags\": [],\r\n            \"comments\": [],\r\n            \"fields\": []\r\n }","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Task/UpdateTeam","description":"<p>allows the update of the team members that are allocated to a given task.</p>\n","urlObject":{"path":["fm","Task","UpdateTeam"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"d08c6287-2997-4bcd-b0e7-98780a848c3f","name":"200: success fm/Task/UpdateTeam","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":" {\r\n            \"id\": \"7b2b8779-c4fd-45b0-aaab-8596ad382b6e\",\r\n            \"typeId\": 1,\r\n            \"statusId\": \"00000000-0000-0000-0000-000000000001\",\r\n            \"siteId\": \"2587e65f-a21d-449a-a52f-c2584630b7fd\",\r\n            \"slaId\": null,\r\n            \"siteIndex\": 2,\r\n            \"engineerUserId\": null,\r\n            \"reportedByUserId\": \"fd834fa0-ea87-4d48-88c8-023063e5ee9c\",\r\n            \"followerUserId\": null,\r\n            \"reviewerUserId\": null,\r\n            \"signedOffByUserId\": null,\r\n            \"procedureId\": null,\r\n            \"priority\": 2,\r\n            \"isClosed\": false,\r\n            \"subject\": \"music_salmon.mp42\",\r\n            \"description\": \"Robb\",\r\n            \"dateCreated\": \"2022-01-27T14:30:24\",\r\n            \"dateDue\": null,\r\n            \"dateUpdated\": \"2022-01-27T14:30:24\",\r\n            \"dateClosed\": null,\r\n            \"dateSignedOff\": null,\r\n            \"spaces\": [],\r\n            \"components\": [],\r\n            \"tags\": [],\r\n            \"comments\": [],\r\n            \"fields\": []\r\n }","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Task/UpdateTeam"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 14:59:46 GMT"},{"key":"Content-Length","value":"749"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"taskTeam\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"typeId\": 1,\n            \"statusId\": \"00000000-0000-0000-0000-000000000000\",\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n            \"slaId\": null,\n            \"siteIndex\": 2,\n            \"engineerUserId\": null,\n            \"reportedByUserId\": \"00000000-0000-0000-0000-000000000000\",\n            \"followerUserId\": null,\n            \"reviewerUserId\": null,\n            \"signedOffByUserId\": null,\n            \"procedureId\": null,\n            \"priority\": 2,\n            \"isClosed\": false,\n            \"subject\": \"music_salmon.mp4\",\n            \"description\": \"Robb\",\n            \"dateCreated\": \"2022-01-27T14:30:24\",\n            \"dateDue\": null,\n            \"dateUpdated\": \"2022-01-27T14:59:10\",\n            \"dateClosed\": null,\n            \"dateSignedOff\": null,\n            \"spaces\": [],\n            \"components\": [],\n            \"tags\": [],\n            \"comments\": [],\n            \"fields\": []\n        }\n    }\n}"}],"_postman_id":"b8c2e1c5-05bb-49ef-a741-64d4d2e7cdd9"},{"name":"fm/Task/UpdateAssetsLocations","event":[{"listen":"test","script":{"id":"0b2d399f-e93f-4900-b174-dab905da56ea","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"1b3971ab-39f1-4f84-9662-9de39f40c94d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n   \"spaces\": [\r\n      {\r\n         \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n         \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n         \"floorId\": null,\r\n         \"floorName\": \"02\",\r\n         \"name\": \"106\",\r\n         \"description\": \"test\",\r\n         \"floor\": {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"name\": \"02\"\r\n         }\r\n      }\r\n   ],\r\n   \"components\": [\r\n      {\r\n         \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n         \"systemId\": \"00000000-0000-0000-0000-000000000000\",\r\n         \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\r\n         \"spaceId\": null,\r\n         \"name\": \"TBC\",\r\n         \"assetIdentifier\": \"RAD003\",\r\n         \"testStatus\": null,\r\n         \"comment\": null\r\n      },\r\n      {\r\n         \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n         \"systemId\": \"00000000-0000-0000-0000-000000000000\",\r\n         \"assetTypeId\": \"00000000-0000-0000-0000-000000000000\",\r\n         \"spaceId\": null,\r\n         \"name\": \"TBC\",\r\n         \"assetIdentifier\": \"RAD004\",\r\n         \"testStatus\": null,\r\n         \"comment\": null\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Task/UpdateAssetsLocations","description":"<p>associates a task with a given list of spaces or/and list of component</p>\n","urlObject":{"path":["fm","Task","UpdateAssetsLocations"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"0b98f3db-dfe4-40eb-a6d6-5b757a9cea3d","name":"200 Success: No spaces or components to update","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":" {\r\n            \"id\": \"7b2b8779-c4fd-45b0-aaab-8596ad382b6e\",\r\n            \"typeId\": 1,\r\n            \"statusId\": \"00000000-0000-0000-0000-000000000001\",\r\n            \"siteId\": \"2587e65f-a21d-449a-a52f-c2584630b7fd\",\r\n            \"slaId\": null,\r\n            \"siteIndex\": 2,\r\n            \"engineerUserId\": null,\r\n            \"reportedByUserId\": \"fd834fa0-ea87-4d48-88c8-023063e5ee9c\",\r\n            \"followerUserId\": null,\r\n            \"reviewerUserId\": null,\r\n            \"signedOffByUserId\": null,\r\n            \"procedureId\": null,\r\n            \"priority\": 2,\r\n            \"isClosed\": false,\r\n            \"subject\": \"music_salmon.mp42\",\r\n            \"description\": \"Robb\",\r\n            \"dateCreated\": \"2022-01-27T14:30:24\",\r\n            \"dateDue\": null,\r\n            \"dateUpdated\": \"2022-01-27T14:30:24\",\r\n            \"dateClosed\": null,\r\n            \"dateSignedOff\": null,\r\n            \"spaces\": [],\r\n            \"components\": [],\r\n            \"tags\": [],\r\n            \"comments\": [],\r\n            \"fields\": []\r\n }","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Task/UpdateAssetsLocations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 15:06:30 GMT"},{"key":"Content-Length","value":"146"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 0,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"components\": [],\n        \"spaces\": []\n    }\n}"}],"_postman_id":"1b3971ab-39f1-4f84-9662-9de39f40c94d"},{"name":"fm/Task/UpdateTestResults","event":[{"listen":"test","script":{"id":"3a0fb183-6b41-47de-b8e8-95e05ccc100a","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"2753d780-8887-4d67-9971-83b4ff2ebd9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":" {\r\n            \"taskId\": \"7b2b8779-c4fd-45b0-aaab-8596ad382b6e\",\r\n            \"components\": []\r\n }","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Task/UpdateTestResults","urlObject":{"path":["fm","Task","UpdateTestResults"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"0ee4c45f-f1c6-47d5-87fc-e64b10a499e3","name":"500 Error: No components sent up","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":" {\r\n            \"taskId\": \"7b2b8779-c4fd-45b0-aaab-8596ad382b6e\",\r\n            \"components\": []\r\n }","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Task/UpdateTestResults"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 15:22:43 GMT"},{"key":"Content-Length","value":"180"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 0,\n    \"hasError\": true,\n    \"error\": {\n        \"code\": \"2e0ca796\",\n        \"message\": \"Failed updating component statuses\"\n    },\n    \"result\": {}\n}"}],"_postman_id":"2753d780-8887-4d67-9971-83b4ff2ebd9b"},{"name":"fm/Task/AssetHistory","event":[{"listen":"test","script":{"id":"7a0269dc-6c25-4a54-a14c-46735540504a","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"7c1f6c81-f881-441e-8066-dff931cca0e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/Task/AssetHistory?taskId={{taskId}}&byComponents={{byComponents}}&bySpaces={{bySpaces}}&count={{count}}","description":"<p>Returns a list of tasks associated with a given asset or set of assets</p>\n","urlObject":{"path":["fm","Task","AssetHistory"],"host":["{{careurl}}"],"query":[{"key":"taskId","value":"{{taskId}}"},{"description":{"content":"<p>Optional: default true</p>\n","type":"text/plain"},"key":"byComponents","value":"{{byComponents}}"},{"description":{"content":"<p>Optional: default true</p>\n","type":"text/plain"},"key":"bySpaces","value":"{{bySpaces}}"},{"description":{"content":"<p>Optional: default 5</p>\n","type":"text/plain"},"key":"count","value":"{{count}}"}],"variable":[]}},"response":[{"id":"f75ccddf-41e5-450e-97f9-36aff49fec41","name":"200 Ok Where task have no assets","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":{"raw":"{{careurl}}/fm/Task/AssetHistory?taskId={{taskId}}","host":["{{careurl}}"],"path":["fm","Task","AssetHistory"],"query":[{"key":"taskId","value":"{{taskId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"129"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 15:08:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 0,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"tasks\": []\n    }\n}"}],"_postman_id":"7c1f6c81-f881-441e-8066-dff931cca0e6"}],"id":"690b7758-6d75-4cfa-a35e-7af561ae4afc","description":"<p>Task controller deals with Crud operations on a singular Task</p>\n","_postman_id":"690b7758-6d75-4cfa-a35e-7af561ae4afc"},{"name":"Users","item":[{"name":"fm/Users/Update","event":[{"listen":"test","script":{"id":"9a30cea1-7beb-4e85-bb24-83c8d9f31c99","exec":[""],"type":"text/javascript"}}],"id":"7989bad2-f50a-453f-9017-a71d9ec78a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"users\" : [{\r\n    \"id\": \"05101009-7641-49ba-9d70-21bd717229cc\",\r\n    \"firstName\": \"Ben\",\r\n    \"secondName\": \"Maher updated\",\r\n    \"companyName\": \"Edocuments Ltd\",\r\n    \"isMe\": false,\r\n    \"email\": \"bmaher@edocuments.co.uk\",\r\n    \"siteRoles\": [\r\n        {\r\n            \"siteId\": \"790eae22-6f34-42dd-b74e-4cc00b83e608\",\r\n            \"roleId\": 6\r\n        },\r\n        {\r\n            \"siteId\": \"2e13229c-11c4-487d-bb87-82d407ce983d\",\r\n            \"roleId\": 6\r\n        },\r\n        {\r\n            \"siteId\": \"2fa9fc72-23a7-41ed-86a1-b83a3ba04790\",\r\n            \"roleId\": 6\r\n        },\r\n        {\r\n            \"siteId\": \"a4bcc91b-2a2a-42c2-809d-c63bc17fbc2d\",\r\n            \"roleId\": 6\r\n        }\r\n    ],\r\n    \"defaultSiteId\": null,\r\n    \"defaultSpaceId\": null,\r\n    \"specialisation\": null\r\n}]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Users/Update","description":"<p>Method to update the given users. This allows for roles to be added or removed from the users.</p>\n","urlObject":{"path":["fm","Users","Update"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"0549a8de-817f-4263-a49d-2101ddbc0a67","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"users\" : [{\r\n    \"id\": \"05101009-7641-49ba-9d70-21bd717229cc\",\r\n    \"firstName\": \"Ben\",\r\n    \"secondName\": \"Maher updated\",\r\n    \"companyName\": \"Edocuments Ltd\",\r\n    \"isMe\": false,\r\n    \"email\": \"bmaher@edocuments.co.uk\",\r\n    \"siteRoles\": [\r\n        {\r\n            \"siteId\": \"790eae22-6f34-42dd-b74e-4cc00b83e608\",\r\n            \"roleId\": 6\r\n        },\r\n        {\r\n            \"siteId\": \"2e13229c-11c4-487d-bb87-82d407ce983d\",\r\n            \"roleId\": 6\r\n        },\r\n        {\r\n            \"siteId\": \"2fa9fc72-23a7-41ed-86a1-b83a3ba04790\",\r\n            \"roleId\": 6\r\n        },\r\n        {\r\n            \"siteId\": \"a4bcc91b-2a2a-42c2-809d-c63bc17fbc2d\",\r\n            \"roleId\": 6\r\n        }\r\n    ],\r\n    \"defaultSiteId\": null,\r\n    \"defaultSpaceId\": null,\r\n    \"specialisation\": null\r\n}]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/Users/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"448"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 27 Jan 2022 17:11:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 1,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"users\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"firstName\": \"Ben\",\n                \"secondName\": \"Maher\",\n                \"name\": \"Ben Maher\",\n                \"companyName\": \"Edocuments Ltd\",\n                \"isMe\": false,\n                \"email\": \"bmaher@edocuments.co.uk\",\n                \"siteRoles\": [\n                    {\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"roleId\": 0\n                    }\n                ],\n                \"defaultSiteId\": null,\n                \"defaultSpaceId\": null,\n                \"specialisation\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7989bad2-f50a-453f-9017-a71d9ec78a5a"},{"name":"fm/users/all","event":[{"listen":"test","script":{"id":"11d20e6e-9981-4a2a-8c0e-e3b3658f3a87","exec":["pm.test(\"response is ok\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Check type and length\", () => {\r","    let data = pm.response.json();\r","    pm.expect(data.result.users).not.eq(undefined);\r","    pm.expect(typeof data.result.users).to.be.oneOf(['object', 'array']);\r","    pm.expect(data.result.users.length).not.eq(0);\r","});"],"type":"text/javascript"}}],"id":"c5a2ccd2-72a1-4739-82eb-4742a5351c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/users/all","description":"<p>Method to get all users</p>\n","urlObject":{"path":["fm","users","all"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[{"id":"a79ff2bc-c2c3-439b-bf88-2f8e079394f8","name":"fm/users/all","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Digest username=\"{{appToken}}\" realm=\"_root_\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/users/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1156"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Request-Context","value":"appId=cid-v1:db712cef-ee30-45dd-88dd-b8c3a109ff56"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Jan 2022 17:57:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"pages\": 0,\n    \"page\": null,\n    \"rows\": null,\n    \"orderBy\": null,\n    \"desc\": false,\n    \"totalRows\": 2,\n    \"hasError\": false,\n    \"error\": null,\n    \"result\": {\n        \"users\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"firstName\": \"Ben\",\n                \"secondName\": \"Maher\",\n                \"name\": \"Ben Maher\",\n                \"companyName\": \"Edocuments Ltd\",\n                \"isMe\": false,\n                \"email\": \"bmaher@edocuments.co.uk\",\n                \"siteRoles\": [\n                    {\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"roleId\": 6\n                    },\n                    {\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"roleId\": 6\n                    },\n                    {\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"roleId\": 6\n                    },\n                    {\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"roleId\": 6\n                    }\n                ],\n                \"defaultSiteId\": null,\n                \"defaultSpaceId\": null,\n                \"specialisation\": null\n            },\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"firstName\": \"Springboard\",\n                \"secondName\": \"Support\",\n                \"name\": \"Springboard Support\",\n                \"companyName\": \"Edocuments Ltd\",\n                \"isMe\": true,\n                \"email\": \"support@edocuments.co.uk\",\n                \"siteRoles\": [\n                    {\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"roleId\": 6\n                    },\n                    {\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"roleId\": 6\n                    },\n                    {\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"roleId\": 6\n                    },\n                    {\n                        \"siteId\": \"00000000-0000-0000-0000-000000000000\",\n                        \"roleId\": 6\n                    }\n                ],\n                \"defaultSiteId\": null,\n                \"defaultSpaceId\": null,\n                \"specialisation\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c5a2ccd2-72a1-4739-82eb-4742a5351c6b"}],"id":"4793ad47-f10b-44f5-b99d-456d0df70a16","description":"<p>Controller that allows Crud operations to be performed on Users</p>\n","_postman_id":"4793ad47-f10b-44f5-b99d-456d0df70a16"},{"name":"User","item":[{"name":"fm/User/Remove","event":[{"listen":"test","script":{"id":"1e98972d-e8d9-40f3-90db-3195e9dde280","exec":[""],"type":"text/javascript"}}],"id":"0c88a8f6-7129-4d47-aa9c-7ee2fbf7e8b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"url":"{{careurl}}/fm/User/Remove?userId={{userId}}","description":"<p>Removes the user from the site.</p>\n","urlObject":{"path":["fm","User","Remove"],"host":["{{careurl}}"],"query":[{"key":"userId","value":"{{userId}}"}],"variable":[]}},"response":[],"_postman_id":"0c88a8f6-7129-4d47-aa9c-7ee2fbf7e8b9"},{"name":"fm/User/Update","event":[{"listen":"test","script":{"id":"636b2b3d-92ed-4538-a485-58babbb67bb0","exec":[""],"type":"text/javascript"}}],"id":"66f0fa77-ada3-4618-94d7-37f9f1aa934d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Digest username=\"{{careAppToken}}\" realm=\"_root_|{{siteId}}\" password=\"{{authToken}}\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"firstName\": \"Ben\",\r\n    \"secondName\": \"Maher updated\",\r\n    \"companyName\": \"Edocuments Ltd\",\r\n    \"isMe\": false,\r\n    \"email\": \"bmaher@edocuments.co.uk\",\r\n    \"siteRoles\": [\r\n        {\r\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"roleId\": 6\r\n        },\r\n        {\r\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"roleId\": 6\r\n        },\r\n        {\r\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"roleId\": 6\r\n        },\r\n        {\r\n            \"siteId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"roleId\": 6\r\n        }\r\n    ],\r\n    \"defaultSiteId\": null,\r\n    \"defaultSpaceId\": null,\r\n    \"specialisation\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{careurl}}/fm/User/Update","description":"<p>Method to update a user to allow for roles to be associated with that user.</p>\n","urlObject":{"path":["fm","User","Update"],"host":["{{careurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"66f0fa77-ada3-4618-94d7-37f9f1aa934d"}],"id":"e9d8ef6c-3b0d-46c1-9fe6-61cdf350d87d","description":"<p>The user controller allows for operations to be performed on a user.</p>\n","_postman_id":"e9d8ef6c-3b0d-46c1-9fe6-61cdf350d87d"}],"id":"629fbcb9-7305-412c-b9e6-8a7a628c51a3","description":"<p>API for the management of PPM Schedules</p>\n","_postman_id":"629fbcb9-7305-412c-b9e6-8a7a628c51a3"}],"event":[{"listen":"prerequest","script":{"id":"46856a61-34bb-4976-b26b-08493928537d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e4544865-6aaa-41a6-893c-70fca2b79df5","type":"text/javascript","exec":[""]}}],"variable":[{"key":"widgetId","value":"96112D60-3C0F-4BD0-A0DA-04E0FD83B5FC","disabled":true}]}