{"info":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","description":"<html><head></head><body><p>The OpenDefinery API allows Revit users to programmatically manage and implement shared parameters for Revit.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5483074","collectionId":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","publishedId":"T1LHGpQo","public":true,"customColor":{"top-bar":"000000","right-sidebar":"303030","highlight":"2A9FD6"},"publishDate":"2020-08-24T19:48:11.000Z"},"item":[{"name":"Authorization","item":[{"name":"Log In","event":[{"listen":"test","script":{"id":"364a358e-2970-4a59-8048-a1889ecbdd7d","exec":[""],"type":"text/javascript"}}],"id":"4f6532f0-3ec8-4a8b-8310-6c2787f2a3f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\",\r\n    \"pass\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://app.opendefinery.com/user/login?_format=json","description":"<p>Retrieve a CSRF token by logging in. This token is required for making <code>POST</code> API calls.</p>\n","urlObject":{"path":["user","login"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"039a6dea-fa45-4a24-8e9a-a187601f24aa","name":"Log In","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\",\r\n    \"pass\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://app.opendefinery.com/user/login?_format=json","host":["http://app.opendefinery.com"],"path":["user","login"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 15:57:32 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Set-Cookie","value":"SESSb0bf5bf74eb6c605a882d6077d0f46f6=38Xk7RDxkxotJR9vGV3cWqO4tbrZkI1WnE6KaFBPESs; expires=Sun, 30-Aug-2020 19:30:52 GMT; Max-Age=2000000; path=/; domain=.app.opendefinery.com; HttpOnly"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"166"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_user\": {\n        \"uid\": \"6\",\n        \"name\": \"jay\"\n    },\n    \"csrf_token\": \"0000000000000000000000000000\",\n    \"logout_token\": \"0000000000000000000000000000\"\n}"}],"_postman_id":"4f6532f0-3ec8-4a8b-8310-6c2787f2a3f9"}],"id":"c2e490bc-5104-4b2e-aa68-e8337c861a88","_postman_id":"c2e490bc-5104-4b2e-aa68-e8337c861a88","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}}},{"name":"Parameters","item":[{"name":"New Parameter","id":"2ab6cb30-f723-4a34-a6db-ff31c8806f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-CSRF-Token","type":"text","value":""}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ],\r\n    \"title\": [\r\n        {\r\n            \"value\": \"ParameterName\"\r\n        }\r\n    ],\r\n    \"field_guid\": [\r\n        {\r\n            \"value\": \"00000000000000000000000000000000\"\r\n        }\r\n    ],\r\n    \"field_description\": [\r\n        {\r\n            \"value\": \"A description (tooltip in Revit) for the shared parameter.\"\r\n        }\r\n    ],\r\n    \"field_data_type\": {\r\n        \"und\": \"26\"\r\n    },\r\n    \"field_tags\": [\r\n        {\r\n            \"und\": \"\"\r\n        }\r\n    ]\r\n    \r\n}"},"url":"http://app.opendefinery.com/node?_format=hal_json","description":"<p>Creates a new Shared Parameter.</p>\n<p>The <code>field_data_type</code> property expects the ID of the data type, not the name. Refer to <code>/rest/datatypes</code> endpoint to retrieve the IDs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["node"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"hal_json"}],"variable":[]}},"response":[{"id":"8eb27855-b40e-4c5a-b540-8ecb70356012","name":"Error: Null GUID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-CSRF-Token","type":"text","value":""}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ],\r\n    \"title\": [\r\n        {\r\n            \"value\": \"ParameterName\"\r\n        }\r\n    ],\r\n    \"field_guid\": [\r\n        {\r\n            \"value\": \"\"\r\n        }\r\n    ],\r\n    \"field_description\": [\r\n        {\r\n            \"value\": \"A description (tooltip in Revit) for the shared parameter.\"\r\n        }\r\n    ],\r\n    \"field_data_type\": {\r\n        \"und\": \"26\"\r\n    },\r\n    \"field_tags\": [\r\n        {\r\n            \"und\": \"\"\r\n        }\r\n    ]\r\n    \r\n}"},"url":{"raw":"http://app.opendefinery.com/node?_format=hal_json","host":["http://app.opendefinery.com"],"path":["node"],"query":[{"key":"_format","value":"hal_json"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Oct 2020 11:17:45 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"108"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/hal+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unprocessable Entity: validation failed.\\nfield_guid: This value should not be null.\\n\"\n}"},{"id":"f389d780-9128-47bf-a010-8b3e3a07c453","name":"Post New Parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-CSRF-Token","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ],\r\n    \"title\": [\r\n        {\r\n            \"value\": \"ParameterName\"\r\n        }\r\n    ],\r\n    \"field_guid\": [\r\n        {\r\n            \"value\": \"00000000000000000000000000000000\"\r\n        }\r\n    ],\r\n    \"field_description\": [\r\n        {\r\n            \"value\": \"A description (tooltip in Revit) for the shared parameter.\"\r\n        }\r\n    ],\r\n    \"field_data_type\": {\r\n        \"und\": \"TEXT\"\r\n    }\r\n}"},"url":{"raw":"http://app.opendefinery.com/entity/node?_format=hal_json","host":["http://app.opendefinery.com"],"path":["entity","node"],"query":[{"key":"_format","value":"hal_json"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 22:47:51 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Location","value":"http://app.opendefinery.com/00000000000000000000000000000000/10779"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"812"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/hal+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://app.opendefinery.com/00000000000000000000000000000000/10779?_format=hal_json\"\n        },\n        \"type\": {\n            \"href\": \"http://app.opendefinery.com/rest/type/node/shared_parameter\"\n        },\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/revision_uid\": [\n            {\n                \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/uid\": [\n            {\n                \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\",\n                \"lang\": \"en\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_data_type\": [\n            {\n                \"href\": \"http://app.opendefinery.com/data-type/length?_format=hal_json\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_group\": [\n            {\n                \"href\": \"http://app.opendefinery.com/group/default-group?_format=hal_json\"\n            }\n        ]\n    },\n    \"nid\": [\n        {\n            \"value\": 10779\n        }\n    ],\n    \"uuid\": [\n        {\n            \"value\": \"58461991-258f-484a-9350-2d1bf9291b57\"\n        }\n    ],\n    \"vid\": [\n        {\n            \"value\": 10785\n        }\n    ],\n    \"langcode\": [\n        {\n            \"value\": \"en\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"type\": [\n        {\n            \"target_id\": \"shared_parameter\"\n        }\n    ],\n    \"revision_timestamp\": [\n        {\n            \"value\": \"2020-08-07T22:47:52+00:00\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"_embedded\": {\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/revision_uid\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/user/user\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"99d1e0ad-5dce-4c36-bcf0-85344db959d6\"\n                    }\n                ]\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/uid\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/user/user\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"99d1e0ad-5dce-4c36-bcf0-85344db959d6\"\n                    }\n                ],\n                \"lang\": \"en\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_data_type\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/data-type/length?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/taxonomy_term/data_type\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"a154f7e5-8afe-4fac-a376-8b5240724dbc\"\n                    }\n                ]\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_group\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/group/default-group?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/taxonomy_term/group\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"a1ca281d-43e2-4ad3-bb29-7a92936bfb34\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"status\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"title\": [\n        {\n            \"value\": \"ParameterName\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"created\": [\n        {\n            \"value\": \"2020-08-07T22:47:52+00:00\",\n            \"lang\": \"en\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"changed\": [\n        {\n            \"value\": \"2020-08-07T22:47:52+00:00\",\n            \"lang\": \"en\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"promote\": [\n        {\n            \"value\": false,\n            \"lang\": \"en\"\n        }\n    ],\n    \"sticky\": [\n        {\n            \"value\": false,\n            \"lang\": \"en\"\n        }\n    ],\n    \"default_langcode\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"revision_translation_affected\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"path\": [\n        {\n            \"alias\": null,\n            \"pid\": null,\n            \"langcode\": \"en\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"field_description\": [\n        {\n            \"value\": \"A description (tooltip in Revit) for the shared parameter.\"\n        }\n    ],\n    \"field_guid\": [\n        {\n            \"value\": \"00000000000000000000000000000000\"\n        }\n    ],\n    \"field_user_modifiable\": [\n        {\n            \"value\": true\n        }\n    ],\n    \"field_visible\": [\n        {\n            \"value\": true\n        }\n    ]\n}"}],"_postman_id":"2ab6cb30-f723-4a34-a6db-ff31c8806f4c"},{"name":"Fork Parameter","id":"04fc378e-d0b9-4acd-9188-d329277d0710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-CSRF-Token","type":"text","value":""}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ],\r\n    \"title\": [\r\n        {\r\n            \"value\": \"ParameterName\"\r\n        }\r\n    ],\r\n    \"field_guid\": [\r\n        {\r\n            \"value\": \"00000000000000000000000000000000\"\r\n        }\r\n    ],\r\n    \"field_description\": [\r\n        {\r\n            \"value\": \"A description (tooltip in Revit) for the shared parameter.\"\r\n        }\r\n    ],\r\n    \"field_data_type\": {\r\n        \"und\": \"26\"\r\n    },\r\n    \"field_forked_source\": {\r\n        \"und\": \"23865\"\r\n    },\r\n    \"field_tags\": [\r\n        {\r\n            \"und\": \"\"\r\n        }\r\n    ]\r\n    \r\n}"},"url":"http://app.opendefinery.com/node?_format=hal_json","description":"<p>Creates a new Shared Parameter by forking it. This API call is identical to <code>GET New Parameter</code> except with an additional <code>field_forked_source</code> property in the body of the request for passing the ID of the Shared Parameter in which this was forked from. Forking Parameters is useful for tracking the history of a Parameter.</p>\n<p>The <code>field_forked_source</code> property expects the ID of the Shared Parameter, not the GUID.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["node"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"hal_json"}],"variable":[]}},"response":[{"id":"63b417de-36e4-473f-bb58-da2fee60d9c3","name":"Fork Parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-CSRF-Token","type":"text","value":""}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ],\r\n    \"title\": [\r\n        {\r\n            \"value\": \"ParameterName\"\r\n        }\r\n    ],\r\n    \"field_guid\": [\r\n        {\r\n            \"value\": \"00000000000000000000000000000000\"\r\n        }\r\n    ],\r\n    \"field_description\": [\r\n        {\r\n            \"value\": \"A description (tooltip in Revit) for the shared parameter.\"\r\n        }\r\n    ],\r\n    \"field_data_type\": {\r\n        \"und\": \"26\"\r\n    },\r\n    \"field_forked_source\": {\r\n        \"und\": \"23865\"\r\n    },\r\n    \"field_tags\": [\r\n        {\r\n            \"und\": \"\"\r\n        }\r\n    ]\r\n    \r\n}"},"url":{"raw":"http://app.opendefinery.com/node?_format=hal_json","host":["http://app.opendefinery.com"],"path":["node"],"query":[{"key":"_format","value":"hal_json"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Oct 2020 03:19:07 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Location","value":"http://app.opendefinery.com/00000000000000000000000000000000/33117"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"939"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/hal+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://app.opendefinery.com/00000000000000000000000000000000/33117?_format=hal_json\"\n        },\n        \"type\": {\n            \"href\": \"http://app.opendefinery.com/rest/type/node/shared_parameter\"\n        },\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/revision_uid\": [\n            {\n                \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/uid\": [\n            {\n                \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\",\n                \"lang\": \"en\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_data_type\": [\n            {\n                \"href\": \"http://app.opendefinery.com/data-type/length?_format=hal_json\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_forked_source\": [\n            {\n                \"href\": \"http://app.opendefinery.com/c6c594b3-94de-49af-b077-7bce344b7503/23865?_format=hal_json\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_group\": [\n            {\n                \"href\": \"http://app.opendefinery.com/group/default-group?_format=hal_json\"\n            }\n        ]\n    },\n    \"nid\": [\n        {\n            \"value\": 33117\n        }\n    ],\n    \"uuid\": [\n        {\n            \"value\": \"b52e029b-aee6-47d6-80c0-a2140b2f168b\"\n        }\n    ],\n    \"vid\": [\n        {\n            \"value\": 33192\n        }\n    ],\n    \"langcode\": [\n        {\n            \"value\": \"en\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"type\": [\n        {\n            \"target_id\": \"shared_parameter\"\n        }\n    ],\n    \"revision_timestamp\": [\n        {\n            \"value\": \"2020-10-30T03:19:07+00:00\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"_embedded\": {\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/revision_uid\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/user/user\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"99d1e0ad-5dce-4c36-bcf0-85344db959d6\"\n                    }\n                ]\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/uid\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/user/user\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"99d1e0ad-5dce-4c36-bcf0-85344db959d6\"\n                    }\n                ],\n                \"lang\": \"en\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_data_type\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/data-type/length?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/taxonomy_term/data_type\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"a154f7e5-8afe-4fac-a376-8b5240724dbc\"\n                    }\n                ]\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_forked_source\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/c6c594b3-94de-49af-b077-7bce344b7503/23865?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/node/shared_parameter\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"45b28de9-1c1b-4d59-ab02-450a1f8f5a36\"\n                    }\n                ]\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_group\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/group/default-group?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/taxonomy_term/group\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"a1ca281d-43e2-4ad3-bb29-7a92936bfb34\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"status\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"title\": [\n        {\n            \"value\": \"ParameterName\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"created\": [\n        {\n            \"value\": \"2020-10-30T03:19:07+00:00\",\n            \"lang\": \"en\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"changed\": [\n        {\n            \"value\": \"2020-10-30T03:19:07+00:00\",\n            \"lang\": \"en\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"promote\": [\n        {\n            \"value\": false,\n            \"lang\": \"en\"\n        }\n    ],\n    \"sticky\": [\n        {\n            \"value\": false,\n            \"lang\": \"en\"\n        }\n    ],\n    \"default_langcode\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"revision_translation_affected\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"path\": [\n        {\n            \"alias\": null,\n            \"pid\": null,\n            \"langcode\": \"en\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"field_description\": [\n        {\n            \"value\": \"A description (tooltip in Revit) for the shared parameter.\"\n        }\n    ],\n    \"field_guid\": [\n        {\n            \"value\": \"00000000000000000000000000000000\"\n        }\n    ],\n    \"field_user_modifiable\": [\n        {\n            \"value\": true\n        }\n    ],\n    \"field_visible\": [\n        {\n            \"value\": true\n        }\n    ]\n}"}],"_postman_id":"04fc378e-d0b9-4acd-9188-d329277d0710"},{"name":"New Parameter with Tag","id":"412613e7-f9eb-4eff-8bc9-9b7d60a95c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-CSRF-Token","type":"text","value":""}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ],\r\n    \"title\": [\r\n        {\r\n            \"value\": \"ParameterName\"\r\n        }\r\n    ],\r\n    \"field_guid\": [\r\n        {\r\n            \"value\": \"00000000000000000000000000000000\"\r\n        }\r\n    ],\r\n    \"field_description\": [\r\n        {\r\n            \"value\": \"A description (tooltip in Revit) for the shared parameter.\"\r\n        }\r\n    ],\r\n    \"field_data_type\": {\r\n        \"und\": \"26\"\r\n    },\r\n    \"field_tags\": \r\n    {\r\n        \"und\": \"81\"\r\n    }\r\n}"},"url":"http://app.opendefinery.com/node?_format=hal_json","description":"<p>Creates a new shared parameter with a tag.</p>\n<p>This endpoint requires the <code>id</code> of the tag. The <code>id</code> of each tag can be retrieved from the <code>/rest/tags</code> endpoint.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["node"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"hal_json"}],"variable":[]}},"response":[{"id":"a345879e-fcf4-4bef-bd4f-140d0826b363","name":"Post New Parameter With Tags","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-CSRF-Token","type":"text","value":""}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ],\r\n    \"title\": [\r\n        {\r\n            \"value\": \"ParameterName\"\r\n        }\r\n    ],\r\n    \"field_guid\": [\r\n        {\r\n            \"value\": \"00000000000000000000000000000000\"\r\n        }\r\n    ],\r\n    \"field_description\": [\r\n        {\r\n            \"value\": \"A description (tooltip in Revit) for the shared parameter.\"\r\n        }\r\n    ],\r\n    \"field_data_type\": {\r\n        \"und\": \"26\"\r\n    },\r\n    \"field_tags\": \r\n    {\r\n        \"und\": \"81\"\r\n    }\r\n}"},"url":{"raw":"http://app.opendefinery.com/node?_format=hal_json","host":["http://app.opendefinery.com"],"path":["node"],"query":[{"key":"_format","value":"hal_json"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Aug 2020 16:37:45 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Location","value":"http://app.opendefinery.com/00000000000000000000000000000000/10820"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"897"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/hal+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://app.opendefinery.com/00000000000000000000000000000000/10820?_format=hal_json\"\n        },\n        \"type\": {\n            \"href\": \"http://app.opendefinery.com/rest/type/node/shared_parameter\"\n        },\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/revision_uid\": [\n            {\n                \"href\": \"http://app.opendefinery.com/user/jmerlan?_format=hal_json\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/uid\": [\n            {\n                \"href\": \"http://app.opendefinery.com/user/jmerlan?_format=hal_json\",\n                \"lang\": \"en\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_data_type\": [\n            {\n                \"href\": \"http://app.opendefinery.com/data-type/length?_format=hal_json\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_group\": [\n            {\n                \"href\": \"http://app.opendefinery.com/group/default-group?_format=hal_json\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_tags\": [\n            {\n                \"href\": \"http://app.opendefinery.com/tags/mechanical?_format=hal_json\"\n            }\n        ]\n    },\n    \"nid\": [\n        {\n            \"value\": 10820\n        }\n    ],\n    \"uuid\": [\n        {\n            \"value\": \"0d061d03-7062-4343-b585-e0e54f7b30c3\"\n        }\n    ],\n    \"vid\": [\n        {\n            \"value\": 10839\n        }\n    ],\n    \"langcode\": [\n        {\n            \"value\": \"en\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"type\": [\n        {\n            \"target_id\": \"shared_parameter\"\n        }\n    ],\n    \"revision_timestamp\": [\n        {\n            \"value\": \"2020-08-10T16:37:45+00:00\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"_embedded\": {\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/revision_uid\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/user/jmerlan?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/user/user\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"5816bca2-5b29-4cf7-aae2-a63497eae37c\"\n                    }\n                ]\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/uid\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/user/jmerlan?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/user/user\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"5816bca2-5b29-4cf7-aae2-a63497eae37c\"\n                    }\n                ],\n                \"lang\": \"en\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_data_type\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/data-type/length?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/taxonomy_term/data_type\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"a154f7e5-8afe-4fac-a376-8b5240724dbc\"\n                    }\n                ]\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_group\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/group/default-group?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/taxonomy_term/group\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"a1ca281d-43e2-4ad3-bb29-7a92936bfb34\"\n                    }\n                ]\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/shared_parameter/field_tags\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/tags/mechanical?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/taxonomy_term/tags\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"bb8cb640-70a9-4c5e-9092-a22cf8d4945e\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"status\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"title\": [\n        {\n            \"value\": \"ParameterName\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"created\": [\n        {\n            \"value\": \"2020-08-10T16:37:45+00:00\",\n            \"lang\": \"en\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"changed\": [\n        {\n            \"value\": \"2020-08-10T16:37:45+00:00\",\n            \"lang\": \"en\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"promote\": [\n        {\n            \"value\": false,\n            \"lang\": \"en\"\n        }\n    ],\n    \"sticky\": [\n        {\n            \"value\": false,\n            \"lang\": \"en\"\n        }\n    ],\n    \"default_langcode\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"revision_translation_affected\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"path\": [\n        {\n            \"alias\": null,\n            \"pid\": null,\n            \"langcode\": \"en\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"field_description\": [\n        {\n            \"value\": \"A description (tooltip in Revit) for the shared parameter.\"\n        }\n    ],\n    \"field_guid\": [\n        {\n            \"value\": \"00000000000000000000000000000000\"\n        }\n    ],\n    \"field_user_modifiable\": [\n        {\n            \"value\": true\n        }\n    ],\n    \"field_visible\": [\n        {\n            \"value\": true\n        }\n    ]\n}"}],"_postman_id":"412613e7-f9eb-4eff-8bc9-9b7d60a95c27"},{"name":"Search for Parameters","id":"2ba916f8-950b-40eb-acb3-97ff4104e8bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/params/search?_format=json&keys=EXHAUST&data_type=HVAC_AIR_FLOW&tems_per_page=5&offset=0","description":"<p>This function searches all fields of a Shared Parameter including GUID, name, description, data type, tags, Collections, and more.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["rest","params","search"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"},{"key":"keys","value":"EXHAUST"},{"key":"data_type","value":"HVAC_AIR_FLOW"},{"key":"tems_per_page","value":"5"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"33e76a0b-c080-4833-a8b9-fb761d7065e8","name":"Search for Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/params/search?_format=json&keys=EXHAUST&data_type=HVAC_AIR_FLOW&tems_per_page=5&offset=0","host":["http://app.opendefinery.com"],"path":["rest","params","search"],"query":[{"key":"_format","value":"json"},{"key":"keys","value":"EXHAUST"},{"key":"data_type","value":"HVAC_AIR_FLOW"},{"key":"tems_per_page","value":"5"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Nov 2020 15:10:05 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"UNCACHEABLE"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"810"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": \"28857\",\n            \"name\": \"Actual Exhaust Air Flow\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"137c6e04-d89d-469f-9fa9-b926e1d1104a\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28159\",\n            \"name\": \"AirFlowExhaust2Actual\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"Secondary exhaust air flow used when multiple exhausts are required\",\n            \"group\": \"Default Group\",\n            \"guid\": \"b3c2bd25-5d2a-4f60-8a0e-ad3a71d866f4\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"10794\"\n        },\n        {\n            \"id\": \"28160\",\n            \"name\": \"AirFlowExhaust2Design\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"Secondary exhaust air flow used when multiple exhausts are required\",\n            \"group\": \"Default Group\",\n            \"guid\": \"dbe19a60-cf81-4ad8-92a4-01ba4ed357ce\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"10794\"\n        },\n        {\n            \"id\": \"28161\",\n            \"name\": \"AirFlowExhaustActual\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"b31cbaa7-2d92-4261-83fa-58649c837d76\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"10794\"\n        },\n        {\n            \"id\": \"28162\",\n            \"name\": \"AirFlowExhaustDesign\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"1c155d96-baaf-4cd1-9a4c-411b90446707\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"10794\"\n        },\n        {\n            \"id\": \"11368\",\n            \"name\": \"Calculated Exhaust Duct Airflow\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"50bcfc23-56d0-4ce3-9d4d-d4c807d3a593\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"36\",\n            \"collections\": \"11180\"\n        },\n        {\n            \"id\": \"29018\",\n            \"name\": \"Design Exhaust Air Flow\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"75fd1a9f-3d4b-4eee-bc23-04fe2ed8c174\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"12131\",\n            \"name\": \"Exhaust Airflow\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"4de7c854-055c-4876-bd10-b292b49da349\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"36\",\n            \"collections\": \"11180\"\n        },\n        {\n            \"id\": \"12132\",\n            \"name\": \"Exhaust Airflow Input\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"23837bce-c4c7-415e-aa23-136f14b29767\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"36\",\n            \"collections\": \"11180\"\n        },\n        {\n            \"id\": \"29386\",\n            \"name\": \"Exhaust Volume\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a457e654-e4bd-47aa-8eff-84f6f74336eb\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28848\"\n        },\n        {\n            \"id\": \"12416\",\n            \"name\": \"Gas-Fired HX Exhaust Gas Flow\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"Gas-Fired Heat Exchanger Exhaust Gas Flow\",\n            \"group\": \"Default Group\",\n            \"guid\": \"71de2da0-05d9-45e5-a8ab-dff81e17fb37\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"36\",\n            \"collections\": \"11180\"\n        },\n        {\n            \"id\": \"12938\",\n            \"name\": \"Min Exhaust Airflow\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"data_category\": null,\n            \"description\": \"Minimum Exhaust Airflow\",\n            \"group\": \"Default Group\",\n            \"guid\": \"25eaaa36-b18a-4570-9497-c3a6c806ca4d\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"36\",\n            \"collections\": \"11180\"\n        }\n    ],\n    \"pager\": {\n        \"current_page\": 0,\n        \"total_items\": \"12\",\n        \"total_pages\": 1,\n        \"items_per_page\": 100\n    }\n}"}],"_postman_id":"2ba916f8-950b-40eb-acb3-97ff4104e8bc"},{"name":"Get Parameters","id":"4c66fffe-507d-4d1c-9e86-1b7fd9301637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/params?_format=json&items_per_page=25&offset=0","description":"<p>Retrieve all shared parameters.</p>\n<p>Pagination Notes:</p>\n<ul>\n<li>The <code>items_per_page</code> parameter accepts the number of items per page in increments of 5, 10, 25, 50, 100 only. Any other values passed into this parameter will result in an empty reponse.</li>\n<li>The <code>offset</code> parameter is for the starting index of the page. For example, if page two is requested with 50 <code>items_per_page</code> the offet should be set to <code>50</code> as the first item is always <code>0</code>.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["rest","params"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"},{"key":"items_per_page","value":"25"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"cfad0889-112d-4556-b390-a4ae210a0036","name":"Get Shared Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/params?_format=json&items_per_page=25&offset=0","host":["http://app.opendefinery.com"],"path":["rest","params"],"query":[{"key":"_format","value":"json"},{"key":"items_per_page","value":"25"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 20:03:18 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1219"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": \"29493\",\n            \"name\": \"01-A/E Firm Name\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a77dbe6c-9188-40a7-ac1a-dd7e85daf334\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29506\",\n            \"name\": \"01-Cons Firm Name\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"fdb9e3fb-c2e7-422b-9130-458767d57f60\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29502\",\n            \"name\": \"01-Eng Firm Name\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"d9f14ed4-a115-4a83-95b2-07c5ac37ee71\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29499\",\n            \"name\": \"02-A/E Firm Street Address\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"6ec664a5-e37e-4cf2-b247-64e361c73161\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29485\",\n            \"name\": \"02-Cons Firm Street Address\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"380eda13-9980-4f5f-b66d-ffbefc710f23\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29492\",\n            \"name\": \"02-Eng Firm Street Address\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"80362969-18d4-4bb2-bade-1fddabd78f9d\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29486\",\n            \"name\": \"03-A/E Firm City, State, ZIP Code\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"be259518-bba4-498b-a7f7-148d61a14fd4\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29504\",\n            \"name\": \"03-Cons Firm City, State, ZIP Code\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"9d40ded9-ab8b-44da-acb5-6c413fff6be7\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29498\",\n            \"name\": \"03-Eng Firm City, State, ZIP Code\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"1143239f-0f12-4619-8e23-232603ffd6ae\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29490\",\n            \"name\": \"04-A/E Firm Phone Number\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"d89ead47-e46d-485a-87a9-5c1eb7289dc2\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29505\",\n            \"name\": \"04-Cons Firm Phone Number\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"5001cdf7-7db9-443c-9fa4-afa976c929fc\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29494\",\n            \"name\": \"04-Eng Firm Phone Number\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"d53e6b77-4098-4966-b6eb-b6a652b12abe\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29501\",\n            \"name\": \"05-A/E Firm POC\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"065709bf-96e8-4cc2-8ba2-9b978725bff9\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29497\",\n            \"name\": \"05-Cons POC\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"1249e58e-eb56-432c-96fb-3ba85b3aabe5\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29487\",\n            \"name\": \"05-Eng Firm POC\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"adc92c22-aeaf-4479-b536-350ab3027504\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"11181\",\n            \"name\": \"1-Way Throw Pattern\",\n            \"data_category\": \"\",\n            \"data_type\": \"YESNO\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"fa9a36b4-ae5a-4e64-b93c-48b11ba0760b\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"36\",\n            \"collections\": \"11180\"\n        },\n        {\n            \"id\": \"30164\",\n            \"name\": \"1-Way Throw Pattern\",\n            \"data_category\": \"\",\n            \"data_type\": \"YESNO\",\n            \"description\": \"The throw pattern.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"fa9a36b4-ae5a-4e64-b93c-48b11ba0760b\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"32328\",\n            \"name\": \"1000Hetrz[Type]\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"IfcReal\",\n            \"group\": \"Default Group\",\n            \"guid\": \"5005f4a8-5c04-4c7b-8621-23531d7441ba\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"30195\"\n        },\n        {\n            \"id\": \"28779\",\n            \"name\": \"100V Taps\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"d6358c62-a46c-4194-b621-58c74abd061a\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28730\"\n        },\n        {\n            \"id\": \"32325\",\n            \"name\": \"125Hetrz[Type]\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"IfcReal\",\n            \"group\": \"Default Group\",\n            \"guid\": \"1dd19f1d-69cd-4690-9c30-97505d4fd65e\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"30195\"\n        },\n        {\n            \"id\": \"11182\",\n            \"name\": \"2-Way Corner Throw Pattern\",\n            \"data_category\": \"\",\n            \"data_type\": \"YESNO\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"b11b73d5-4027-4b9d-87c2-fbf1d75203de\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"36\",\n            \"collections\": \"11180\"\n        },\n        {\n            \"id\": \"11183\",\n            \"name\": \"2-Way Opposite Throw Pattern\",\n            \"data_category\": \"\",\n            \"data_type\": \"YESNO\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"d64d41a7-0695-4665-bee6-8c4250cff102\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"36\",\n            \"collections\": \"11180\"\n        },\n        {\n            \"id\": \"11184\",\n            \"name\": \"2-Way Throw Pattern\",\n            \"data_category\": \"\",\n            \"data_type\": \"YESNO\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"206c3db2-a466-4ce7-9a1b-f870f091c5d4\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"36\",\n            \"collections\": \"11180\"\n        },\n        {\n            \"id\": \"32329\",\n            \"name\": \"2000Hetrz[Type]\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"IfcReal\",\n            \"group\": \"Default Group\",\n            \"guid\": \"7c419da7-4942-4272-ab92-acdf8356cedb\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"30195\"\n        },\n        {\n            \"id\": \"32326\",\n            \"name\": \"250Hetrz[Type]\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"IfcReal\",\n            \"group\": \"Default Group\",\n            \"guid\": \"57aff054-482b-4aed-b453-2f100041e76f\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"30195\"\n        }\n    ],\n    \"pager\": {\n        \"current_page\": 0,\n        \"total_items\": \"21695\",\n        \"total_pages\": 868,\n        \"items_per_page\": \"25\"\n    }\n}"}],"_postman_id":"4c66fffe-507d-4d1c-9e86-1b7fd9301637"},{"name":"Get Parameters By GUID","id":"2042ab1b-5246-447f-bbd8-e76140e6821d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/params/guid/?_format=json","description":"<p>Retrieve all Parameters which have the specified GUID.</p>\n","urlObject":{"path":["rest","params","guid",""],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"958c391e-c07e-4665-9191-010e33ccc3f6","name":"Get Parameter By GUID","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/params/guid/?_format=json","host":["http://app.opendefinery.com"],"path":["rest","params","guid",""],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 20:08:01 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"293"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": \"28156\",\n            \"name\": \"AirFlowAirShaft\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"The air flow of an air shaft.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a4d4a6bb-1eca-43ed-a52b-376bff2d9a76\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"10794\"\n        },\n        {\n            \"id\": \"29584\",\n            \"name\": \"AirFlow_AirShaft\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"The air flow of an air shaft.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a4d4a6bb-1eca-43ed-a52b-376bff2d9a76\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"1\",\n            \"collections\": \"\"\n        }\n    ],\n    \"pager\": {\n        \"current_page\": 0,\n        \"total_items\": 2,\n        \"total_pages\": 1,\n        \"items_per_page\": 100\n    }\n}"}],"_postman_id":"2042ab1b-5246-447f-bbd8-e76140e6821d"},{"name":"Get Parameter By ID","id":"6cebfdcc-913d-4aba-bef6-8e11744575dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/params/id/?_format=json","description":"<p>Retrieve a specific parameter from its unique node ID (not the GUID).</p>\n","urlObject":{"path":["rest","params","id",""],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"ff1b9d99-e4d6-4a1d-bebe-030514e0b8f5","name":"Get Parameter By GUID","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/params/guid/?_format=json","host":["http://app.opendefinery.com"],"path":["rest","params","guid",""],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 20:08:01 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"293"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": \"28156\",\n            \"name\": \"AirFlowAirShaft\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"The air flow of an air shaft.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a4d4a6bb-1eca-43ed-a52b-376bff2d9a76\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"10794\"\n        },\n        {\n            \"id\": \"29584\",\n            \"name\": \"AirFlow_AirShaft\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"The air flow of an air shaft.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a4d4a6bb-1eca-43ed-a52b-376bff2d9a76\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"1\",\n            \"collections\": \"\"\n        }\n    ],\n    \"pager\": {\n        \"current_page\": 0,\n        \"total_items\": 2,\n        \"total_pages\": 1,\n        \"items_per_page\": 100\n    }\n}"}],"_postman_id":"6cebfdcc-913d-4aba-bef6-8e11744575dc"},{"name":"Get Parameters From Collection (Pagination)","id":"43d4c323-3fb8-47cd-81b7-627fffdbce6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/params/collection/?_format=json&items_per_page=25&offset=0","description":"<p>Retrieve shared parameters which are a part of a specific Collection. This endpoint includes pagination which requires an integer for the number of items per page and offset.</p>\n<p>This endpoint requires the <code>id</code> of the Collection, not the name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["rest","params","collection",""],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"},{"key":"items_per_page","value":"25"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"f4cad238-e7fa-4005-93ee-6a1c3432540c","name":"Get Shared Parameters From Collection","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/params/collection/?_format=json&items_per_page=25&offset=0","host":["http://app.opendefinery.com"],"path":["rest","params","collection",""],"query":[{"key":"_format","value":"json"},{"key":"items_per_page","value":"25"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 20:10:11 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1256"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": \"28906\",\n            \"name\": \"Actual Chilled Water Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"e4f14a34-9c56-4f6c-b17a-18c67711daf7\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28932\",\n            \"name\": \"Actual Condensate Drain Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"9ef3af4a-777f-4865-b52f-cde3428e6e2b\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29120\",\n            \"name\": \"Actual Condenser Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"c116acef-6cc2-4737-9fdb-8aa0af3cfc50\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29085\",\n            \"name\": \"Actual Evaporator Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"163a2cd4-c83f-4559-8130-838e1f024258\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28857\",\n            \"name\": \"Actual Exhaust Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"137c6e04-d89d-469f-9fa9-b926e1d1104a\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28866\",\n            \"name\": \"Actual Fan Powered Box Primary Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a588f307-7b30-415e-bd0f-4cf681c73432\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28936\",\n            \"name\": \"Actual Heater Gas Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"f4a7854e-af78-4da1-ac1c-7e46a46e1fd7\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28978\",\n            \"name\": \"Actual Heating Water Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"cac0907c-6c48-451c-b354-56b4641c1e96\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28870\",\n            \"name\": \"Actual Hot Gas 2 Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a46d8a09-e6b2-4ac9-9771-fa05c0888dc1\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28918\",\n            \"name\": \"Actual Hot Gas Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"dd5ade3c-9f68-4848-ad73-fa3226dc311f\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28894\",\n            \"name\": \"Actual Pump Water Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"04631523-ece5-442c-9c23-5d14dc6b4472\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28854\",\n            \"name\": \"Actual Refrigerant 2 Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"09cad502-74ab-4945-9a53-5522ab109284\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28999\",\n            \"name\": \"Actual Refrigerant Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"59b1ab8c-3f72-4a7b-8715-3a0124d7bf9d\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28937\",\n            \"name\": \"Actual Return Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"5a1f4e4f-8f10-4e75-bdcc-cde05d0a2b85\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29087\",\n            \"name\": \"Actual Steam Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"484e4ed5-0236-492c-8560-0d8fb9288c04\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28993\",\n            \"name\": \"Actual Supply Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"2cfaf887-8ec9-4aa2-85af-62413c884f95\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28916\",\n            \"name\": \"Actual Total Power\",\n            \"data_category\": \"\",\n            \"data_type\": \"ELECTRICAL_POWER\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"bc48153c-0e6a-49db-949c-02bc58e87eb4\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29069\",\n            \"name\": \"Actual Valve Water Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"065f89c6-e350-4159-9aed-6820196ed201\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29106\",\n            \"name\": \"Actual Ventilation Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"78ce7ce3-aba8-4570-a7d7-038e46cd3b71\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28949\",\n            \"name\": \"ADA Compliant\",\n            \"data_category\": \"\",\n            \"data_type\": \"YESNO\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"c43e0f5b-1121-44a9-8f07-42cc88038dd8\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29112\",\n            \"name\": \"Air Leakage\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"645ae6e8-f7ee-4e69-bab7-44581d144da8\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28980\",\n            \"name\": \"Air Terminal Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"8412337d-5b32-471f-a5f3-e46f43deb555\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29041\",\n            \"name\": \"Air Terminal Static Pressure\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_PRESSURE\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"3e9656b2-3626-40ec-97c9-68b519a405ca\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29062\",\n            \"name\": \"Air Terminal Total Pressure\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_PRESSURE\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"0bdf04bf-5d9d-4f79-b9d9-e8c361275daf\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29012\",\n            \"name\": \"Air Terminal Velocity Pressure\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_PRESSURE\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"7cb8149b-ab87-4a5e-9338-289c4e4a6e62\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        }\n    ],\n    \"pager\": {\n        \"current_page\": 0,\n        \"total_items\": \"339\",\n        \"total_pages\": 14,\n        \"items_per_page\": \"25\"\n    }\n}"}],"_postman_id":"43d4c323-3fb8-47cd-81b7-627fffdbce6e"},{"name":"Get Parameters From Collection (All)","id":"d733d0f4-0c50-491c-b58b-5e468ce3bc88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/params/collection//all?_format=json","description":"<p>Retrieve shared parameters which are a part of a specific Collection. This endpoint retrieves all parameters, so no pagination inputs are required.</p>\n<p>This endpoint requires the <code>id</code> of the Collection, not the name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["rest","params","collection","","all"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"81f15373-3daf-4ea5-85ba-0cb875a09ae0","name":"Get Shared Parameters From Collection","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/params/collection/?_format=json&items_per_page=25&offset=0","host":["http://app.opendefinery.com"],"path":["rest","params","collection",""],"query":[{"key":"_format","value":"json"},{"key":"items_per_page","value":"25"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 20:10:11 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1256"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": \"28906\",\n            \"name\": \"Actual Chilled Water Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"e4f14a34-9c56-4f6c-b17a-18c67711daf7\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28932\",\n            \"name\": \"Actual Condensate Drain Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"9ef3af4a-777f-4865-b52f-cde3428e6e2b\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29120\",\n            \"name\": \"Actual Condenser Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"c116acef-6cc2-4737-9fdb-8aa0af3cfc50\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29085\",\n            \"name\": \"Actual Evaporator Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"163a2cd4-c83f-4559-8130-838e1f024258\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28857\",\n            \"name\": \"Actual Exhaust Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"137c6e04-d89d-469f-9fa9-b926e1d1104a\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28866\",\n            \"name\": \"Actual Fan Powered Box Primary Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a588f307-7b30-415e-bd0f-4cf681c73432\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28936\",\n            \"name\": \"Actual Heater Gas Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"f4a7854e-af78-4da1-ac1c-7e46a46e1fd7\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28978\",\n            \"name\": \"Actual Heating Water Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"cac0907c-6c48-451c-b354-56b4641c1e96\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28870\",\n            \"name\": \"Actual Hot Gas 2 Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a46d8a09-e6b2-4ac9-9771-fa05c0888dc1\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28918\",\n            \"name\": \"Actual Hot Gas Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"dd5ade3c-9f68-4848-ad73-fa3226dc311f\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28894\",\n            \"name\": \"Actual Pump Water Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"04631523-ece5-442c-9c23-5d14dc6b4472\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28854\",\n            \"name\": \"Actual Refrigerant 2 Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"09cad502-74ab-4945-9a53-5522ab109284\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28999\",\n            \"name\": \"Actual Refrigerant Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"59b1ab8c-3f72-4a7b-8715-3a0124d7bf9d\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28937\",\n            \"name\": \"Actual Return Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"5a1f4e4f-8f10-4e75-bdcc-cde05d0a2b85\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29087\",\n            \"name\": \"Actual Steam Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"484e4ed5-0236-492c-8560-0d8fb9288c04\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28993\",\n            \"name\": \"Actual Supply Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"2cfaf887-8ec9-4aa2-85af-62413c884f95\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28916\",\n            \"name\": \"Actual Total Power\",\n            \"data_category\": \"\",\n            \"data_type\": \"ELECTRICAL_POWER\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"bc48153c-0e6a-49db-949c-02bc58e87eb4\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29069\",\n            \"name\": \"Actual Valve Water Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"PIPING_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"065f89c6-e350-4159-9aed-6820196ed201\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29106\",\n            \"name\": \"Actual Ventilation Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"78ce7ce3-aba8-4570-a7d7-038e46cd3b71\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28949\",\n            \"name\": \"ADA Compliant\",\n            \"data_category\": \"\",\n            \"data_type\": \"YESNO\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"c43e0f5b-1121-44a9-8f07-42cc88038dd8\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29112\",\n            \"name\": \"Air Leakage\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"645ae6e8-f7ee-4e69-bab7-44581d144da8\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"28980\",\n            \"name\": \"Air Terminal Air Flow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"8412337d-5b32-471f-a5f3-e46f43deb555\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29041\",\n            \"name\": \"Air Terminal Static Pressure\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_PRESSURE\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"3e9656b2-3626-40ec-97c9-68b519a405ca\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29062\",\n            \"name\": \"Air Terminal Total Pressure\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_PRESSURE\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"0bdf04bf-5d9d-4f79-b9d9-e8c361275daf\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        },\n        {\n            \"id\": \"29012\",\n            \"name\": \"Air Terminal Velocity Pressure\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_PRESSURE\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"7cb8149b-ab87-4a5e-9338-289c4e4a6e62\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28849\"\n        }\n    ],\n    \"pager\": {\n        \"current_page\": 0,\n        \"total_items\": \"339\",\n        \"total_pages\": 14,\n        \"items_per_page\": \"25\"\n    }\n}"}],"_postman_id":"d733d0f4-0c50-491c-b58b-5e468ce3bc88"},{"name":"Get Parameters of User","id":"0434b118-c509-4da9-b27f-2fea0163c804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/params/user/jay?_format=json","description":"<p>Retrieve shared parameters which were created by a specific user.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["rest","params","user","jay"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"},{"disabled":true,"key":"items_per_page","value":"0"},{"disabled":true,"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"03dcf08a-c345-4406-a83c-bbc95df0e0d4","name":"Get Shared Parameters of User","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/params/user/jay?_format=json","host":["http://app.opendefinery.com"],"path":["rest","params","user","jay"],"query":[{"key":"_format","value":"json"},{"key":"items_per_page","value":"0","disabled":true},{"key":"offset","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 20:08:58 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"HIT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1172"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": \"29493\",\n            \"name\": \"01-A/E Firm Name\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a77dbe6c-9188-40a7-ac1a-dd7e85daf334\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29506\",\n            \"name\": \"01-Cons Firm Name\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"fdb9e3fb-c2e7-422b-9130-458767d57f60\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29502\",\n            \"name\": \"01-Eng Firm Name\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"d9f14ed4-a115-4a83-95b2-07c5ac37ee71\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29499\",\n            \"name\": \"02-A/E Firm Street Address\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"6ec664a5-e37e-4cf2-b247-64e361c73161\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29485\",\n            \"name\": \"02-Cons Firm Street Address\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"380eda13-9980-4f5f-b66d-ffbefc710f23\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29492\",\n            \"name\": \"02-Eng Firm Street Address\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"80362969-18d4-4bb2-bade-1fddabd78f9d\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29486\",\n            \"name\": \"03-A/E Firm City, State, ZIP Code\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"be259518-bba4-498b-a7f7-148d61a14fd4\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29504\",\n            \"name\": \"03-Cons Firm City, State, ZIP Code\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"9d40ded9-ab8b-44da-acb5-6c413fff6be7\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29498\",\n            \"name\": \"03-Eng Firm City, State, ZIP Code\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"1143239f-0f12-4619-8e23-232603ffd6ae\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29490\",\n            \"name\": \"04-A/E Firm Phone Number\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"d89ead47-e46d-485a-87a9-5c1eb7289dc2\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29505\",\n            \"name\": \"04-Cons Firm Phone Number\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"5001cdf7-7db9-443c-9fa4-afa976c929fc\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29494\",\n            \"name\": \"04-Eng Firm Phone Number\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"d53e6b77-4098-4966-b6eb-b6a652b12abe\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29501\",\n            \"name\": \"05-A/E Firm POC\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"065709bf-96e8-4cc2-8ba2-9b978725bff9\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29497\",\n            \"name\": \"05-Cons POC\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"1249e58e-eb56-432c-96fb-3ba85b3aabe5\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"29487\",\n            \"name\": \"05-Eng Firm POC\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"adc92c22-aeaf-4479-b536-350ab3027504\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"29471\"\n        },\n        {\n            \"id\": \"30164\",\n            \"name\": \"1-Way Throw Pattern\",\n            \"data_category\": \"\",\n            \"data_type\": \"YESNO\",\n            \"description\": \"The throw pattern.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"fa9a36b4-ae5a-4e64-b93c-48b11ba0760b\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"32328\",\n            \"name\": \"1000Hetrz[Type]\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"IfcReal\",\n            \"group\": \"Default Group\",\n            \"guid\": \"5005f4a8-5c04-4c7b-8621-23531d7441ba\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"30195\"\n        },\n        {\n            \"id\": \"28779\",\n            \"name\": \"100V Taps\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"d6358c62-a46c-4194-b621-58c74abd061a\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28730\"\n        },\n        {\n            \"id\": \"32325\",\n            \"name\": \"125Hetrz[Type]\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"IfcReal\",\n            \"group\": \"Default Group\",\n            \"guid\": \"1dd19f1d-69cd-4690-9c30-97505d4fd65e\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"30195\"\n        },\n        {\n            \"id\": \"32329\",\n            \"name\": \"2000Hetrz[Type]\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"IfcReal\",\n            \"group\": \"Default Group\",\n            \"guid\": \"7c419da7-4942-4272-ab92-acdf8356cedb\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"30195\"\n        },\n        {\n            \"id\": \"32326\",\n            \"name\": \"250Hetrz[Type]\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"IfcReal\",\n            \"group\": \"Default Group\",\n            \"guid\": \"57aff054-482b-4aed-b453-2f100041e76f\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"30195\"\n        },\n        {\n            \"id\": \"28745\",\n            \"name\": \"25V Taps\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"c91ea917-db7b-44d4-9c4a-d710bbc44e74\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"28730\"\n        },\n        {\n            \"id\": \"32330\",\n            \"name\": \"4000Hertz[Type]\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"IfcReal\",\n            \"group\": \"Default Group\",\n            \"guid\": \"22392920-7ab9-45f8-aa8f-e33b891f5cd5\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"30195\"\n        },\n        {\n            \"id\": \"32327\",\n            \"name\": \"500Hertz[Type]\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"IfcReal\",\n            \"group\": \"Default Group\",\n            \"guid\": \"3ea6b857-0737-4426-918f-7f828457b8a0\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"30195\"\n        },\n        {\n            \"id\": \"32324\",\n            \"name\": \"63Hertz[Type]\",\n            \"data_category\": \"\",\n            \"data_type\": \"NUMBER\",\n            \"description\": \"IfcReal\",\n            \"group\": \"Default Group\",\n            \"guid\": \"e00ebfb1-cfca-4e69-b51c-dd2a472b123f\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"30195\"\n        }\n    ],\n    \"pager\": {\n        \"current_page\": 0,\n        \"total_items\": \"4719\",\n        \"total_pages\": 189,\n        \"items_per_page\": 25\n    }\n}"}],"_postman_id":"0434b118-c509-4da9-b27f-2fea0163c804"},{"name":"Get Parameters From Tag","id":"f6d650bd-c4e3-4e6f-9699-288f5caa3e6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/params/tag/77?_format=json&items_per_page=5&offset=0","description":"<p>Retrieve shared parameters which were tagged with a specific tag. This endpoint requires the <code>id</code> of the tag, not the tag name/term.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["rest","params","tag","77"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"},{"key":"items_per_page","value":"5"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"0297b714-1603-4428-8104-f077abbe693b","name":"Get Shared Parameters of User","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/params/user/jay?_format=json","host":["http://app.opendefinery.com"],"path":["rest","params","user","jay"],"query":[{"key":"_format","value":"json"},{"key":"items_per_page","value":"0","disabled":true},{"key":"offset","value":"0","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Aug 2020 14:06:27 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"2357"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"name\": \"AirFlowAirShaft\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"The air flow of an air shaft.\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"a4d4a6bb-1eca-43ed-a52b-376bff2d9a76\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowAirTerminal\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"2bdd8db8-5038-4370-a029-b9158d176356\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowDamper\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"994b38e4-461a-4dd8-b2cc-255aaca7d494\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowExhaust2Actual\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"Secondary exhaust air flow used when multiple exhausts are required\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"b3c2bd25-5d2a-4f60-8a0e-ad3a71d866f4\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowExhaust2Design\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"Secondary exhaust air flow used when multiple exhausts are required\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"dbe19a60-cf81-4ad8-92a4-01ba4ed357ce\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowExhaustActual\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"b31cbaa7-2d92-4261-83fa-58649c837d76\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowExhaustDesign\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"1c155d96-baaf-4cd1-9a4c-411b90446707\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowFanPoweredBoxPrimary\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"305d3bec-3c00-4d3b-a282-7f63836028b2\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowFanPoweredBoxPrimaryDesign\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"240a86e9-5b16-4ddc-8842-4199df4e562d\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowLeakageRate\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"01f13c27-6dc7-4498-ab94-2743aa599a33\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowMaximum\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"The maximum air flow of an element.\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"2c51ff5d-3b44-4d85-b06a-5a7c3a039ffa\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowMaximumCooling\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"Maximum air flow rate for cooling\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"44bc2a38-ae7f-4358-850a-7dcf684de9dd\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowMaximumHeating\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"Air flow rate usually assigned to hot deck side of dual-duct terminal unit\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"fb790ff8-e943-40a1-8a16-8c8ea955586c\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowMinimum\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"22c4c557-523f-4fba-b535-48b24ecb9347\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowMinimumHeating\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"Air flow rate usually assigned to hot deck side of dual-duct terminal unit\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"2d7cefe0-3f6a-4298-8ece-78fd1cfeb52a\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowReturnActual\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"d11f6083-c768-4bfb-86b7-2f030a343203\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowReturnDesign\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"0521c33b-5e4c-44f6-9555-7e0b09d0ed12\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowSensor\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"8f2513cc-3d30-48de-bb4e-e93038c64406\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowSupplyActual\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"82403120-78c4-43cd-8a0a-60aa1f8e8bf3\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowSupplyDesign\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"6dd3aa10-8f89-427d-932a-3234aff88266\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowSupplyFailure\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"Supply air flow rate under failure conditions\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"d78902a7-06f3-45f8-856e-ac7129f9a14a\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowTransferInDesign\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"Transfer air into room/space.\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"9d37ef33-7403-438c-ab63-8bd104427fc5\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowTransferOutDesign\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"Transfer air out of room/space.\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"d36c8de8-4ce8-41e9-b540-457af069dc4d\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowVentilationActual\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"f86c82e3-d841-4b8c-82ac-7cd93a6d9f05\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowVentilationDesign\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"4adda7c4-0aa7-4cf6-b83a-410584f64de1\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirFlowVentilationRange\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"3fd35489-5638-4093-a193-19167dab93b9\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AirShaft_AirFlow\",\n            \"data_category\": \"\",\n            \"data_type\": \"HVAC_AIR_FLOW\",\n            \"description\": \"The air flow of an air shaft.\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"a4d4a6bb-1eca-43ed-a52b-376bff2d9a76\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AllocatedAirshaft\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"020a1ac8-1a19-438f-8efa-ae561efb6355\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AnalysisDataPriority\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Unsorted\",\n            \"guid\": \"9dbfc66c-1e46-49e6-883d-8aec1ca84595\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AnalysisDataStatus\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Unsorted\",\n            \"guid\": \"a1722a10-767e-405d-a596-203a3397704f\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AnalysisDataType\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Unsorted\",\n            \"guid\": \"a2b24447-ab9b-4df0-9958-887fc3c6cc08\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"ApparentPowerInputPrimaryActual\",\n            \"data_category\": \"\",\n            \"data_type\": \"ELECTRICAL_APPARENT_POWER\",\n            \"description\": \"\",\n            \"group\": \"Electrical\",\n            \"guid\": \"5031db93-bb19-454e-bea4-0f77d60f15e6\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"ApparentPowerInputPrimaryDesign\",\n            \"data_category\": \"\",\n            \"data_type\": \"ELECTRICAL_APPARENT_POWER\",\n            \"description\": \"\",\n            \"group\": \"Electrical\",\n            \"guid\": \"338dbe84-0adf-4cfd-94af-02af6814df93\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"ApparentPowerInputSecondaryActual\",\n            \"data_category\": \"\",\n            \"data_type\": \"ELECTRICAL_APPARENT_POWER\",\n            \"description\": \"\",\n            \"group\": \"Electrical\",\n            \"guid\": \"a12ca85a-9847-42df-9ced-14cdaa6a8b35\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"ApparentPowerInputSecondaryDesign\",\n            \"data_category\": \"\",\n            \"data_type\": \"ELECTRICAL_APPARENT_POWER\",\n            \"description\": \"\",\n            \"group\": \"Electrical\",\n            \"guid\": \"d3979197-135b-4784-bba4-ee0c9b5f8a21\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AreaCoolingCoilFace\",\n            \"data_category\": \"\",\n            \"data_type\": \"AREA\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"e21b3c53-5df0-443f-ade8-01b7c36e612c\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AreaFilter2Face\",\n            \"data_category\": \"\",\n            \"data_type\": \"AREA\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"f6c3aaa3-9923-4a8a-b0f1-262658058c2d\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AreaFilterFace\",\n            \"data_category\": \"\",\n            \"data_type\": \"AREA\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"2c2605ed-cfb8-4d8f-a1e2-ec1ee127adbf\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AreaHeatingCoilFace\",\n            \"data_category\": \"\",\n            \"data_type\": \"AREA\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"fc5874bf-ad17-4475-bcae-5aa7a2340733\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AreaHeatPumpCoilFace\",\n            \"data_category\": \"\",\n            \"data_type\": \"AREA\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"3c641327-51dd-48c8-9245-d8dec5f5b4db\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AreaPerOccupantLifeSafety\",\n            \"data_category\": \"\",\n            \"data_type\": \"AREA\",\n            \"description\": \"The maximum floor area allowances per occupant of a building.\",\n            \"group\": \"Architectural\",\n            \"guid\": \"bb91b10e-9c4b-4c12-805b-4b8da56aa31a\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AreaPreFilterFace\",\n            \"data_category\": \"\",\n            \"data_type\": \"AREA\",\n            \"description\": \"\",\n            \"group\": \"Mechanical\",\n            \"guid\": \"6b24e462-7699-4a07-a0ef-b0f457ad9b2c\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AreaServer\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Electrical\",\n            \"guid\": \"18dfb9c2-c38d-40c9-81f1-23635718cac5\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"AriNumber\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Common\",\n            \"guid\": \"39a8fa6d-59a8-4183-8696-c7b565f8b3bd\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"Asset_Id\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"The unique identifier for a specific manufacurer, model number, and configuration of an asset. Note that this should not include the instance modifier parameter.\",\n            \"group\": \"Unsorted\",\n            \"guid\": \"da551e26-44ea-4312-a547-a446a99e94c6\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"Asset_Id\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"The unique identifier for a specific manufacturer, model number, and configuration of an asset. Note that this should not include the instance modifier parameter.\",\n            \"group\": \"Unsorted\",\n            \"guid\": \"da551e26-44ea-4312-a547-a446a99e94c6\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"Asset_Vendor\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"The vendor of this product.\",\n            \"group\": \"Unsorted\",\n            \"guid\": \"d0cb634f-d5ed-48b4-8864-fdadb0b1ec52\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"Asset_Vendor\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"The vendor of an asset.\",\n            \"group\": \"Unsorted\",\n            \"guid\": \"d0cb634f-d5ed-48b4-8864-fdadb0b1ec52\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"Asset_Weight_Operating\",\n            \"data_category\": \"\",\n            \"data_type\": \"WEIGHT\",\n            \"description\": \"The weight of an asset as it is installed in a facility.\",\n            \"group\": \"Unsorted\",\n            \"guid\": \"e61475ba-5fb4-4038-8b5f-0d11dcf99431\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        },\n        {\n            \"name\": \"Bandwidth\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Electrical\",\n            \"guid\": \"deba8f56-18b2-4ece-8392-890f0030b94f\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\"\n        }\n    ],\n    \"pager\": {\n        \"current_page\": 0,\n        \"total_items\": \"559\",\n        \"total_pages\": 12,\n        \"items_per_page\": 50\n    }\n}"}],"_postman_id":"f6d650bd-c4e3-4e6f-9699-288f5caa3e6d"},{"name":"Get Orphaned Parameters","id":"966b3b28-bbe4-484a-aded-e3fb979e7fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/params/orphaned?_format=json&items_per_page=25&offset=0","description":"<p>Retrieve the logged in user's Shared Parameters which do not belong to any Collections.</p>\n","urlObject":{"path":["rest","params","orphaned"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"},{"key":"items_per_page","value":"25"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"f761406f-f59d-4fe9-847c-7f5c960dcff4","name":"Get Orphaned Shared Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/params/orphaned?_format=json&items_per_page=25&offset=0","host":["http://app.opendefinery.com"],"path":["rest","params","orphaned"],"query":[{"key":"_format","value":"json"},{"key":"items_per_page","value":"25"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 20:03:48 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"UNCACHEABLE"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1660"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"rows\": [\n        {\n            \"id\": \"30164\",\n            \"name\": \"1-Way Throw Pattern\",\n            \"data_category\": \"\",\n            \"data_type\": \"YESNO\",\n            \"description\": \"The throw pattern.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"fa9a36b4-ae5a-4e64-b93c-48b11ba0760b\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29646\",\n            \"name\": \"Asset_CutsheetUrl\",\n            \"data_category\": \"\",\n            \"data_type\": \"URL\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"972baea8-2ca9-405a-9e17-d9904da1dd59\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29603\",\n            \"name\": \"Asset_Doc_Id\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[Go]\",\n            \"group\": \"Default Group\",\n            \"guid\": \"e2d52d36-772d-4d33-afd0-3e2319f3f052\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29590\",\n            \"name\": \"Asset_Id_DesignId\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[TO BE DEPRECATED] This parameter is carried over from legacy projects where Design ID was used to tag fixtures and equipment.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"257d5903-f14a-485d-bb65-778920740bdd\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29639\",\n            \"name\": \"Asset_Id_DesignId_Prefix\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[TO BE DEPRECATED] This parameter is carried over from the Norr legacy projects where the Design ID&#039;s were prefixed with this value.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"71f6bf99-13ea-4204-9b17-247d4f0244d3\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29599\",\n            \"name\": \"Asset_Id_DesignId_Suffix\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[TO BE DEPRECATED] This parameter is carried over from the Norr legacy projects where the Design ID&#039;s needed an modifier value.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"1fbd6a24-48d2-4d9d-8814-82ed86dd40d6\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29641\",\n            \"name\": \"Asset_Id_Pid\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[DEPRECATED] The string which represents the full Program Identification (PID) and is a concatenation: [Class][Item]. This string should be unique across the entire program (10 characters).\",\n            \"group\": \"Default Group\",\n            \"guid\": \"aa43e6a2-bd97-487d-b408-79499897dc96\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29647\",\n            \"name\": \"Asset_Id_Pid_Class\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[DEPRECATED] The PID segment to classify the asset (i.e. display fixture equipment storage operations etc.)\",\n            \"group\": \"Default Group\",\n            \"guid\": \"908d09b1-270f-4c96-bee3-0fd7af81fcb8\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29670\",\n            \"name\": \"Asset_Id_Pid_Item\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[DEPRECATED] The PID segment to identify a specific product (4 characters).\",\n            \"group\": \"Default Group\",\n            \"guid\": \"83ec39e6-ca34-4664-a27a-6a2bc0194ddc\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29644\",\n            \"name\": \"Asset_Id_SerialNumber\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"d628c9a6-8f80-4b40-baf3-b48b40ff1d07\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29623\",\n            \"name\": \"Asset_Maintenance_Tasks\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[Go]\",\n            \"group\": \"Default Group\",\n            \"guid\": \"33be197b-c86c-49a0-87cf-529d91f6090e\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29667\",\n            \"name\": \"Asset_Procurement_LeadTime\",\n            \"data_category\": \"\",\n            \"data_type\": \"INTEGER\",\n            \"description\": \"[Go] The lead time in weeks.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"093293e2-7e96-4b7b-8d9b-4794ea263f08\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29587\",\n            \"name\": \"EmbedPlateThickness\",\n            \"data_category\": \"\",\n            \"data_type\": \"LENGTH\",\n            \"description\": \"The thickness of an embed plate.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"22db6d6b-2194-4a15-8cea-17bb0edf185c\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29588\",\n            \"name\": \"EmbedPlateWidth\",\n            \"data_category\": \"\",\n            \"data_type\": \"LENGTH\",\n            \"description\": \"The width of an embed plate.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"2df90105-0f14-42f7-b165-427dac95ce48\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29661\",\n            \"name\": \"Family_Version\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[Go]\",\n            \"group\": \"Default Group\",\n            \"guid\": \"a83e32d0-a07e-4aae-95c4-334913e926f7\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"33038\",\n            \"name\": \"IfcApplicableOccurence\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"\",\n            \"group\": \"Default Group\",\n            \"guid\": \"37e4c443-91ad-41e2-93c4-e055de19d6ad\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29622\",\n            \"name\": \"Note_Id\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"The number or letter of the key note.\",\n            \"group\": \"Default Group\",\n            \"guid\": \"e1809379-498c-446d-b684-b7a6c5ca1e60\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29621\",\n            \"name\": \"xAsset ID\",\n            \"data_category\": \"\",\n            \"data_type\": \"INTEGER\",\n            \"description\": \"[Go]\",\n            \"group\": \"Default Group\",\n            \"guid\": \"01a50173-fdd6-4c47-a326-0cd88df1839b\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29589\",\n            \"name\": \"xFM_Asset Type\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[Go]\",\n            \"group\": \"Default Group\",\n            \"guid\": \"27f9ff01-3fc1-45e7-8aa4-763c3a42ef21\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29616\",\n            \"name\": \"xFurnished By\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[Go]\",\n            \"group\": \"Default Group\",\n            \"guid\": \"b9dd4a65-ddab-42d2-93cb-7773f5e75016\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29650\",\n            \"name\": \"xInstalled By\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[Go]\",\n            \"group\": \"Default Group\",\n            \"guid\": \"7c89fcb3-f7ce-4e07-9bb8-1ed8de723415\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29674\",\n            \"name\": \"xItem Name\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[Go]\",\n            \"group\": \"Default Group\",\n            \"guid\": \"d81d61f1-a92a-42a0-822b-e02437127645\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29612\",\n            \"name\": \"xNotes\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[Go]\",\n            \"group\": \"Default Group\",\n            \"guid\": \"83e19958-53c2-468e-9f01-6fab4e578f04\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        },\n        {\n            \"id\": \"29671\",\n            \"name\": \"xSupplier\",\n            \"data_category\": \"\",\n            \"data_type\": \"TEXT\",\n            \"description\": \"[Go]\",\n            \"group\": \"Default Group\",\n            \"guid\": \"b408ffe8-1206-4231-b76c-7effdebc26f6\",\n            \"user_modifiable\": \"1\",\n            \"visible\": \"1\",\n            \"author\": \"6\",\n            \"collections\": \"\"\n        }\n    ],\n    \"pager\": {\n        \"current_page\": 0,\n        \"total_items\": \"24\",\n        \"total_pages\": 1,\n        \"items_per_page\": \"25\"\n    }\n}"}],"_postman_id":"966b3b28-bbe4-484a-aded-e3fb979e7fb1"},{"name":"Assign Parameter to Collection(s)","id":"3b3312b0-a69d-410b-a90f-e0a7e379ffb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"X-CSRF-Token","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ],\r\n    \"field_collections\": [\r\n        {\r\n                \"target_id\": 10794,\r\n                \"target_type\": \"node\"    \r\n        },\r\n        {\r\n                \"target_id\": 28729,\r\n                \"target_type\": \"node\"    \r\n        }\r\n    ]\r\n}"},"url":"http://app.opendefinery.com/node/?_format=json","description":"<p>Updates an existing shared parameter and adds it to a Collection.</p>\n<p>The <code>field_collections</code> property and <code>nid</code> propeties require the <code>id</code> of the Collection and Shared Parameter (respectively) which can be retrieved from the <code>/rest/collections</code> endpoint.</p>\n<p>After successfully assigning the Collection(s) to the Shared Parameter, the response will contain a property <code>field_collections</code> which can be referenced to confirm success of the <code>PATCH</code> API call.</p>\n","urlObject":{"path":["node",""],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"698fc0a8-0497-4c78-bd2b-968957c6ce7b","name":"Assign Shared Parameter to Collection(s)","originalRequest":{"method":"PATCH","header":[{"key":"X-CSRF-Token","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ],\r\n    \"field_collections\": [\r\n        {\r\n                \"target_id\": 10794,\r\n                \"target_type\": \"node\"    \r\n        },\r\n        {\r\n                \"target_id\": 28729,\r\n                \"target_type\": \"node\"    \r\n        }\r\n    ]\r\n}"},"url":{"raw":"http://app.opendefinery.com/node/?_format=json","host":["http://app.opendefinery.com"],"path":["node",""],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Sep 2020 03:37:23 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"799"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"nid\": [\n        {\n            \"value\": 28706\n        }\n    ],\n    \"uuid\": [\n        {\n            \"value\": \"f40c1616-ec4c-4455-b5b9-b18b2814f5b5\"\n        }\n    ],\n    \"vid\": [\n        {\n            \"value\": 29542\n        }\n    ],\n    \"langcode\": [\n        {\n            \"value\": \"en\"\n        }\n    ],\n    \"type\": [\n        {\n            \"target_id\": \"shared_parameter\",\n            \"target_type\": \"node_type\",\n            \"target_uuid\": \"33b7ca35-57e9-48dd-9026-5d94cb8ac200\"\n        }\n    ],\n    \"revision_timestamp\": [\n        {\n            \"value\": \"2020-09-11T03:36:50+00:00\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"revision_uid\": [\n        {\n            \"target_id\": 6,\n            \"target_type\": \"user\",\n            \"target_uuid\": \"99d1e0ad-5dce-4c36-bcf0-85344db959d6\",\n            \"url\": \"/user/jay\"\n        }\n    ],\n    \"revision_log\": [],\n    \"status\": [\n        {\n            \"value\": true\n        }\n    ],\n    \"uid\": [\n        {\n            \"target_id\": 6,\n            \"target_type\": \"user\",\n            \"target_uuid\": \"99d1e0ad-5dce-4c36-bcf0-85344db959d6\",\n            \"url\": \"/user/jay\"\n        }\n    ],\n    \"title\": [\n        {\n            \"value\": \"Year\"\n        }\n    ],\n    \"created\": [\n        {\n            \"value\": \"2020-08-12T01:03:41+00:00\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"changed\": [\n        {\n            \"value\": \"2020-09-11T03:37:24+00:00\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"promote\": [\n        {\n            \"value\": false\n        }\n    ],\n    \"sticky\": [\n        {\n            \"value\": false\n        }\n    ],\n    \"default_langcode\": [\n        {\n            \"value\": true\n        }\n    ],\n    \"revision_translation_affected\": [\n        {\n            \"value\": true\n        }\n    ],\n    \"path\": [\n        {\n            \"alias\": \"/8f7e5b6f-703a-4e5a-96dd-fe4047ff0bde/28706\",\n            \"pid\": 27589,\n            \"langcode\": \"en\"\n        }\n    ],\n    \"field_batch_id\": [\n        {\n            \"value\": \"78004ae2-89a4-4462-bf1c-a162ce65ec2d\"\n        }\n    ],\n    \"field_collections\": [\n        {\n            \"target_id\": 10794,\n            \"target_type\": \"node\",\n            \"target_uuid\": \"25f67295-1ac6-4e1a-9ee6-de07a8be3243\",\n            \"url\": \"/collection/10794\"\n        },\n        {\n            \"target_id\": 28729,\n            \"target_type\": \"node\",\n            \"target_uuid\": \"e22c207f-922c-4160-8d54-febd3226f9a5\",\n            \"url\": \"/collection/28729\"\n        }\n    ],\n    \"field_data_category\": [],\n    \"field_data_type\": [\n        {\n            \"target_id\": 25,\n            \"target_type\": \"taxonomy_term\",\n            \"target_uuid\": \"57d3c5e7-a645-4e51-a457-e9b948840933\",\n            \"url\": \"/data-type/integer\"\n        }\n    ],\n    \"field_description\": [],\n    \"field_group\": [\n        {\n            \"target_id\": 41,\n            \"target_type\": \"taxonomy_term\",\n            \"target_uuid\": \"a1ca281d-43e2-4ad3-bb29-7a92936bfb34\",\n            \"url\": \"/group/default-group\"\n        }\n    ],\n    \"field_guid\": [\n        {\n            \"value\": \"8f7e5b6f-703a-4e5a-96dd-fe4047ff0bde\"\n        }\n    ],\n    \"field_tags\": [\n        {\n            \"target_id\": 131,\n            \"target_type\": \"taxonomy_term\",\n            \"target_uuid\": \"cf03eddc-1e39-48e5-8ba4-f326b781a402\",\n            \"url\": \"/tags/common\"\n        }\n    ],\n    \"field_user_modifiable\": [\n        {\n            \"value\": true\n        }\n    ],\n    \"field_visible\": [\n        {\n            \"value\": true\n        }\n    ]\n}"}],"_postman_id":"3b3312b0-a69d-410b-a90f-e0a7e379ffb1"},{"name":"Edit Parameter","id":"8790f7e6-d771-45a8-b753-4c69103ddbd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"X-CSRF-Token","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ],\r\n    \"title\": {\r\n        \"value\": \"UpdatedParameterName\"\r\n    },\r\n    \"field_description\": {\r\n        \"value\": \"This is a new description.\"\r\n    }\r\n}"},"url":"http://app.opendefinery.com/node/?_format=json","description":"<p>Updates an existing shared parameter with a new name and/or description.</p>\n<p>The <code>field_collections</code> property and <code>nid</code> propeties require the <code>id</code> of the Collection and Shared Parameter (respectively) which can be retrieved from the <code>/rest/collections</code> endpoint.</p>\n","urlObject":{"path":["node",""],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"bc891b4a-e3b4-4a06-bada-113ac1886614","name":"Edit Parameter","originalRequest":{"method":"PATCH","header":[{"key":"X-CSRF-Token","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ],\r\n    \"title\": {\r\n        \"value\": \"UpdatedParameterName\"\r\n    },\r\n    \"field_description\": {\r\n        \"value\": \"This is a new description.\"\r\n    }\r\n}"},"url":{"raw":"http://app.opendefinery.com/node/?_format=json","host":["http://app.opendefinery.com"],"path":["node",""],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Nov 2020 05:52:45 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"684"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"nid\": [\n        {\n            \"value\": 33151\n        }\n    ],\n    \"uuid\": [\n        {\n            \"value\": \"f59c81e0-f15c-4f7e-beab-b91894cf3f45\"\n        }\n    ],\n    \"vid\": [\n        {\n            \"value\": 33228\n        }\n    ],\n    \"langcode\": [\n        {\n            \"value\": \"en\"\n        }\n    ],\n    \"type\": [\n        {\n            \"target_id\": \"shared_parameter\",\n            \"target_type\": \"node_type\",\n            \"target_uuid\": \"33b7ca35-57e9-48dd-9026-5d94cb8ac200\"\n        }\n    ],\n    \"revision_timestamp\": [\n        {\n            \"value\": \"2020-11-03T05:35:41+00:00\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"revision_uid\": [\n        {\n            \"target_id\": 6,\n            \"target_type\": \"user\",\n            \"target_uuid\": \"99d1e0ad-5dce-4c36-bcf0-85344db959d6\",\n            \"url\": \"/user/jay\"\n        }\n    ],\n    \"revision_log\": [],\n    \"status\": [\n        {\n            \"value\": true\n        }\n    ],\n    \"uid\": [\n        {\n            \"target_id\": 6,\n            \"target_type\": \"user\",\n            \"target_uuid\": \"99d1e0ad-5dce-4c36-bcf0-85344db959d6\",\n            \"url\": \"/user/jay\"\n        }\n    ],\n    \"title\": [\n        {\n            \"value\": \"UpdatedParameterName\"\n        }\n    ],\n    \"created\": [\n        {\n            \"value\": \"2020-11-03T05:35:41+00:00\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"changed\": [\n        {\n            \"value\": \"2020-11-03T05:52:45+00:00\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"promote\": [\n        {\n            \"value\": false\n        }\n    ],\n    \"sticky\": [\n        {\n            \"value\": false\n        }\n    ],\n    \"default_langcode\": [\n        {\n            \"value\": true\n        }\n    ],\n    \"revision_translation_affected\": [\n        {\n            \"value\": true\n        }\n    ],\n    \"path\": [\n        {\n            \"alias\": \"/8788401c-36f0-402d-8452-debb005e39ac/33151\",\n            \"pid\": 32123,\n            \"langcode\": \"en\"\n        }\n    ],\n    \"field_batch_id\": [],\n    \"field_collections\": [],\n    \"field_data_category\": [\n        {\n            \"target_id\": null\n        }\n    ],\n    \"field_data_type\": [\n        {\n            \"target_id\": 53,\n            \"target_type\": \"taxonomy_term\",\n            \"target_uuid\": \"cb947435-57b6-499b-a9c0-0a73647f8bbd\",\n            \"url\": \"/taxonomy/term/53\"\n        }\n    ],\n    \"field_description\": [\n        {\n            \"value\": \"This is a new description.\"\n        }\n    ],\n    \"field_forked_source\": [],\n    \"field_group\": [\n        {\n            \"target_id\": 41,\n            \"target_type\": \"taxonomy_term\",\n            \"target_uuid\": \"a1ca281d-43e2-4ad3-bb29-7a92936bfb34\",\n            \"url\": \"/group/default-group\"\n        }\n    ],\n    \"field_guid\": [\n        {\n            \"value\": \"8788401c-36f0-402d-8452-debb005e39ac\"\n        }\n    ],\n    \"field_if\": [],\n    \"field_ifc_property_set\": [],\n    \"field_tags\": [],\n    \"field_user_modifiable\": [\n        {\n            \"value\": true\n        }\n    ],\n    \"field_visible\": [\n        {\n            \"value\": true\n        }\n    ]\n}"}],"_postman_id":"8790f7e6-d771-45a8-b753-4c69103ddbd0"},{"name":"Delete a Shared Parameter","id":"ee234b9d-a568-48c5-8fc7-f69be92b37a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"X-CSRF-Token","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"shared_parameter\"\r\n        }\r\n    ]\r\n}"},"url":"http://app.opendefinery.com/node/?_format=json","description":"<p>Warning: This action cannot be undone.</p>\n<p>Response Codes:</p>\n<ul>\n<li><code>204</code> No Content: The deletion was successful.</li>\n<li><code>403</code> Forbidden: The logged in user does not have permission to delete this SharedParameter.</li>\n</ul>\n","urlObject":{"path":["node",""],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[],"_postman_id":"ee234b9d-a568-48c5-8fc7-f69be92b37a1"}],"id":"ce8482f4-2d1c-438e-a0ce-31f237dcb9d7","_postman_id":"ce8482f4-2d1c-438e-a0ce-31f237dcb9d7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}}},{"name":"Collections","item":[{"name":"New Collection","id":"d2bd43a0-6c16-40b9-8fcc-6f688d58776d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"collection\"\r\n        }\r\n    ],\r\n    \"title\": [\r\n        {\r\n            \"value\": \"Collection Name\"\r\n        }\r\n    ],\r\n    \"body\": [\r\n        {\r\n            \"value\": \"Add a description for this collection here.\"\r\n        }\r\n    ],\r\n    \"field_public\": [\r\n        {\r\n            \"value\": \"0\"\r\n        }\r\n    ]\r\n}"},"url":"http://app.opendefinery.com/node?_format=hal_json","description":"<p>Creates a new Collection.</p>\n<p>To make a Collection private, pass <code>0</code> to the <code>field_public</code> argument. For public Collections, pass a <code>1</code>.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["node"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"hal_json"}],"variable":[]}},"response":[{"id":"4369c0c3-44df-45ba-ad7c-2f439e079143","name":"New Collection","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-CSRF-Token","value":"{{csrf_token}}","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"collection\"\r\n        }\r\n    ],\r\n    \"title\": [\r\n        {\r\n            \"value\": \"Collection Name\"\r\n        }\r\n    ],\r\n    \"body\": [\r\n        {\r\n            \"value\": \"Add a description for this collection here.\"\r\n        }\r\n    ],\r\n    \"field_public\": [\r\n        {\r\n            \"value\": \"0\"\r\n        }\r\n    ]    \r\n}"},"url":{"raw":"http://app.opendefinery.com/node?_format=hal_json","host":["http://app.opendefinery.com"],"path":["node"],"query":[{"key":"_format","value":"hal_json"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 20 Nov 2020 15:28:17 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Location","value":"http://app.opendefinery.com/collection/33238"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"632"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/hal+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://app.opendefinery.com/collection/33238?_format=hal_json\"\n        },\n        \"type\": {\n            \"href\": \"http://app.opendefinery.com/rest/type/node/collection\"\n        },\n        \"http://app.opendefinery.com/rest/relation/node/collection/revision_uid\": [\n            {\n                \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\"\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/collection/uid\": [\n            {\n                \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\",\n                \"lang\": \"en\"\n            }\n        ]\n    },\n    \"nid\": [\n        {\n            \"value\": 33238\n        }\n    ],\n    \"uuid\": [\n        {\n            \"value\": \"393898dd-1bfb-40c1-aec0-feed354920aa\"\n        }\n    ],\n    \"vid\": [\n        {\n            \"value\": 33321\n        }\n    ],\n    \"langcode\": [\n        {\n            \"value\": \"en\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"type\": [\n        {\n            \"target_id\": \"collection\"\n        }\n    ],\n    \"revision_timestamp\": [\n        {\n            \"value\": \"2020-11-20T15:28:17+00:00\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"_embedded\": {\n        \"http://app.opendefinery.com/rest/relation/node/collection/revision_uid\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/user/user\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"99d1e0ad-5dce-4c36-bcf0-85344db959d6\"\n                    }\n                ]\n            }\n        ],\n        \"http://app.opendefinery.com/rest/relation/node/collection/uid\": [\n            {\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"http://app.opendefinery.com/user/jay?_format=hal_json\"\n                    },\n                    \"type\": {\n                        \"href\": \"http://app.opendefinery.com/rest/type/user/user\"\n                    }\n                },\n                \"uuid\": [\n                    {\n                        \"value\": \"99d1e0ad-5dce-4c36-bcf0-85344db959d6\"\n                    }\n                ],\n                \"lang\": \"en\"\n            }\n        ]\n    },\n    \"status\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"title\": [\n        {\n            \"value\": \"Collection Name\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"created\": [\n        {\n            \"value\": \"2020-11-20T15:28:17+00:00\",\n            \"lang\": \"en\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"changed\": [\n        {\n            \"value\": \"2020-11-20T15:28:17+00:00\",\n            \"lang\": \"en\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"promote\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"sticky\": [\n        {\n            \"value\": false,\n            \"lang\": \"en\"\n        }\n    ],\n    \"default_langcode\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"revision_translation_affected\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"path\": [\n        {\n            \"alias\": null,\n            \"pid\": null,\n            \"langcode\": \"en\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"body\": [\n        {\n            \"value\": \"Add a description for this collection here.\",\n            \"format\": null,\n            \"processed\": \"<p>Add a description for this collection here.</p>\\n\",\n            \"summary\": null,\n            \"lang\": \"en\"\n        }\n    ],\n    \"field_public\": [\n        {\n            \"value\": false\n        }\n    ]\n}"}],"_postman_id":"d2bd43a0-6c16-40b9-8fcc-6f688d58776d"},{"name":"Get Current User's Collections","id":"8e4b9ce7-9388-4a10-8925-156c0a36225e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/collections?_format=json","description":"<p>Retrieve the logged in user's Collections.</p>\n","urlObject":{"path":["rest","collections"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"13d5f761-d7aa-4329-b3b4-75e909dca7b2","name":"Get Current User's Collections","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/collections?_format=json","host":["http://app.opendefinery.com"],"path":["rest","collections"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 18:39:14 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"UNCACHEABLE"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"3438"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": \"28849\",\n        \"name\": \"BIMobject\",\n        \"description\": \"BIMobject® links the complex technology around CAD and BIM with architects and the building product manufacturing industry.\\n\\nBIM is used globally – in small, large and really big construction projects. It's the new standard and we all need to do the same.\\n\\nWelcome to the BIMobject Content Style Guide. The purpose of this guide is simple: How should the Building Product Manufacturer’s information be presented to the industry. This document covers everything to do with Product Pages, Data and of course the BIM objects themselves in many formats.\\n\\nQuality Revit content balances performance with design accuracy and required levels of detail. Quality content is easy to use because it functions reliably in a range of projects and project phases, while delivering manufactured content in a format appropriate for architecture and engineering documentation deliverables.\\n\\nSource: https://www.bimobject.com/en-us/solutions/product/bim-revit-content-style-guide\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    }\n]"}],"_postman_id":"8e4b9ce7-9388-4a10-8925-156c0a36225e"},{"name":"Get Public Collections","id":"8a49c43d-7586-4fb6-8df9-d7aa16adc899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/collections/published?_format=json","description":"<p>Get all Collections that are publicly available.</p>\n","urlObject":{"path":["rest","collections","published"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"7fa45d42-bfb3-4595-aada-c6ffeb06d68a","name":"Get Public Collections","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/collections/published?_format=json","host":["http://app.opendefinery.com"],"path":["rest","collections","published"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Mar 2022 18:48:27 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"HIT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"4241"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": \"28730\",\n        \"name\": \"AVIXA\",\n        \"description\": \"AVIXA™ is the Audiovisual and Integrated Experience Association, producer of InfoComm trade shows around the world, co-owner of Integrated Systems Europe, and the international trade association representing the audiovisual industry. Established in 1939, AVIXA has more than 11,400 enterprise and individual members, including manufacturers, systems integrators, dealers and distributors, consultants, programmers, live events companies, technology managers, content producers, and multimedia professionals from more than 80 countries. AVIXA members create integrated AV experiences that deliver outcomes for end users. AVIXA is a hub for professional collaboration, information, and community, and is the leading resource for AV standards, certification, training, market intelligence, and thought leadership.\\n\\nFor more information about AVIXA: https://www.avixa.org/\\n\\nThis Revit formatted shared parameter file, which follows the contents of the InfoComm Revit Parameter List spreadsheet, is provided to help with the creation of Revit families. It may be used to supplement an existing shared parameter file, or be used as a starting point for a new one.\\n\\nFor more information: https://www.avixa.org/standards/current-standards/shared-parameters-file-for-autodesk-revit\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"28849\",\n        \"name\": \"BIMobject\",\n        \"description\": \"BIMobject® links the complex technology around CAD and BIM with architects and the building product manufacturing industry.\\n\\nBIM is used globally – in small, large and really big construction projects. It's the new standard and we all need to do the same.\\n\\nWelcome to the BIMobject Content Style Guide. The purpose of this guide is simple: How should the Building Product Manufacturer’s information be presented to the industry. This document covers everything to do with Product Pages, Data and of course the BIM objects themselves in many formats.\\n\\nQuality Revit content balances performance with design accuracy and required levels of detail. Quality content is easy to use because it functions reliably in a range of projects and project phases, while delivering manufactured content in a format appropriate for architecture and engineering documentation deliverables.\\n\\nSource: https://www.bimobject.com/en-us/solutions/product/bim-revit-content-style-guide\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"28850\",\n        \"name\": \"BIMstore Bible\",\n        \"description\": \"We understand that many manufacturers wish to create their own content. Many of these manufacturers is new to BIM and the standards and terminology used in the industry. We have produced The bimstore Bible to be a plain language guide for BIM content authoring, which is aligned to terminology and functionality of a manufacturers chosen BIM authoring platform.\\n\\nContent that is built in accordance with the bimstore bible will meet and exceed current industry standards.  We keep the bible updated to industry standards and future developments.  \\n\\nThe bimstore Bible is not a standard - we bring together the relevant industry standards around BIM content into a single software specific guide for producing quality content that aligns to industry recognised standards.\\n\\nSource: https://www.bimstore.co/bimstore-bible\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"11180\",\n        \"name\": \"CTC_MEPPP_Information_Kit_2019\",\n        \"description\": \"The Mechanical Electrical Plumbing Productivity Pack is the premier content pack on the market today. It was specifically designed for companies who are designing/working in both the mechanical and electrical disciplines. The MEPPP takes the Mechanical and Electrical Productivity Packs and rolls them into one easy-to-use pack that is ready to use right out of the box.\\n\\n\\n\\tProject setup time is decreased by utilizing comprehensive project organization\\n\\tAutomatically detects when elements are mistakenly placed on the wrong workset\\n\\tHosted families have been converted to un-hosted\\n\\t50 view templates for all view types, including schedules and 100 predefined view filters\\n\\tAll family content is fully integrated with extensive schedules &amp; tags\\n\\tOver 225 mechanical details with all Revit linework and annotations\\n\\tUser manual includes links to over 7.5 hrs of instructional videos\\n\\tBuit-in formulas to calculate MOCP, FLA, KVA, &amp; more (with overrides provided for each)\\n\\tParametric Electrical One-line diagrams &amp; feeder schedules in Revit\\n\\t350 + electrical families with over 200 symbols\\n\\tElectrical clearance areas based on NEC guidelines\\n\\tAll family content is fully integrated with extensive schedules &amp; tags\\n\\n\\nDownload the MEPPP Information Kit\\n\\nWatch Demo video\\n\\nDownload the MEPPP Brochure\",\n        \"author\": \"36\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"28848\",\n        \"name\": \"Food Service Consultants Society International (FCSI)\",\n        \"description\": \"Foodservice Consultants Society International (FCSI) is the respected and truly professional organization of men and women offering design and management consulting services, specialized in the foodservice and hospitality industry, across the world.\\n\\nSource: https://www.fcsi.org/\\n\\nThe Revit Foodservice Equipment Standards document has been updated for 2015. All files and documents pertaining to the Revit Foodservice Equipment Standards can now be found here, and they are available for all members and non-members to access. Highlights include newly clarified standards for line subcategories, including their line styles, and a materials library file for family creation to allow for greater consistency. There is also a statement addressing the need to keep Revit Foodservice Equipment families within two versions of the current Revit release.  Manufacturers are encouraged to not create families as wall based or face based as this can cause issues with linked files. These updates will aid in better quality families for all users.\\n\\nSource:  https://www.fcsi.org/about-fcsi/divisions/the-americas/resource/revit-standards/\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"30499\",\n        \"name\": \"IFC-RevitIFCBuiltIn\",\n        \"description\": \"Source: https://github.com/Autodesk/revit-ifc/blob/master/Source/RevitIFCTools/…\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"30165\",\n        \"name\": \"IFC-RevitIFCBuiltIn-Type\",\n        \"description\": \"Source: https://github.com/Autodesk/revit-ifc/blob/master/Source/RevitIFCTools/…\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"30195\",\n        \"name\": \"IFC-RevitIFCBuiltIn-Type_ALL\",\n        \"description\": \"Source: https://github.com/Autodesk/revit-ifc/blob/master/Source/RevitIFCTools/…\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"30567\",\n        \"name\": \"IFC-RevitIFCBuiltIn_ALL\",\n        \"description\": \"Source: https://github.com/Autodesk/revit-ifc/blob/master/Source/RevitIFCTools/…\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"13854\",\n        \"name\": \"NBS BIM Object Shared Parameters\",\n        \"description\": \"The NBS BIM Object Shared Parameters have been developed in line with the NBS BIM Object Standard. This allows the designer to create BIM objects that will work in tandem with the NBS National BIM Library BIM objects.\\n\\nBy using the NBS BIM Object Shared Parameters the designer will gain consistency when scheduling and co-ordinating information.\\n\\nThe NBS BIM Object Shared Parameters file contains properties relative to the following property groups:\\n\\n\\n\\tNBS_General\\n\\tCOBie\\n\\tAll properties associated with the IFC 2x3 and IFC 4 schemas\\n\\tNBS_Data\\n\\tParametrics\\n\\tMaterials\\n\\n\\nSource: https://www.nationalbimlibrary.com/en/nbs-shared-parameters/\",\n        \"author\": \"29\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"33341\",\n        \"name\": \"NBS_BIMObjectStandardParameters_BOS2.0.1\",\n        \"description\": \"The NBS BIM Object Shared Parameters have been developed in line with the NBS BIM Object Standard. This allows the designer to create BIM objects that will work in tandem with the NBS National BIM Library BIM objects.\\n\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"32817\",\n        \"name\": \"NLRS\",\n        \"description\": \"With the emergence of BIM (Building Information Modeling), the need arose for independent software standards for securing the model information. Thanks to the \\\"open standards\\\" - accessible to everyone - the BIM-process can be structured and streamlined. The Revit Standards are open standards for Revit-users. The Revit Standards Foundation manages these standards.\\n\\nVarious BIM platforms can communicate with each other thanks to open standards. The Revit Standards are open standards for Revit-users. These standards ensure a better exchange of information between the parties involved in a construction project. The Revit Standards consist of a specific application for the Dutch market: the NLRS, one for the Belgian market: the BERS, and an international version: the RS.\\n\\nSource: https://www.revitstandards.org/en/about/revit-standards/\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"10794\",\n        \"name\": \"OpenRFA\",\n        \"description\": \"The OpenRFA collection is the brain-child of several architects, engineers, contractors, and BIM specialists from around the world who worked together to create the first crowdsourced set of shared parameters.\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    },\n    {\n        \"id\": \"29471\",\n        \"name\": \"VA BIM Standard\",\n        \"description\": \"United States Department of Veteran Affairs (VA) Office of Construction &amp; Facilities Management\\n\\nSource: https://www.cfm.va.gov/til/projReq.asp\",\n        \"author\": \"6\",\n        \"public\": \"True\"\n    }\n]"}],"_postman_id":"8a49c43d-7586-4fb6-8df9-d7aa16adc899"},{"name":"Delete a Collection","id":"b6f1ad87-a495-42e0-9191-c1f926842751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"X-CSRF-Token","type":"text","value":""},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n    \"type\": [\r\n        {\r\n            \"target_id\": \"collection\"\r\n        }\r\n    ]\r\n}"},"url":"http://app.opendefinery.com/node/?_format=json","description":"<p>Warning: This action cannot be undone.</p>\n<p>Response Codes:</p>\n<ul>\n<li><code>204</code> No Content: The deletion was successful.</li>\n<li><code>403</code> Forbidden: The logged in user does not have permission to delete this Collection.</li>\n</ul>\n","urlObject":{"path":["node",""],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[],"_postman_id":"b6f1ad87-a495-42e0-9191-c1f926842751"}],"id":"185f1796-9cdc-4874-b5b0-59fd66e1a005","_postman_id":"185f1796-9cdc-4874-b5b0-59fd66e1a005","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}}},{"name":"Taxonomy","item":[{"name":"New Tag","id":"666fa316-6a18-463e-9f8c-1947340eb633","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-CSRF-Token","type":"text","value":"{{csrf_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"vid\": \"ifc_property_sets\",\r\n    \"name\": [\r\n        {\r\n            \"value\": \"CustomPsetName\"\r\n        }\r\n    ]\r\n}"},"url":"http://app.opendefinery.com/taxonomy/term?_format=hal_json","description":"<p>Creates a new tag.</p>\n<p>Tags are yet another way to organize shared parameters in OpenDefinery. Tags are similar to Collections, except Tags do not have any permission restrictions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["taxonomy","term"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"hal_json"}],"variable":[]}},"response":[{"id":"15c97d98-4cc9-4e4e-821f-16602b0a0098","name":"Post Tag","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"X-CSRF-Token","type":"text","value":""}],"body":{"mode":"raw","raw":"{\r\n    \"vid\": \"tags\",\r\n    \"name\": [\r\n        {\r\n            \"value\": \"MyNewTagName\"\r\n        }\r\n    ]\r\n}"},"url":{"raw":"http://app.opendefinery.com/taxonomy/term?_format=hal_json","host":["http://app.opendefinery.com"],"path":["taxonomy","term"],"query":[{"key":"_format","value":"hal_json"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Aug 2020 14:59:13 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Location","value":"http://app.opendefinery.com/tags/mynewtagname"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"404"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/hal+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http://app.opendefinery.com/tags/mynewtagname?_format=hal_json\"\n        },\n        \"type\": {\n            \"href\": \"http://app.opendefinery.com/rest/type/taxonomy_term/tags\"\n        },\n        \"http://app.opendefinery.com/rest/relation/taxonomy_term/tags/parent\": [\n            null\n        ]\n    },\n    \"tid\": [\n        {\n            \"value\": 82\n        }\n    ],\n    \"uuid\": [\n        {\n            \"value\": \"5e508d70-7864-4cc8-8d97-62ee8dd4cd59\"\n        }\n    ],\n    \"revision_id\": [\n        {\n            \"value\": 82\n        }\n    ],\n    \"langcode\": [\n        {\n            \"value\": \"en\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"vid\": [\n        {\n            \"target_id\": \"tags\"\n        }\n    ],\n    \"revision_created\": [\n        {\n            \"value\": \"2020-08-10T14:59:13+00:00\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"status\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"name\": [\n        {\n            \"value\": \"MyNewTagName\",\n            \"lang\": \"en\"\n        }\n    ],\n    \"weight\": [\n        {\n            \"value\": 0\n        }\n    ],\n    \"_embedded\": {\n        \"http://app.opendefinery.com/rest/relation/taxonomy_term/tags/parent\": [\n            null\n        ]\n    },\n    \"changed\": [\n        {\n            \"value\": \"2020-08-10T14:59:13+00:00\",\n            \"lang\": \"en\",\n            \"format\": \"Y-m-d\\\\TH:i:sP\"\n        }\n    ],\n    \"default_langcode\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"revision_translation_affected\": [\n        {\n            \"value\": true,\n            \"lang\": \"en\"\n        }\n    ],\n    \"path\": [\n        {\n            \"alias\": null,\n            \"pid\": null,\n            \"langcode\": \"en\",\n            \"lang\": \"en\"\n        }\n    ]\n}"}],"_postman_id":"666fa316-6a18-463e-9f8c-1947340eb633"},{"name":"Get Tags","id":"088de4bf-ddb2-46cd-897f-4884494550d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":"http://app.opendefinery.com/rest/tags?_format=json","description":"<p>Retrieve all tags. The <code>id</code> of the tag is required to <code>POST</code> a new parameter.</p>\n","urlObject":{"path":["rest","tags"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"0e59780f-ab3f-4fb3-bc26-bc7228c1128b","name":"Get Data Types","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":{"raw":"http://app.opendefinery.com/rest/datatypes?_format=json","host":["http://app.opendefinery.com"],"path":["rest","datatypes"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 23:11:21 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"698"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"name\": \"AREA\"\n    },\n    {\n        \"id\": \"2\",\n        \"name\": \"CURRENCY\"\n    },\n    {\n        \"id\": \"3\",\n        \"name\": \"ELECTRICAL_APPARENT_POWER\"\n    },\n    {\n        \"id\": \"4\",\n        \"name\": \"ELECTRICAL_CURRENT\"\n    },\n    {\n        \"id\": \"5\",\n        \"name\": \"ELECTRICAL_FREQUENCY\"\n    },\n    {\n        \"id\": \"6\",\n        \"name\": \"ELECTRICAL_LUMINOUS_INTENSITY\"\n    },\n    {\n        \"id\": \"7\",\n        \"name\": \"ELECTRICAL_POTENTIAL\"\n    },\n    {\n        \"id\": \"8\",\n        \"name\": \"ELECTRICAL_POWER\"\n    },\n    {\n        \"id\": \"9\",\n        \"name\": \"ELECTRICAL_WATTAGE\"\n    },\n    {\n        \"id\": \"10\",\n        \"name\": \"FAMILYTYPE\"\n    },\n    {\n        \"id\": \"11\",\n        \"name\": \"FIXTUREUNIT\"\n    },\n    {\n        \"id\": \"12\",\n        \"name\": \"FORCE\"\n    },\n    {\n        \"id\": \"13\",\n        \"name\": \"HVAC_AIR_FLOW\"\n    },\n    {\n        \"id\": \"14\",\n        \"name\": \"HVAC_COOLING_LOAD\"\n    },\n    {\n        \"id\": \"15\",\n        \"name\": \"HVAC_DUCT_SIZE\"\n    },\n    {\n        \"id\": \"16\",\n        \"name\": \"HVAC_ENERGY\"\n    },\n    {\n        \"id\": \"17\",\n        \"name\": \"HVAC_FACTOR\"\n    },\n    {\n        \"id\": \"18\",\n        \"name\": \"HVAC_HEATING_LOAD\"\n    },\n    {\n        \"id\": \"19\",\n        \"name\": \"HVAC_HEAT_GAIN\"\n    },\n    {\n        \"id\": \"20\",\n        \"name\": \"HVAC_POWER\"\n    },\n    {\n        \"id\": \"21\",\n        \"name\": \"HVAC_PRESSURE\"\n    },\n    {\n        \"id\": \"22\",\n        \"name\": \"HVAC_TEMPERATURE\"\n    },\n    {\n        \"id\": \"23\",\n        \"name\": \"HVAC_TEMPERATURE_DIFFERENCE\"\n    },\n    {\n        \"id\": \"24\",\n        \"name\": \"HVAC_VELOCITY\"\n    },\n    {\n        \"id\": \"25\",\n        \"name\": \"INTEGER\"\n    },\n    {\n        \"id\": \"26\",\n        \"name\": \"LENGTH\"\n    },\n    {\n        \"id\": \"27\",\n        \"name\": \"LOADCLASSIFICATION\"\n    },\n    {\n        \"id\": \"28\",\n        \"name\": \"MATERIAL\"\n    },\n    {\n        \"id\": \"29\",\n        \"name\": \"NOOFPOLES\"\n    },\n    {\n        \"id\": \"30\",\n        \"name\": \"NUMBER\"\n    },\n    {\n        \"id\": \"31\",\n        \"name\": \"PIPE_SIZE\"\n    },\n    {\n        \"id\": \"32\",\n        \"name\": \"PIPING_FLOW\"\n    },\n    {\n        \"id\": \"33\",\n        \"name\": \"PIPING_PRESSURE\"\n    },\n    {\n        \"id\": \"34\",\n        \"name\": \"PIPING_SLOPE\"\n    },\n    {\n        \"id\": \"35\",\n        \"name\": \"PIPING_TEMPERATURE\"\n    },\n    {\n        \"id\": \"36\",\n        \"name\": \"PIPING_VOLUME\"\n    },\n    {\n        \"id\": \"37\",\n        \"name\": \"TEXT\"\n    },\n    {\n        \"id\": \"38\",\n        \"name\": \"URL\"\n    },\n    {\n        \"id\": \"39\",\n        \"name\": \"VOLUME\"\n    },\n    {\n        \"id\": \"40\",\n        \"name\": \"YESNO\"\n    },\n    {\n        \"id\": \"51\",\n        \"name\": \"WEIGHT\"\n    },\n    {\n        \"id\": \"52\",\n        \"name\": \"MASS_PER_UNIT_AREA\"\n    },\n    {\n        \"id\": \"53\",\n        \"name\": \"ANGLE\"\n    },\n    {\n        \"id\": \"54\",\n        \"name\": \"LINEAR_FORCE\"\n    },\n    {\n        \"id\": \"55\",\n        \"name\": \"MASS\"\n    },\n    {\n        \"id\": \"56\",\n        \"name\": \"MASS_PER_UNIT_LENGTH\"\n    },\n    {\n        \"id\": \"57\",\n        \"name\": \"COLOR_TEMPERATURE\"\n    },\n    {\n        \"id\": \"58\",\n        \"name\": \"ELECTRICAL_LUMINOUS_FLUX\"\n    },\n    {\n        \"id\": \"59\",\n        \"name\": \"HVAC_AIRFLOW_DIVIDED_BY_COOLING_LOAD\"\n    },\n    {\n        \"id\": \"60\",\n        \"name\": \"HVAC_AREA_DIVIDED_BY_COOLING_LOAD\"\n    },\n    {\n        \"id\": \"61\",\n        \"name\": \"HVAC_COOLING_LOAD_DIVIDED_BY_AREA\"\n    },\n    {\n        \"id\": \"62\",\n        \"name\": \"HVAC_DENSITY\"\n    },\n    {\n        \"id\": \"63\",\n        \"name\": \"HVAC_DUCT_INSULATION_THICKNESS\"\n    },\n    {\n        \"id\": \"64\",\n        \"name\": \"HVAC_DUCT_LINING_THICKNESS\"\n    },\n    {\n        \"id\": \"65\",\n        \"name\": \"HVAC_HEATING_LOAD_DIVIDED_BY_AREA\"\n    },\n    {\n        \"id\": \"66\",\n        \"name\": \"HVAC_HEATING_LOAD_DIVIDED_BY_VOLUME\"\n    },\n    {\n        \"id\": \"67\",\n        \"name\": \"HVAC_SPECIFIC_HEAT\"\n    },\n    {\n        \"id\": \"68\",\n        \"name\": \"HVAC_SPECIFIC_HEAT_OF_VAPORIZATION\"\n    },\n    {\n        \"id\": \"69\",\n        \"name\": \"HVAC_THERMAL_CONDUCTIVITY\"\n    },\n    {\n        \"id\": \"70\",\n        \"name\": \"HVAC_THERMAL_RESISTANCE\"\n    },\n    {\n        \"id\": \"71\",\n        \"name\": \"MULTILINETEXT\"\n    },\n    {\n        \"id\": \"72\",\n        \"name\": \"PIPE_INSULATION_THICKNESS\"\n    },\n    {\n        \"id\": \"73\",\n        \"name\": \"PIPE_MASS\"\n    },\n    {\n        \"id\": \"74\",\n        \"name\": \"PIPING_DENSITY\"\n    },\n    {\n        \"id\": \"75\",\n        \"name\": \"PIPING_TEMPERATURE_DIFFERENCE\"\n    },\n    {\n        \"id\": \"76\",\n        \"name\": \"PIPING_VELOCITY\"\n    }\n]"}],"_postman_id":"088de4bf-ddb2-46cd-897f-4884494550d4"},{"name":"Get Tags By Name","id":"932fa296-674f-498d-82ef-9597f34289a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":"http://app.opendefinery.com/rest/tags/mechanical?_format=json","description":"<p>Retrieve tags by their name. The <code>id</code> of the tag is required to <code>POST</code> a new parameter.</p>\n","urlObject":{"path":["rest","tags","mechanical"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"934429cf-56be-4b69-9278-7103a4696423","name":"Get Data Types","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":{"raw":"http://app.opendefinery.com/rest/datatypes?_format=json","host":["http://app.opendefinery.com"],"path":["rest","datatypes"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 23:11:21 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"698"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"name\": \"AREA\"\n    },\n    {\n        \"id\": \"2\",\n        \"name\": \"CURRENCY\"\n    },\n    {\n        \"id\": \"3\",\n        \"name\": \"ELECTRICAL_APPARENT_POWER\"\n    },\n    {\n        \"id\": \"4\",\n        \"name\": \"ELECTRICAL_CURRENT\"\n    },\n    {\n        \"id\": \"5\",\n        \"name\": \"ELECTRICAL_FREQUENCY\"\n    },\n    {\n        \"id\": \"6\",\n        \"name\": \"ELECTRICAL_LUMINOUS_INTENSITY\"\n    },\n    {\n        \"id\": \"7\",\n        \"name\": \"ELECTRICAL_POTENTIAL\"\n    },\n    {\n        \"id\": \"8\",\n        \"name\": \"ELECTRICAL_POWER\"\n    },\n    {\n        \"id\": \"9\",\n        \"name\": \"ELECTRICAL_WATTAGE\"\n    },\n    {\n        \"id\": \"10\",\n        \"name\": \"FAMILYTYPE\"\n    },\n    {\n        \"id\": \"11\",\n        \"name\": \"FIXTUREUNIT\"\n    },\n    {\n        \"id\": \"12\",\n        \"name\": \"FORCE\"\n    },\n    {\n        \"id\": \"13\",\n        \"name\": \"HVAC_AIR_FLOW\"\n    },\n    {\n        \"id\": \"14\",\n        \"name\": \"HVAC_COOLING_LOAD\"\n    },\n    {\n        \"id\": \"15\",\n        \"name\": \"HVAC_DUCT_SIZE\"\n    },\n    {\n        \"id\": \"16\",\n        \"name\": \"HVAC_ENERGY\"\n    },\n    {\n        \"id\": \"17\",\n        \"name\": \"HVAC_FACTOR\"\n    },\n    {\n        \"id\": \"18\",\n        \"name\": \"HVAC_HEATING_LOAD\"\n    },\n    {\n        \"id\": \"19\",\n        \"name\": \"HVAC_HEAT_GAIN\"\n    },\n    {\n        \"id\": \"20\",\n        \"name\": \"HVAC_POWER\"\n    },\n    {\n        \"id\": \"21\",\n        \"name\": \"HVAC_PRESSURE\"\n    },\n    {\n        \"id\": \"22\",\n        \"name\": \"HVAC_TEMPERATURE\"\n    },\n    {\n        \"id\": \"23\",\n        \"name\": \"HVAC_TEMPERATURE_DIFFERENCE\"\n    },\n    {\n        \"id\": \"24\",\n        \"name\": \"HVAC_VELOCITY\"\n    },\n    {\n        \"id\": \"25\",\n        \"name\": \"INTEGER\"\n    },\n    {\n        \"id\": \"26\",\n        \"name\": \"LENGTH\"\n    },\n    {\n        \"id\": \"27\",\n        \"name\": \"LOADCLASSIFICATION\"\n    },\n    {\n        \"id\": \"28\",\n        \"name\": \"MATERIAL\"\n    },\n    {\n        \"id\": \"29\",\n        \"name\": \"NOOFPOLES\"\n    },\n    {\n        \"id\": \"30\",\n        \"name\": \"NUMBER\"\n    },\n    {\n        \"id\": \"31\",\n        \"name\": \"PIPE_SIZE\"\n    },\n    {\n        \"id\": \"32\",\n        \"name\": \"PIPING_FLOW\"\n    },\n    {\n        \"id\": \"33\",\n        \"name\": \"PIPING_PRESSURE\"\n    },\n    {\n        \"id\": \"34\",\n        \"name\": \"PIPING_SLOPE\"\n    },\n    {\n        \"id\": \"35\",\n        \"name\": \"PIPING_TEMPERATURE\"\n    },\n    {\n        \"id\": \"36\",\n        \"name\": \"PIPING_VOLUME\"\n    },\n    {\n        \"id\": \"37\",\n        \"name\": \"TEXT\"\n    },\n    {\n        \"id\": \"38\",\n        \"name\": \"URL\"\n    },\n    {\n        \"id\": \"39\",\n        \"name\": \"VOLUME\"\n    },\n    {\n        \"id\": \"40\",\n        \"name\": \"YESNO\"\n    },\n    {\n        \"id\": \"51\",\n        \"name\": \"WEIGHT\"\n    },\n    {\n        \"id\": \"52\",\n        \"name\": \"MASS_PER_UNIT_AREA\"\n    },\n    {\n        \"id\": \"53\",\n        \"name\": \"ANGLE\"\n    },\n    {\n        \"id\": \"54\",\n        \"name\": \"LINEAR_FORCE\"\n    },\n    {\n        \"id\": \"55\",\n        \"name\": \"MASS\"\n    },\n    {\n        \"id\": \"56\",\n        \"name\": \"MASS_PER_UNIT_LENGTH\"\n    },\n    {\n        \"id\": \"57\",\n        \"name\": \"COLOR_TEMPERATURE\"\n    },\n    {\n        \"id\": \"58\",\n        \"name\": \"ELECTRICAL_LUMINOUS_FLUX\"\n    },\n    {\n        \"id\": \"59\",\n        \"name\": \"HVAC_AIRFLOW_DIVIDED_BY_COOLING_LOAD\"\n    },\n    {\n        \"id\": \"60\",\n        \"name\": \"HVAC_AREA_DIVIDED_BY_COOLING_LOAD\"\n    },\n    {\n        \"id\": \"61\",\n        \"name\": \"HVAC_COOLING_LOAD_DIVIDED_BY_AREA\"\n    },\n    {\n        \"id\": \"62\",\n        \"name\": \"HVAC_DENSITY\"\n    },\n    {\n        \"id\": \"63\",\n        \"name\": \"HVAC_DUCT_INSULATION_THICKNESS\"\n    },\n    {\n        \"id\": \"64\",\n        \"name\": \"HVAC_DUCT_LINING_THICKNESS\"\n    },\n    {\n        \"id\": \"65\",\n        \"name\": \"HVAC_HEATING_LOAD_DIVIDED_BY_AREA\"\n    },\n    {\n        \"id\": \"66\",\n        \"name\": \"HVAC_HEATING_LOAD_DIVIDED_BY_VOLUME\"\n    },\n    {\n        \"id\": \"67\",\n        \"name\": \"HVAC_SPECIFIC_HEAT\"\n    },\n    {\n        \"id\": \"68\",\n        \"name\": \"HVAC_SPECIFIC_HEAT_OF_VAPORIZATION\"\n    },\n    {\n        \"id\": \"69\",\n        \"name\": \"HVAC_THERMAL_CONDUCTIVITY\"\n    },\n    {\n        \"id\": \"70\",\n        \"name\": \"HVAC_THERMAL_RESISTANCE\"\n    },\n    {\n        \"id\": \"71\",\n        \"name\": \"MULTILINETEXT\"\n    },\n    {\n        \"id\": \"72\",\n        \"name\": \"PIPE_INSULATION_THICKNESS\"\n    },\n    {\n        \"id\": \"73\",\n        \"name\": \"PIPE_MASS\"\n    },\n    {\n        \"id\": \"74\",\n        \"name\": \"PIPING_DENSITY\"\n    },\n    {\n        \"id\": \"75\",\n        \"name\": \"PIPING_TEMPERATURE_DIFFERENCE\"\n    },\n    {\n        \"id\": \"76\",\n        \"name\": \"PIPING_VELOCITY\"\n    }\n]"},{"id":"fc0074df-f7d4-4929-9eb5-1f6835d22e44","name":"Get Tags By Name","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":{"raw":"http://app.opendefinery.com/rest/tags/mechanical?_format=json","host":["http://app.opendefinery.com"],"path":["rest","tags","mechanical"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Aug 2020 17:27:58 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"81\",\n        \"uuid\": \"bb8cb640-70a9-4c5e-9092-a22cf8d4945e\",\n        \"name\": \"Mechanical\"\n    }\n]"}],"_postman_id":"932fa296-674f-498d-82ef-9597f34289a4"},{"name":"Get Data Types","id":"11feeda2-60fa-46a1-90e3-bd34993263a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":"http://app.opendefinery.com/rest/datatypes?_format=json","description":"<p>Retrieve all data types. The <code>id</code> of each data type is required to <code>POST</code> a new parameter.</p>\n","urlObject":{"path":["rest","datatypes"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[],"_postman_id":"11feeda2-60fa-46a1-90e3-bd34993263a7"},{"name":"Get Data Categories","id":"68568971-2fce-49f7-8a1d-b09a13d23c79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":"http://app.opendefinery.com/rest/datacategories?_format=json","description":"<p>Retrieve all Data Categories and their respective hashcodes. </p>\n<p>These entities are used when a Shared Parameter has the data type <code>FAMILYTYPE</code>. The <code>hashcode</code> property is used as the <code>DATACATEGORY</code> to assign a specific model category to a Shared Parameter.</p>\n<p>When assigning a Data Category to a Shared Parameter, you must pass the <code>id</code> in the API call, not the <code>hashcode</code>.</p>\n","urlObject":{"path":["rest","datacategories"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"ca8100fa-312c-44e0-8211-9105d38ea066","name":"Get Data Categories","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"text"}}},"url":{"raw":"http://app.opendefinery.com/rest/datacategories?_format=json","host":["http://app.opendefinery.com"],"path":["rest","datacategories"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 18 Oct 2020 04:08:20 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"HIT"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"12161"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1276\",\n        \"name\": \"OST_StackedWalls_Obsolete_IdInWrongRange\",\n        \"hashcode\": \"-20034100\"\n    },\n    {\n        \"id\": \"1277\",\n        \"name\": \"OST_MassTags_Obsolete_IdInWrongRange\",\n        \"hashcode\": \"-20034005\"\n    },\n    {\n        \"id\": \"1278\",\n        \"name\": \"OST_MassSurface_Obsolete_IdInWrongRange\",\n        \"hashcode\": \"-20034004\"\n    },\n    {\n        \"id\": \"1279\",\n        \"name\": \"OST_MassFloor_Obsolete_IdInWrongRange\",\n        \"hashcode\": \"-20034003\"\n    },\n    {\n        \"id\": \"1280\",\n        \"name\": \"OST_Mass_Obsolete_IdInWrongRange\",\n        \"hashcode\": \"-20034000\"\n    },\n    {\n        \"id\": \"1281\",\n        \"name\": \"OST_WallRefPlanes_Obsolete_IdInWrongRange\",\n        \"hashcode\": \"-20000896\"\n    },\n    {\n        \"id\": \"1282\",\n        \"name\": \"OST_StickSymbols_Obsolete_IdInWrongRange\",\n        \"hashcode\": \"-20000828\"\n    },\n    {\n        \"id\": \"1283\",\n        \"name\": \"OST_RemovedGridSeg_Obsolete_IdInWrongRange\",\n        \"hashcode\": \"-20000827\"\n    },\n    {\n        \"id\": \"1284\",\n        \"name\": \"OST_PointClouds\",\n        \"hashcode\": \"-2010001\"\n    },\n    {\n        \"id\": \"1285\",\n        \"name\": \"OST_AssemblyOrigin_Lines\",\n        \"hashcode\": \"-2009661\"\n    },\n    {\n        \"id\": \"1286\",\n        \"name\": \"OST_AssemblyOrigin_Planes\",\n        \"hashcode\": \"-2009660\"\n    },\n    {\n        \"id\": \"1287\",\n        \"name\": \"OST_AssemblyOrigin_Points\",\n        \"hashcode\": \"-2009659\"\n    },\n    {\n        \"id\": \"1288\",\n        \"name\": \"OST_AssemblyOrigin\",\n        \"hashcode\": \"-2009658\"\n    },\n    {\n        \"id\": \"1289\",\n        \"name\": \"OST_LinksAnalytical\",\n        \"hashcode\": \"-2009657\"\n    },\n    {\n        \"id\": \"1290\",\n        \"name\": \"OST_FoundationSlabAnalyticalTags\",\n        \"hashcode\": \"-2009656\"\n    },\n    {\n        \"id\": \"1291\",\n        \"name\": \"OST_WallFoundationAnalyticalTags\",\n        \"hashcode\": \"-2009655\"\n    },\n    {\n        \"id\": \"1292\",\n        \"name\": \"OST_IsolatedFoundationAnalyticalTags\",\n        \"hashcode\": \"-2009654\"\n    },\n    {\n        \"id\": \"1293\",\n        \"name\": \"OST_WallAnalyticalTags\",\n        \"hashcode\": \"-2009653\"\n    },\n    {\n        \"id\": \"1294\",\n        \"name\": \"OST_FloorAnalyticalTags\",\n        \"hashcode\": \"-2009652\"\n    },\n    {\n        \"id\": \"1295\",\n        \"name\": \"OST_ColumnAnalyticalTags\",\n        \"hashcode\": \"-2009651\"\n    },\n    {\n        \"id\": \"1296\",\n        \"name\": \"OST_BraceAnalyticalTags\",\n        \"hashcode\": \"-2009650\"\n    },\n    {\n        \"id\": \"1297\",\n        \"name\": \"OST_BeamAnalyticalTags\",\n        \"hashcode\": \"-2009649\"\n    },\n    {\n        \"id\": \"1298\",\n        \"name\": \"OST_AnalyticalNodes_Lines\",\n        \"hashcode\": \"-2009648\"\n    },\n    {\n        \"id\": \"1299\",\n        \"name\": \"OST_AnalyticalNodes_Planes\",\n        \"hashcode\": \"-2009647\"\n    },\n    {\n        \"id\": \"1300\",\n        \"name\": \"OST_AnalyticalNodes_Points\",\n        \"hashcode\": \"-2009646\"\n    },\n    {\n        \"id\": \"1301\",\n        \"name\": \"OST_AnalyticalNodes\",\n        \"hashcode\": \"-2009645\"\n    },\n    {\n        \"id\": \"1302\",\n        \"name\": \"OST_RigidLinksAnalytical\",\n        \"hashcode\": \"-2009644\"\n    },\n    {\n        \"id\": \"1303\",\n        \"name\": \"OST_FoundationSlabAnalytical\",\n        \"hashcode\": \"-2009643\"\n    },\n    {\n        \"id\": \"1304\",\n        \"name\": \"OST_WallFoundationAnalytical\",\n        \"hashcode\": \"-2009642\"\n    },\n    {\n        \"id\": \"1305\",\n        \"name\": \"OST_IsolatedFoundationAnalytical\",\n        \"hashcode\": \"-2009641\"\n    },\n    {\n        \"id\": \"1306\",\n        \"name\": \"OST_WallAnalytical\",\n        \"hashcode\": \"-2009640\"\n    },\n    {\n        \"id\": \"1307\",\n        \"name\": \"OST_FloorAnalytical\",\n        \"hashcode\": \"-2009639\"\n    },\n    {\n        \"id\": \"1308\",\n        \"name\": \"OST_ColumnEndSegment\",\n        \"hashcode\": \"-2009638\"\n    },\n    {\n        \"id\": \"1309\",\n        \"name\": \"OST_ColumnStartSegment\",\n        \"hashcode\": \"-2009637\"\n    },\n    {\n        \"id\": \"1310\",\n        \"name\": \"OST_ColumnAnalytical\",\n        \"hashcode\": \"-2009636\"\n    },\n    {\n        \"id\": \"1311\",\n        \"name\": \"OST_BraceEndSegment\",\n        \"hashcode\": \"-2009635\"\n    },\n    {\n        \"id\": \"1312\",\n        \"name\": \"OST_BraceStartSegment\",\n        \"hashcode\": \"-2009634\"\n    },\n    {\n        \"id\": \"1313\",\n        \"name\": \"OST_BraceAnalytical\",\n        \"hashcode\": \"-2009633\"\n    },\n    {\n        \"id\": \"1314\",\n        \"name\": \"OST_BeamEndSegment\",\n        \"hashcode\": \"-2009632\"\n    },\n    {\n        \"id\": \"1315\",\n        \"name\": \"OST_BeamStartSegment\",\n        \"hashcode\": \"-2009631\"\n    },\n    {\n        \"id\": \"1316\",\n        \"name\": \"OST_BeamAnalytical\",\n        \"hashcode\": \"-2009630\"\n    },\n    {\n        \"id\": \"1317\",\n        \"name\": \"OST_CompassSecondaryMonth\",\n        \"hashcode\": \"-2009624\"\n    },\n    {\n        \"id\": \"1318\",\n        \"name\": \"OST_CompassPrimaryMonth\",\n        \"hashcode\": \"-2009623\"\n    },\n    {\n        \"id\": \"1319\",\n        \"name\": \"OST_CompassSectionFilled\",\n        \"hashcode\": \"-2009622\"\n    },\n    {\n        \"id\": \"1320\",\n        \"name\": \"OST_LightLine\",\n        \"hashcode\": \"-2009621\"\n    },\n    {\n        \"id\": \"1321\",\n        \"name\": \"OST_MultiSurface\",\n        \"hashcode\": \"-2009620\"\n    },\n    {\n        \"id\": \"1322\",\n        \"name\": \"OST_SunSurface\",\n        \"hashcode\": \"-2009619\"\n    },\n    {\n        \"id\": \"1323\",\n        \"name\": \"OST_Analemma\",\n        \"hashcode\": \"-2009618\"\n    },\n    {\n        \"id\": \"1324\",\n        \"name\": \"OST_SunsetText\",\n        \"hashcode\": \"-2009617\"\n    },\n    {\n        \"id\": \"1325\",\n        \"name\": \"OST_CompassSection\",\n        \"hashcode\": \"-2009616\"\n    },\n    {\n        \"id\": \"1326\",\n        \"name\": \"OST_CompassOuter\",\n        \"hashcode\": \"-2009615\"\n    },\n    {\n        \"id\": \"1327\",\n        \"name\": \"OST_SunriseText\",\n        \"hashcode\": \"-2009614\"\n    },\n    {\n        \"id\": \"1328\",\n        \"name\": \"OST_CompassInner\",\n        \"hashcode\": \"-2009613\"\n    },\n    {\n        \"id\": \"1329\",\n        \"name\": \"OST_SunPath2\",\n        \"hashcode\": \"-2009612\"\n    },\n    {\n        \"id\": \"1330\",\n        \"name\": \"OST_SunPath1\",\n        \"hashcode\": \"-2009611\"\n    },\n    {\n        \"id\": \"1331\",\n        \"name\": \"OST_Sun\",\n        \"hashcode\": \"-2009610\"\n    },\n    {\n        \"id\": \"1332\",\n        \"name\": \"OST_SunStudy\",\n        \"hashcode\": \"-2009609\"\n    },\n    {\n        \"id\": \"1333\",\n        \"name\": \"OST_StructuralTrussStickSymbols\",\n        \"hashcode\": \"-2009608\"\n    },\n    {\n        \"id\": \"1334\",\n        \"name\": \"OST_StructuralTrussHiddenLines\",\n        \"hashcode\": \"-2009607\"\n    },\n    {\n        \"id\": \"1335\",\n        \"name\": \"OST_TrussChord\",\n        \"hashcode\": \"-2009606\"\n    },\n    {\n        \"id\": \"1336\",\n        \"name\": \"OST_TrussWeb\",\n        \"hashcode\": \"-2009605\"\n    },\n    {\n        \"id\": \"1337\",\n        \"name\": \"OST_TrussBottomChordCurve\",\n        \"hashcode\": \"-2009604\"\n    },\n    {\n        \"id\": \"1338\",\n        \"name\": \"OST_TrussTopChordCurve\",\n        \"hashcode\": \"-2009603\"\n    },\n    {\n        \"id\": \"1339\",\n        \"name\": \"OST_TrussVertWebCurve\",\n        \"hashcode\": \"-2009602\"\n    },\n    {\n        \"id\": \"1340\",\n        \"name\": \"OST_TrussDiagWebCurve\",\n        \"hashcode\": \"-2009601\"\n    },\n    {\n        \"id\": \"1341\",\n        \"name\": \"OST_Truss\",\n        \"hashcode\": \"-2009600\"\n    },\n    {\n        \"id\": \"1342\",\n        \"name\": \"OST_RailingSystemTransitionHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009549\"\n    },\n    {\n        \"id\": \"1343\",\n        \"name\": \"OST_RailingSystemTerminationHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009548\"\n    },\n    {\n        \"id\": \"1344\",\n        \"name\": \"OST_RailingSystemRailHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009547\"\n    },\n    {\n        \"id\": \"1345\",\n        \"name\": \"OST_RailingSystemTopRailHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009546\"\n    },\n    {\n        \"id\": \"1346\",\n        \"name\": \"OST_RailingSystemHandRailBracketHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009545\"\n    },\n    {\n        \"id\": \"1347\",\n        \"name\": \"OST_RailingSystemHandRailHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009544\"\n    },\n    {\n        \"id\": \"1348\",\n        \"name\": \"OST_RailingSystemPanelBracketHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009543\"\n    },\n    {\n        \"id\": \"1349\",\n        \"name\": \"OST_RailingSystemPanelHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009542\"\n    },\n    {\n        \"id\": \"1350\",\n        \"name\": \"OST_RailingSystemBalusterHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009541\"\n    },\n    {\n        \"id\": \"1351\",\n        \"name\": \"OST_RailingSystemPostHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009540\"\n    },\n    {\n        \"id\": \"1352\",\n        \"name\": \"OST_RailingSystemSegmentHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009539\"\n    },\n    {\n        \"id\": \"1353\",\n        \"name\": \"OST_RailingSystemHiddenLines_Deprecated\",\n        \"hashcode\": \"-2009538\"\n    },\n    {\n        \"id\": \"1354\",\n        \"name\": \"OST_StairStringer2012HiddenLines_Deprecated\",\n        \"hashcode\": \"-2009537\"\n    },\n    {\n        \"id\": \"1355\",\n        \"name\": \"OST_StairTread2012HiddenLines_Deprecated\",\n        \"hashcode\": \"-2009536\"\n    },\n    {\n        \"id\": \"1356\",\n        \"name\": \"OST_StairLanding2012HiddenLines_Deprecated\",\n        \"hashcode\": \"-2009535\"\n    },\n    {\n        \"id\": \"1357\",\n        \"name\": \"OST_StairRun2012HiddenLines_Deprecated\",\n        \"hashcode\": \"-2009534\"\n    },\n    {\n        \"id\": \"1358\",\n        \"name\": \"OST_Stairs2012HiddenLines_Deprecated\",\n        \"hashcode\": \"-2009533\"\n    },\n    {\n        \"id\": \"1359\",\n        \"name\": \"OST_MassHiddenLines\",\n        \"hashcode\": \"-2009532\"\n    },\n    {\n        \"id\": \"1360\",\n        \"name\": \"OST_CurtaSystemHiddenLines\",\n        \"hashcode\": \"-2009531\"\n    },\n    {\n        \"id\": \"1361\",\n        \"name\": \"OST_OBSOLETE_ElemArrayHiddenLines\",\n        \"hashcode\": \"-2009530\"\n    },\n    {\n        \"id\": \"1362\",\n        \"name\": \"OST_EntourageHiddenLines\",\n        \"hashcode\": \"-2009529\"\n    },\n    {\n        \"id\": \"1363\",\n        \"name\": \"OST_PlantingHiddenLines\",\n        \"hashcode\": \"-2009528\"\n    },\n    {\n        \"id\": \"1364\",\n        \"name\": \"OST_SpecialityEquipmentHiddenLines\",\n        \"hashcode\": \"-2009527\"\n    },\n    {\n        \"id\": \"1365\",\n        \"name\": \"OST_TopographyHiddenLines\",\n        \"hashcode\": \"-2009526\"\n    },\n    {\n        \"id\": \"1366\",\n        \"name\": \"OST_StructuralFramingSystemHiddenLines_Obsolete\",\n        \"hashcode\": \"-2009525\"\n    },\n    {\n        \"id\": \"1367\",\n        \"name\": \"OST_SiteHiddenLines\",\n        \"hashcode\": \"-2009524\"\n    },\n    {\n        \"id\": \"1368\",\n        \"name\": \"OST_RoadsHiddenLines\",\n        \"hashcode\": \"-2009523\"\n    },\n    {\n        \"id\": \"1369\",\n        \"name\": \"OST_ParkingHiddenLines\",\n        \"hashcode\": \"-2009522\"\n    },\n    {\n        \"id\": \"1370\",\n        \"name\": \"OST_PlumbingFixturesHiddenLines\",\n        \"hashcode\": \"-2009521\"\n    },\n    {\n        \"id\": \"1371\",\n        \"name\": \"OST_MechanicalEquipmentHiddenLines\",\n        \"hashcode\": \"-2009520\"\n    },\n    {\n        \"id\": \"1372\",\n        \"name\": \"OST_LightingFixturesHiddenLines\",\n        \"hashcode\": \"-2009519\"\n    },\n    {\n        \"id\": \"1373\",\n        \"name\": \"OST_FurnitureSystemsHiddenLines\",\n        \"hashcode\": \"-2009518\"\n    },\n    {\n        \"id\": \"1374\",\n        \"name\": \"OST_ElectricalFixturesHiddenLines\",\n        \"hashcode\": \"-2009517\"\n    },\n    {\n        \"id\": \"1375\",\n        \"name\": \"OST_ElectricalEquipmentHiddenLines\",\n        \"hashcode\": \"-2009516\"\n    },\n    {\n        \"id\": \"1376\",\n        \"name\": \"OST_CaseworkHiddenLines\",\n        \"hashcode\": \"-2009515\"\n    },\n    {\n        \"id\": \"1377\",\n        \"name\": \"OST_DetailComponentsHiddenLines\",\n        \"hashcode\": \"-2009514\"\n    },\n    {\n        \"id\": \"1378\",\n        \"name\": \"OST_ShaftOpeningHiddenLines\",\n        \"hashcode\": \"-2009513\"\n    },\n    {\n        \"id\": \"1379\",\n        \"name\": \"OST_GenericModelHiddenLines\",\n        \"hashcode\": \"-2009512\"\n    },\n    {\n        \"id\": \"1380\",\n        \"name\": \"OST_CurtainWallMullionsHiddenLines\",\n        \"hashcode\": \"-2009511\"\n    },\n    {\n        \"id\": \"1381\",\n        \"name\": \"OST_CurtainWallPanelsHiddenLines\",\n        \"hashcode\": \"-2009510\"\n    },\n    {\n        \"id\": \"1382\",\n        \"name\": \"OST_RampsHiddenLines\",\n        \"hashcode\": \"-2009509\"\n    },\n    {\n        \"id\": \"1383\",\n        \"name\": \"OST_StairsRailingHiddenLines\",\n        \"hashcode\": \"-2009508\"\n    },\n    {\n        \"id\": \"1384\",\n        \"name\": \"OST_StairsHiddenLines\",\n        \"hashcode\": \"-2009507\"\n    },\n    {\n        \"id\": \"1385\",\n        \"name\": \"OST_ColumnsHiddenLines\",\n        \"hashcode\": \"-2009506\"\n    },\n    {\n        \"id\": \"1386\",\n        \"name\": \"OST_FurnitureHiddenLines\",\n        \"hashcode\": \"-2009505\"\n    },\n    {\n        \"id\": \"1387\",\n        \"name\": \"OST_LinesHiddenLines\",\n        \"hashcode\": \"-2009504\"\n    },\n    {\n        \"id\": \"1388\",\n        \"name\": \"OST_CeilingsHiddenLines\",\n        \"hashcode\": \"-2009503\"\n    },\n    {\n        \"id\": \"1389\",\n        \"name\": \"OST_RoofsHiddenLines\",\n        \"hashcode\": \"-2009502\"\n    },\n    {\n        \"id\": \"1390\",\n        \"name\": \"OST_DoorsHiddenLines\",\n        \"hashcode\": \"-2009501\"\n    },\n    {\n        \"id\": \"1391\",\n        \"name\": \"OST_WindowsHiddenLines\",\n        \"hashcode\": \"-2009500\"\n    },\n    {\n        \"id\": \"1392\",\n        \"name\": \"OST_CouplerHiddenLines\",\n        \"hashcode\": \"-2009062\"\n    },\n    {\n        \"id\": \"1393\",\n        \"name\": \"OST_CouplerTags\",\n        \"hashcode\": \"-2009061\"\n    },\n    {\n        \"id\": \"1394\",\n        \"name\": \"OST_Coupler\",\n        \"hashcode\": \"-2009060\"\n    },\n    {\n        \"id\": \"1395\",\n        \"name\": \"OST_RebarHiddenLines\",\n        \"hashcode\": \"-2009050\"\n    },\n    {\n        \"id\": \"1396\",\n        \"name\": \"OST_StructConnectionNobleWarning\",\n        \"hashcode\": \"-2009043\"\n    },\n    {\n        \"id\": \"1397\",\n        \"name\": \"OST_StructConnectionOthers\",\n        \"hashcode\": \"-2009042\"\n    },\n    {\n        \"id\": \"1398\",\n        \"name\": \"OST_StructConnectionBolts\",\n        \"hashcode\": \"-2009041\"\n    },\n    {\n        \"id\": \"1399\",\n        \"name\": \"OST_StructConnectionTags\",\n        \"hashcode\": \"-2009040\"\n    },\n    {\n        \"id\": \"1400\",\n        \"name\": \"OST_StructConnectionAnchors\",\n        \"hashcode\": \"-2009039\"\n    },\n    {\n        \"id\": \"1401\",\n        \"name\": \"OST_StructConnectionPlates\",\n        \"hashcode\": \"-2009038\"\n    },\n    {\n        \"id\": \"1402\",\n        \"name\": \"OST_StructConnectionProfiles\",\n        \"hashcode\": \"-2009037\"\n    },\n    {\n        \"id\": \"1403\",\n        \"name\": \"OST_StructConnectionReference\",\n        \"hashcode\": \"-2009036\"\n    },\n    {\n        \"id\": \"1404\",\n        \"name\": \"OST_StructConnectionFailed\",\n        \"hashcode\": \"-2009035\"\n    },\n    {\n        \"id\": \"1405\",\n        \"name\": \"OST_StructConnectionStale\",\n        \"hashcode\": \"-2009034\"\n    },\n    {\n        \"id\": \"1406\",\n        \"name\": \"OST_StructConnectionSymbol\",\n        \"hashcode\": \"-2009033\"\n    },\n    {\n        \"id\": \"1407\",\n        \"name\": \"OST_StructConnectionHiddenLines\",\n        \"hashcode\": \"-2009032\"\n    },\n    {\n        \"id\": \"1408\",\n        \"name\": \"OST_StructWeldLines\",\n        \"hashcode\": \"-2009031\"\n    },\n    {\n        \"id\": \"1409\",\n        \"name\": \"OST_StructConnections\",\n        \"hashcode\": \"-2009030\"\n    },\n    {\n        \"id\": \"1410\",\n        \"name\": \"OST_FabricAreaBoundary\",\n        \"hashcode\": \"-2009029\"\n    },\n    {\n        \"id\": \"1411\",\n        \"name\": \"OST_FabricReinSpanSymbol\",\n        \"hashcode\": \"-2009028\"\n    },\n    {\n        \"id\": \"1412\",\n        \"name\": \"OST_FabricReinforcementWire\",\n        \"hashcode\": \"-2009027\"\n    },\n    {\n        \"id\": \"1413\",\n        \"name\": \"OST_FabricReinforcementBoundary\",\n        \"hashcode\": \"-2009026\"\n    },\n    {\n        \"id\": \"1414\",\n        \"name\": \"OST_RebarSetToggle\",\n        \"hashcode\": \"-2009025\"\n    },\n    {\n        \"id\": \"1415\",\n        \"name\": \"OST_FabricAreaTags\",\n        \"hashcode\": \"-2009023\"\n    },\n    {\n        \"id\": \"1416\",\n        \"name\": \"OST_FabricReinforcementTags\",\n        \"hashcode\": \"-2009022\"\n    },\n    {\n        \"id\": \"1417\",\n        \"name\": \"OST_AreaReinTags\",\n        \"hashcode\": \"-2009021\"\n    },\n    {\n        \"id\": \"1418\",\n        \"name\": \"OST_RebarTags\",\n        \"hashcode\": \"-2009020\"\n    },\n    {\n        \"id\": \"1419\",\n        \"name\": \"OST_FabricAreaSketchSheetsLines\",\n        \"hashcode\": \"-2009019\"\n    },\n    {\n        \"id\": \"1420\",\n        \"name\": \"OST_FabricAreaSketchEnvelopeLines\",\n        \"hashcode\": \"-2009018\"\n    },\n    {\n        \"id\": \"1421\",\n        \"name\": \"OST_FabricAreas\",\n        \"hashcode\": \"-2009017\"\n    },\n    {\n        \"id\": \"1422\",\n        \"name\": \"OST_FabricReinforcement\",\n        \"hashcode\": \"-2009016\"\n    },\n    {\n        \"id\": \"1423\",\n        \"name\": \"OST_RebarCover\",\n        \"hashcode\": \"-2009015\"\n    },\n    {\n        \"id\": \"1424\",\n        \"name\": \"OST_CoverType\",\n        \"hashcode\": \"-2009014\"\n    },\n    {\n        \"id\": \"1425\",\n        \"name\": \"OST_RebarShape\",\n        \"hashcode\": \"-2009013\"\n    },\n    {\n        \"id\": \"1426\",\n        \"name\": \"OST_PathReinBoundary\",\n        \"hashcode\": \"-2009012\"\n    },\n    {\n        \"id\": \"1427\",\n        \"name\": \"OST_PathReinTags\",\n        \"hashcode\": \"-2009011\"\n    },\n    {\n        \"id\": \"1428\",\n        \"name\": \"OST_PathReinSpanSymbol\",\n        \"hashcode\": \"-2009010\"\n    },\n    {\n        \"id\": \"1429\",\n        \"name\": \"OST_PathRein\",\n        \"hashcode\": \"-2009009\"\n    },\n    {\n        \"id\": \"1430\",\n        \"name\": \"OST_Cage\",\n        \"hashcode\": \"-2009008\"\n    },\n    {\n        \"id\": \"1431\",\n        \"name\": \"OST_AreaReinXVisibility\",\n        \"hashcode\": \"-2009007\"\n    },\n    {\n        \"id\": \"1432\",\n        \"name\": \"OST_AreaReinBoundary\",\n        \"hashcode\": \"-2009006\"\n    },\n    {\n        \"id\": \"1433\",\n        \"name\": \"OST_AreaReinSpanSymbol\",\n        \"hashcode\": \"-2009005\"\n    },\n    {\n        \"id\": \"1434\",\n        \"name\": \"OST_AreaReinSketchOverride\",\n        \"hashcode\": \"-2009004\"\n    },\n    {\n        \"id\": \"1435\",\n        \"name\": \"OST_AreaRein\",\n        \"hashcode\": \"-2009003\"\n    },\n    {\n        \"id\": \"1436\",\n        \"name\": \"OST_RebarLines\",\n        \"hashcode\": \"-2009002\"\n    },\n    {\n        \"id\": \"1437\",\n        \"name\": \"OST_RebarSketchLines\",\n        \"hashcode\": \"-2009001\"\n    },\n    {\n        \"id\": \"1438\",\n        \"name\": \"OST_Rebar\",\n        \"hashcode\": \"-2009000\"\n    },\n    {\n        \"id\": \"1439\",\n        \"name\": \"OST_FabricationPipeworkInsulation\",\n        \"hashcode\": \"-2008221\"\n    },\n    {\n        \"id\": \"1440\",\n        \"name\": \"OST_FabricationDuctworkLining\",\n        \"hashcode\": \"-2008220\"\n    },\n    {\n        \"id\": \"1441\",\n        \"name\": \"OST_FabricationContainmentDrop\",\n        \"hashcode\": \"-2008219\"\n    },\n    {\n        \"id\": \"1442\",\n        \"name\": \"OST_FabricationContainmentRise\",\n        \"hashcode\": \"-2008218\"\n    },\n    {\n        \"id\": \"1443\",\n        \"name\": \"OST_FabricationPipeworkDrop\",\n        \"hashcode\": \"-2008217\"\n    },\n    {\n        \"id\": \"1444\",\n        \"name\": \"OST_FabricationPipeworkRise\",\n        \"hashcode\": \"-2008216\"\n    },\n    {\n        \"id\": \"1445\",\n        \"name\": \"OST_FabricationContainmentSymbology\",\n        \"hashcode\": \"-2008215\"\n    },\n    {\n        \"id\": \"1446\",\n        \"name\": \"OST_FabricationContainmentCenterLine\",\n        \"hashcode\": \"-2008214\"\n    },\n    {\n        \"id\": \"1447\",\n        \"name\": \"OST_FabricationContainmentTags\",\n        \"hashcode\": \"-2008213\"\n    },\n    {\n        \"id\": \"1448\",\n        \"name\": \"OST_FabricationContainment\",\n        \"hashcode\": \"-2008212\"\n    },\n    {\n        \"id\": \"1449\",\n        \"name\": \"OST_FabricationPipeworkSymbology\",\n        \"hashcode\": \"-2008211\"\n    },\n    {\n        \"id\": \"1450\",\n        \"name\": \"OST_FabricationPipeworkCenterLine\",\n        \"hashcode\": \"-2008210\"\n    },\n    {\n        \"id\": \"1451\",\n        \"name\": \"OST_FabricationPipeworkTags\",\n        \"hashcode\": \"-2008209\"\n    },\n    {\n        \"id\": \"1452\",\n        \"name\": \"OST_FabricationPipework\",\n        \"hashcode\": \"-2008208\"\n    },\n    {\n        \"id\": \"1453\",\n        \"name\": \"OST_FabricationDuctworkSymbology\",\n        \"hashcode\": \"-2008207\"\n    },\n    {\n        \"id\": \"1454\",\n        \"name\": \"OST_FabricationDuctworkDrop\",\n        \"hashcode\": \"-2008206\"\n    },\n    {\n        \"id\": \"1455\",\n        \"name\": \"OST_FabricationDuctworkRise\",\n        \"hashcode\": \"-2008205\"\n    },\n    {\n        \"id\": \"1456\",\n        \"name\": \"OST_FabricationHangerTags\",\n        \"hashcode\": \"-2008204\"\n    },\n    {\n        \"id\": \"1457\",\n        \"name\": \"OST_FabricationHangers\",\n        \"hashcode\": \"-2008203\"\n    },\n    {\n        \"id\": \"1458\",\n        \"name\": \"OST_OBSOLETE_FabricationPartsTmpGraphicDropDrag\",\n        \"hashcode\": \"-2008202\"\n    },\n    {\n        \"id\": \"1459\",\n        \"name\": \"OST_FabricationPartsTmpGraphicDrag\",\n        \"hashcode\": \"-2008201\"\n    },\n    {\n        \"id\": \"1460\",\n        \"name\": \"OST_OBSOLETE_FabricationPartsTmpGraphicDrop\",\n        \"hashcode\": \"-2008200\"\n    },\n    {\n        \"id\": \"1461\",\n        \"name\": \"OST_FabricationPartsTmpGraphicEnd\",\n        \"hashcode\": \"-2008199\"\n    },\n    {\n        \"id\": \"1462\",\n        \"name\": \"OST_FabricationDuctworkInsulation\",\n        \"hashcode\": \"-2008198\"\n    },\n    {\n        \"id\": \"1463\",\n        \"name\": \"OST_LayoutNodes\",\n        \"hashcode\": \"-2008197\"\n    },\n    {\n        \"id\": \"1464\",\n        \"name\": \"OST_FabricationDuctworkCenterLine\",\n        \"hashcode\": \"-2008196\"\n    },\n    {\n        \"id\": \"1465\",\n        \"name\": \"OST_FabricationServiceElements\",\n        \"hashcode\": \"-2008195\"\n    },\n    {\n        \"id\": \"1466\",\n        \"name\": \"OST_FabricationDuctworkTags\",\n        \"hashcode\": \"-2008194\"\n    },\n    {\n        \"id\": \"1467\",\n        \"name\": \"OST_FabricationDuctwork\",\n        \"hashcode\": \"-2008193\"\n    },\n    {\n        \"id\": \"1468\",\n        \"name\": \"OST_LayoutPathBase_Pipings\",\n        \"hashcode\": \"-2008192\"\n    },\n    {\n        \"id\": \"1469\",\n        \"name\": \"OST_NumberingSchemas\",\n        \"hashcode\": \"-2008191\"\n    },\n    {\n        \"id\": \"1470\",\n        \"name\": \"OST_DivisionRules\",\n        \"hashcode\": \"-2008190\"\n    },\n    {\n        \"id\": \"1471\",\n        \"name\": \"OST_gbXML_Shade\",\n        \"hashcode\": \"-2008187\"\n    },\n    {\n        \"id\": \"1472\",\n        \"name\": \"OST_AnalyticSurfaces\",\n        \"hashcode\": \"-2008186\"\n    },\n    {\n        \"id\": \"1473\",\n        \"name\": \"OST_AnalyticSpaces\",\n        \"hashcode\": \"-2008185\"\n    },\n    {\n        \"id\": \"1474\",\n        \"name\": \"OST_gbXML_OpeningAir\",\n        \"hashcode\": \"-2008184\"\n    },\n    {\n        \"id\": \"1475\",\n        \"name\": \"OST_gbXML_NonSlidingDoor\",\n        \"hashcode\": \"-2008183\"\n    },\n    {\n        \"id\": \"1476\",\n        \"name\": \"OST_gbXML_SlidingDoor\",\n        \"hashcode\": \"-2008182\"\n    },\n    {\n        \"id\": \"1477\",\n        \"name\": \"OST_gbXML_OperableSkylight\",\n        \"hashcode\": \"-2008181\"\n    },\n    {\n        \"id\": \"1478\",\n        \"name\": \"OST_gbXML_FixedSkylight\",\n        \"hashcode\": \"-2008180\"\n    },\n    {\n        \"id\": \"1479\",\n        \"name\": \"OST_gbXML_OperableWindow\",\n        \"hashcode\": \"-2008179\"\n    },\n    {\n        \"id\": \"1480\",\n        \"name\": \"OST_gbXML_FixedWindow\",\n        \"hashcode\": \"-2008178\"\n    },\n    {\n        \"id\": \"1481\",\n        \"name\": \"OST_gbXML_UndergroundCeiling\",\n        \"hashcode\": \"-2008177\"\n    },\n    {\n        \"id\": \"1482\",\n        \"name\": \"OST_gbXML_UndergroundSlab\",\n        \"hashcode\": \"-2008176\"\n    },\n    {\n        \"id\": \"1483\",\n        \"name\": \"OST_gbXML_UndergroundWall\",\n        \"hashcode\": \"-2008175\"\n    },\n    {\n        \"id\": \"1484\",\n        \"name\": \"OST_gbXML_SurfaceAir\",\n        \"hashcode\": \"-2008174\"\n    },\n    {\n        \"id\": \"1485\",\n        \"name\": \"OST_gbXML_Ceiling\",\n        \"hashcode\": \"-2008173\"\n    },\n    {\n        \"id\": \"1486\",\n        \"name\": \"OST_gbXML_InteriorFloor\",\n        \"hashcode\": \"-2008172\"\n    },\n    {\n        \"id\": \"1487\",\n        \"name\": \"OST_gbXML_InteriorWall\",\n        \"hashcode\": \"-2008171\"\n    },\n    {\n        \"id\": \"1488\",\n        \"name\": \"OST_gbXML_SlabOnGrade\",\n        \"hashcode\": \"-2008170\"\n    },\n    {\n        \"id\": \"1489\",\n        \"name\": \"OST_gbXML_RaisedFloor\",\n        \"hashcode\": \"-2008169\"\n    },\n    {\n        \"id\": \"1490\",\n        \"name\": \"OST_gbXML_Roof\",\n        \"hashcode\": \"-2008168\"\n    },\n    {\n        \"id\": \"1491\",\n        \"name\": \"OST_gbXML_ExteriorWall\",\n        \"hashcode\": \"-2008167\"\n    },\n    {\n        \"id\": \"1492\",\n        \"name\": \"OST_DivisionProfile\",\n        \"hashcode\": \"-2008165\"\n    },\n    {\n        \"id\": \"1493\",\n        \"name\": \"OST_SplitterProfile\",\n        \"hashcode\": \"-2008164\"\n    },\n    {\n        \"id\": \"1494\",\n        \"name\": \"OST_PipeSegments\",\n        \"hashcode\": \"-2008163\"\n    },\n    {\n        \"id\": \"1495\",\n        \"name\": \"OST_GraphicalWarning_OpenConnector\",\n        \"hashcode\": \"-2008162\"\n    },\n    {\n        \"id\": \"1496\",\n        \"name\": \"OST_PlaceHolderPipes\",\n        \"hashcode\": \"-2008161\"\n    },\n    {\n        \"id\": \"1497\",\n        \"name\": \"OST_PlaceHolderDucts\",\n        \"hashcode\": \"-2008160\"\n    },\n    {\n        \"id\": \"1498\",\n        \"name\": \"OST_PipingSystem_Reference_Visibility\",\n        \"hashcode\": \"-2008159\"\n    },\n    {\n        \"id\": \"1499\",\n        \"name\": \"OST_PipingSystem_Reference\",\n        \"hashcode\": \"-2008158\"\n    },\n    {\n        \"id\": \"1500\",\n        \"name\": \"OST_DuctSystem_Reference_Visibility\",\n        \"hashcode\": \"-2008157\"\n    },\n    {\n        \"id\": \"1501\",\n        \"name\": \"OST_DuctSystem_Reference\",\n        \"hashcode\": \"-2008156\"\n    },\n    {\n        \"id\": \"1502\",\n        \"name\": \"OST_PipeInsulationsTags\",\n        \"hashcode\": \"-2008155\"\n    },\n    {\n        \"id\": \"1503\",\n        \"name\": \"OST_DuctLiningsTags\",\n        \"hashcode\": \"-2008154\"\n    },\n    {\n        \"id\": \"1504\",\n        \"name\": \"OST_DuctInsulationsTags\",\n        \"hashcode\": \"-2008153\"\n    },\n    {\n        \"id\": \"1505\",\n        \"name\": \"OST_ElectricalInternalCircuits\",\n        \"hashcode\": \"-2008152\"\n    },\n    {\n        \"id\": \"1506\",\n        \"name\": \"OST_PanelScheduleGraphics\",\n        \"hashcode\": \"-2008151\"\n    },\n    {\n        \"id\": \"1507\",\n        \"name\": \"OST_CableTrayRun\",\n        \"hashcode\": \"-2008150\"\n    },\n    {\n        \"id\": \"1508\",\n        \"name\": \"OST_ConduitRun\",\n        \"hashcode\": \"-2008149\"\n    },\n    {\n        \"id\": \"1509\",\n        \"name\": \"OST_ParamElemElectricalLoadClassification\",\n        \"hashcode\": \"-2008148\"\n    },\n    {\n        \"id\": \"1510\",\n        \"name\": \"OST_DataPanelScheduleTemplates\",\n        \"hashcode\": \"-2008147\"\n    },\n    {\n        \"id\": \"1511\",\n        \"name\": \"OST_SwitchboardScheduleTemplates\",\n        \"hashcode\": \"-2008146\"\n    },\n    {\n        \"id\": \"1512\",\n        \"name\": \"OST_BranchPanelScheduleTemplates\",\n        \"hashcode\": \"-2008145\"\n    },\n    {\n        \"id\": \"1513\",\n        \"name\": \"OST_ConduitStandards\",\n        \"hashcode\": \"-2008144\"\n    },\n    {\n        \"id\": \"1514\",\n        \"name\": \"OST_ElectricalLoadClassifications\",\n        \"hashcode\": \"-2008143\"\n    },\n    {\n        \"id\": \"1515\",\n        \"name\": \"OST_ElectricalDemandFactorDefinitions\",\n        \"hashcode\": \"-2008142\"\n    },\n    {\n        \"id\": \"1516\",\n        \"name\": \"OST_ConduitFittingCenterLine\",\n        \"hashcode\": \"-2008141\"\n    },\n    {\n        \"id\": \"1517\",\n        \"name\": \"OST_CableTrayFittingCenterLine\",\n        \"hashcode\": \"-2008140\"\n    },\n    {\n        \"id\": \"1518\",\n        \"name\": \"OST_ConduitCenterLine\",\n        \"hashcode\": \"-2008139\"\n    },\n    {\n        \"id\": \"1519\",\n        \"name\": \"OST_ConduitDrop\",\n        \"hashcode\": \"-2008138\"\n    },\n    {\n        \"id\": \"1520\",\n        \"name\": \"OST_ConduitRiseDrop\",\n        \"hashcode\": \"-2008137\"\n    },\n    {\n        \"id\": \"1521\",\n        \"name\": \"OST_CableTrayCenterLine\",\n        \"hashcode\": \"-2008136\"\n    },\n    {\n        \"id\": \"1522\",\n        \"name\": \"OST_CableTrayDrop\",\n        \"hashcode\": \"-2008135\"\n    },\n    {\n        \"id\": \"1523\",\n        \"name\": \"OST_CableTrayRiseDrop\",\n        \"hashcode\": \"-2008134\"\n    },\n    {\n        \"id\": \"1524\",\n        \"name\": \"OST_ConduitTags\",\n        \"hashcode\": \"-2008133\"\n    },\n    {\n        \"id\": \"1525\",\n        \"name\": \"OST_Conduit\",\n        \"hashcode\": \"-2008132\"\n    },\n    {\n        \"id\": \"1526\",\n        \"name\": \"OST_CableTrayTags\",\n        \"hashcode\": \"-2008131\"\n    },\n    {\n        \"id\": \"1527\",\n        \"name\": \"OST_CableTray\",\n        \"hashcode\": \"-2008130\"\n    },\n    {\n        \"id\": \"1528\",\n        \"name\": \"OST_ConduitFittingTags\",\n        \"hashcode\": \"-2008129\"\n    },\n    {\n        \"id\": \"1529\",\n        \"name\": \"OST_ConduitFitting\",\n        \"hashcode\": \"-2008128\"\n    },\n    {\n        \"id\": \"1530\",\n        \"name\": \"OST_CableTrayFittingTags\",\n        \"hashcode\": \"-2008127\"\n    },\n    {\n        \"id\": \"1531\",\n        \"name\": \"OST_CableTrayFitting\",\n        \"hashcode\": \"-2008126\"\n    },\n    {\n        \"id\": \"1532\",\n        \"name\": \"OST_RoutingPreferences\",\n        \"hashcode\": \"-2008125\"\n    },\n    {\n        \"id\": \"1533\",\n        \"name\": \"OST_DuctLinings\",\n        \"hashcode\": \"-2008124\"\n    },\n    {\n        \"id\": \"1534\",\n        \"name\": \"OST_DuctInsulations\",\n        \"hashcode\": \"-2008123\"\n    },\n    {\n        \"id\": \"1535\",\n        \"name\": \"OST_PipeInsulations\",\n        \"hashcode\": \"-2008122\"\n    },\n    {\n        \"id\": \"1536\",\n        \"name\": \"OST_HVAC_Load_Schedules\",\n        \"hashcode\": \"-2008121\"\n    },\n    {\n        \"id\": \"1537\",\n        \"name\": \"OST_HVAC_Load_Building_Types\",\n        \"hashcode\": \"-2008120\"\n    },\n    {\n        \"id\": \"1538\",\n        \"name\": \"OST_HVAC_Load_Space_Types\",\n        \"hashcode\": \"-2008119\"\n    },\n    {\n        \"id\": \"1539\",\n        \"name\": \"OST_HVAC_Zones_Reference_Visibility\",\n        \"hashcode\": \"-2008118\"\n    },\n    {\n        \"id\": \"1540\",\n        \"name\": \"OST_HVAC_Zones_InteriorFill_Visibility\",\n        \"hashcode\": \"-2008117\"\n    },\n    {\n        \"id\": \"1541\",\n        \"name\": \"OST_HVAC_Zones_ColorFill\",\n        \"hashcode\": \"-2008116\"\n    },\n    {\n        \"id\": \"1542\",\n        \"name\": \"OST_ZoneTags\",\n        \"hashcode\": \"-2008115\"\n    },\n    {\n        \"id\": \"1543\",\n        \"name\": \"OST_LayoutPath_Bases\",\n        \"hashcode\": \"-2008114\"\n    },\n    {\n        \"id\": \"1544\",\n        \"name\": \"OST_WireTemperatureRatings\",\n        \"hashcode\": \"-2008113\"\n    },\n    {\n        \"id\": \"1545\",\n        \"name\": \"OST_WireInsulations\",\n        \"hashcode\": \"-2008112\"\n    },\n    {\n        \"id\": \"1546\",\n        \"name\": \"OST_WireMaterials\",\n        \"hashcode\": \"-2008111\"\n    },\n    {\n        \"id\": \"1547\",\n        \"name\": \"OST_HVAC_Zones_Reference\",\n        \"hashcode\": \"-2008110\"\n    },\n    {\n        \"id\": \"1548\",\n        \"name\": \"OST_HVAC_Zones_InteriorFill\",\n        \"hashcode\": \"-2008109\"\n    },\n    {\n        \"id\": \"1549\",\n        \"name\": \"OST_HVAC_Zones_Boundary\",\n        \"hashcode\": \"-2008108\"\n    },\n    {\n        \"id\": \"1550\",\n        \"name\": \"OST_HVAC_Zones\",\n        \"hashcode\": \"-2008107\"\n    },\n    {\n        \"id\": \"1551\",\n        \"name\": \"OST_Fluids\",\n        \"hashcode\": \"-2008106\"\n    },\n    {\n        \"id\": \"1552\",\n        \"name\": \"OST_PipeSchedules\",\n        \"hashcode\": \"-2008105\"\n    },\n    {\n        \"id\": \"1553\",\n        \"name\": \"OST_PipeMaterials\",\n        \"hashcode\": \"-2008104\"\n    },\n    {\n        \"id\": \"1554\",\n        \"name\": \"OST_PipeConnections\",\n        \"hashcode\": \"-2008103\"\n    },\n    {\n        \"id\": \"1555\",\n        \"name\": \"OST_EAConstructions\",\n        \"hashcode\": \"-2008102\"\n    },\n    {\n        \"id\": \"1556\",\n        \"name\": \"OST_SwitchSystem\",\n        \"hashcode\": \"-2008101\"\n    },\n    {\n        \"id\": \"1557\",\n        \"name\": \"OST_SprinklerTags\",\n        \"hashcode\": \"-2008100\"\n    },\n    {\n        \"id\": \"1558\",\n        \"name\": \"OST_Sprinklers\",\n        \"hashcode\": \"-2008099\"\n    },\n    {\n        \"id\": \"1559\",\n        \"name\": \"OST_RouteCurveBranch\",\n        \"hashcode\": \"-2008098\"\n    },\n    {\n        \"id\": \"1560\",\n        \"name\": \"OST_RouteCurveMain\",\n        \"hashcode\": \"-2008097\"\n    },\n    {\n        \"id\": \"1561\",\n        \"name\": \"OST_RouteCurve\",\n        \"hashcode\": \"-2008096\"\n    },\n    {\n        \"id\": \"1562\",\n        \"name\": \"OST_GbXML_Opening\",\n        \"hashcode\": \"-2008095\"\n    },\n    {\n        \"id\": \"1563\",\n        \"name\": \"OST_GbXML_SType_Underground\",\n        \"hashcode\": \"-2008094\"\n    },\n    {\n        \"id\": \"1564\",\n        \"name\": \"OST_GbXML_SType_Shade\",\n        \"hashcode\": \"-2008093\"\n    },\n    {\n        \"id\": \"1565\",\n        \"name\": \"OST_GbXML_SType_Exterior\",\n        \"hashcode\": \"-2008092\"\n    },\n    {\n        \"id\": \"1566\",\n        \"name\": \"OST_GbXML_SType_Interior\",\n        \"hashcode\": \"-2008091\"\n    },\n    {\n        \"id\": \"1567\",\n        \"name\": \"OST_GbXMLFaces\",\n        \"hashcode\": \"-2008090\"\n    },\n    {\n        \"id\": \"1568\",\n        \"name\": \"OST_WireHomeRunArrows\",\n        \"hashcode\": \"-2008089\"\n    },\n    {\n        \"id\": \"1569\",\n        \"name\": \"OST_LightingDeviceTags\",\n        \"hashcode\": \"-2008088\"\n    },\n    {\n        \"id\": \"1570\",\n        \"name\": \"OST_LightingDevices\",\n        \"hashcode\": \"-2008087\"\n    },\n    {\n        \"id\": \"1571\",\n        \"name\": \"OST_FireAlarmDeviceTags\",\n        \"hashcode\": \"-2008086\"\n    },\n    {\n        \"id\": \"1572\",\n        \"name\": \"OST_FireAlarmDevices\",\n        \"hashcode\": \"-2008085\"\n    },\n    {\n        \"id\": \"1573\",\n        \"name\": \"OST_DataDeviceTags\",\n        \"hashcode\": \"-2008084\"\n    },\n    {\n        \"id\": \"1574\",\n        \"name\": \"OST_DataDevices\",\n        \"hashcode\": \"-2008083\"\n    },\n    {\n        \"id\": \"1575\",\n        \"name\": \"OST_CommunicationDeviceTags\",\n        \"hashcode\": \"-2008082\"\n    },\n    {\n        \"id\": \"1576\",\n        \"name\": \"OST_CommunicationDevices\",\n        \"hashcode\": \"-2008081\"\n    },\n    {\n        \"id\": \"1577\",\n        \"name\": \"OST_SecurityDeviceTags\",\n        \"hashcode\": \"-2008080\"\n    },\n    {\n        \"id\": \"1578\",\n        \"name\": \"OST_SecurityDevices\",\n        \"hashcode\": \"-2008079\"\n    },\n    {\n        \"id\": \"1579\",\n        \"name\": \"OST_NurseCallDeviceTags\",\n        \"hashcode\": \"-2008078\"\n    },\n    {\n        \"id\": \"1580\",\n        \"name\": \"OST_NurseCallDevices\",\n        \"hashcode\": \"-2008077\"\n    },\n    {\n        \"id\": \"1581\",\n        \"name\": \"OST_TelephoneDeviceTags\",\n        \"hashcode\": \"-2008076\"\n    },\n    {\n        \"id\": \"1582\",\n        \"name\": \"OST_TelephoneDevices\",\n        \"hashcode\": \"-2008075\"\n    },\n    {\n        \"id\": \"1583\",\n        \"name\": \"OST_WireTickMarks\",\n        \"hashcode\": \"-2008074\"\n    },\n    {\n        \"id\": \"1584\",\n        \"name\": \"OST_PipeFittingInsulation\",\n        \"hashcode\": \"-2008073\"\n    },\n    {\n        \"id\": \"1585\",\n        \"name\": \"OST_PipeFittingCenterLine\",\n        \"hashcode\": \"-2008072\"\n    },\n    {\n        \"id\": \"1586\",\n        \"name\": \"OST_FlexPipeCurvesInsulation\",\n        \"hashcode\": \"-2008071\"\n    },\n    {\n        \"id\": \"1587\",\n        \"name\": \"OST_PipeCurvesInsulation\",\n        \"hashcode\": \"-2008070\"\n    },\n    {\n        \"id\": \"1588\",\n        \"name\": \"OST_PipeCurvesDrop\",\n        \"hashcode\": \"-2008069\"\n    },\n    {\n        \"id\": \"1589\",\n        \"name\": \"OST_DuctFittingLining\",\n        \"hashcode\": \"-2008068\"\n    },\n    {\n        \"id\": \"1590\",\n        \"name\": \"OST_DuctFittingInsulation\",\n        \"hashcode\": \"-2008067\"\n    },\n    {\n        \"id\": \"1591\",\n        \"name\": \"OST_DuctFittingCenterLine\",\n        \"hashcode\": \"-2008066\"\n    },\n    {\n        \"id\": \"1592\",\n        \"name\": \"OST_FlexDuctCurvesInsulation\",\n        \"hashcode\": \"-2008065\"\n    },\n    {\n        \"id\": \"1593\",\n        \"name\": \"OST_DuctCurvesLining\",\n        \"hashcode\": \"-2008064\"\n    },\n    {\n        \"id\": \"1594\",\n        \"name\": \"OST_DuctCurvesInsulation\",\n        \"hashcode\": \"-2008063\"\n    },\n    {\n        \"id\": \"1595\",\n        \"name\": \"OST_DuctCurvesDrop\",\n        \"hashcode\": \"-2008062\"\n    },\n    {\n        \"id\": \"1596\",\n        \"name\": \"OST_DuctFittingTags\",\n        \"hashcode\": \"-2008061\"\n    },\n    {\n        \"id\": \"1597\",\n        \"name\": \"OST_PipeFittingTags\",\n        \"hashcode\": \"-2008060\"\n    },\n    {\n        \"id\": \"1598\",\n        \"name\": \"OST_PipeColorFills\",\n        \"hashcode\": \"-2008059\"\n    },\n    {\n        \"id\": \"1599\",\n        \"name\": \"OST_PipeColorFillLegends\",\n        \"hashcode\": \"-2008058\"\n    },\n    {\n        \"id\": \"1600\",\n        \"name\": \"OST_WireTags\",\n        \"hashcode\": \"-2008057\"\n    },\n    {\n        \"id\": \"1601\",\n        \"name\": \"OST_PipeAccessoryTags\",\n        \"hashcode\": \"-2008056\"\n    },\n    {\n        \"id\": \"1602\",\n        \"name\": \"OST_PipeAccessory\",\n        \"hashcode\": \"-2008055\"\n    },\n    {\n        \"id\": \"1603\",\n        \"name\": \"OST_PipeCurvesRiseDrop\",\n        \"hashcode\": \"-2008054\"\n    },\n    {\n        \"id\": \"1604\",\n        \"name\": \"OST_FlexPipeCurvesPattern\",\n        \"hashcode\": \"-2008053\"\n    },\n    {\n        \"id\": \"1605\",\n        \"name\": \"OST_FlexPipeCurvesContour\",\n        \"hashcode\": \"-2008052\"\n    },\n    {\n        \"id\": \"1606\",\n        \"name\": \"OST_FlexPipeCurvesCenterLine\",\n        \"hashcode\": \"-2008051\"\n    },\n    {\n        \"id\": \"1607\",\n        \"name\": \"OST_FlexPipeCurves\",\n        \"hashcode\": \"-2008050\"\n    },\n    {\n        \"id\": \"1608\",\n        \"name\": \"OST_PipeFitting\",\n        \"hashcode\": \"-2008049\"\n    },\n    {\n        \"id\": \"1609\",\n        \"name\": \"OST_FlexPipeTags\",\n        \"hashcode\": \"-2008048\"\n    },\n    {\n        \"id\": \"1610\",\n        \"name\": \"OST_PipeTags\",\n        \"hashcode\": \"-2008047\"\n    },\n    {\n        \"id\": \"1611\",\n        \"name\": \"OST_PipeCurvesContour\",\n        \"hashcode\": \"-2008046\"\n    },\n    {\n        \"id\": \"1612\",\n        \"name\": \"OST_PipeCurvesCenterLine\",\n        \"hashcode\": \"-2008045\"\n    },\n    {\n        \"id\": \"1613\",\n        \"name\": \"OST_PipeCurves\",\n        \"hashcode\": \"-2008044\"\n    },\n    {\n        \"id\": \"1614\",\n        \"name\": \"OST_PipingSystem\",\n        \"hashcode\": \"-2008043\"\n    },\n    {\n        \"id\": \"1615\",\n        \"name\": \"OST_ElectricalDemandFactor\",\n        \"hashcode\": \"-2008042\"\n    },\n    {\n        \"id\": \"1616\",\n        \"name\": \"OST_ElecDistributionSys\",\n        \"hashcode\": \"-2008041\"\n    },\n    {\n        \"id\": \"1617\",\n        \"name\": \"OST_ElectricalVoltage\",\n        \"hashcode\": \"-2008040\"\n    },\n    {\n        \"id\": \"1618\",\n        \"name\": \"OST_Wire\",\n        \"hashcode\": \"-2008039\"\n    },\n    {\n        \"id\": \"1619\",\n        \"name\": \"OST_ElectricalCircuitTags\",\n        \"hashcode\": \"-2008038\"\n    },\n    {\n        \"id\": \"1620\",\n        \"name\": \"OST_ElectricalCircuit\",\n        \"hashcode\": \"-2008037\"\n    },\n    {\n        \"id\": \"1621\",\n        \"name\": \"OST_DuctCurvesRiseDrop\",\n        \"hashcode\": \"-2008036\"\n    },\n    {\n        \"id\": \"1622\",\n        \"name\": \"OST_FlexDuctCurvesPattern\",\n        \"hashcode\": \"-2008023\"\n    },\n    {\n        \"id\": \"1623\",\n        \"name\": \"OST_FlexDuctCurvesContour\",\n        \"hashcode\": \"-2008022\"\n    },\n    {\n        \"id\": \"1624\",\n        \"name\": \"OST_FlexDuctCurvesCenterLine\",\n        \"hashcode\": \"-2008021\"\n    },\n    {\n        \"id\": \"1625\",\n        \"name\": \"OST_FlexDuctCurves\",\n        \"hashcode\": \"-2008020\"\n    },\n    {\n        \"id\": \"1626\",\n        \"name\": \"OST_DuctAccessoryTags\",\n        \"hashcode\": \"-2008017\"\n    },\n    {\n        \"id\": \"1627\",\n        \"name\": \"OST_DuctAccessory\",\n        \"hashcode\": \"-2008016\"\n    },\n    {\n        \"id\": \"1628\",\n        \"name\": \"OST_DuctSystem\",\n        \"hashcode\": \"-2008015\"\n    },\n    {\n        \"id\": \"1629\",\n        \"name\": \"OST_DuctTerminalTags\",\n        \"hashcode\": \"-2008014\"\n    },\n    {\n        \"id\": \"1630\",\n        \"name\": \"OST_DuctTerminal\",\n        \"hashcode\": \"-2008013\"\n    },\n    {\n        \"id\": \"1631\",\n        \"name\": \"OST_DuctFitting\",\n        \"hashcode\": \"-2008010\"\n    },\n    {\n        \"id\": \"1632\",\n        \"name\": \"OST_DuctColorFills\",\n        \"hashcode\": \"-2008005\"\n    },\n    {\n        \"id\": \"1633\",\n        \"name\": \"OST_FlexDuctTags\",\n        \"hashcode\": \"-2008004\"\n    },\n    {\n        \"id\": \"1634\",\n        \"name\": \"OST_DuctTags\",\n        \"hashcode\": \"-2008003\"\n    },\n    {\n        \"id\": \"1635\",\n        \"name\": \"OST_DuctCurvesContour\",\n        \"hashcode\": \"-2008002\"\n    },\n    {\n        \"id\": \"1636\",\n        \"name\": \"OST_DuctCurvesCenterLine\",\n        \"hashcode\": \"-2008001\"\n    },\n    {\n        \"id\": \"1637\",\n        \"name\": \"OST_DuctCurves\",\n        \"hashcode\": \"-2008000\"\n    },\n    {\n        \"id\": \"1638\",\n        \"name\": \"OST_DuctColorFillLegends\",\n        \"hashcode\": \"-2007004\"\n    },\n    {\n        \"id\": \"1639\",\n        \"name\": \"OST_ConnectorElemZAxis\",\n        \"hashcode\": \"-2007003\"\n    },\n    {\n        \"id\": \"1640\",\n        \"name\": \"OST_ConnectorElemYAxis\",\n        \"hashcode\": \"-2007002\"\n    },\n    {\n        \"id\": \"1641\",\n        \"name\": \"OST_ConnectorElemXAxis\",\n        \"hashcode\": \"-2007001\"\n    },\n    {\n        \"id\": \"1642\",\n        \"name\": \"OST_ConnectorElem\",\n        \"hashcode\": \"-2007000\"\n    },\n    {\n        \"id\": \"1643\",\n        \"name\": \"OST_BridgeBearingTags\",\n        \"hashcode\": \"-2006178\"\n    },\n    {\n        \"id\": \"1644\",\n        \"name\": \"OST_BridgeGirderTags\",\n        \"hashcode\": \"-2006177\"\n    },\n    {\n        \"id\": \"1645\",\n        \"name\": \"OST_BridgeFoundationTags\",\n        \"hashcode\": \"-2006176\"\n    },\n    {\n        \"id\": \"1646\",\n        \"name\": \"OST_BridgeDeckTags\",\n        \"hashcode\": \"-2006175\"\n    },\n    {\n        \"id\": \"1647\",\n        \"name\": \"OST_BridgeArchTags\",\n        \"hashcode\": \"-2006174\"\n    },\n    {\n        \"id\": \"1648\",\n        \"name\": \"OST_BridgeCableTags\",\n        \"hashcode\": \"-2006173\"\n    },\n    {\n        \"id\": \"1649\",\n        \"name\": \"OST_BridgeTowerTags\",\n        \"hashcode\": \"-2006172\"\n    },\n    {\n        \"id\": \"1650\",\n        \"name\": \"OST_BridgePierTags\",\n        \"hashcode\": \"-2006171\"\n    },\n    {\n        \"id\": \"1651\",\n        \"name\": \"OST_BridgeAbutmentTags\",\n        \"hashcode\": \"-2006170\"\n    },\n    {\n        \"id\": \"1652\",\n        \"name\": \"OST_BridgeBearingHiddenLines\",\n        \"hashcode\": \"-2006158\"\n    },\n    {\n        \"id\": \"1653\",\n        \"name\": \"OST_BridgeGirderHiddenLines\",\n        \"hashcode\": \"-2006157\"\n    },\n    {\n        \"id\": \"1654\",\n        \"name\": \"OST_BridgeFoundationHiddenLines\",\n        \"hashcode\": \"-2006156\"\n    },\n    {\n        \"id\": \"1655\",\n        \"name\": \"OST_BridgeDeckHiddenLines\",\n        \"hashcode\": \"-2006155\"\n    },\n    {\n        \"id\": \"1656\",\n        \"name\": \"OST_BridgeArchHiddenLines\",\n        \"hashcode\": \"-2006154\"\n    },\n    {\n        \"id\": \"1657\",\n        \"name\": \"OST_BridgeCableHiddenLines\",\n        \"hashcode\": \"-2006153\"\n    },\n    {\n        \"id\": \"1658\",\n        \"name\": \"OST_BridgeTowerHiddenLines\",\n        \"hashcode\": \"-2006152\"\n    },\n    {\n        \"id\": \"1659\",\n        \"name\": \"OST_BridgePierHiddenLines\",\n        \"hashcode\": \"-2006151\"\n    },\n    {\n        \"id\": \"1660\",\n        \"name\": \"OST_BridgeAbutmentHiddenLines\",\n        \"hashcode\": \"-2006150\"\n    },\n    {\n        \"id\": \"1661\",\n        \"name\": \"OST_BridgeBearings\",\n        \"hashcode\": \"-2006138\"\n    },\n    {\n        \"id\": \"1662\",\n        \"name\": \"OST_BridgeGirders\",\n        \"hashcode\": \"-2006137\"\n    },\n    {\n        \"id\": \"1663\",\n        \"name\": \"OST_BridgeFoundations\",\n        \"hashcode\": \"-2006136\"\n    },\n    {\n        \"id\": \"1664\",\n        \"name\": \"OST_BridgeDecks\",\n        \"hashcode\": \"-2006135\"\n    },\n    {\n        \"id\": \"1665\",\n        \"name\": \"OST_BridgeArches\",\n        \"hashcode\": \"-2006134\"\n    },\n    {\n        \"id\": \"1666\",\n        \"name\": \"OST_BridgeCables\",\n        \"hashcode\": \"-2006133\"\n    },\n    {\n        \"id\": \"1667\",\n        \"name\": \"OST_BridgeTowers\",\n        \"hashcode\": \"-2006132\"\n    },\n    {\n        \"id\": \"1668\",\n        \"name\": \"OST_BridgePiers\",\n        \"hashcode\": \"-2006131\"\n    },\n    {\n        \"id\": \"1669\",\n        \"name\": \"OST_BridgeAbutments\",\n        \"hashcode\": \"-2006130\"\n    },\n    {\n        \"id\": \"1670\",\n        \"name\": \"OST_DesignOptions\",\n        \"hashcode\": \"-2006114\"\n    },\n    {\n        \"id\": \"1671\",\n        \"name\": \"OST_DesignOptionSets\",\n        \"hashcode\": \"-2006112\"\n    },\n    {\n        \"id\": \"1672\",\n        \"name\": \"OST_StructuralBracePlanReps\",\n        \"hashcode\": \"-2006110\"\n    },\n    {\n        \"id\": \"1673\",\n        \"name\": \"OST_StructConnectionSymbols\",\n        \"hashcode\": \"-2006100\"\n    },\n    {\n        \"id\": \"1674\",\n        \"name\": \"OST_StructuralAnnotations\",\n        \"hashcode\": \"-2006090\"\n    },\n    {\n        \"id\": \"1675\",\n        \"name\": \"OST_RevisionCloudTags\",\n        \"hashcode\": \"-2006080\"\n    },\n    {\n        \"id\": \"1676\",\n        \"name\": \"OST_Revisions\",\n        \"hashcode\": \"-2006070\"\n    },\n    {\n        \"id\": \"1677\",\n        \"name\": \"OST_RevisionClouds\",\n        \"hashcode\": \"-2006060\"\n    },\n    {\n        \"id\": \"1678\",\n        \"name\": \"OST_EditCutProfile\",\n        \"hashcode\": \"-2006050\"\n    },\n    {\n        \"id\": \"1679\",\n        \"name\": \"OST_ElevationMarks\",\n        \"hashcode\": \"-2006045\"\n    },\n    {\n        \"id\": \"1680\",\n        \"name\": \"OST_GridHeads\",\n        \"hashcode\": \"-2006040\"\n    },\n    {\n        \"id\": \"1681\",\n        \"name\": \"OST_LevelHeads\",\n        \"hashcode\": \"-2006020\"\n    },\n    {\n        \"id\": \"1682\",\n        \"name\": \"OST_DecalType\",\n        \"hashcode\": \"-2006002\"\n    },\n    {\n        \"id\": \"1683\",\n        \"name\": \"OST_DecalElement\",\n        \"hashcode\": \"-2006001\"\n    },\n    {\n        \"id\": \"1684\",\n        \"name\": \"OST_VolumeOfInterest\",\n        \"hashcode\": \"-2006000\"\n    },\n    {\n        \"id\": \"1685\",\n        \"name\": \"OST_BoundaryConditions\",\n        \"hashcode\": \"-2005301\"\n    },\n    {\n        \"id\": \"1686\",\n        \"name\": \"OST_InternalAreaLoadTags\",\n        \"hashcode\": \"-2005255\"\n    },\n    {\n        \"id\": \"1687\",\n        \"name\": \"OST_InternalLineLoadTags\",\n        \"hashcode\": \"-2005254\"\n    },\n    {\n        \"id\": \"1688\",\n        \"name\": \"OST_InternalPointLoadTags\",\n        \"hashcode\": \"-2005253\"\n    },\n    {\n        \"id\": \"1689\",\n        \"name\": \"OST_AreaLoadTags\",\n        \"hashcode\": \"-2005252\"\n    },\n    {\n        \"id\": \"1690\",\n        \"name\": \"OST_LineLoadTags\",\n        \"hashcode\": \"-2005251\"\n    },\n    {\n        \"id\": \"1691\",\n        \"name\": \"OST_PointLoadTags\",\n        \"hashcode\": \"-2005250\"\n    },\n    {\n        \"id\": \"1692\",\n        \"name\": \"OST_LoadCasesSeismic\",\n        \"hashcode\": \"-2005218\"\n    },\n    {\n        \"id\": \"1693\",\n        \"name\": \"OST_LoadCasesTemperature\",\n        \"hashcode\": \"-2005217\"\n    },\n    {\n        \"id\": \"1694\",\n        \"name\": \"OST_LoadCasesAccidental\",\n        \"hashcode\": \"-2005216\"\n    },\n    {\n        \"id\": \"1695\",\n        \"name\": \"OST_LoadCasesRoofLive\",\n        \"hashcode\": \"-2005215\"\n    },\n    {\n        \"id\": \"1696\",\n        \"name\": \"OST_LoadCasesSnow\",\n        \"hashcode\": \"-2005214\"\n    },\n    {\n        \"id\": \"1697\",\n        \"name\": \"OST_LoadCasesWind\",\n        \"hashcode\": \"-2005213\"\n    },\n    {\n        \"id\": \"1698\",\n        \"name\": \"OST_LoadCasesLive\",\n        \"hashcode\": \"-2005212\"\n    },\n    {\n        \"id\": \"1699\",\n        \"name\": \"OST_LoadCasesDead\",\n        \"hashcode\": \"-2005211\"\n    },\n    {\n        \"id\": \"1700\",\n        \"name\": \"OST_LoadCases\",\n        \"hashcode\": \"-2005210\"\n    },\n    {\n        \"id\": \"1701\",\n        \"name\": \"OST_InternalAreaLoads\",\n        \"hashcode\": \"-2005207\"\n    },\n    {\n        \"id\": \"1702\",\n        \"name\": \"OST_InternalLineLoads\",\n        \"hashcode\": \"-2005206\"\n    },\n    {\n        \"id\": \"1703\",\n        \"name\": \"OST_InternalPointLoads\",\n        \"hashcode\": \"-2005205\"\n    },\n    {\n        \"id\": \"1704\",\n        \"name\": \"OST_InternalLoads\",\n        \"hashcode\": \"-2005204\"\n    },\n    {\n        \"id\": \"1705\",\n        \"name\": \"OST_AreaLoads\",\n        \"hashcode\": \"-2005203\"\n    },\n    {\n        \"id\": \"1706\",\n        \"name\": \"OST_LineLoads\",\n        \"hashcode\": \"-2005202\"\n    },\n    {\n        \"id\": \"1707\",\n        \"name\": \"OST_PointLoads\",\n        \"hashcode\": \"-2005201\"\n    },\n    {\n        \"id\": \"1708\",\n        \"name\": \"OST_Loads\",\n        \"hashcode\": \"-2005200\"\n    },\n    {\n        \"id\": \"1709\",\n        \"name\": \"OST_BeamSystemTags\",\n        \"hashcode\": \"-2005130\"\n    },\n    {\n        \"id\": \"1710\",\n        \"name\": \"OST_FootingSpanDirectionSymbol\",\n        \"hashcode\": \"-2005111\"\n    },\n    {\n        \"id\": \"1711\",\n        \"name\": \"OST_SpanDirectionSymbol\",\n        \"hashcode\": \"-2005110\"\n    },\n    {\n        \"id\": \"1712\",\n        \"name\": \"OST_SpotSlopesSymbols\",\n        \"hashcode\": \"-2005102\"\n    },\n    {\n        \"id\": \"1713\",\n        \"name\": \"OST_SpotCoordinateSymbols\",\n        \"hashcode\": \"-2005101\"\n    },\n    {\n        \"id\": \"1714\",\n        \"name\": \"OST_SpotElevSymbols\",\n        \"hashcode\": \"-2005100\"\n    },\n    {\n        \"id\": \"1715\",\n        \"name\": \"OST_StructuralConnectionHandlerTags_Deprecated\",\n        \"hashcode\": \"-2005031\"\n    },\n    {\n        \"id\": \"1716\",\n        \"name\": \"OST_TrussTags\",\n        \"hashcode\": \"-2005030\"\n    },\n    {\n        \"id\": \"1717\",\n        \"name\": \"OST_KeynoteTags\",\n        \"hashcode\": \"-2005029\"\n    },\n    {\n        \"id\": \"1718\",\n        \"name\": \"OST_DetailComponentTags\",\n        \"hashcode\": \"-2005028\"\n    },\n    {\n        \"id\": \"1719\",\n        \"name\": \"OST_MaterialTags\",\n        \"hashcode\": \"-2005027\"\n    },\n    {\n        \"id\": \"1720\",\n        \"name\": \"OST_FloorTags\",\n        \"hashcode\": \"-2005026\"\n    },\n    {\n        \"id\": \"1721\",\n        \"name\": \"OST_CurtaSystemTags\",\n        \"hashcode\": \"-2005025\"\n    },\n    {\n        \"id\": \"1722\",\n        \"name\": \"OST_HostFinTags\",\n        \"hashcode\": \"-2005024\"\n    },\n    {\n        \"id\": \"1723\",\n        \"name\": \"OST_StairsTags\",\n        \"hashcode\": \"-2005023\"\n    },\n    {\n        \"id\": \"1724\",\n        \"name\": \"OST_MultiCategoryTags\",\n        \"hashcode\": \"-2005022\"\n    },\n    {\n        \"id\": \"1725\",\n        \"name\": \"OST_PlantingTags\",\n        \"hashcode\": \"-2005021\"\n    },\n    {\n        \"id\": \"1726\",\n        \"name\": \"OST_AreaTags\",\n        \"hashcode\": \"-2005020\"\n    },\n    {\n        \"id\": \"1727\",\n        \"name\": \"OST_StructuralFoundationTags\",\n        \"hashcode\": \"-2005019\"\n    },\n    {\n        \"id\": \"1728\",\n        \"name\": \"OST_StructuralColumnTags\",\n        \"hashcode\": \"-2005018\"\n    },\n    {\n        \"id\": \"1729\",\n        \"name\": \"OST_ParkingTags\",\n        \"hashcode\": \"-2005017\"\n    },\n    {\n        \"id\": \"1730\",\n        \"name\": \"OST_SiteTags\",\n        \"hashcode\": \"-2005016\"\n    },\n    {\n        \"id\": \"1731\",\n        \"name\": \"OST_StructuralFramingTags\",\n        \"hashcode\": \"-2005015\"\n    },\n    {\n        \"id\": \"1732\",\n        \"name\": \"OST_SpecialityEquipmentTags\",\n        \"hashcode\": \"-2005014\"\n    },\n    {\n        \"id\": \"1733\",\n        \"name\": \"OST_GenericModelTags\",\n        \"hashcode\": \"-2005013\"\n    },\n    {\n        \"id\": \"1734\",\n        \"name\": \"OST_CurtainWallPanelTags\",\n        \"hashcode\": \"-2005012\"\n    },\n    {\n        \"id\": \"1735\",\n        \"name\": \"OST_WallTags\",\n        \"hashcode\": \"-2005011\"\n    },\n    {\n        \"id\": \"1736\",\n        \"name\": \"OST_PlumbingFixtureTags\",\n        \"hashcode\": \"-2005010\"\n    },\n    {\n        \"id\": \"1737\",\n        \"name\": \"OST_MechanicalEquipmentTags\",\n        \"hashcode\": \"-2005009\"\n    },\n    {\n        \"id\": \"1738\",\n        \"name\": \"OST_LightingFixtureTags\",\n        \"hashcode\": \"-2005008\"\n    },\n    {\n        \"id\": \"1739\",\n        \"name\": \"OST_FurnitureSystemTags\",\n        \"hashcode\": \"-2005007\"\n    },\n    {\n        \"id\": \"1740\",\n        \"name\": \"OST_FurnitureTags\",\n        \"hashcode\": \"-2005006\"\n    },\n    {\n        \"id\": \"1741\",\n        \"name\": \"OST_ElectricalFixtureTags\",\n        \"hashcode\": \"-2005004\"\n    },\n    {\n        \"id\": \"1742\",\n        \"name\": \"OST_ElectricalEquipmentTags\",\n        \"hashcode\": \"-2005003\"\n    },\n    {\n        \"id\": \"1743\",\n        \"name\": \"OST_CeilingTags\",\n        \"hashcode\": \"-2005002\"\n    },\n    {\n        \"id\": \"1744\",\n        \"name\": \"OST_CaseworkTags\",\n        \"hashcode\": \"-2005001\"\n    },\n    {\n        \"id\": \"1745\",\n        \"name\": \"OST_Tags\",\n        \"hashcode\": \"-2005000\"\n    },\n    {\n        \"id\": \"1746\",\n        \"name\": \"OST_MEPSpaceColorFill\",\n        \"hashcode\": \"-2003605\"\n    },\n    {\n        \"id\": \"1747\",\n        \"name\": \"OST_MEPSpaceReference\",\n        \"hashcode\": \"-2003604\"\n    },\n    {\n        \"id\": \"1748\",\n        \"name\": \"OST_MEPSpaceInteriorFill\",\n        \"hashcode\": \"-2003603\"\n    },\n    {\n        \"id\": \"1749\",\n        \"name\": \"OST_MEPSpaceReferenceVisibility\",\n        \"hashcode\": \"-2003602\"\n    },\n    {\n        \"id\": \"1750\",\n        \"name\": \"OST_MEPSpaceInteriorFillVisibility\",\n        \"hashcode\": \"-2003601\"\n    },\n    {\n        \"id\": \"1751\",\n        \"name\": \"OST_MEPSpaces\",\n        \"hashcode\": \"-2003600\"\n    },\n    {\n        \"id\": \"1752\",\n        \"name\": \"OST_StackedWalls\",\n        \"hashcode\": \"-2003500\"\n    },\n    {\n        \"id\": \"1753\",\n        \"name\": \"OST_MassGlazingAll\",\n        \"hashcode\": \"-2003423\"\n    },\n    {\n        \"id\": \"1754\",\n        \"name\": \"OST_MassFloorsAll\",\n        \"hashcode\": \"-2003422\"\n    },\n    {\n        \"id\": \"1755\",\n        \"name\": \"OST_MassWallsAll\",\n        \"hashcode\": \"-2003421\"\n    },\n    {\n        \"id\": \"1756\",\n        \"name\": \"OST_MassExteriorWallUnderground\",\n        \"hashcode\": \"-2003420\"\n    },\n    {\n        \"id\": \"1757\",\n        \"name\": \"OST_MassSlab\",\n        \"hashcode\": \"-2003419\"\n    },\n    {\n        \"id\": \"1758\",\n        \"name\": \"OST_MassShade\",\n        \"hashcode\": \"-2003418\"\n    },\n    {\n        \"id\": \"1759\",\n        \"name\": \"OST_MassOpening\",\n        \"hashcode\": \"-2003417\"\n    },\n    {\n        \"id\": \"1760\",\n        \"name\": \"OST_MassSkylights\",\n        \"hashcode\": \"-2003416\"\n    },\n    {\n        \"id\": \"1761\",\n        \"name\": \"OST_MassGlazing\",\n        \"hashcode\": \"-2003415\"\n    },\n    {\n        \"id\": \"1762\",\n        \"name\": \"OST_MassRoof\",\n        \"hashcode\": \"-2003414\"\n    },\n    {\n        \"id\": \"1763\",\n        \"name\": \"OST_MassExteriorWall\",\n        \"hashcode\": \"-2003413\"\n    },\n    {\n        \"id\": \"1764\",\n        \"name\": \"OST_MassInteriorWall\",\n        \"hashcode\": \"-2003412\"\n    },\n    {\n        \"id\": \"1765\",\n        \"name\": \"OST_MassZone\",\n        \"hashcode\": \"-2003411\"\n    },\n    {\n        \"id\": \"1766\",\n        \"name\": \"OST_MassAreaFaceTags\",\n        \"hashcode\": \"-2003410\"\n    },\n    {\n        \"id\": \"1767\",\n        \"name\": \"OST_HostTemplate\",\n        \"hashcode\": \"-2003409\"\n    },\n    {\n        \"id\": \"1768\",\n        \"name\": \"OST_MassFaceSplitter\",\n        \"hashcode\": \"-2003408\"\n    },\n    {\n        \"id\": \"1769\",\n        \"name\": \"OST_MassCutter\",\n        \"hashcode\": \"-2003407\"\n    },\n    {\n        \"id\": \"1770\",\n        \"name\": \"OST_ZoningEnvelope\",\n        \"hashcode\": \"-2003406\"\n    },\n    {\n        \"id\": \"1771\",\n        \"name\": \"OST_MassTags\",\n        \"hashcode\": \"-2003405\"\n    },\n    {\n        \"id\": \"1772\",\n        \"name\": \"OST_MassForm\",\n        \"hashcode\": \"-2003404\"\n    },\n    {\n        \"id\": \"1773\",\n        \"name\": \"OST_MassFloor\",\n        \"hashcode\": \"-2003403\"\n    },\n    {\n        \"id\": \"1774\",\n        \"name\": \"OST_Mass\",\n        \"hashcode\": \"-2003400\"\n    },\n    {\n        \"id\": \"1775\",\n        \"name\": \"OST_DividedSurface_DiscardedDivisionLines\",\n        \"hashcode\": \"-2003333\"\n    },\n    {\n        \"id\": \"1776\",\n        \"name\": \"OST_DividedSurfaceBelt\",\n        \"hashcode\": \"-2003332\"\n    },\n    {\n        \"id\": \"1777\",\n        \"name\": \"OST_TilePatterns\",\n        \"hashcode\": \"-2003331\"\n    },\n    {\n        \"id\": \"1778\",\n        \"name\": \"OST_AlwaysExcludedInAllViews\",\n        \"hashcode\": \"-2003330\"\n    },\n    {\n        \"id\": \"1779\",\n        \"name\": \"OST_DividedSurface_TransparentFace\",\n        \"hashcode\": \"-2003329\"\n    },\n    {\n        \"id\": \"1780\",\n        \"name\": \"OST_DividedSurface_PreDividedSurface\",\n        \"hashcode\": \"-2003328\"\n    },\n    {\n        \"id\": \"1781\",\n        \"name\": \"OST_DividedSurface_PatternFill\",\n        \"hashcode\": \"-2003327\"\n    },\n    {\n        \"id\": \"1782\",\n        \"name\": \"OST_DividedSurface_PatternLines\",\n        \"hashcode\": \"-2003326\"\n    },\n    {\n        \"id\": \"1783\",\n        \"name\": \"OST_DividedSurface_Gridlines\",\n        \"hashcode\": \"-2003325\"\n    },\n    {\n        \"id\": \"1784\",\n        \"name\": \"OST_DividedSurface_Nodes\",\n        \"hashcode\": \"-2003324\"\n    },\n    {\n        \"id\": \"1785\",\n        \"name\": \"OST_DividedSurface\",\n        \"hashcode\": \"-2003323\"\n    },\n    {\n        \"id\": \"1786\",\n        \"name\": \"OST_RepeatingDetailLines\",\n        \"hashcode\": \"-2003321\"\n    },\n    {\n        \"id\": \"1787\",\n        \"name\": \"OST_RampsDownArrow\",\n        \"hashcode\": \"-2003308\"\n    },\n    {\n        \"id\": \"1788\",\n        \"name\": \"OST_RampsUpArrow\",\n        \"hashcode\": \"-2003307\"\n    },\n    {\n        \"id\": \"1789\",\n        \"name\": \"OST_RampsDownText\",\n        \"hashcode\": \"-2003306\"\n    },\n    {\n        \"id\": \"1790\",\n        \"name\": \"OST_RampsUpText\",\n        \"hashcode\": \"-2003305\"\n    },\n    {\n        \"id\": \"1791\",\n        \"name\": \"OST_RampsStringerAboveCut\",\n        \"hashcode\": \"-2003304\"\n    },\n    {\n        \"id\": \"1792\",\n        \"name\": \"OST_RampsStringer\",\n        \"hashcode\": \"-2003303\"\n    },\n    {\n        \"id\": \"1793\",\n        \"name\": \"OST_RampsAboveCut\",\n        \"hashcode\": \"-2003302\"\n    },\n    {\n        \"id\": \"1794\",\n        \"name\": \"OST_RampsIncomplete\",\n        \"hashcode\": \"-2003301\"\n    },\n    {\n        \"id\": \"1795\",\n        \"name\": \"OST_TrussDummy\",\n        \"hashcode\": \"-2003300\"\n    },\n    {\n        \"id\": \"1796\",\n        \"name\": \"OST_ZoneSchemes\",\n        \"hashcode\": \"-2003225\"\n    },\n    {\n        \"id\": \"1797\",\n        \"name\": \"OST_AreaSchemes\",\n        \"hashcode\": \"-2003201\"\n    },\n    {\n        \"id\": \"1798\",\n        \"name\": \"OST_Areas\",\n        \"hashcode\": \"-2003200\"\n    },\n    {\n        \"id\": \"1799\",\n        \"name\": \"OST_ProjectInformation\",\n        \"hashcode\": \"-2003101\"\n    },\n    {\n        \"id\": \"1800\",\n        \"name\": \"OST_Sheets\",\n        \"hashcode\": \"-2003100\"\n    },\n    {\n        \"id\": \"1801\",\n        \"name\": \"OST_ProfileFamilies\",\n        \"hashcode\": \"-2003000\"\n    },\n    {\n        \"id\": \"1802\",\n        \"name\": \"OST_DetailComponents\",\n        \"hashcode\": \"-2002000\"\n    },\n    {\n        \"id\": \"1803\",\n        \"name\": \"OST_RoofSoffit\",\n        \"hashcode\": \"-2001393\"\n    },\n    {\n        \"id\": \"1804\",\n        \"name\": \"OST_EdgeSlab\",\n        \"hashcode\": \"-2001392\"\n    },\n    {\n        \"id\": \"1805\",\n        \"name\": \"OST_Gutter\",\n        \"hashcode\": \"-2001391\"\n    },\n    {\n        \"id\": \"1806\",\n        \"name\": \"OST_Fascia\",\n        \"hashcode\": \"-2001390\"\n    },\n    {\n        \"id\": \"1807\",\n        \"name\": \"OST_Entourage\",\n        \"hashcode\": \"-2001370\"\n    },\n    {\n        \"id\": \"1808\",\n        \"name\": \"OST_Planting\",\n        \"hashcode\": \"-2001360\"\n    },\n    {\n        \"id\": \"1809\",\n        \"name\": \"OST_Blocks\",\n        \"hashcode\": \"-2001359\"\n    },\n    {\n        \"id\": \"1810\",\n        \"name\": \"OST_StructuralStiffenerHiddenLines\",\n        \"hashcode\": \"-2001358\"\n    },\n    {\n        \"id\": \"1811\",\n        \"name\": \"OST_StructuralColumnLocationLine\",\n        \"hashcode\": \"-2001357\"\n    },\n    {\n        \"id\": \"1812\",\n        \"name\": \"OST_StructuralFramingLocationLine\",\n        \"hashcode\": \"-2001356\"\n    },\n    {\n        \"id\": \"1813\",\n        \"name\": \"OST_StructuralStiffenerTags\",\n        \"hashcode\": \"-2001355\"\n    },\n    {\n        \"id\": \"1814\",\n        \"name\": \"OST_StructuralStiffener\",\n        \"hashcode\": \"-2001354\"\n    },\n    {\n        \"id\": \"1815\",\n        \"name\": \"OST_FootingAnalyticalGeometry\",\n        \"hashcode\": \"-2001353\"\n    },\n    {\n        \"id\": \"1816\",\n        \"name\": \"OST_RvtLinks\",\n        \"hashcode\": \"-2001352\"\n    },\n    {\n        \"id\": \"1817\",\n        \"name\": \"OST_Automatic\",\n        \"hashcode\": \"-2001351\"\n    },\n    {\n        \"id\": \"1818\",\n        \"name\": \"OST_SpecialityEquipment\",\n        \"hashcode\": \"-2001350\"\n    },\n    {\n        \"id\": \"1819\",\n        \"name\": \"OST_ColumnAnalyticalRigidLinks\",\n        \"hashcode\": \"-2001344\"\n    },\n    {\n        \"id\": \"1820\",\n        \"name\": \"OST_SecondaryTopographyContours\",\n        \"hashcode\": \"-2001343\"\n    },\n    {\n        \"id\": \"1821\",\n        \"name\": \"OST_TopographyContours\",\n        \"hashcode\": \"-2001342\"\n    },\n    {\n        \"id\": \"1822\",\n        \"name\": \"OST_TopographySurface\",\n        \"hashcode\": \"-2001341\"\n    },\n    {\n        \"id\": \"1823\",\n        \"name\": \"OST_Topography\",\n        \"hashcode\": \"-2001340\"\n    },\n    {\n        \"id\": \"1824\",\n        \"name\": \"OST_StructuralTruss\",\n        \"hashcode\": \"-2001336\"\n    },\n    {\n        \"id\": \"1825\",\n        \"name\": \"OST_StructuralColumnStickSymbols\",\n        \"hashcode\": \"-2001335\"\n    },\n    {\n        \"id\": \"1826\",\n        \"name\": \"OST_HiddenStructuralColumnLines\",\n        \"hashcode\": \"-2001334\"\n    },\n    {\n        \"id\": \"1827\",\n        \"name\": \"OST_AnalyticalRigidLinks\",\n        \"hashcode\": \"-2001333\"\n    },\n    {\n        \"id\": \"1828\",\n        \"name\": \"OST_ColumnAnalyticalGeometry\",\n        \"hashcode\": \"-2001332\"\n    },\n    {\n        \"id\": \"1829\",\n        \"name\": \"OST_FramingAnalyticalGeometry\",\n        \"hashcode\": \"-2001331\"\n    },\n    {\n        \"id\": \"1830\",\n        \"name\": \"OST_StructuralColumns\",\n        \"hashcode\": \"-2001330\"\n    },\n    {\n        \"id\": \"1831\",\n        \"name\": \"OST_HiddenStructuralFramingLines\",\n        \"hashcode\": \"-2001329\"\n    },\n    {\n        \"id\": \"1832\",\n        \"name\": \"OST_KickerBracing\",\n        \"hashcode\": \"-2001328\"\n    },\n    {\n        \"id\": \"1833\",\n        \"name\": \"OST_StructuralFramingSystem\",\n        \"hashcode\": \"-2001327\"\n    },\n    {\n        \"id\": \"1834\",\n        \"name\": \"OST_VerticalBracing\",\n        \"hashcode\": \"-2001326\"\n    },\n    {\n        \"id\": \"1835\",\n        \"name\": \"OST_HorizontalBracing\",\n        \"hashcode\": \"-2001325\"\n    },\n    {\n        \"id\": \"1836\",\n        \"name\": \"OST_Purlin\",\n        \"hashcode\": \"-2001324\"\n    },\n    {\n        \"id\": \"1837\",\n        \"name\": \"OST_Joist\",\n        \"hashcode\": \"-2001323\"\n    },\n    {\n        \"id\": \"1838\",\n        \"name\": \"OST_Girder\",\n        \"hashcode\": \"-2001322\"\n    },\n    {\n        \"id\": \"1839\",\n        \"name\": \"OST_StructuralFramingOther\",\n        \"hashcode\": \"-2001321\"\n    },\n    {\n        \"id\": \"1840\",\n        \"name\": \"OST_StructuralFraming\",\n        \"hashcode\": \"-2001320\"\n    },\n    {\n        \"id\": \"1841\",\n        \"name\": \"OST_HiddenStructuralFoundationLines\",\n        \"hashcode\": \"-2001302\"\n    },\n    {\n        \"id\": \"1842\",\n        \"name\": \"OST_StructuralFoundation\",\n        \"hashcode\": \"-2001300\"\n    },\n    {\n        \"id\": \"1843\",\n        \"name\": \"OST_BasePointAxisZ\",\n        \"hashcode\": \"-2001275\"\n    },\n    {\n        \"id\": \"1844\",\n        \"name\": \"OST_BasePointAxisY\",\n        \"hashcode\": \"-2001274\"\n    },\n    {\n        \"id\": \"1845\",\n        \"name\": \"OST_BasePointAxisX\",\n        \"hashcode\": \"-2001273\"\n    },\n    {\n        \"id\": \"1846\",\n        \"name\": \"OST_SharedBasePoint\",\n        \"hashcode\": \"-2001272\"\n    },\n    {\n        \"id\": \"1847\",\n        \"name\": \"OST_ProjectBasePoint\",\n        \"hashcode\": \"-2001271\"\n    },\n    {\n        \"id\": \"1848\",\n        \"name\": \"OST_SiteRegion\",\n        \"hashcode\": \"-2001270\"\n    },\n    {\n        \"id\": \"1849\",\n        \"name\": \"OST_SitePropertyLineSegmentTags\",\n        \"hashcode\": \"-2001269\"\n    },\n    {\n        \"id\": \"1850\",\n        \"name\": \"OST_SitePropertyLineSegment\",\n        \"hashcode\": \"-2001268\"\n    },\n    {\n        \"id\": \"1851\",\n        \"name\": \"OST_SitePropertyTags\",\n        \"hashcode\": \"-2001267\"\n    },\n    {\n        \"id\": \"1852\",\n        \"name\": \"OST_SitePointBoundary\",\n        \"hashcode\": \"-2001266\"\n    },\n    {\n        \"id\": \"1853\",\n        \"name\": \"OST_SiteProperty\",\n        \"hashcode\": \"-2001265\"\n    },\n    {\n        \"id\": \"1854\",\n        \"name\": \"OST_BuildingPad\",\n        \"hashcode\": \"-2001263\"\n    },\n    {\n        \"id\": \"1855\",\n        \"name\": \"OST_SitePoint\",\n        \"hashcode\": \"-2001262\"\n    },\n    {\n        \"id\": \"1856\",\n        \"name\": \"OST_SiteSurface\",\n        \"hashcode\": \"-2001261\"\n    },\n    {\n        \"id\": \"1857\",\n        \"name\": \"OST_Site\",\n        \"hashcode\": \"-2001260\"\n    },\n    {\n        \"id\": \"1858\",\n        \"name\": \"OST_Sewer\",\n        \"hashcode\": \"-2001240\"\n    },\n    {\n        \"id\": \"1859\",\n        \"name\": \"OST_Roads\",\n        \"hashcode\": \"-2001220\"\n    },\n    {\n        \"id\": \"1860\",\n        \"name\": \"OST_Property\",\n        \"hashcode\": \"-2001200\"\n    },\n    {\n        \"id\": \"1861\",\n        \"name\": \"OST_Parking\",\n        \"hashcode\": \"-2001180\"\n    },\n    {\n        \"id\": \"1862\",\n        \"name\": \"OST_PlumbingFixtures\",\n        \"hashcode\": \"-2001160\"\n    },\n    {\n        \"id\": \"1863\",\n        \"name\": \"OST_MechanicalEquipment\",\n        \"hashcode\": \"-2001140\"\n    },\n    {\n        \"id\": \"1864\",\n        \"name\": \"OST_LightingFixtureSource\",\n        \"hashcode\": \"-2001121\"\n    },\n    {\n        \"id\": \"1865\",\n        \"name\": \"OST_LightingFixtures\",\n        \"hashcode\": \"-2001120\"\n    },\n    {\n        \"id\": \"1866\",\n        \"name\": \"OST_FurnitureSystems\",\n        \"hashcode\": \"-2001100\"\n    },\n    {\n        \"id\": \"1867\",\n        \"name\": \"OST_ElectricalFixtures\",\n        \"hashcode\": \"-2001060\"\n    },\n    {\n        \"id\": \"1868\",\n        \"name\": \"OST_ElectricalEquipment\",\n        \"hashcode\": \"-2001040\"\n    },\n    {\n        \"id\": \"1869\",\n        \"name\": \"OST_Casework\",\n        \"hashcode\": \"-2001000\"\n    },\n    {\n        \"id\": \"1870\",\n        \"name\": \"OST_ArcWallRectOpening\",\n        \"hashcode\": \"-2000999\"\n    },\n    {\n        \"id\": \"1871\",\n        \"name\": \"OST_DormerOpeningIncomplete\",\n        \"hashcode\": \"-2000998\"\n    },\n    {\n        \"id\": \"1872\",\n        \"name\": \"OST_SWallRectOpening\",\n        \"hashcode\": \"-2000997\"\n    },\n    {\n        \"id\": \"1873\",\n        \"name\": \"OST_ShaftOpening\",\n        \"hashcode\": \"-2000996\"\n    },\n    {\n        \"id\": \"1874\",\n        \"name\": \"OST_StructuralFramingOpening\",\n        \"hashcode\": \"-2000995\"\n    },\n    {\n        \"id\": \"1875\",\n        \"name\": \"OST_ColumnOpening\",\n        \"hashcode\": \"-2000994\"\n    },\n    {\n        \"id\": \"1876\",\n        \"name\": \"OST_AnalyticalPipeConnectionLineSymbol\",\n        \"hashcode\": \"-2000984\"\n    },\n    {\n        \"id\": \"1877\",\n        \"name\": \"OST_AnalyticalPipeConnections\",\n        \"hashcode\": \"-2000983\"\n    },\n    {\n        \"id\": \"1878\",\n        \"name\": \"OST_Coordination_Model\",\n        \"hashcode\": \"-2000982\"\n    },\n    {\n        \"id\": \"1879\",\n        \"name\": \"OST_MultistoryStairs\",\n        \"hashcode\": \"-2000980\"\n    },\n    {\n        \"id\": \"1880\",\n        \"name\": \"OST_HiddenStructuralConnectionLines_Deprecated\",\n        \"hashcode\": \"-2000979\"\n    },\n    {\n        \"id\": \"1881\",\n        \"name\": \"OST_StructuralConnectionHandler_Deprecated\",\n        \"hashcode\": \"-2000978\"\n    },\n    {\n        \"id\": \"1882\",\n        \"name\": \"OST_CoordinateSystem\",\n        \"hashcode\": \"-2000977\"\n    },\n    {\n        \"id\": \"1883\",\n        \"name\": \"OST_FndSlabLocalCoordSys\",\n        \"hashcode\": \"-2000976\"\n    },\n    {\n        \"id\": \"1884\",\n        \"name\": \"OST_FloorLocalCoordSys\",\n        \"hashcode\": \"-2000975\"\n    },\n    {\n        \"id\": \"1885\",\n        \"name\": \"OST_WallLocalCoordSys\",\n        \"hashcode\": \"-2000974\"\n    },\n    {\n        \"id\": \"1886\",\n        \"name\": \"OST_BraceLocalCoordSys\",\n        \"hashcode\": \"-2000973\"\n    },\n    {\n        \"id\": \"1887\",\n        \"name\": \"OST_ColumnLocalCoordSys\",\n        \"hashcode\": \"-2000972\"\n    },\n    {\n        \"id\": \"1888\",\n        \"name\": \"OST_BeamLocalCoordSys\",\n        \"hashcode\": \"-2000971\"\n    },\n    {\n        \"id\": \"1889\",\n        \"name\": \"OST_MultiReferenceAnnotations\",\n        \"hashcode\": \"-2000970\"\n    },\n    {\n        \"id\": \"1890\",\n        \"name\": \"OST_DSR_LeaderTickMarkStyleId\",\n        \"hashcode\": \"-2000969\"\n    },\n    {\n        \"id\": \"1891\",\n        \"name\": \"OST_DSR_InteriorTickMarkStyleId\",\n        \"hashcode\": \"-2000968\"\n    },\n    {\n        \"id\": \"1892\",\n        \"name\": \"OST_DSR_ArrowHeadStyleId\",\n        \"hashcode\": \"-2000967\"\n    },\n    {\n        \"id\": \"1893\",\n        \"name\": \"OST_DSR_CenterlineTickMarkStyleId\",\n        \"hashcode\": \"-2000966\"\n    },\n    {\n        \"id\": \"1894\",\n        \"name\": \"OST_DSR_CenterlinePatternCatId\",\n        \"hashcode\": \"-2000965\"\n    },\n    {\n        \"id\": \"1895\",\n        \"name\": \"OST_DSR_DimStyleHeavyEndCategoryId\",\n        \"hashcode\": \"-2000964\"\n    },\n    {\n        \"id\": \"1896\",\n        \"name\": \"OST_DSR_DimStyleHeavyEndCatId\",\n        \"hashcode\": \"-2000963\"\n    },\n    {\n        \"id\": \"1897\",\n        \"name\": \"OST_DSR_DimStyleTickCategoryId\",\n        \"hashcode\": \"-2000962\"\n    },\n    {\n        \"id\": \"1898\",\n        \"name\": \"OST_DSR_LineAndTextAttrFontId\",\n        \"hashcode\": \"-2000961\"\n    },\n    {\n        \"id\": \"1899\",\n        \"name\": \"OST_DSR_LineAndTextAttrCategoryId\",\n        \"hashcode\": \"-2000960\"\n    },\n    {\n        \"id\": \"1900\",\n        \"name\": \"OST_NodeAnalyticalTags\",\n        \"hashcode\": \"-2000956\"\n    },\n    {\n        \"id\": \"1901\",\n        \"name\": \"OST_LinkAnalyticalTags\",\n        \"hashcode\": \"-2000955\"\n    },\n    {\n        \"id\": \"1902\",\n        \"name\": \"OST_RailingRailPathExtensionLines\",\n        \"hashcode\": \"-2000954\"\n    },\n    {\n        \"id\": \"1903\",\n        \"name\": \"OST_RailingRailPathLines\",\n        \"hashcode\": \"-2000953\"\n    },\n    {\n        \"id\": \"1904\",\n        \"name\": \"OST_StairsSupports\",\n        \"hashcode\": \"-2000952\"\n    },\n    {\n        \"id\": \"1905\",\n        \"name\": \"OST_RailingHandRailAboveCut\",\n        \"hashcode\": \"-2000951\"\n    },\n    {\n        \"id\": \"1906\",\n        \"name\": \"OST_RailingTopRailAboveCut\",\n        \"hashcode\": \"-2000950\"\n    },\n    {\n        \"id\": \"1907\",\n        \"name\": \"OST_RailingTermination\",\n        \"hashcode\": \"-2000949\"\n    },\n    {\n        \"id\": \"1908\",\n        \"name\": \"OST_RailingSupport\",\n        \"hashcode\": \"-2000948\"\n    },\n    {\n        \"id\": \"1909\",\n        \"name\": \"OST_RailingHandRail\",\n        \"hashcode\": \"-2000947\"\n    },\n    {\n        \"id\": \"1910\",\n        \"name\": \"OST_RailingTopRail\",\n        \"hashcode\": \"-2000946\"\n    },\n    {\n        \"id\": \"1911\",\n        \"name\": \"OST_StairsSketchPathLines\",\n        \"hashcode\": \"-2000945\"\n    },\n    {\n        \"id\": \"1912\",\n        \"name\": \"OST_StairsTriserNumbers\",\n        \"hashcode\": \"-2000944\"\n    },\n    {\n        \"id\": \"1913\",\n        \"name\": \"OST_StairsTriserTags\",\n        \"hashcode\": \"-2000943\"\n    },\n    {\n        \"id\": \"1914\",\n        \"name\": \"OST_StairsSupportTags\",\n        \"hashcode\": \"-2000942\"\n    },\n    {\n        \"id\": \"1915\",\n        \"name\": \"OST_StairsLandingTags\",\n        \"hashcode\": \"-2000941\"\n    },\n    {\n        \"id\": \"1916\",\n        \"name\": \"OST_StairsRunTags\",\n        \"hashcode\": \"-2000940\"\n    },\n    {\n        \"id\": \"1917\",\n        \"name\": \"OST_StairsPathsAboveCut\",\n        \"hashcode\": \"-2000939\"\n    },\n    {\n        \"id\": \"1918\",\n        \"name\": \"OST_StairsPaths\",\n        \"hashcode\": \"-2000938\"\n    },\n    {\n        \"id\": \"1919\",\n        \"name\": \"OST_StairsRiserLinesAboveCut\",\n        \"hashcode\": \"-2000937\"\n    },\n    {\n        \"id\": \"1920\",\n        \"name\": \"OST_StairsRiserLines\",\n        \"hashcode\": \"-2000936\"\n    },\n    {\n        \"id\": \"1921\",\n        \"name\": \"OST_StairsOutlinesAboveCut\",\n        \"hashcode\": \"-2000935\"\n    },\n    {\n        \"id\": \"1922\",\n        \"name\": \"OST_StairsOutlines\",\n        \"hashcode\": \"-2000934\"\n    },\n    {\n        \"id\": \"1923\",\n        \"name\": \"OST_StairsNosingLinesAboveCut\",\n        \"hashcode\": \"-2000933\"\n    },\n    {\n        \"id\": \"1924\",\n        \"name\": \"OST_StairsNosingLines\",\n        \"hashcode\": \"-2000932\"\n    },\n    {\n        \"id\": \"1925\",\n        \"name\": \"OST_StairsCutMarksAboveCut\",\n        \"hashcode\": \"-2000931\"\n    },\n    {\n        \"id\": \"1926\",\n        \"name\": \"OST_StairsCutMarks\",\n        \"hashcode\": \"-2000930\"\n    },\n    {\n        \"id\": \"1927\",\n        \"name\": \"OST_ComponentRepeaterSlot\",\n        \"hashcode\": \"-2000928\"\n    },\n    {\n        \"id\": \"1928\",\n        \"name\": \"OST_ComponentRepeater\",\n        \"hashcode\": \"-2000927\"\n    },\n    {\n        \"id\": \"1929\",\n        \"name\": \"OST_DividedPath\",\n        \"hashcode\": \"-2000926\"\n    },\n    {\n        \"id\": \"1930\",\n        \"name\": \"OST_IOSRoomCalculationPoint\",\n        \"hashcode\": \"-2000925\"\n    },\n    {\n        \"id\": \"1931\",\n        \"name\": \"OST_PropertySet\",\n        \"hashcode\": \"-2000924\"\n    },\n    {\n        \"id\": \"1932\",\n        \"name\": \"OST_AppearanceAsset\",\n        \"hashcode\": \"-2000923\"\n    },\n    {\n        \"id\": \"1933\",\n        \"name\": \"OST_StairStringer2012_Deprecated\",\n        \"hashcode\": \"-2000922\"\n    },\n    {\n        \"id\": \"1934\",\n        \"name\": \"OST_StairsTrisers\",\n        \"hashcode\": \"-2000921\"\n    },\n    {\n        \"id\": \"1935\",\n        \"name\": \"OST_StairsLandings\",\n        \"hashcode\": \"-2000920\"\n    },\n    {\n        \"id\": \"1936\",\n        \"name\": \"OST_StairsRuns\",\n        \"hashcode\": \"-2000919\"\n    },\n    {\n        \"id\": \"1937\",\n        \"name\": \"OST_Stair2012_Deprecated\",\n        \"hashcode\": \"-2000918\"\n    },\n    {\n        \"id\": \"1938\",\n        \"name\": \"OST_RailingSystemTags\",\n        \"hashcode\": \"-2000917\"\n    },\n    {\n        \"id\": \"1939\",\n        \"name\": \"OST_RailingSystemTransition\",\n        \"hashcode\": \"-2000916\"\n    },\n    {\n        \"id\": \"1940\",\n        \"name\": \"OST_RailingSystemTermination\",\n        \"hashcode\": \"-2000915\"\n    },\n    {\n        \"id\": \"1941\",\n        \"name\": \"OST_RailingSystemRail\",\n        \"hashcode\": \"-2000914\"\n    },\n    {\n        \"id\": \"1942\",\n        \"name\": \"OST_RailingSystemTopRail\",\n        \"hashcode\": \"-2000913\"\n    },\n    {\n        \"id\": \"1943\",\n        \"name\": \"OST_RailingSystemHandRailBracket\",\n        \"hashcode\": \"-2000912\"\n    },\n    {\n        \"id\": \"1944\",\n        \"name\": \"OST_RailingSystemHandRail\",\n        \"hashcode\": \"-2000911\"\n    },\n    {\n        \"id\": \"1945\",\n        \"name\": \"OST_RailingSystemHardware\",\n        \"hashcode\": \"-2000910\"\n    },\n    {\n        \"id\": \"1946\",\n        \"name\": \"OST_RailingSystemPanel\",\n        \"hashcode\": \"-2000909\"\n    },\n    {\n        \"id\": \"1947\",\n        \"name\": \"OST_RailingSystemBaluster\",\n        \"hashcode\": \"-2000908\"\n    },\n    {\n        \"id\": \"1948\",\n        \"name\": \"OST_RailingSystemPost\",\n        \"hashcode\": \"-2000907\"\n    },\n    {\n        \"id\": \"1949\",\n        \"name\": \"OST_RailingSystemSegment\",\n        \"hashcode\": \"-2000906\"\n    },\n    {\n        \"id\": \"1950\",\n        \"name\": \"OST_RailingSystem\",\n        \"hashcode\": \"-2000905\"\n    },\n    {\n        \"id\": \"1951\",\n        \"name\": \"OST_AdaptivePoints_HiddenLines\",\n        \"hashcode\": \"-2000904\"\n    },\n    {\n        \"id\": \"1952\",\n        \"name\": \"OST_AdaptivePoints_Lines\",\n        \"hashcode\": \"-2000903\"\n    },\n    {\n        \"id\": \"1953\",\n        \"name\": \"OST_AdaptivePoints_Planes\",\n        \"hashcode\": \"-2000902\"\n    },\n    {\n        \"id\": \"1954\",\n        \"name\": \"OST_AdaptivePoints_Points\",\n        \"hashcode\": \"-2000901\"\n    },\n    {\n        \"id\": \"1955\",\n        \"name\": \"OST_AdaptivePoints\",\n        \"hashcode\": \"-2000900\"\n    },\n    {\n        \"id\": \"1956\",\n        \"name\": \"OST_CeilingOpening\",\n        \"hashcode\": \"-2000899\"\n    },\n    {\n        \"id\": \"1957\",\n        \"name\": \"OST_FloorOpening\",\n        \"hashcode\": \"-2000898\"\n    },\n    {\n        \"id\": \"1958\",\n        \"name\": \"OST_RoofOpening\",\n        \"hashcode\": \"-2000897\"\n    },\n    {\n        \"id\": \"1959\",\n        \"name\": \"OST_WallRefPlanes\",\n        \"hashcode\": \"-2000896\"\n    },\n    {\n        \"id\": \"1960\",\n        \"name\": \"OST_StructLocationLineControl\",\n        \"hashcode\": \"-2000880\"\n    },\n    {\n        \"id\": \"1961\",\n        \"name\": \"OST_DimLockControlLeader\",\n        \"hashcode\": \"-2000832\"\n    },\n    {\n        \"id\": \"1962\",\n        \"name\": \"OST_MEPSpaceSeparationLines\",\n        \"hashcode\": \"-2000831\"\n    },\n    {\n        \"id\": \"1963\",\n        \"name\": \"OST_AreaPolylines\",\n        \"hashcode\": \"-2000830\"\n    },\n    {\n        \"id\": \"1964\",\n        \"name\": \"OST_RoomPolylines\",\n        \"hashcode\": \"-2000829\"\n    },\n    {\n        \"id\": \"1965\",\n        \"name\": \"OST_InstanceDrivenLineStyle\",\n        \"hashcode\": \"-2000828\"\n    },\n    {\n        \"id\": \"1966\",\n        \"name\": \"OST_RemovedGridSeg\",\n        \"hashcode\": \"-2000827\"\n    },\n    {\n        \"id\": \"1967\",\n        \"name\": \"OST_IOSOpening\",\n        \"hashcode\": \"-2000810\"\n    },\n    {\n        \"id\": \"1968\",\n        \"name\": \"OST_IOSTilePatternGrid\",\n        \"hashcode\": \"-2000800\"\n    },\n    {\n        \"id\": \"1969\",\n        \"name\": \"OST_ControlLocal\",\n        \"hashcode\": \"-2000774\"\n    },\n    {\n        \"id\": \"1970\",\n        \"name\": \"OST_ControlAxisZ\",\n        \"hashcode\": \"-2000773\"\n    },\n    {\n        \"id\": \"1971\",\n        \"name\": \"OST_ControlAxisY\",\n        \"hashcode\": \"-2000772\"\n    },\n    {\n        \"id\": \"1972\",\n        \"name\": \"OST_ControlAxisX\",\n        \"hashcode\": \"-2000721\"\n    },\n    {\n        \"id\": \"1973\",\n        \"name\": \"OST_XRayConstrainedProfileEdge\",\n        \"hashcode\": \"-2000720\"\n    },\n    {\n        \"id\": \"1974\",\n        \"name\": \"OST_XRayImplicitPathCurve\",\n        \"hashcode\": \"-2000719\"\n    },\n    {\n        \"id\": \"1975\",\n        \"name\": \"OST_XRayPathPoint\",\n        \"hashcode\": \"-2000718\"\n    },\n    {\n        \"id\": \"1976\",\n        \"name\": \"OST_XRayPathCurve\",\n        \"hashcode\": \"-2000717\"\n    },\n    {\n        \"id\": \"1977\",\n        \"name\": \"OST_XRaySideEdge\",\n        \"hashcode\": \"-2000716\"\n    },\n    {\n        \"id\": \"1978\",\n        \"name\": \"OST_XRayProfileEdge\",\n        \"hashcode\": \"-2000715\"\n    },\n    {\n        \"id\": \"1979\",\n        \"name\": \"OST_ReferencePoints_HiddenLines\",\n        \"hashcode\": \"-2000714\"\n    },\n    {\n        \"id\": \"1980\",\n        \"name\": \"OST_ReferencePoints_Lines\",\n        \"hashcode\": \"-2000713\"\n    },\n    {\n        \"id\": \"1981\",\n        \"name\": \"OST_ReferencePoints_Planes\",\n        \"hashcode\": \"-2000712\"\n    },\n    {\n        \"id\": \"1982\",\n        \"name\": \"OST_ReferencePoints_Points\",\n        \"hashcode\": \"-2000711\"\n    },\n    {\n        \"id\": \"1983\",\n        \"name\": \"OST_ReferencePoints\",\n        \"hashcode\": \"-2000710\"\n    },\n    {\n        \"id\": \"1984\",\n        \"name\": \"OST_Materials\",\n        \"hashcode\": \"-2000700\"\n    },\n    {\n        \"id\": \"1985\",\n        \"name\": \"OST_CeilingsCutPattern\",\n        \"hashcode\": \"-2000617\"\n    },\n    {\n        \"id\": \"1986\",\n        \"name\": \"OST_CeilingsDefault\",\n        \"hashcode\": \"-2000616\"\n    },\n    {\n        \"id\": \"1987\",\n        \"name\": \"OST_CeilingsFinish2\",\n        \"hashcode\": \"-2000615\"\n    },\n    {\n        \"id\": \"1988\",\n        \"name\": \"OST_CeilingsFinish1\",\n        \"hashcode\": \"-2000614\"\n    },\n    {\n        \"id\": \"1989\",\n        \"name\": \"OST_CeilingsSubstrate\",\n        \"hashcode\": \"-2000613\"\n    },\n    {\n        \"id\": \"1990\",\n        \"name\": \"OST_CeilingsInsulation\",\n        \"hashcode\": \"-2000612\"\n    },\n    {\n        \"id\": \"1991\",\n        \"name\": \"OST_CeilingsStructure\",\n        \"hashcode\": \"-2000611\"\n    },\n    {\n        \"id\": \"1992\",\n        \"name\": \"OST_CeilingsMembrane\",\n        \"hashcode\": \"-2000610\"\n    },\n    {\n        \"id\": \"1993\",\n        \"name\": \"OST_FloorsInteriorEdges\",\n        \"hashcode\": \"-2000609\"\n    },\n    {\n        \"id\": \"1994\",\n        \"name\": \"OST_FloorsCutPattern\",\n        \"hashcode\": \"-2000608\"\n    },\n    {\n        \"id\": \"1995\",\n        \"name\": \"OST_HiddenFloorLines\",\n        \"hashcode\": \"-2000607\"\n    },\n    {\n        \"id\": \"1996\",\n        \"name\": \"OST_FloorsDefault\",\n        \"hashcode\": \"-2000606\"\n    },\n    {\n        \"id\": \"1997\",\n        \"name\": \"OST_FloorsFinish2\",\n        \"hashcode\": \"-2000605\"\n    },\n    {\n        \"id\": \"1998\",\n        \"name\": \"OST_FloorsFinish1\",\n        \"hashcode\": \"-2000604\"\n    },\n    {\n        \"id\": \"1999\",\n        \"name\": \"OST_FloorsSubstrate\",\n        \"hashcode\": \"-2000603\"\n    },\n    {\n        \"id\": \"2000\",\n        \"name\": \"OST_FloorsInsulation\",\n        \"hashcode\": \"-2000602\"\n    },\n    {\n        \"id\": \"2001\",\n        \"name\": \"OST_FloorsStructure\",\n        \"hashcode\": \"-2000601\"\n    },\n    {\n        \"id\": \"2002\",\n        \"name\": \"OST_FloorsMembrane\",\n        \"hashcode\": \"-2000600\"\n    },\n    {\n        \"id\": \"2003\",\n        \"name\": \"OST_RoofsInteriorEdges\",\n        \"hashcode\": \"-2000598\"\n    },\n    {\n        \"id\": \"2004\",\n        \"name\": \"OST_RoofsCutPattern\",\n        \"hashcode\": \"-2000597\"\n    },\n    {\n        \"id\": \"2005\",\n        \"name\": \"OST_RoofsDefault\",\n        \"hashcode\": \"-2000596\"\n    },\n    {\n        \"id\": \"2006\",\n        \"name\": \"OST_RoofsFinish2\",\n        \"hashcode\": \"-2000595\"\n    },\n    {\n        \"id\": \"2007\",\n        \"name\": \"OST_RoofsFinish1\",\n        \"hashcode\": \"-2000594\"\n    },\n    {\n        \"id\": \"2008\",\n        \"name\": \"OST_RoofsSubstrate\",\n        \"hashcode\": \"-2000593\"\n    },\n    {\n        \"id\": \"2009\",\n        \"name\": \"OST_RoofsInsulation\",\n        \"hashcode\": \"-2000592\"\n    },\n    {\n        \"id\": \"2010\",\n        \"name\": \"OST_RoofsStructure\",\n        \"hashcode\": \"-2000591\"\n    },\n    {\n        \"id\": \"2011\",\n        \"name\": \"OST_RoofsMembrane\",\n        \"hashcode\": \"-2000590\"\n    },\n    {\n        \"id\": \"2012\",\n        \"name\": \"OST_WallsCutPattern\",\n        \"hashcode\": \"-2000588\"\n    },\n    {\n        \"id\": \"2013\",\n        \"name\": \"OST_HiddenWallLines\",\n        \"hashcode\": \"-2000587\"\n    },\n    {\n        \"id\": \"2014\",\n        \"name\": \"OST_WallsDefault\",\n        \"hashcode\": \"-2000586\"\n    },\n    {\n        \"id\": \"2015\",\n        \"name\": \"OST_WallsFinish2\",\n        \"hashcode\": \"-2000585\"\n    },\n    {\n        \"id\": \"2016\",\n        \"name\": \"OST_WallsFinish1\",\n        \"hashcode\": \"-2000584\"\n    },\n    {\n        \"id\": \"2017\",\n        \"name\": \"OST_WallsSubstrate\",\n        \"hashcode\": \"-2000583\"\n    },\n    {\n        \"id\": \"2018\",\n        \"name\": \"OST_WallsInsulation\",\n        \"hashcode\": \"-2000582\"\n    },\n    {\n        \"id\": \"2019\",\n        \"name\": \"OST_WallsStructure\",\n        \"hashcode\": \"-2000581\"\n    },\n    {\n        \"id\": \"2020\",\n        \"name\": \"OST_WallsMembrane\",\n        \"hashcode\": \"-2000580\"\n    },\n    {\n        \"id\": \"2021\",\n        \"name\": \"OST_PreviewLegendComponents\",\n        \"hashcode\": \"-2000576\"\n    },\n    {\n        \"id\": \"2022\",\n        \"name\": \"OST_LegendComponents\",\n        \"hashcode\": \"-2000575\"\n    },\n    {\n        \"id\": \"2023\",\n        \"name\": \"OST_Schedules\",\n        \"hashcode\": \"-2000573\"\n    },\n    {\n        \"id\": \"2024\",\n        \"name\": \"OST_ScheduleGraphics\",\n        \"hashcode\": \"-2000570\"\n    },\n    {\n        \"id\": \"2025\",\n        \"name\": \"OST_RasterImages\",\n        \"hashcode\": \"-2000560\"\n    },\n    {\n        \"id\": \"2026\",\n        \"name\": \"OST_ColorFillSchema\",\n        \"hashcode\": \"-2000552\"\n    },\n    {\n        \"id\": \"2027\",\n        \"name\": \"OST_RoomColorFill\",\n        \"hashcode\": \"-2000551\"\n    },\n    {\n        \"id\": \"2028\",\n        \"name\": \"OST_ColorFillLegends\",\n        \"hashcode\": \"-2000550\"\n    },\n    {\n        \"id\": \"2029\",\n        \"name\": \"OST_AnnotationCropSpecial\",\n        \"hashcode\": \"-2000549\"\n    },\n    {\n        \"id\": \"2030\",\n        \"name\": \"OST_CropBoundarySpecial\",\n        \"hashcode\": \"-2000548\"\n    },\n    {\n        \"id\": \"2031\",\n        \"name\": \"OST_AnnotationCrop\",\n        \"hashcode\": \"-2000547\"\n    },\n    {\n        \"id\": \"2032\",\n        \"name\": \"OST_FloorsAnalyticalGeometry\",\n        \"hashcode\": \"-2000546\"\n    },\n    {\n        \"id\": \"2033\",\n        \"name\": \"OST_WallsAnalyticalGeometry\",\n        \"hashcode\": \"-2000545\"\n    },\n    {\n        \"id\": \"2034\",\n        \"name\": \"OST_CalloutLeaderLine\",\n        \"hashcode\": \"-2000544\"\n    },\n    {\n        \"id\": \"2035\",\n        \"name\": \"OST_CeilingsSurfacePattern\",\n        \"hashcode\": \"-2000543\"\n    },\n    {\n        \"id\": \"2036\",\n        \"name\": \"OST_RoofsSurfacePattern\",\n        \"hashcode\": \"-2000542\"\n    },\n    {\n        \"id\": \"2037\",\n        \"name\": \"OST_FloorsSurfacePattern\",\n        \"hashcode\": \"-2000541\"\n    },\n    {\n        \"id\": \"2038\",\n        \"name\": \"OST_WallsSurfacePattern\",\n        \"hashcode\": \"-2000540\"\n    },\n    {\n        \"id\": \"2039\",\n        \"name\": \"OST_CalloutBoundary\",\n        \"hashcode\": \"-2000539\"\n    },\n    {\n        \"id\": \"2040\",\n        \"name\": \"OST_CalloutHeads\",\n        \"hashcode\": \"-2000538\"\n    },\n    {\n        \"id\": \"2041\",\n        \"name\": \"OST_Callouts\",\n        \"hashcode\": \"-2000537\"\n    },\n    {\n        \"id\": \"2042\",\n        \"name\": \"OST_CropBoundary\",\n        \"hashcode\": \"-2000536\"\n    },\n    {\n        \"id\": \"2043\",\n        \"name\": \"OST_Elev\",\n        \"hashcode\": \"-2000535\"\n    },\n    {\n        \"id\": \"2044\",\n        \"name\": \"OST_AxisZ\",\n        \"hashcode\": \"-2000533\"\n    },\n    {\n        \"id\": \"2045\",\n        \"name\": \"OST_AxisY\",\n        \"hashcode\": \"-2000532\"\n    },\n    {\n        \"id\": \"2046\",\n        \"name\": \"OST_AxisX\",\n        \"hashcode\": \"-2000531\"\n    },\n    {\n        \"id\": \"2047\",\n        \"name\": \"OST_CLines\",\n        \"hashcode\": \"-2000530\"\n    },\n    {\n        \"id\": \"2048\",\n        \"name\": \"OST_Lights\",\n        \"hashcode\": \"-2000520\"\n    },\n    {\n        \"id\": \"2049\",\n        \"name\": \"OST_ViewportLabel\",\n        \"hashcode\": \"-2000515\"\n    },\n    {\n        \"id\": \"2050\",\n        \"name\": \"OST_Viewports\",\n        \"hashcode\": \"-2000510\"\n    },\n    {\n        \"id\": \"2051\",\n        \"name\": \"OST_Camera_Lines\",\n        \"hashcode\": \"-2000501\"\n    },\n    {\n        \"id\": \"2052\",\n        \"name\": \"OST_Cameras\",\n        \"hashcode\": \"-2000500\"\n    },\n    {\n        \"id\": \"2053\",\n        \"name\": \"OST_MEPSpaceTags\",\n        \"hashcode\": \"-2000485\"\n    },\n    {\n        \"id\": \"2054\",\n        \"name\": \"OST_RoomTags\",\n        \"hashcode\": \"-2000480\"\n    },\n    {\n        \"id\": \"2055\",\n        \"name\": \"OST_DoorTags\",\n        \"hashcode\": \"-2000460\"\n    },\n    {\n        \"id\": \"2056\",\n        \"name\": \"OST_WindowTags\",\n        \"hashcode\": \"-2000450\"\n    },\n    {\n        \"id\": \"2057\",\n        \"name\": \"OST_SectionHeadWideLines\",\n        \"hashcode\": \"-2000404\"\n    },\n    {\n        \"id\": \"2058\",\n        \"name\": \"OST_SectionHeadMediumLines\",\n        \"hashcode\": \"-2000403\"\n    },\n    {\n        \"id\": \"2059\",\n        \"name\": \"OST_SectionHeadThinLines\",\n        \"hashcode\": \"-2000401\"\n    },\n    {\n        \"id\": \"2060\",\n        \"name\": \"OST_SectionHeads\",\n        \"hashcode\": \"-2000400\"\n    },\n    {\n        \"id\": \"2061\",\n        \"name\": \"OST_ContourLabels\",\n        \"hashcode\": \"-2000350\"\n    },\n    {\n        \"id\": \"2062\",\n        \"name\": \"OST_CurtaSystemFaceManager\",\n        \"hashcode\": \"-2000341\"\n    },\n    {\n        \"id\": \"2063\",\n        \"name\": \"OST_CurtaSystem\",\n        \"hashcode\": \"-2000340\"\n    },\n    {\n        \"id\": \"2064\",\n        \"name\": \"OST_AreaReport_Arc_Minus\",\n        \"hashcode\": \"-2000328\"\n    },\n    {\n        \"id\": \"2065\",\n        \"name\": \"OST_AreaReport_Arc_Plus\",\n        \"hashcode\": \"-2000327\"\n    },\n    {\n        \"id\": \"2066\",\n        \"name\": \"OST_AreaReport_Boundary\",\n        \"hashcode\": \"-2000326\"\n    },\n    {\n        \"id\": \"2067\",\n        \"name\": \"OST_AreaReport_Triangle\",\n        \"hashcode\": \"-2000325\"\n    },\n    {\n        \"id\": \"2068\",\n        \"name\": \"OST_CurtainGridsCurtaSystem\",\n        \"hashcode\": \"-2000323\"\n    },\n    {\n        \"id\": \"2069\",\n        \"name\": \"OST_CurtainGridsSystem\",\n        \"hashcode\": \"-2000322\"\n    },\n    {\n        \"id\": \"2070\",\n        \"name\": \"OST_CurtainGridsWall\",\n        \"hashcode\": \"-2000321\"\n    },\n    {\n        \"id\": \"2071\",\n        \"name\": \"OST_CurtainGridsRoof\",\n        \"hashcode\": \"-2000320\"\n    },\n    {\n        \"id\": \"2072\",\n        \"name\": \"OST_HostFinHF\",\n        \"hashcode\": \"-2000315\"\n    },\n    {\n        \"id\": \"2073\",\n        \"name\": \"OST_HostFinWall\",\n        \"hashcode\": \"-2000314\"\n    },\n    {\n        \"id\": \"2074\",\n        \"name\": \"OST_HostFinCeiling\",\n        \"hashcode\": \"-2000313\"\n    },\n    {\n        \"id\": \"2075\",\n        \"name\": \"OST_HostFinRoof\",\n        \"hashcode\": \"-2000312\"\n    },\n    {\n        \"id\": \"2076\",\n        \"name\": \"OST_HostFinFloor\",\n        \"hashcode\": \"-2000311\"\n    },\n    {\n        \"id\": \"2077\",\n        \"name\": \"OST_HostFin\",\n        \"hashcode\": \"-2000310\"\n    },\n    {\n        \"id\": \"2078\",\n        \"name\": \"OST_AnalysisDisplayStyle\",\n        \"hashcode\": \"-2000304\"\n    },\n    {\n        \"id\": \"2079\",\n        \"name\": \"OST_AnalysisResults\",\n        \"hashcode\": \"-2000303\"\n    },\n    {\n        \"id\": \"2080\",\n        \"name\": \"OST_RenderRegions\",\n        \"hashcode\": \"-2000302\"\n    },\n    {\n        \"id\": \"2081\",\n        \"name\": \"OST_SectionBox\",\n        \"hashcode\": \"-2000301\"\n    },\n    {\n        \"id\": \"2082\",\n        \"name\": \"OST_TextNotes\",\n        \"hashcode\": \"-2000300\"\n    },\n    {\n        \"id\": \"2083\",\n        \"name\": \"OST_Divisions\",\n        \"hashcode\": \"-2000291\"\n    },\n    {\n        \"id\": \"2084\",\n        \"name\": \"OST_Catalogs\",\n        \"hashcode\": \"-2000290\"\n    },\n    {\n        \"id\": \"2085\",\n        \"name\": \"OST_DirectionEdgeLines\",\n        \"hashcode\": \"-2000289\"\n    },\n    {\n        \"id\": \"2086\",\n        \"name\": \"OST_CenterLines\",\n        \"hashcode\": \"-2000288\"\n    },\n    {\n        \"id\": \"2087\",\n        \"name\": \"OST_LinesBeyond\",\n        \"hashcode\": \"-2000287\"\n    },\n    {\n        \"id\": \"2088\",\n        \"name\": \"OST_HiddenLines\",\n        \"hashcode\": \"-2000286\"\n    },\n    {\n        \"id\": \"2089\",\n        \"name\": \"OST_DemolishedLines\",\n        \"hashcode\": \"-2000285\"\n    },\n    {\n        \"id\": \"2090\",\n        \"name\": \"OST_OverheadLines\",\n        \"hashcode\": \"-2000284\"\n    },\n    {\n        \"id\": \"2091\",\n        \"name\": \"OST_TitleBlockWideLines\",\n        \"hashcode\": \"-2000283\"\n    },\n    {\n        \"id\": \"2092\",\n        \"name\": \"OST_TitleBlockMediumLines\",\n        \"hashcode\": \"-2000282\"\n    },\n    {\n        \"id\": \"2093\",\n        \"name\": \"OST_TitleBlockThinLines\",\n        \"hashcode\": \"-2000281\"\n    },\n    {\n        \"id\": \"2094\",\n        \"name\": \"OST_TitleBlocks\",\n        \"hashcode\": \"-2000280\"\n    },\n    {\n        \"id\": \"2095\",\n        \"name\": \"OST_Views\",\n        \"hashcode\": \"-2000279\"\n    },\n    {\n        \"id\": \"2096\",\n        \"name\": \"OST_Viewers\",\n        \"hashcode\": \"-2000278\"\n    },\n    {\n        \"id\": \"2097\",\n        \"name\": \"OST_PartHiddenLines\",\n        \"hashcode\": \"-2000271\"\n    },\n    {\n        \"id\": \"2098\",\n        \"name\": \"OST_PartTags\",\n        \"hashcode\": \"-2000270\"\n    },\n    {\n        \"id\": \"2099\",\n        \"name\": \"OST_Parts\",\n        \"hashcode\": \"-2000269\"\n    },\n    {\n        \"id\": \"2100\",\n        \"name\": \"OST_AssemblyTags\",\n        \"hashcode\": \"-2000268\"\n    },\n    {\n        \"id\": \"2101\",\n        \"name\": \"OST_Assemblies\",\n        \"hashcode\": \"-2000267\"\n    },\n    {\n        \"id\": \"2102\",\n        \"name\": \"OST_RoofTags\",\n        \"hashcode\": \"-2000266\"\n    },\n    {\n        \"id\": \"2103\",\n        \"name\": \"OST_SpotSlopes\",\n        \"hashcode\": \"-2000265\"\n    },\n    {\n        \"id\": \"2104\",\n        \"name\": \"OST_SpotCoordinates\",\n        \"hashcode\": \"-2000264\"\n    },\n    {\n        \"id\": \"2105\",\n        \"name\": \"OST_SpotElevations\",\n        \"hashcode\": \"-2000263\"\n    },\n    {\n        \"id\": \"2106\",\n        \"name\": \"OST_Constraints\",\n        \"hashcode\": \"-2000262\"\n    },\n    {\n        \"id\": \"2107\",\n        \"name\": \"OST_WeakDims\",\n        \"hashcode\": \"-2000261\"\n    },\n    {\n        \"id\": \"2108\",\n        \"name\": \"OST_Dimensions\",\n        \"hashcode\": \"-2000260\"\n    },\n    {\n        \"id\": \"2109\",\n        \"name\": \"OST_Levels\",\n        \"hashcode\": \"-2000240\"\n    },\n    {\n        \"id\": \"2110\",\n        \"name\": \"OST_DisplacementPath\",\n        \"hashcode\": \"-2000223\"\n    },\n    {\n        \"id\": \"2111\",\n        \"name\": \"OST_DisplacementElements\",\n        \"hashcode\": \"-2000222\"\n    },\n    {\n        \"id\": \"2112\",\n        \"name\": \"OST_GridChains\",\n        \"hashcode\": \"-2000221\"\n    },\n    {\n        \"id\": \"2113\",\n        \"name\": \"OST_Grids\",\n        \"hashcode\": \"-2000220\"\n    },\n    {\n        \"id\": \"2114\",\n        \"name\": \"OST_BrokenSectionLine\",\n        \"hashcode\": \"-2000202\"\n    },\n    {\n        \"id\": \"2115\",\n        \"name\": \"OST_SectionLine\",\n        \"hashcode\": \"-2000201\"\n    },\n    {\n        \"id\": \"2116\",\n        \"name\": \"OST_Sections\",\n        \"hashcode\": \"-2000200\"\n    },\n    {\n        \"id\": \"2117\",\n        \"name\": \"OST_ReferenceViewer\",\n        \"hashcode\": \"-2000198\"\n    },\n    {\n        \"id\": \"2118\",\n        \"name\": \"OST_ReferenceViewerSymbol\",\n        \"hashcode\": \"-2000197\"\n    },\n    {\n        \"id\": \"2119\",\n        \"name\": \"OST_ImportObjectStyles\",\n        \"hashcode\": \"-2000196\"\n    },\n    {\n        \"id\": \"2120\",\n        \"name\": \"OST_ModelText\",\n        \"hashcode\": \"-2000195\"\n    },\n    {\n        \"id\": \"2121\",\n        \"name\": \"OST_MaskingRegion\",\n        \"hashcode\": \"-2000194\"\n    },\n    {\n        \"id\": \"2122\",\n        \"name\": \"OST_Matchline\",\n        \"hashcode\": \"-2000193\"\n    },\n    {\n        \"id\": \"2123\",\n        \"name\": \"OST_FaceSplitter\",\n        \"hashcode\": \"-2000192\"\n    },\n    {\n        \"id\": \"2124\",\n        \"name\": \"OST_PlanRegion\",\n        \"hashcode\": \"-2000191\"\n    },\n    {\n        \"id\": \"2125\",\n        \"name\": \"OST_FilledRegion\",\n        \"hashcode\": \"-2000190\"\n    },\n    {\n        \"id\": \"2126\",\n        \"name\": \"OST_MassingProjectionOutlines\",\n        \"hashcode\": \"-2000187\"\n    },\n    {\n        \"id\": \"2127\",\n        \"name\": \"OST_MassingCutOutlines\",\n        \"hashcode\": \"-2000186\"\n    },\n    {\n        \"id\": \"2128\",\n        \"name\": \"OST_Massing\",\n        \"hashcode\": \"-2000185\"\n    },\n    {\n        \"id\": \"2129\",\n        \"name\": \"OST_Reveals\",\n        \"hashcode\": \"-2000182\"\n    },\n    {\n        \"id\": \"2130\",\n        \"name\": \"OST_Cornices\",\n        \"hashcode\": \"-2000181\"\n    },\n    {\n        \"id\": \"2131\",\n        \"name\": \"OST_Ramps\",\n        \"hashcode\": \"-2000180\"\n    },\n    {\n        \"id\": \"2132\",\n        \"name\": \"OST_RailingBalusterRailCut\",\n        \"hashcode\": \"-2000177\"\n    },\n    {\n        \"id\": \"2133\",\n        \"name\": \"OST_RailingBalusterRail\",\n        \"hashcode\": \"-2000176\"\n    },\n    {\n        \"id\": \"2134\",\n        \"name\": \"OST_Railings\",\n        \"hashcode\": \"-2000175\"\n    },\n    {\n        \"id\": \"2135\",\n        \"name\": \"OST_CurtainGrids\",\n        \"hashcode\": \"-2000173\"\n    },\n    {\n        \"id\": \"2136\",\n        \"name\": \"OST_CurtainWallMullionsCut\",\n        \"hashcode\": \"-2000172\"\n    },\n    {\n        \"id\": \"2137\",\n        \"name\": \"OST_CurtainWallMullions\",\n        \"hashcode\": \"-2000171\"\n    },\n    {\n        \"id\": \"2138\",\n        \"name\": \"OST_CurtainWallPanels\",\n        \"hashcode\": \"-2000170\"\n    },\n    {\n        \"id\": \"2139\",\n        \"name\": \"OST_AreaReference\",\n        \"hashcode\": \"-2000169\"\n    },\n    {\n        \"id\": \"2140\",\n        \"name\": \"OST_AreaInteriorFill\",\n        \"hashcode\": \"-2000168\"\n    },\n    {\n        \"id\": \"2141\",\n        \"name\": \"OST_RoomReference\",\n        \"hashcode\": \"-2000167\"\n    },\n    {\n        \"id\": \"2142\",\n        \"name\": \"OST_RoomInteriorFill\",\n        \"hashcode\": \"-2000166\"\n    },\n    {\n        \"id\": \"2143\",\n        \"name\": \"OST_AreaColorFill\",\n        \"hashcode\": \"-2000165\"\n    },\n    {\n        \"id\": \"2144\",\n        \"name\": \"OST_AreaReferenceVisibility\",\n        \"hashcode\": \"-2000164\"\n    },\n    {\n        \"id\": \"2145\",\n        \"name\": \"OST_AreaInteriorFillVisibility\",\n        \"hashcode\": \"-2000163\"\n    },\n    {\n        \"id\": \"2146\",\n        \"name\": \"OST_RoomReferenceVisibility\",\n        \"hashcode\": \"-2000162\"\n    },\n    {\n        \"id\": \"2147\",\n        \"name\": \"OST_RoomInteriorFillVisibility\",\n        \"hashcode\": \"-2000161\"\n    },\n    {\n        \"id\": \"2148\",\n        \"name\": \"OST_Rooms\",\n        \"hashcode\": \"-2000160\"\n    },\n    {\n        \"id\": \"2149\",\n        \"name\": \"OST_GenericModel\",\n        \"hashcode\": \"-2000151\"\n    },\n    {\n        \"id\": \"2150\",\n        \"name\": \"OST_GenericAnnotation\",\n        \"hashcode\": \"-2000150\"\n    },\n    {\n        \"id\": \"2151\",\n        \"name\": \"OST_Fixtures\",\n        \"hashcode\": \"-2000140\"\n    },\n    {\n        \"id\": \"2152\",\n        \"name\": \"OST_StairsRailingTags\",\n        \"hashcode\": \"-2000133\"\n    },\n    {\n        \"id\": \"2153\",\n        \"name\": \"OST_StairsRailingAboveCut\",\n        \"hashcode\": \"-2000132\"\n    },\n    {\n        \"id\": \"2154\",\n        \"name\": \"OST_StairsDownArrows\",\n        \"hashcode\": \"-2000131\"\n    },\n    {\n        \"id\": \"2155\",\n        \"name\": \"OST_StairsUpArrows\",\n        \"hashcode\": \"-2000130\"\n    },\n    {\n        \"id\": \"2156\",\n        \"name\": \"OST_StairsDownText\",\n        \"hashcode\": \"-2000129\"\n    },\n    {\n        \"id\": \"2157\",\n        \"name\": \"OST_StairsRailingRail\",\n        \"hashcode\": \"-2000128\"\n    },\n    {\n        \"id\": \"2158\",\n        \"name\": \"OST_StairsRailingBaluster\",\n        \"hashcode\": \"-2000127\"\n    },\n    {\n        \"id\": \"2159\",\n        \"name\": \"OST_StairsRailing\",\n        \"hashcode\": \"-2000126\"\n    },\n    {\n        \"id\": \"2160\",\n        \"name\": \"OST_StairsUpText\",\n        \"hashcode\": \"-2000125\"\n    },\n    {\n        \"id\": \"2161\",\n        \"name\": \"OST_StairsSupportsAboveCut\",\n        \"hashcode\": \"-2000124\"\n    },\n    {\n        \"id\": \"2162\",\n        \"name\": \"OST_StairsStringerCarriage\",\n        \"hashcode\": \"-2000123\"\n    },\n    {\n        \"id\": \"2163\",\n        \"name\": \"OST_StairsAboveCut_ToBeDeprecated\",\n        \"hashcode\": \"-2000122\"\n    },\n    {\n        \"id\": \"2164\",\n        \"name\": \"OST_StairsIncomplete_Deprecated\",\n        \"hashcode\": \"-2000121\"\n    },\n    {\n        \"id\": \"2165\",\n        \"name\": \"OST_Stairs\",\n        \"hashcode\": \"-2000120\"\n    },\n    {\n        \"id\": \"2166\",\n        \"name\": \"OST_IOSNavWheelPivotBall\",\n        \"hashcode\": \"-2000117\"\n    },\n    {\n        \"id\": \"2167\",\n        \"name\": \"OST_IOSRoomComputationHeight\",\n        \"hashcode\": \"-2000116\"\n    },\n    {\n        \"id\": \"2168\",\n        \"name\": \"OST_IOSRoomUpperLowerLines\",\n        \"hashcode\": \"-2000115\"\n    },\n    {\n        \"id\": \"2169\",\n        \"name\": \"OST_IOSDragBoxInverted\",\n        \"hashcode\": \"-2000114\"\n    },\n    {\n        \"id\": \"2170\",\n        \"name\": \"OST_IOSDragBox\",\n        \"hashcode\": \"-2000113\"\n    },\n    {\n        \"id\": \"2171\",\n        \"name\": \"OST_Phases\",\n        \"hashcode\": \"-2000112\"\n    },\n    {\n        \"id\": \"2172\",\n        \"name\": \"OST_IOS_GeoSite\",\n        \"hashcode\": \"-2000111\"\n    },\n    {\n        \"id\": \"2173\",\n        \"name\": \"OST_IOS_GeoLocations\",\n        \"hashcode\": \"-2000110\"\n    },\n    {\n        \"id\": \"2174\",\n        \"name\": \"OST_IOSFabricReinSpanSymbolCtrl\",\n        \"hashcode\": \"-2000109\"\n    },\n    {\n        \"id\": \"2175\",\n        \"name\": \"OST_GuideGrid\",\n        \"hashcode\": \"-2000107\"\n    },\n    {\n        \"id\": \"2176\",\n        \"name\": \"OST_EPS_Future\",\n        \"hashcode\": \"-2000106\"\n    },\n    {\n        \"id\": \"2177\",\n        \"name\": \"OST_EPS_Temporary\",\n        \"hashcode\": \"-2000105\"\n    },\n    {\n        \"id\": \"2178\",\n        \"name\": \"OST_EPS_New\",\n        \"hashcode\": \"-2000104\"\n    },\n    {\n        \"id\": \"2179\",\n        \"name\": \"OST_EPS_Demolished\",\n        \"hashcode\": \"-2000103\"\n    },\n    {\n        \"id\": \"2180\",\n        \"name\": \"OST_EPS_Existing\",\n        \"hashcode\": \"-2000102\"\n    },\n    {\n        \"id\": \"2181\",\n        \"name\": \"OST_IOSMeasureLineScreenSize\",\n        \"hashcode\": \"-2000101\"\n    },\n    {\n        \"id\": \"2182\",\n        \"name\": \"OST_Columns\",\n        \"hashcode\": \"-2000100\"\n    },\n    {\n        \"id\": \"2183\",\n        \"name\": \"OST_IOSRebarSystemSpanSymbolCtrl\",\n        \"hashcode\": \"-2000099\"\n    },\n    {\n        \"id\": \"2184\",\n        \"name\": \"OST_IOSRoomTagToRoomLines\",\n        \"hashcode\": \"-2000098\"\n    },\n    {\n        \"id\": \"2185\",\n        \"name\": \"OST_IOSAttachedDetailGroups\",\n        \"hashcode\": \"-2000097\"\n    },\n    {\n        \"id\": \"2186\",\n        \"name\": \"OST_IOSDetailGroups\",\n        \"hashcode\": \"-2000096\"\n    },\n    {\n        \"id\": \"2187\",\n        \"name\": \"OST_IOSModelGroups\",\n        \"hashcode\": \"-2000095\"\n    },\n    {\n        \"id\": \"2188\",\n        \"name\": \"OST_IOSSuspendedSketch\",\n        \"hashcode\": \"-2000094\"\n    },\n    {\n        \"id\": \"2189\",\n        \"name\": \"OST_IOSWallCoreBoundary\",\n        \"hashcode\": \"-2000093\"\n    },\n    {\n        \"id\": \"2190\",\n        \"name\": \"OST_IOSMeasureLine\",\n        \"hashcode\": \"-2000092\"\n    },\n    {\n        \"id\": \"2191\",\n        \"name\": \"OST_IOSArrays\",\n        \"hashcode\": \"-2000091\"\n    },\n    {\n        \"id\": \"2192\",\n        \"name\": \"OST_Curtain_Systems\",\n        \"hashcode\": \"-2000090\"\n    },\n    {\n        \"id\": \"2193\",\n        \"name\": \"OST_IOSBBoxScreenSize\",\n        \"hashcode\": \"-2000089\"\n    },\n    {\n        \"id\": \"2194\",\n        \"name\": \"OST_IOSSlabShapeEditorPointInterior\",\n        \"hashcode\": \"-2000088\"\n    },\n    {\n        \"id\": \"2195\",\n        \"name\": \"OST_IOSSlabShapeEditorPointBoundary\",\n        \"hashcode\": \"-2000087\"\n    },\n    {\n        \"id\": \"2196\",\n        \"name\": \"OST_IOSSlabShapeEditorBoundary\",\n        \"hashcode\": \"-2000086\"\n    },\n    {\n        \"id\": \"2197\",\n        \"name\": \"OST_IOSSlabShapeEditorAutoCrease\",\n        \"hashcode\": \"-2000085\"\n    },\n    {\n        \"id\": \"2198\",\n        \"name\": \"OST_IOSSlabShapeEditorExplitCrease\",\n        \"hashcode\": \"-2000084\"\n    },\n    {\n        \"id\": \"2199\",\n        \"name\": \"OST_ReferenceLines\",\n        \"hashcode\": \"-2000083\"\n    },\n    {\n        \"id\": \"2200\",\n        \"name\": \"OST_IOSNotSilhouette\",\n        \"hashcode\": \"-2000082\"\n    },\n    {\n        \"id\": \"2201\",\n        \"name\": \"OST_FillPatterns\",\n        \"hashcode\": \"-2000081\"\n    },\n    {\n        \"id\": \"2202\",\n        \"name\": \"OST_Furniture\",\n        \"hashcode\": \"-2000080\"\n    },\n    {\n        \"id\": \"2203\",\n        \"name\": \"OST_AreaSchemeLines\",\n        \"hashcode\": \"-2000079\"\n    },\n    {\n        \"id\": \"2204\",\n        \"name\": \"OST_GenericLines\",\n        \"hashcode\": \"-2000078\"\n    },\n    {\n        \"id\": \"2205\",\n        \"name\": \"OST_InsulationLines\",\n        \"hashcode\": \"-2000077\"\n    },\n    {\n        \"id\": \"2206\",\n        \"name\": \"OST_CloudLines\",\n        \"hashcode\": \"-2000076\"\n    },\n    {\n        \"id\": \"2207\",\n        \"name\": \"OST_IOSRoomPerimeterLines\",\n        \"hashcode\": \"-2000075\"\n    },\n    {\n        \"id\": \"2208\",\n        \"name\": \"OST_IOSCuttingGeometry\",\n        \"hashcode\": \"-2000074\"\n    },\n    {\n        \"id\": \"2209\",\n        \"name\": \"OST_IOSCrashGraphics\",\n        \"hashcode\": \"-2000073\"\n    },\n    {\n        \"id\": \"2210\",\n        \"name\": \"OST_IOSGroups\",\n        \"hashcode\": \"-2000072\"\n    },\n    {\n        \"id\": \"2211\",\n        \"name\": \"OST_IOSGhost\",\n        \"hashcode\": \"-2000071\"\n    },\n    {\n        \"id\": \"2212\",\n        \"name\": \"OST_StairsSketchLandingCenterLines\",\n        \"hashcode\": \"-2000070\"\n    },\n    {\n        \"id\": \"2213\",\n        \"name\": \"OST_StairsSketchRunLines\",\n        \"hashcode\": \"-2000069\"\n    },\n    {\n        \"id\": \"2214\",\n        \"name\": \"OST_StairsSketchRiserLines\",\n        \"hashcode\": \"-2000068\"\n    },\n    {\n        \"id\": \"2215\",\n        \"name\": \"OST_StairsSketchBoundaryLines\",\n        \"hashcode\": \"-2000067\"\n    },\n    {\n        \"id\": \"2216\",\n        \"name\": \"OST_RoomSeparationLines\",\n        \"hashcode\": \"-2000066\"\n    },\n    {\n        \"id\": \"2217\",\n        \"name\": \"OST_AxisOfRotation\",\n        \"hashcode\": \"-2000065\"\n    },\n    {\n        \"id\": \"2218\",\n        \"name\": \"OST_InvisibleLines\",\n        \"hashcode\": \"-2000064\"\n    },\n    {\n        \"id\": \"2219\",\n        \"name\": \"OST_IOSThinPixel_DashDot\",\n        \"hashcode\": \"-2000063\"\n    },\n    {\n        \"id\": \"2220\",\n        \"name\": \"OST_IOSThinPixel_Dash\",\n        \"hashcode\": \"-2000062\"\n    },\n    {\n        \"id\": \"2221\",\n        \"name\": \"OST_IOSThinPixel_Dot\",\n        \"hashcode\": \"-2000061\"\n    },\n    {\n        \"id\": \"2222\",\n        \"name\": \"OST_Extrusions\",\n        \"hashcode\": \"-2000060\"\n    },\n    {\n        \"id\": \"2223\",\n        \"name\": \"OST_IOS\",\n        \"hashcode\": \"-2000059\"\n    },\n    {\n        \"id\": \"2224\",\n        \"name\": \"OST_CutOutlines\",\n        \"hashcode\": \"-2000058\"\n    },\n    {\n        \"id\": \"2225\",\n        \"name\": \"OST_IOSThinPixel\",\n        \"hashcode\": \"-2000057\"\n    },\n    {\n        \"id\": \"2226\",\n        \"name\": \"OST_IOSFlipControl\",\n        \"hashcode\": \"-2000056\"\n    },\n    {\n        \"id\": \"2227\",\n        \"name\": \"OST_IOSSketchGrid\",\n        \"hashcode\": \"-2000055\"\n    },\n    {\n        \"id\": \"2228\",\n        \"name\": \"OST_IOSSuspendedSketch_obsolete\",\n        \"hashcode\": \"-2000054\"\n    },\n    {\n        \"id\": \"2229\",\n        \"name\": \"OST_IOSFreeSnapLine\",\n        \"hashcode\": \"-2000053\"\n    },\n    {\n        \"id\": \"2230\",\n        \"name\": \"OST_IOSDatumPlane\",\n        \"hashcode\": \"-2000052\"\n    },\n    {\n        \"id\": \"2231\",\n        \"name\": \"OST_Lines\",\n        \"hashcode\": \"-2000051\"\n    },\n    {\n        \"id\": \"2232\",\n        \"name\": \"OST_IOSConstructionLine\",\n        \"hashcode\": \"-2000050\"\n    },\n    {\n        \"id\": \"2233\",\n        \"name\": \"OST_IOSAlignmentGraphics\",\n        \"hashcode\": \"-2000049\"\n    },\n    {\n        \"id\": \"2234\",\n        \"name\": \"OST_IOSAligningLine\",\n        \"hashcode\": \"-2000048\"\n    },\n    {\n        \"id\": \"2235\",\n        \"name\": \"OST_IOSBackedUpElements\",\n        \"hashcode\": \"-2000047\"\n    },\n    {\n        \"id\": \"2236\",\n        \"name\": \"OST_IOSRegeneratedElements\",\n        \"hashcode\": \"-2000046\"\n    },\n    {\n        \"id\": \"2237\",\n        \"name\": \"OST_SketchLines\",\n        \"hashcode\": \"-2000045\"\n    },\n    {\n        \"id\": \"2238\",\n        \"name\": \"OST_CurvesWideLines\",\n        \"hashcode\": \"-2000044\"\n    },\n    {\n        \"id\": \"2239\",\n        \"name\": \"OST_CurvesMediumLines\",\n        \"hashcode\": \"-2000043\"\n    },\n    {\n        \"id\": \"2240\",\n        \"name\": \"OST_CurvesThinLines\",\n        \"hashcode\": \"-2000042\"\n    },\n    {\n        \"id\": \"2241\",\n        \"name\": \"OST_Curves\",\n        \"hashcode\": \"-2000041\"\n    },\n    {\n        \"id\": \"2242\",\n        \"name\": \"OST_CeilingsProjection\",\n        \"hashcode\": \"-2000040\"\n    },\n    {\n        \"id\": \"2243\",\n        \"name\": \"OST_CeilingsCut\",\n        \"hashcode\": \"-2000039\"\n    },\n    {\n        \"id\": \"2244\",\n        \"name\": \"OST_Ceilings\",\n        \"hashcode\": \"-2000038\"\n    },\n    {\n        \"id\": \"2245\",\n        \"name\": \"OST_RoofsProjection\",\n        \"hashcode\": \"-2000037\"\n    },\n    {\n        \"id\": \"2246\",\n        \"name\": \"OST_RoofsCut\",\n        \"hashcode\": \"-2000036\"\n    },\n    {\n        \"id\": \"2247\",\n        \"name\": \"OST_Roofs\",\n        \"hashcode\": \"-2000035\"\n    },\n    {\n        \"id\": \"2248\",\n        \"name\": \"OST_FloorsProjection\",\n        \"hashcode\": \"-2000034\"\n    },\n    {\n        \"id\": \"2249\",\n        \"name\": \"OST_FloorsCut\",\n        \"hashcode\": \"-2000033\"\n    },\n    {\n        \"id\": \"2250\",\n        \"name\": \"OST_Floors\",\n        \"hashcode\": \"-2000032\"\n    },\n    {\n        \"id\": \"2251\",\n        \"name\": \"OST_DoorsGlassProjection\",\n        \"hashcode\": \"-2000031\"\n    },\n    {\n        \"id\": \"2252\",\n        \"name\": \"OST_DoorsGlassCut\",\n        \"hashcode\": \"-2000030\"\n    },\n    {\n        \"id\": \"2253\",\n        \"name\": \"OST_DoorsFrameMullionProjection\",\n        \"hashcode\": \"-2000029\"\n    },\n    {\n        \"id\": \"2254\",\n        \"name\": \"OST_DoorsFrameMullionCut\",\n        \"hashcode\": \"-2000028\"\n    },\n    {\n        \"id\": \"2255\",\n        \"name\": \"OST_DoorsOpeningProjection\",\n        \"hashcode\": \"-2000027\"\n    },\n    {\n        \"id\": \"2256\",\n        \"name\": \"OST_DoorsOpeningCut\",\n        \"hashcode\": \"-2000026\"\n    },\n    {\n        \"id\": \"2257\",\n        \"name\": \"OST_DoorsPanelProjection\",\n        \"hashcode\": \"-2000025\"\n    },\n    {\n        \"id\": \"2258\",\n        \"name\": \"OST_DoorsPanelCut\",\n        \"hashcode\": \"-2000024\"\n    },\n    {\n        \"id\": \"2259\",\n        \"name\": \"OST_Doors\",\n        \"hashcode\": \"-2000023\"\n    },\n    {\n        \"id\": \"2260\",\n        \"name\": \"OST_WindowsOpeningProjection\",\n        \"hashcode\": \"-2000022\"\n    },\n    {\n        \"id\": \"2261\",\n        \"name\": \"OST_WindowsOpeningCut\",\n        \"hashcode\": \"-2000021\"\n    },\n    {\n        \"id\": \"2262\",\n        \"name\": \"OST_WindowsSillHeadProjection\",\n        \"hashcode\": \"-2000020\"\n    },\n    {\n        \"id\": \"2263\",\n        \"name\": \"OST_WindowsSillHeadCut\",\n        \"hashcode\": \"-2000019\"\n    },\n    {\n        \"id\": \"2264\",\n        \"name\": \"OST_WindowsFrameMullionProjection\",\n        \"hashcode\": \"-2000018\"\n    },\n    {\n        \"id\": \"2265\",\n        \"name\": \"OST_WindowsFrameMullionCut\",\n        \"hashcode\": \"-2000017\"\n    },\n    {\n        \"id\": \"2266\",\n        \"name\": \"OST_WindowsGlassProjection\",\n        \"hashcode\": \"-2000016\"\n    },\n    {\n        \"id\": \"2267\",\n        \"name\": \"OST_WindowsGlassCut\",\n        \"hashcode\": \"-2000015\"\n    },\n    {\n        \"id\": \"2268\",\n        \"name\": \"OST_Windows\",\n        \"hashcode\": \"-2000014\"\n    },\n    {\n        \"id\": \"2269\",\n        \"name\": \"OST_WallsProjectionOutlines\",\n        \"hashcode\": \"-2000013\"\n    },\n    {\n        \"id\": \"2270\",\n        \"name\": \"OST_WallsCutOutlines\",\n        \"hashcode\": \"-2000012\"\n    },\n    {\n        \"id\": \"2271\",\n        \"name\": \"OST_Walls\",\n        \"hashcode\": \"-2000011\"\n    },\n    {\n        \"id\": \"2272\",\n        \"name\": \"OST_IOSRegenerationFailure\",\n        \"hashcode\": \"-2000010\"\n    },\n    {\n        \"id\": \"2273\",\n        \"name\": \"OST_ScheduleViewParamGroup\",\n        \"hashcode\": \"-2000008\"\n    },\n    {\n        \"id\": \"2274\",\n        \"name\": \"OST_MatchSiteComponent\",\n        \"hashcode\": \"-2000007\"\n    },\n    {\n        \"id\": \"2275\",\n        \"name\": \"OST_MatchProfile\",\n        \"hashcode\": \"-2000006\"\n    },\n    {\n        \"id\": \"2276\",\n        \"name\": \"OST_MatchDetail\",\n        \"hashcode\": \"-2000005\"\n    },\n    {\n        \"id\": \"2277\",\n        \"name\": \"OST_MatchAnnotation\",\n        \"hashcode\": \"-2000004\"\n    },\n    {\n        \"id\": \"2278\",\n        \"name\": \"OST_MatchModel\",\n        \"hashcode\": \"-2000003\"\n    },\n    {\n        \"id\": \"2279\",\n        \"name\": \"OST_MatchAll\",\n        \"hashcode\": \"-2000002\"\n    },\n    {\n        \"id\": \"2280\",\n        \"name\": \"INVALID\",\n        \"hashcode\": \"-1\"\n    }\n]"}],"_postman_id":"68568971-2fce-49f7-8a1d-b09a13d23c79"}],"id":"0c9d3bde-16fb-4325-9cf4-6382befb7663","event":[{"listen":"prerequest","script":{"id":"a5b53fc2-331a-4f32-a1da-cea0c258a472","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4af01ae-e6ca-4df1-accb-c4309614ff6e","type":"text/javascript","exec":[""]}}],"_postman_id":"0c9d3bde-16fb-4325-9cf4-6382befb7663","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}}},{"name":"Users","item":[{"name":"Get User by ID","id":"4043c5b6-783a-4af2-b5fc-3521b28c9628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/user/id/6?_format=json","description":"<p>Retrieve the user by their user ID.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["rest","user","id","6"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"5804092f-7265-41c6-86b2-645cd20193b5","name":"Get User by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/user/id/6?_format=json","host":["http://app.opendefinery.com"],"path":["rest","user","id","6"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 20:26:04 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Length","value":"25"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"jay\",\n        \"id\": \"6\"\n    }\n]"}],"_postman_id":"4043c5b6-783a-4af2-b5fc-3521b28c9628"},{"name":"Get User by Name","id":"eee436d8-21ba-4852-9553-65a4904c3780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/user/name/jay?_format=json","description":"<p>Retrieve the user by their username.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}},"urlObject":{"path":["rest","user","name","jay"],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"7273d1ad-cefa-4936-ae99-8b87ada9512a","name":"Get User by Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/user/name/jay?_format=json","host":["http://app.opendefinery.com"],"path":["rest","user","name","jay"],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Oct 2020 20:26:31 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Length","value":"25"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"jay\",\n        \"id\": \"6\"\n    }\n]"}],"_postman_id":"eee436d8-21ba-4852-9553-65a4904c3780"}],"id":"1db2d2cd-ed20-4c27-b4c2-37e526f858e4","_postman_id":"1db2d2cd-ed20-4c27-b4c2-37e526f858e4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}}},{"name":"Lite Requests","item":[{"name":"Get GUIDs and IDs From Collection","id":"3e35c127-347a-4bc3-b791-83465e9c3823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://app.opendefinery.com/rest/lite/collection/?_format=json","description":"<p>An efficient endpoint for retrieving only the GUIDs and IDs of the shared parameters within a Collection. This is useful for validating that shared parameters from another source exist in a collection when no other shared parameter meta data is required.</p>\n<p>This endpoint requires the <code>id</code> of the Collection, not the name.</p>\n","urlObject":{"path":["rest","lite","collection",""],"host":["http://app.opendefinery.com"],"query":[{"key":"_format","value":"json"}],"variable":[]}},"response":[{"id":"42f57869-9311-4205-9e79-6e201563adf8","name":"Get GUIDs and IDs From Collection","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://app.opendefinery.com/rest/lite/collection/?_format=json","host":["http://app.opendefinery.com"],"path":["rest","lite","collection",""],"query":[{"key":"_format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 14:47:27 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"must-revalidate, no-cache, private"},{"key":"X-Drupal-Dynamic-Cache","value":"MISS"},{"key":"X-UA-Compatible","value":"IE=edge"},{"key":"Content-language","value":"en"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Generator","value":"Drupal 8 (https://www.drupal.org)"},{"key":"X-Drupal-Cache","value":"MISS"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"7961"},{"key":"Keep-Alive","value":"timeout=5, max=75"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"guid\": \"aad7c100-5cd6-46de-a224-3bb04707986a\",\n        \"id\": \"28851\"\n    },\n    {\n        \"guid\": \"3322e901-ca02-42fe-a7f2-db576614a4d7\",\n        \"id\": \"28852\"\n    },\n    {\n        \"guid\": \"ced7b602-d099-4061-8fc5-10774f7d8808\",\n        \"id\": \"28853\"\n    },\n    {\n        \"guid\": \"09cad502-74ab-4945-9a53-5522ab109284\",\n        \"id\": \"28854\"\n    },\n    {\n        \"guid\": \"e56f2f04-58ff-4786-9d0e-977ceeea6ac5\",\n        \"id\": \"28855\"\n    },\n    {\n        \"guid\": \"6d3c6004-dce9-4ccf-9320-148946c8b5bc\",\n        \"id\": \"28856\"\n    },\n    {\n        \"guid\": \"137c6e04-d89d-469f-9fa9-b926e1d1104a\",\n        \"id\": \"28857\"\n    },\n    {\n        \"guid\": \"987ca005-e391-496b-8440-338a8ef9dff8\",\n        \"id\": \"28858\"\n    },\n    {\n        \"guid\": \"24452f06-fde6-42b5-8cd5-8d44e579f382\",\n        \"id\": \"28859\"\n    },\n    {\n        \"guid\": \"cdafdf06-7a58-4c1f-820f-264a9d5af216\",\n        \"id\": \"28860\"\n    },\n    {\n        \"guid\": \"d449ed06-9ce0-425b-9f6c-a75630dafad0\",\n        \"id\": \"28861\"\n    },\n    {\n        \"guid\": \"3dbef606-8ca1-4c48-a678-38d84262de86\",\n        \"id\": \"28862\"\n    },\n    {\n        \"guid\": \"32294a07-cce7-49df-b0f8-ca6a05ae52e3\",\n        \"id\": \"28863\"\n    },\n    {\n        \"guid\": \"2bee6a07-d014-4303-ba02-a73157ba6cf8\",\n        \"id\": \"28864\"\n    },\n    {\n        \"guid\": \"0b538507-88db-4d93-9a9c-6903adcc42a6\",\n        \"id\": \"28865\"\n    },\n    {\n        \"guid\": \"a588f307-7b30-415e-bd0f-4cf681c73432\",\n        \"id\": \"28866\"\n    },\n    {\n        \"guid\": \"ad17b208-8987-4c58-b5d3-2b5bac288248\",\n        \"id\": \"28867\"\n    },\n    {\n        \"guid\": \"a9395c09-4d77-4c60-9cae-74a955d7aa21\",\n        \"id\": \"28868\"\n    },\n    {\n        \"guid\": \"7bbe7609-fbeb-4e09-80af-e55f5b8d76ac\",\n        \"id\": \"28869\"\n    },\n    {\n        \"guid\": \"a46d8a09-e6b2-4ac9-9771-fa05c0888dc1\",\n        \"id\": \"28870\"\n    },\n    {\n        \"guid\": \"ba7fa50a-a7d8-430f-80e0-41f463aea9f4\",\n        \"id\": \"28871\"\n    },\n    {\n        \"guid\": \"d0bb040b-352d-4450-8a2d-20db34ca3783\",\n        \"id\": \"28872\"\n    },\n    {\n        \"guid\": \"1ec5740c-f29d-483b-9d22-f8f6ed99db44\",\n        \"id\": \"28873\"\n    },\n    {\n        \"guid\": \"895ddb0d-6098-42d1-8167-4b1e021de954\",\n        \"id\": \"28874\"\n    },\n    {\n        \"guid\": \"2fab1c0f-f787-4343-a149-c03098bd1098\",\n        \"id\": \"28875\"\n    },\n    {\n        \"guid\": \"f513b80f-aed9-476f-882b-7bdd70ff236b\",\n        \"id\": \"28876\"\n    },\n    {\n        \"guid\": \"b3b5a310-96b3-451e-bc69-b57d2d49f50b\",\n        \"id\": \"28877\"\n    },\n    {\n        \"guid\": \"14a4a813-1981-4853-a05c-0c553b8be5a1\",\n        \"id\": \"28878\"\n    },\n    {\n        \"guid\": \"4cd3ab13-eb96-4ec5-b874-1ea2f7a7ab8e\",\n        \"id\": \"28879\"\n    },\n    {\n        \"guid\": \"132cc913-b3ae-45e8-a6e4-f82c6c1a57bf\",\n        \"id\": \"28880\"\n    },\n    {\n        \"guid\": \"5a002a15-059a-420d-863d-7d3a1395ba88\",\n        \"id\": \"28881\"\n    },\n    {\n        \"guid\": \"39d09315-298f-4c65-a20d-367885b6adbb\",\n        \"id\": \"28882\"\n    },\n    {\n        \"guid\": \"67470118-e2b5-4c5a-b7c8-31a98da5423a\",\n        \"id\": \"28883\"\n    },\n    {\n        \"guid\": \"24594f19-d09e-4f4d-8bfb-18c058b02158\",\n        \"id\": \"28884\"\n    },\n    {\n        \"guid\": \"f151021b-8c09-46d7-8d72-f4ec2f192452\",\n        \"id\": \"28885\"\n    },\n    {\n        \"guid\": \"fa57491c-e537-4b63-8fb6-ae4476acdbd9\",\n        \"id\": \"28886\"\n    },\n    {\n        \"guid\": \"7e9d6a1c-f3b6-4692-8774-5b877eecb068\",\n        \"id\": \"28887\"\n    },\n    {\n        \"guid\": \"bfbb6e1c-3714-4f69-beb7-29c5a113337d\",\n        \"id\": \"28888\"\n    },\n    {\n        \"guid\": \"0168881d-60ad-4f20-b0a5-ac47b70aede7\",\n        \"id\": \"28889\"\n    },\n    {\n        \"guid\": \"898ef91d-3a9f-4ffe-87dc-43791d623313\",\n        \"id\": \"28890\"\n    },\n    {\n        \"guid\": \"9afa161e-de87-460a-8066-a10e1587e7e9\",\n        \"id\": \"28891\"\n    },\n    {\n        \"guid\": \"3e09961e-72c6-49f4-beea-bbac4f4adc24\",\n        \"id\": \"28892\"\n    },\n    {\n        \"guid\": \"a7b0ca20-b7ee-46d8-b79e-3151def4d4c2\",\n        \"id\": \"28893\"\n    },\n    {\n        \"guid\": \"04631523-ece5-442c-9c23-5d14dc6b4472\",\n        \"id\": \"28894\"\n    },\n    {\n        \"guid\": \"3d8a4923-98a6-4d64-86fe-af81762285d4\",\n        \"id\": \"28895\"\n    },\n    {\n        \"guid\": \"d0fc5a24-9ae6-49f8-8ecb-6ff8169475f8\",\n        \"id\": \"28896\"\n    },\n    {\n        \"guid\": \"6c63a328-d517-4259-91fb-b226af0144ae\",\n        \"id\": \"28897\"\n    },\n    {\n        \"guid\": \"11e64c2c-8d59-4161-a22f-f8402804965e\",\n        \"id\": \"28898\"\n    },\n    {\n        \"guid\": \"69bdf42d-6913-4831-8f89-2d11928e77e3\",\n        \"id\": \"28899\"\n    },\n    {\n        \"guid\": \"cb4bfe2d-0aba-4475-9629-20379916d128\",\n        \"id\": \"28900\"\n    },\n    {\n        \"guid\": \"c11b572e-4890-45c6-a255-c7b48e7f9b48\",\n        \"id\": \"28901\"\n    },\n    {\n        \"guid\": \"47dc5633-5872-46d7-8bdb-45417098a233\",\n        \"id\": \"28902\"\n    },\n    {\n        \"guid\": \"c4618c33-d47d-4c7a-a2de-adae18ff04d0\",\n        \"id\": \"28903\"\n    },\n    {\n        \"guid\": \"2fe0a033-ae1e-4e62-9ea9-f08bd99bfe26\",\n        \"id\": \"28904\"\n    },\n    {\n        \"guid\": \"fb071134-1c1a-46fe-b2a6-3b42a1eae4da\",\n        \"id\": \"28905\"\n    },\n    {\n        \"guid\": \"e4f14a34-9c56-4f6c-b17a-18c67711daf7\",\n        \"id\": \"28906\"\n    },\n    {\n        \"guid\": \"d20d9934-4fd5-47fb-9b73-184e06f8e427\",\n        \"id\": \"28907\"\n    },\n    {\n        \"guid\": \"45279535-09da-4a72-9428-d844ac202e7f\",\n        \"id\": \"28908\"\n    },\n    {\n        \"guid\": \"afcba335-0887-43c6-a1c0-4cde23c3c45b\",\n        \"id\": \"28909\"\n    },\n    {\n        \"guid\": \"bebe8438-711e-408e-8dab-f04a0006302a\",\n        \"id\": \"28910\"\n    },\n    {\n        \"guid\": \"53770139-9d6b-4ad4-bb48-a24f483ee8be\",\n        \"id\": \"28911\"\n    },\n    {\n        \"guid\": \"3a082139-17a9-4400-83f6-e3b48113762b\",\n        \"id\": \"28912\"\n    },\n    {\n        \"guid\": \"da3a8e3a-61b4-49ce-9bd9-9806d5219de7\",\n        \"id\": \"28913\"\n    },\n    {\n        \"guid\": \"b7177d3b-99ec-44fe-a702-27efbbeadbef\",\n        \"id\": \"28914\"\n    },\n    {\n        \"guid\": \"62a48f3b-b0d8-49dd-a2b4-cf9d155aa543\",\n        \"id\": \"28915\"\n    },\n    {\n        \"guid\": \"bc48153c-0e6a-49db-949c-02bc58e87eb4\",\n        \"id\": \"28916\"\n    },\n    {\n        \"guid\": \"0fb0493c-02e3-4b54-9ce4-512e10acabcb\",\n        \"id\": \"28917\"\n    },\n    {\n        \"guid\": \"dd5ade3c-9f68-4848-ad73-fa3226dc311f\",\n        \"id\": \"28918\"\n    },\n    {\n        \"guid\": \"66f7253d-92e2-47eb-925e-06d3651d5fa5\",\n        \"id\": \"28919\"\n    },\n    {\n        \"guid\": \"f3c06f3e-174b-4508-89c2-a5896f3a5352\",\n        \"id\": \"28920\"\n    },\n    {\n        \"guid\": \"a3a1de3e-ff98-464d-8d0d-6ec936f6b39b\",\n        \"id\": \"28921\"\n    },\n    {\n        \"guid\": \"f0cff73e-a02b-44ab-a951-3f1431584e18\",\n        \"id\": \"28922\"\n    },\n    {\n        \"guid\": \"a7d41a3f-8280-456e-a6bf-2c88f67df231\",\n        \"id\": \"28923\"\n    },\n    {\n        \"guid\": \"63372841-100d-47cb-868c-0558228b49a3\",\n        \"id\": \"28924\"\n    },\n    {\n        \"guid\": \"16943441-0138-4726-971d-ab7bf34858e5\",\n        \"id\": \"28925\"\n    },\n    {\n        \"guid\": \"5dabce42-a666-4644-b6b8-ce339a600de5\",\n        \"id\": \"28926\"\n    },\n    {\n        \"guid\": \"a33af543-3cb7-4027-89d3-4fffcfeca6ee\",\n        \"id\": \"28927\"\n    },\n    {\n        \"guid\": \"b8b61d44-e6d1-459d-a25c-cc358fa745fb\",\n        \"id\": \"28928\"\n    },\n    {\n        \"guid\": \"d75a5244-58b1-4b0b-b833-994d890842e5\",\n        \"id\": \"28929\"\n    },\n    {\n        \"guid\": \"110fb944-3a5d-43ec-815f-13f867c1a32b\",\n        \"id\": \"28930\"\n    },\n    {\n        \"guid\": \"a4c0ff47-e3cb-46c0-bee6-6bf1529292d0\",\n        \"id\": \"28931\"\n    },\n    {\n        \"guid\": \"9ef3af4a-777f-4865-b52f-cde3428e6e2b\",\n        \"id\": \"28932\"\n    },\n    {\n        \"guid\": \"db212a4b-10f6-4cbe-a61b-0ad178a43535\",\n        \"id\": \"28933\"\n    },\n    {\n        \"guid\": \"abcc4c4b-b817-4daa-b720-794ba4544c78\",\n        \"id\": \"28934\"\n    },\n    {\n        \"guid\": \"507b374e-b423-463c-8cc6-9bc5b1568212\",\n        \"id\": \"28935\"\n    },\n    {\n        \"guid\": \"f4a7854e-af78-4da1-ac1c-7e46a46e1fd7\",\n        \"id\": \"28936\"\n    },\n    {\n        \"guid\": \"5a1f4e4f-8f10-4e75-bdcc-cde05d0a2b85\",\n        \"id\": \"28937\"\n    },\n    {\n        \"guid\": \"f516d24f-701a-4655-8e1f-1ed5266dff66\",\n        \"id\": \"28938\"\n    },\n    {\n        \"guid\": \"a24ebc50-8568-42d0-a3c5-b3b0272e2c74\",\n        \"id\": \"28939\"\n    },\n    {\n        \"guid\": \"6a596a51-8abe-4038-b0c8-a561522bf90c\",\n        \"id\": \"28940\"\n    },\n    {\n        \"guid\": \"0b05b251-9f3c-47ad-a30f-ff12766b748d\",\n        \"id\": \"28941\"\n    },\n    {\n        \"guid\": \"11be8753-3808-4799-bb18-bb0ce40491d3\",\n        \"id\": \"28942\"\n    },\n    {\n        \"guid\": \"42e61154-a5a7-42f0-b597-17dc3c5e3c2e\",\n        \"id\": \"28943\"\n    },\n    {\n        \"guid\": \"17d53254-a00a-429c-b291-5d6422428843\",\n        \"id\": \"28944\"\n    },\n    {\n        \"guid\": \"56d0c854-1a60-489d-9755-6a4d7e71f882\",\n        \"id\": \"28945\"\n    },\n    {\n        \"guid\": \"2caf3855-d401-4ac2-b552-7f5270487283\",\n        \"id\": \"28946\"\n    },\n    {\n        \"guid\": \"c801a656-e896-4b07-9d7b-17e8eb3a911d\",\n        \"id\": \"28947\"\n    },\n    {\n        \"guid\": \"a1c4f25a-1260-41a5-bac8-97556a57b236\",\n        \"id\": \"28948\"\n    },\n    {\n        \"guid\": \"c43e0f5b-1121-44a9-8f07-42cc88038dd8\",\n        \"id\": \"28949\"\n    },\n    {\n        \"guid\": \"3e8bcc5c-b0c2-4e09-9e32-8069c85af83a\",\n        \"id\": \"28950\"\n    },\n    {\n        \"guid\": \"ab0e8a5d-e0f1-4eb0-82ae-298a98c158c2\",\n        \"id\": \"28951\"\n    },\n    {\n        \"guid\": \"4a1b0e5e-e593-4599-9512-315a54cf43e6\",\n        \"id\": \"28952\"\n    },\n    {\n        \"guid\": \"a09ccf5e-8773-4e9b-8064-3078b2131430\",\n        \"id\": \"28953\"\n    },\n    {\n        \"guid\": \"8f224f61-3399-4837-bf64-200445f5579b\",\n        \"id\": \"28954\"\n    },\n    {\n        \"guid\": \"56780b62-88ff-4b79-8abe-46a3dfb513f8\",\n        \"id\": \"28955\"\n    },\n    {\n        \"guid\": \"abac2d62-ad16-4cef-ba0b-e611bf94da30\",\n        \"id\": \"28956\"\n    },\n    {\n        \"guid\": \"87319162-182d-4198-856f-da8ee80d8cc1\",\n        \"id\": \"28957\"\n    },\n    {\n        \"guid\": \"f41c6867-1c6e-4e4c-9a81-b67e72793de6\",\n        \"id\": \"28958\"\n    },\n    {\n        \"guid\": \"8152a668-0af3-4760-9348-ea4c3f359635\",\n        \"id\": \"28959\"\n    },\n    {\n        \"guid\": \"b0671c69-552f-4586-82be-a31092dc32c2\",\n        \"id\": \"28960\"\n    },\n    {\n        \"guid\": \"e7826969-5392-43f1-9179-8810377b3d40\",\n        \"id\": \"28961\"\n    },\n    {\n        \"guid\": \"ccd8666c-bfbb-46cb-807c-b42413e62d5a\",\n        \"id\": \"28962\"\n    },\n    {\n        \"guid\": \"0ff6716e-77b2-4207-9c99-cb6db8325678\",\n        \"id\": \"28963\"\n    },\n    {\n        \"guid\": \"2fe7616f-d9ae-4e25-91f9-76db07a12b83\",\n        \"id\": \"28964\"\n    },\n    {\n        \"guid\": \"cf827670-7a4c-4d5a-a651-79570bfb1f76\",\n        \"id\": \"28965\"\n    },\n    {\n        \"guid\": \"e9c27670-8d7d-4501-9afc-053727154677\",\n        \"id\": \"28966\"\n    },\n    {\n        \"guid\": \"ee99c872-31b3-4d63-ab6d-8b6bbfb88d6c\",\n        \"id\": \"28967\"\n    },\n    {\n        \"guid\": \"478d7173-f09e-4899-aba7-6c8dbf672405\",\n        \"id\": \"28968\"\n    },\n    {\n        \"guid\": \"5102b873-5fab-45b7-a2d0-f83ddee8d345\",\n        \"id\": \"28969\"\n    },\n    {\n        \"guid\": \"36aa7b74-b8ac-4f6a-8a56-6115f35100cc\",\n        \"id\": \"28970\"\n    },\n    {\n        \"guid\": \"b1814775-9619-4b72-80e9-882e512cf476\",\n        \"id\": \"28971\"\n    },\n    {\n        \"guid\": \"70dcae75-94be-4980-b62c-dc81bb14ff93\",\n        \"id\": \"28972\"\n    },\n    {\n        \"guid\": \"4cb51377-dc4d-4d9c-ba53-3856aff6ef64\",\n        \"id\": \"28973\"\n    },\n    {\n        \"guid\": \"a97c5f78-13b3-4cc9-8ca8-cb69273f5bd8\",\n        \"id\": \"28974\"\n    },\n    {\n        \"guid\": \"4ba76a78-2f46-48dd-8af4-6bb8e5af7084\",\n        \"id\": \"28975\"\n    },\n    {\n        \"guid\": \"521d5d79-9948-46b9-86c4-344c86b188b5\",\n        \"id\": \"28976\"\n    },\n    {\n        \"guid\": \"435d6179-dbf0-426a-a380-8eb617e01de4\",\n        \"id\": \"28977\"\n    },\n    {\n        \"guid\": \"cac0907c-6c48-451c-b354-56b4641c1e96\",\n        \"id\": \"28978\"\n    },\n    {\n        \"guid\": \"353f987c-5499-45c3-8ea4-04f509f5c5b9\",\n        \"id\": \"28979\"\n    },\n    {\n        \"guid\": \"8412337d-5b32-471f-a5f3-e46f43deb555\",\n        \"id\": \"28980\"\n    },\n    {\n        \"guid\": \"ffc6ae7f-93fe-4e80-badb-61bbc0bbfc85\",\n        \"id\": \"28981\"\n    },\n    {\n        \"guid\": \"0abef57f-156d-4c53-bb19-ffa01df1864b\",\n        \"id\": \"28982\"\n    },\n    {\n        \"guid\": \"182a0880-9337-49f7-9ef9-3673505c4c47\",\n        \"id\": \"28983\"\n    },\n    {\n        \"guid\": \"ddeb4880-8d29-4d55-b376-4c4aff051b14\",\n        \"id\": \"28984\"\n    },\n    {\n        \"guid\": \"7b5d1182-c92f-4b2e-950a-0cf9c626c96e\",\n        \"id\": \"28985\"\n    },\n    {\n        \"guid\": \"bbbe2983-5687-4f7a-b851-1857c68bfcb3\",\n        \"id\": \"28986\"\n    },\n    {\n        \"guid\": \"ee35ad84-b029-481a-b600-c9e17da63d7d\",\n        \"id\": \"28987\"\n    },\n    {\n        \"guid\": \"06b36486-aafc-4cde-ac5c-d54281e4bae8\",\n        \"id\": \"28988\"\n    },\n    {\n        \"guid\": \"7c600087-15cb-4abb-bed5-9841adba3459\",\n        \"id\": \"28989\"\n    },\n    {\n        \"guid\": \"929db387-33ff-45fc-af15-aa10763afb3b\",\n        \"id\": \"28990\"\n    },\n    {\n        \"guid\": \"4910d787-840b-4e63-90de-0235847d1509\",\n        \"id\": \"28991\"\n    },\n    {\n        \"guid\": \"a272e187-0271-4572-b3f4-b2783042b384\",\n        \"id\": \"28992\"\n    },\n    {\n        \"guid\": \"2cfaf887-8ec9-4aa2-85af-62413c884f95\",\n        \"id\": \"28993\"\n    },\n    {\n        \"guid\": \"3d7a268a-5abb-4f16-9623-72ffa7d32a51\",\n        \"id\": \"28994\"\n    },\n    {\n        \"guid\": \"612f068b-0e89-4dda-a656-0d961d27595d\",\n        \"id\": \"28995\"\n    },\n    {\n        \"guid\": \"15b2198b-2177-491f-83ef-4e64d8d36156\",\n        \"id\": \"28996\"\n    },\n    {\n        \"guid\": \"106f2a8b-3006-4864-aaf0-d07ea744b6f1\",\n        \"id\": \"28997\"\n    },\n    {\n        \"guid\": \"f3831d8c-b76a-4c2c-87fe-f659f1bd8328\",\n        \"id\": \"28998\"\n    },\n    {\n        \"guid\": \"59b1ab8c-3f72-4a7b-8715-3a0124d7bf9d\",\n        \"id\": \"28999\"\n    },\n    {\n        \"guid\": \"70a6d08c-f384-428e-b950-1a741c86b400\",\n        \"id\": \"29000\"\n    },\n    {\n        \"guid\": \"e6d72293-7fbe-4792-adc5-561e74c62910\",\n        \"id\": \"29001\"\n    },\n    {\n        \"guid\": \"2d482694-1287-40bd-917e-ef53c664aecb\",\n        \"id\": \"29002\"\n    },\n    {\n        \"guid\": \"19215695-f34b-4f04-8e6a-676afaf8d7f9\",\n        \"id\": \"29003\"\n    },\n    {\n        \"guid\": \"0dc29f95-b31e-45b7-b63b-80eea3303c48\",\n        \"id\": \"29004\"\n    },\n    {\n        \"guid\": \"c5f25d97-91ad-48c8-96e2-99eac6fbb3f1\",\n        \"id\": \"29005\"\n    },\n    {\n        \"guid\": \"59d56497-cbbf-45a7-9a2c-30039a7979a1\",\n        \"id\": \"29006\"\n    },\n    {\n        \"guid\": \"6ab9a598-d840-4d13-baa1-e3c04bd5d0ac\",\n        \"id\": \"29007\"\n    },\n    {\n        \"guid\": \"cc30149a-f7b4-46cc-a02d-eb9165ca485e\",\n        \"id\": \"29008\"\n    },\n    {\n        \"guid\": \"d49c4c9a-b0a5-4a13-a2cc-b1a4580b55c6\",\n        \"id\": \"29009\"\n    },\n    {\n        \"guid\": \"76c3739a-a466-43a6-b343-b04a5c8f773e\",\n        \"id\": \"29010\"\n    },\n    {\n        \"guid\": \"ca1cea9a-ef12-40d6-b2c6-f800376726e0\",\n        \"id\": \"29011\"\n    },\n    {\n        \"guid\": \"7cb8149b-ab87-4a5e-9338-289c4e4a6e62\",\n        \"id\": \"29012\"\n    },\n    {\n        \"guid\": \"e862759b-7d8a-4c70-9863-791062221fcd\",\n        \"id\": \"29013\"\n    },\n    {\n        \"guid\": \"bf6e0a9d-ed6a-4e65-a0d0-6c25cff01b00\",\n        \"id\": \"29014\"\n    },\n    {\n        \"guid\": \"37d0209d-d4ad-4422-8959-2967b0323d20\",\n        \"id\": \"29015\"\n    },\n    {\n        \"guid\": \"1eaae59d-f074-4611-b835-998bdf91c32d\",\n        \"id\": \"29016\"\n    },\n    {\n        \"guid\": \"9725f69e-600c-44d9-99c3-6938c1a0c3cc\",\n        \"id\": \"29017\"\n    },\n    {\n        \"guid\": \"75fd1a9f-3d4b-4eee-bc23-04fe2ed8c174\",\n        \"id\": \"29018\"\n    },\n    {\n        \"guid\": \"8ddd76a0-f610-4ff0-8550-4b95d0c3e311\",\n        \"id\": \"29019\"\n    },\n    {\n        \"guid\": \"108cb6a1-7d8c-4c3d-9784-2f292e189386\",\n        \"id\": \"29020\"\n    },\n    {\n        \"guid\": \"5f4788a3-d71b-41c4-9744-a34c75f218d1\",\n        \"id\": \"29021\"\n    },\n    {\n        \"guid\": \"894818a4-429f-4f5b-a208-dd489db008fe\",\n        \"id\": \"29022\"\n    },\n    {\n        \"guid\": \"4b2e80a5-e0de-463d-ac06-da0c48378d45\",\n        \"id\": \"29023\"\n    },\n    {\n        \"guid\": \"5f4621a6-a54f-4583-9639-ba858ccbc19e\",\n        \"id\": \"29024\"\n    },\n    {\n        \"guid\": \"334498a6-43e1-4ee8-8602-5dda9dde979d\",\n        \"id\": \"29025\"\n    },\n    {\n        \"guid\": \"07ea2fa7-2d52-4f94-898e-3b1eb3b02473\",\n        \"id\": \"29026\"\n    },\n    {\n        \"guid\": \"d804d2a7-58d1-4da4-9775-e84eeb510621\",\n        \"id\": \"29027\"\n    },\n    {\n        \"guid\": \"2c5eeaa7-7031-42c4-896b-ea58bba2572d\",\n        \"id\": \"29028\"\n    },\n    {\n        \"guid\": \"b88593a9-0cea-483c-8a7a-afb58bb3f979\",\n        \"id\": \"29029\"\n    },\n    {\n        \"guid\": \"326628ac-3eda-49fe-a9d1-5a225554a0dd\",\n        \"id\": \"29030\"\n    },\n    {\n        \"guid\": \"f596bfac-a2be-460e-96ba-09d9c1aaa72f\",\n        \"id\": \"29031\"\n    },\n    {\n        \"guid\": \"4ddd66ad-1b99-4ade-b6bf-9a73dc34010a\",\n        \"id\": \"29032\"\n    },\n    {\n        \"guid\": \"2f7220ae-2cd8-4b61-a32a-451942a1c70c\",\n        \"id\": \"29033\"\n    },\n    {\n        \"guid\": \"98b23aae-da02-4041-9030-6ca49b6e8c2d\",\n        \"id\": \"29034\"\n    },\n    {\n        \"guid\": \"407a74ae-eecd-45e1-bb21-77b6bc493367\",\n        \"id\": \"29035\"\n    },\n    {\n        \"guid\": \"4bb069af-e98d-4159-aaeb-dc3a434c0bc5\",\n        \"id\": \"29036\"\n    },\n    {\n        \"guid\": \"acb411b0-dd6b-4fe6-bc02-8482e2a57f1e\",\n        \"id\": \"29037\"\n    },\n    {\n        \"guid\": \"93b857b0-f65a-4cba-9db9-98a23c2710dc\",\n        \"id\": \"29038\"\n    },\n    {\n        \"guid\": \"40f9d3b0-a274-42a5-b990-80ae2aa13671\",\n        \"id\": \"29039\"\n    },\n    {\n        \"guid\": \"1d64eeb1-97b5-423c-8cbe-497d6d3cb989\",\n        \"id\": \"29040\"\n    },\n    {\n        \"guid\": \"3e9656b2-3626-40ec-97c9-68b519a405ca\",\n        \"id\": \"29041\"\n    },\n    {\n        \"guid\": \"28424bb3-165d-400d-857f-daa57a727186\",\n        \"id\": \"29042\"\n    },\n    {\n        \"guid\": \"0bba3eb5-f9eb-4fce-8460-2e8b6f5075d3\",\n        \"id\": \"29043\"\n    },\n    {\n        \"guid\": \"64cc6ab5-e9e5-44f5-a328-49a0319df1dc\",\n        \"id\": \"29044\"\n    },\n    {\n        \"guid\": \"5ff8b5b6-a719-4ba8-9574-dd5388eb82de\",\n        \"id\": \"29045\"\n    },\n    {\n        \"guid\": \"3bb7a9b7-ebbf-4bfb-990d-5b7a1ed8db57\",\n        \"id\": \"29046\"\n    },\n    {\n        \"guid\": \"f41a71b8-c54b-49dd-8245-9327a406d97c\",\n        \"id\": \"29047\"\n    },\n    {\n        \"guid\": \"ee1f8bb8-e503-49a8-bd5b-170d64400d82\",\n        \"id\": \"29048\"\n    },\n    {\n        \"guid\": \"ab9bb6b8-60d4-4e34-9270-2c26aeeb600d\",\n        \"id\": \"29049\"\n    },\n    {\n        \"guid\": \"8c2655ba-30b9-487c-a520-d6d056fef1f4\",\n        \"id\": \"29050\"\n    },\n    {\n        \"guid\": \"5fb684ba-8d67-4161-be61-6bf1d2dd446c\",\n        \"id\": \"29051\"\n    },\n    {\n        \"guid\": \"1f9cbaba-0477-489e-a406-ee3dcf7a59ec\",\n        \"id\": \"29052\"\n    },\n    {\n        \"guid\": \"bff8deba-b753-4bdf-922e-b20eb6e13666\",\n        \"id\": \"29053\"\n    },\n    {\n        \"guid\": \"e8a128bb-d75a-40f3-931d-591de2fab947\",\n        \"id\": \"29054\"\n    },\n    {\n        \"guid\": \"30119abb-1162-4912-a265-9adf521da240\",\n        \"id\": \"29055\"\n    },\n    {\n        \"guid\": \"94683fbc-f392-4424-a998-aa129ce4a6da\",\n        \"id\": \"29056\"\n    },\n    {\n        \"guid\": \"c23643bd-8129-4d1b-9217-4aa52a05633f\",\n        \"id\": \"29057\"\n    },\n    {\n        \"guid\": \"aa634fbd-1a84-4967-945a-4cf15c250032\",\n        \"id\": \"29058\"\n    },\n    {\n        \"guid\": \"cd8265bd-6b4d-433e-9016-2f589b2ee661\",\n        \"id\": \"29059\"\n    },\n    {\n        \"guid\": \"c1b618be-baef-4a77-8c0a-b485a353e20e\",\n        \"id\": \"29060\"\n    },\n    {\n        \"guid\": \"513ddfbe-b6fc-408f-a3c9-3ae2d0e2071e\",\n        \"id\": \"29061\"\n    },\n    {\n        \"guid\": \"0bdf04bf-5d9d-4f79-b9d9-e8c361275daf\",\n        \"id\": \"29062\"\n    },\n    {\n        \"guid\": \"4de027bf-c4c2-4220-a7cc-55337537a245\",\n        \"id\": \"29063\"\n    },\n    {\n        \"guid\": \"a3bb9abf-c324-4a46-94de-e5d413c99640\",\n        \"id\": \"29064\"\n    },\n    {\n        \"guid\": \"de163cc0-f0ec-4db4-841c-9e8d501a560e\",\n        \"id\": \"29065\"\n    },\n    {\n        \"guid\": \"94769bc1-9237-4b9a-87eb-b6bf6a6b0e9e\",\n        \"id\": \"29066\"\n    },\n    {\n        \"guid\": \"3838f8c2-4f5c-4986-9000-fb036d720325\",\n        \"id\": \"29067\"\n    },\n    {\n        \"guid\": \"0fb442c5-a6c0-4903-87fb-b4d764c734d1\",\n        \"id\": \"29068\"\n    },\n    {\n        \"guid\": \"065f89c6-e350-4159-9aed-6820196ed201\",\n        \"id\": \"29069\"\n    },\n    {\n        \"guid\": \"ef74a7c8-997e-4bb8-80ab-edceb7fa352d\",\n        \"id\": \"29070\"\n    },\n    {\n        \"guid\": \"3e8f18c9-316d-4461-80b6-a83b6d00e44f\",\n        \"id\": \"29071\"\n    },\n    {\n        \"guid\": \"d3f7c6c9-ad59-4b3c-abb7-78f764f80362\",\n        \"id\": \"29072\"\n    },\n    {\n        \"guid\": \"0e4bfcc9-7137-4f33-992a-e70cf17334af\",\n        \"id\": \"29073\"\n    },\n    {\n        \"guid\": \"7c4328ca-5fff-4f4e-b951-af0ee1c37d55\",\n        \"id\": \"29074\"\n    },\n    {\n        \"guid\": \"8ed442ca-c809-497c-93b3-c50b57115d3d\",\n        \"id\": \"29075\"\n    },\n    {\n        \"guid\": \"0e738bca-c404-402b-b3d4-7c7d4944efe6\",\n        \"id\": \"29076\"\n    },\n    {\n        \"guid\": \"8b8ec2cb-f268-49d1-9fda-534b91e54583\",\n        \"id\": \"29077\"\n    },\n    {\n        \"guid\": \"cec2e9cb-9151-4b72-a3a6-2ebda7e2b2d4\",\n        \"id\": \"29078\"\n    },\n    {\n        \"guid\": \"11b6a9cc-c9a2-4aba-86cd-d0601e07c827\",\n        \"id\": \"29079\"\n    },\n    {\n        \"guid\": \"bcc7dccc-a5e6-4a64-bba1-309bdbc94d46\",\n        \"id\": \"29080\"\n    },\n    {\n        \"guid\": \"b73604ce-3cea-4230-b348-1986a7918fae\",\n        \"id\": \"29081\"\n    },\n    {\n        \"guid\": \"ee98d0d1-ed87-46ff-9dd3-e93dd3ff6789\",\n        \"id\": \"29082\"\n    },\n    {\n        \"guid\": \"9cf1e9d1-ba10-4d28-86ee-59e0a25a6ab2\",\n        \"id\": \"29083\"\n    },\n    {\n        \"guid\": \"2fc83dd2-9aca-4fdc-85e3-338818e1aa04\",\n        \"id\": \"29084\"\n    },\n    {\n        \"guid\": \"163a2cd4-c83f-4559-8130-838e1f024258\",\n        \"id\": \"29085\"\n    },\n    {\n        \"guid\": \"e3bc86d4-a43e-4dde-a4cb-476dfa34a1cf\",\n        \"id\": \"29086\"\n    },\n    {\n        \"guid\": \"484e4ed5-0236-492c-8560-0d8fb9288c04\",\n        \"id\": \"29087\"\n    },\n    {\n        \"guid\": \"9131a4d6-b41c-4164-b228-b05186f54fab\",\n        \"id\": \"29088\"\n    },\n    {\n        \"guid\": \"dc41e7d7-c860-4fed-ab0a-d9aef1c59ffa\",\n        \"id\": \"29089\"\n    },\n    {\n        \"guid\": \"5df563d8-778d-44d2-b0f3-058ccfe732fc\",\n        \"id\": \"29090\"\n    },\n    {\n        \"guid\": \"385f6cda-3461-4827-bd85-8c4cc494366d\",\n        \"id\": \"29091\"\n    },\n    {\n        \"guid\": \"8ff8cdda-f8c3-4dc4-a3f8-70f82280de22\",\n        \"id\": \"29092\"\n    },\n    {\n        \"guid\": \"261ed6da-7043-4241-ba2c-fbd1ca0053d7\",\n        \"id\": \"29093\"\n    },\n    {\n        \"guid\": \"0e539bdb-5a35-4573-98cc-324c793721bd\",\n        \"id\": \"29094\"\n    },\n    {\n        \"guid\": \"2d4afbdb-2d08-4d25-beaa-1c756e9d87af\",\n        \"id\": \"29095\"\n    },\n    {\n        \"guid\": \"adef5bdd-c4e9-45d9-8c8c-6f0d80e8b69e\",\n        \"id\": \"29096\"\n    },\n    {\n        \"guid\": \"c319a9de-c921-4c80-ae38-7b0f3e496aa1\",\n        \"id\": \"29097\"\n    },\n    {\n        \"guid\": \"2c3fd1de-c872-405f-8170-8339fa8146f8\",\n        \"id\": \"29098\"\n    },\n    {\n        \"guid\": \"0e4028df-7a13-4649-811c-901a5c88e63d\",\n        \"id\": \"29099\"\n    },\n    {\n        \"guid\": \"ff0990e0-f4fd-4f87-8919-7383edb4b24a\",\n        \"id\": \"29100\"\n    },\n    {\n        \"guid\": \"f695fde0-3f94-4530-abf9-7fd0e5e88457\",\n        \"id\": \"29101\"\n    },\n    {\n        \"guid\": \"e1b291e1-80ba-45c9-9da8-dc83f36a0c17\",\n        \"id\": \"29102\"\n    },\n    {\n        \"guid\": \"147865e2-5329-438a-b37f-3affebc5937f\",\n        \"id\": \"29103\"\n    },\n    {\n        \"guid\": \"37956de2-c78c-419d-bdfa-96de64244eb3\",\n        \"id\": \"29104\"\n    },\n    {\n        \"guid\": \"9e15efe2-aeac-40fa-9d06-65b58139fc76\",\n        \"id\": \"29105\"\n    },\n    {\n        \"guid\": \"78ce7ce3-aba8-4570-a7d7-038e46cd3b71\",\n        \"id\": \"29106\"\n    },\n    {\n        \"guid\": \"894284e4-ba70-4b89-8725-467fd975c041\",\n        \"id\": \"29107\"\n    },\n    {\n        \"guid\": \"f581cae4-9d13-456b-a180-fca24d87b9c6\",\n        \"id\": \"29108\"\n    },\n    {\n        \"guid\": \"2aef75e5-a454-4e57-9c20-03d15aed2d0a\",\n        \"id\": \"29109\"\n    },\n    {\n        \"guid\": \"a09335e6-e752-425c-ba68-3e8235f530c2\",\n        \"id\": \"29110\"\n    },\n    {\n        \"guid\": \"df2279e7-23e4-4876-a7f2-a6aa5f2c2b19\",\n        \"id\": \"29111\"\n    },\n    {\n        \"guid\": \"645ae6e8-f7ee-4e69-bab7-44581d144da8\",\n        \"id\": \"29112\"\n    },\n    {\n        \"guid\": \"4d2d47ea-739a-4c50-809d-67499795a08a\",\n        \"id\": \"29113\"\n    },\n    {\n        \"guid\": \"5af969ea-7474-4138-9bf6-ef39e1fe04e1\",\n        \"id\": \"29114\"\n    },\n    {\n        \"guid\": \"f6b3a3ea-3d2d-4553-bd02-3ce7ddd7ad81\",\n        \"id\": \"29115\"\n    },\n    {\n        \"guid\": \"a66ce4ea-9966-4361-85e3-61c5f8d34071\",\n        \"id\": \"29116\"\n    },\n    {\n        \"guid\": \"328971eb-c691-4921-bea9-abd0308db9aa\",\n        \"id\": \"29117\"\n    },\n    {\n        \"guid\": \"f850f9ee-b3e1-4373-aed6-b37eda1751ef\",\n        \"id\": \"29118\"\n    },\n    {\n        \"guid\": \"51d103ef-fd9b-439a-8f73-ed6439a02a36\",\n        \"id\": \"29119\"\n    },\n    {\n        \"guid\": \"c116acef-6cc2-4737-9fdb-8aa0af3cfc50\",\n        \"id\": \"29120\"\n    },\n    {\n        \"guid\": \"9767caef-2a2a-4744-b7fd-bafc09b113f0\",\n        \"id\": \"29121\"\n    },\n    {\n        \"guid\": \"471333f0-d333-44ee-830f-fb34165b342a\",\n        \"id\": \"29122\"\n    },\n    {\n        \"guid\": \"7dbbaff0-b55a-4f33-8fd4-9dc33f59a280\",\n        \"id\": \"29123\"\n    },\n    {\n        \"guid\": \"d7f2c1f0-f3d3-4d8f-a898-035d75e2f6f0\",\n        \"id\": \"29124\"\n    },\n    {\n        \"guid\": \"f598e4f0-f835-4aca-9ecd-ce1160cb384e\",\n        \"id\": \"29125\"\n    },\n    {\n        \"guid\": \"b9a6b5f2-1be8-465f-9046-648da0d48c01\",\n        \"id\": \"29126\"\n    },\n    {\n        \"guid\": \"bddc75f4-8e27-4afc-add0-de7358bbf6d3\",\n        \"id\": \"29127\"\n    },\n    {\n        \"guid\": \"f01d6af5-a0ea-48d5-9f65-08a640226fbd\",\n        \"id\": \"29128\"\n    },\n    {\n        \"guid\": \"21c594f5-ffa6-4744-a300-989626a13672\",\n        \"id\": \"29129\"\n    },\n    {\n        \"guid\": \"47439af8-c7fe-45ef-9341-eaab85594311\",\n        \"id\": \"29130\"\n    },\n    {\n        \"guid\": \"97e02bf9-0e22-41da-854f-cff85dd8b099\",\n        \"id\": \"29131\"\n    },\n    {\n        \"guid\": \"4c02a9fa-1adb-42d2-9c33-bf37871bd94d\",\n        \"id\": \"29132\"\n    },\n    {\n        \"guid\": \"857732fb-7721-4d42-9d8c-6ab16ccae883\",\n        \"id\": \"29133\"\n    },\n    {\n        \"guid\": \"697795fb-88ee-4cc9-93e4-e363ae8be74b\",\n        \"id\": \"29134\"\n    },\n    {\n        \"guid\": \"20819cfb-7c5f-411d-bdcc-b1d94392e651\",\n        \"id\": \"29135\"\n    },\n    {\n        \"guid\": \"e40bd7fb-0f08-4c40-935b-d2047ad78b31\",\n        \"id\": \"29136\"\n    },\n    {\n        \"guid\": \"844826fc-e1b9-4f9f-8563-09086f90f547\",\n        \"id\": \"29137\"\n    },\n    {\n        \"guid\": \"f6eb65fc-3548-4622-8cbf-423c32d7b2f4\",\n        \"id\": \"29138\"\n    },\n    {\n        \"guid\": \"2a91b0fd-1d30-4460-a431-a7a28aa69007\",\n        \"id\": \"29139\"\n    },\n    {\n        \"guid\": \"bf05dffd-1666-4b81-8d8d-074ff06cea3a\",\n        \"id\": \"29140\"\n    },\n    {\n        \"guid\": \"6aa52afe-b294-4f4f-ade0-fe45695e3f9a\",\n        \"id\": \"29141\"\n    },\n    {\n        \"guid\": \"1f699502-3d93-4e06-99de-1cc070a8decf\",\n        \"id\": \"29142\"\n    },\n    {\n        \"guid\": \"69648f0d-f592-413a-8bd7-f5790e8db78d\",\n        \"id\": \"29143\"\n    },\n    {\n        \"guid\": \"ef07950f-92b2-4bc5-9df0-2e1bffab3117\",\n        \"id\": \"29144\"\n    },\n    {\n        \"guid\": \"f28c8c23-6fb6-4f4a-9ccf-dd59aa0cd592\",\n        \"id\": \"29145\"\n    },\n    {\n        \"guid\": \"76078b2a-cc8e-4ce5-9c3a-8d19eab3d7d5\",\n        \"id\": \"29146\"\n    },\n    {\n        \"guid\": \"215ad52a-875f-4ef0-af16-194d1baf9ac0\",\n        \"id\": \"29147\"\n    },\n    {\n        \"guid\": \"9edb9d33-94e0-42ba-8535-7500fac22eff\",\n        \"id\": \"29148\"\n    },\n    {\n        \"guid\": \"18942e34-8dd4-471c-9bc2-503d2e7e25ce\",\n        \"id\": \"29149\"\n    },\n    {\n        \"guid\": \"1c426e35-2741-4c38-af9c-0b3d29c6de80\",\n        \"id\": \"29150\"\n    },\n    {\n        \"guid\": \"e538cb37-d8ba-49a6-bf52-18037407254c\",\n        \"id\": \"29151\"\n    },\n    {\n        \"guid\": \"60363d50-27cf-4ee5-a96f-3535f6fa0009\",\n        \"id\": \"29152\"\n    },\n    {\n        \"guid\": \"0d902052-a429-459e-a9d8-e78aa0d2b348\",\n        \"id\": \"29153\"\n    },\n    {\n        \"guid\": \"f8c0d156-d28c-4d0a-9922-14e9993c98e5\",\n        \"id\": \"29154\"\n    },\n    {\n        \"guid\": \"aca4cc59-8d71-4c81-b1fa-4d34bc8d2c82\",\n        \"id\": \"29155\"\n    },\n    {\n        \"guid\": \"1297a35b-f0e0-4a19-aa81-36a9c41d2c48\",\n        \"id\": \"29156\"\n    },\n    {\n        \"guid\": \"c4aec85b-e515-4f29-9f8a-a3f578da8b3f\",\n        \"id\": \"29157\"\n    },\n    {\n        \"guid\": \"35eda863-4ae6-48fc-8c9b-c90b8b5829ae\",\n        \"id\": \"29158\"\n    },\n    {\n        \"guid\": \"294da769-20d5-4163-943c-33e892b6a334\",\n        \"id\": \"29159\"\n    },\n    {\n        \"guid\": \"2058456f-eeff-48c6-9898-25868f0a4c03\",\n        \"id\": \"29160\"\n    },\n    {\n        \"guid\": \"56b90271-0bcc-4cfe-915f-4d17e571a679\",\n        \"id\": \"29161\"\n    },\n    {\n        \"guid\": \"2ec69171-2ed7-43a5-bee7-c504ed385854\",\n        \"id\": \"29162\"\n    },\n    {\n        \"guid\": \"66928473-03aa-4362-9686-3003e328dcd6\",\n        \"id\": \"29163\"\n    },\n    {\n        \"guid\": \"557d8c77-6dee-4308-b4a9-620049905106\",\n        \"id\": \"29164\"\n    },\n    {\n        \"guid\": \"7bf3ed7b-f388-44b9-a8d0-8efe0e6837c7\",\n        \"id\": \"29165\"\n    },\n    {\n        \"guid\": \"7f42e97c-00a5-40f7-a3bf-6586f71a13c7\",\n        \"id\": \"29166\"\n    },\n    {\n        \"guid\": \"5b709c88-a636-4fcc-916a-03ab537dc76f\",\n        \"id\": \"29167\"\n    },\n    {\n        \"guid\": \"810d0589-f7d4-4808-b606-afe0f8f08bf8\",\n        \"id\": \"29168\"\n    },\n    {\n        \"guid\": \"f3b9a88a-def9-48f8-be08-227f338384bb\",\n        \"id\": \"29169\"\n    },\n    {\n        \"guid\": \"edc29993-2798-48dc-a4d1-d8e96c6721a8\",\n        \"id\": \"29170\"\n    },\n    {\n        \"guid\": \"eb067394-2895-4fbd-a1ca-18ecd82ed6ee\",\n        \"id\": \"29171\"\n    },\n    {\n        \"guid\": \"2fc08499-7a97-47d0-974d-c5d5b5a682b0\",\n        \"id\": \"29172\"\n    },\n    {\n        \"guid\": \"b87fbda9-36c6-4cd0-803d-26ca21d8c95b\",\n        \"id\": \"29173\"\n    },\n    {\n        \"guid\": \"0126a5aa-fbd9-4239-a247-65645883a52e\",\n        \"id\": \"29174\"\n    },\n    {\n        \"guid\": \"dded72ab-6ac1-4e43-8287-1fba72ed0c2d\",\n        \"id\": \"29175\"\n    },\n    {\n        \"guid\": \"66a742af-ad5a-4015-96ab-77ecf73fbf0c\",\n        \"id\": \"29176\"\n    },\n    {\n        \"guid\": \"cb3230b2-9a00-4f92-86cc-d6fbcb479ebc\",\n        \"id\": \"29177\"\n    },\n    {\n        \"guid\": \"361401b4-70fa-42e2-bab4-adb58f1c1601\",\n        \"id\": \"29178\"\n    },\n    {\n        \"guid\": \"86c8e0ba-f6c8-4bb3-a3cf-7ab994604208\",\n        \"id\": \"29179\"\n    },\n    {\n        \"guid\": \"0101d8bc-35b7-4410-a3e2-10d7ab0e8c40\",\n        \"id\": \"29180\"\n    },\n    {\n        \"guid\": \"0952cfbd-8103-4fe5-ad48-39f9cfc3752e\",\n        \"id\": \"29181\"\n    },\n    {\n        \"guid\": \"8d6291c5-5fc3-4d18-9617-214029ac7d48\",\n        \"id\": \"29182\"\n    },\n    {\n        \"guid\": \"3c6158c7-d596-4115-8027-3840ce667cb0\",\n        \"id\": \"29183\"\n    },\n    {\n        \"guid\": \"665571c9-a858-4b27-8769-de7efd2e473a\",\n        \"id\": \"29184\"\n    },\n    {\n        \"guid\": \"deb719d5-a53c-4449-b021-ab0f8a5a4e45\",\n        \"id\": \"29185\"\n    },\n    {\n        \"guid\": \"1a07c3d5-4195-43ab-af1d-477787feddaa\",\n        \"id\": \"29186\"\n    },\n    {\n        \"guid\": \"9e4932dc-00a4-445d-b1f9-e8f500d1b0b6\",\n        \"id\": \"29187\"\n    },\n    {\n        \"guid\": \"0a4b48f2-6b41-4cc4-a33a-e728e8f0462f\",\n        \"id\": \"29188\"\n    },\n    {\n        \"guid\": \"6d59d4fc-a413-4b4c-bb55-292d4ee5c276\",\n        \"id\": \"29189\"\n    }\n]"}],"_postman_id":"3e35c127-347a-4bc3-b791-83465e9c3823"}],"id":"e4691fdd-57bb-4f04-9c0f-d395600a492c","_postman_id":"e4691fdd-57bb-4f04-9c0f-d395600a492c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]},"isInherited":true,"source":{"_postman_id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","id":"8f3ab5fd-d29e-41ca-b0d9-ffbb1c9e09c6","name":"OpenDefinery","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":""},{"key":"password","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"671982df-7020-4e87-b56a-c33845e59d18","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"756aa67b-74f7-4624-bb88-18d0d02bf126","type":"text/javascript","exec":[""]}}],"variable":[{"key":"BaseUrl","value":"http://app.opendefinery.com"},{"key":"Username","value":""},{"key":"Password","value":""},{"key":"ParamGuid","value":""},{"key":"CsrfToken","value":""},{"key":"TagUuid","value":""},{"key":"NodeId","value":""},{"key":"CollectionId","value":""},{"key":"AuthToken","value":""}]}