{"info":{"_postman_id":"83da133d-2a7a-402d-ad54-10582f7612b1","name":"Relyence API Documentation","description":"<html><head></head><body><p>The Relyence API (Application Programming Interface) is an advanced way to insert, extract, and update data in your Relyence Analyses. Most Relyence modules currently support calls with our API, which can be useful for integration with other software or further data analysis.</p>\n<h2 id=\"using-the-relyence-api\">Using the Relyence API</h2>\n<p>The first step to begin using the Relyence API is to generate your unique Relyence API Key. Click <a href=\"https://relyence.com/help/user-guide/generating-and-managing-your-relyence-api-key.html\">here</a> to learn how to generate a Relyence API Key.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"36281663","collectionId":"83da133d-2a7a-402d-ad54-10582f7612b1","publishedId":"2sA3s7k9pS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"4f9fca"},"publishDate":"2024-08-22T15:24:05.000Z"},"item":[{"name":"Authorization","item":[{"name":"Get Access Token","id":"7e77abf7-fb26-4538-bad7-82cbdb46306a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Basic < API Key >","description":"<p>string, Replace with your API Key</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text","description":"<p>string, Do not change</p>\n"},{"key":"username","value":"< Relyence Username >","type":"text","description":"<p>string, Replace with Relyence username\nex: <code>user@relyence.com</code></p>\n"},{"key":"password","value":"< Relyence Password >","type":"text","description":"<p>string, Replace with Relyence password\nex: <code>password</code></p>\n"}]},"url":"https://app.relyence.com/token","description":"<p>This function is used for getting your access token, which all other Relyence API functions require. To use this function, you will need your API Key, Relyence Username, and Relyence Password.</p>\n<p>In the request header, replace <code>&lt; API Key &gt;</code> with your API Key. In the Body, replace the approriate placeholders with your Relyence <code>username</code> and <code>password</code>. Running this function will return a Bearer token, which is good for 30 minutes by default. You need to pass this Bearer token in the header of all other requests to use the rest of the Relyence API functions.</p>\n","urlObject":{"protocol":"https","path":["token"],"host":["app","relyence","com"],"query":[],"variable":[]}},"response":[{"id":"acdf9d4d-0214-4cf5-9a52-9a97d283ba11","name":"Relyence Get Access Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic OTJjZDI4MmIkxNTktOGVlZjViMGJkZGUzOjZkOTibPJUIUIBkjoSOnJBnlkLWE3ZDItNGExZC1iYTU1LTVmZTlkNzJlNmJmYw==","description":"string, Replace with your API Key","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text","description":"string, Do not change"},{"key":"username","value":"user@relyence.com","type":"text","description":"string, Replace with Relyence username `user@relyence.com`"},{"key":"password","value":"password","type":"text","description":"string, Replace with Relyence password `password`"}]},"url":"https://app.relyence.com/token"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"access_token\": \"ObEwAw-8dpl6KFelhijZwUXGmujaDYjXaBn0uBm7_9H20A8SpJktIgCi9PIVze-l2SM8hdVwqPw66EfDFr5yCCy_tKb54BR4U7fAKJaFNqDzlVJ_HBY-ZmnftYjIhTC6-LcnIuZoy5HM3Px1rEvDwJEcoRi1DKAVYQBa9aDTg0wvFKTPDP-XRLLzV5-IxtxdfgLAp-1w-MdA9TWh0gxZ__rD70Y1wyBsAlI3uTGu8VMoVt8mSxJ8z8n41dDg8i4xGwZD_xBHsIM8MYr1G_HahhKuAF4Xcug0b2aGsashO7GIJ7NjmMBOGgi35eVkO64bqqqc1ze19NPlXDglC94PnCNvg3AqznewcrkYoVoLAdKCGgGOWqFYze3C5cOmV84wGU0XTIM5YwgFxtd2KTRqaYwkmOHhqz_alj4YJ42igbxpi3OZ1pLOKZwdTNmLVWPVrYnHPLpFbgn3bDOhSv7bavsl-5hujyAwHETNITJtKcl718DqC0iep1NpOQhcJ3Nk8zLQTZqyJgI119gqvEW2BOxOWr6KKzxLFNaGTIYmp4PyM956g\",\r\n    \"token_type\": \"bearer\",\r\n    \"expires_in\": 1799,\r\n    \"refresh_token\": \"d0f87225f4bb50d08f84ca40c290de1d\",\r\n    \"as:client_id\": \"88a14cd5-e826-4acd-857f-e56a58469f3fc\",\r\n    \"userName\": \"user@relyence.com\",\r\n    \".issued\": \"Fri, 16 Aug 2024 1:10:00 GMT\",\r\n    \".expires\": \"Fri, 16 Aug 2024 1:40:00 GMT\"\r\n}"}],"_postman_id":"7e77abf7-fb26-4538-bad7-82cbdb46306a"}],"id":"4507da9f-21cf-499e-b664-6099c3d4fae6","description":"<p>To use any of the Relyence API functions, you must first generate a Bearer token. To do this, you must use the Relyence Get Access Token function.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b5aeb450-ea8e-4f2d-b461-6fa1876758fb","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"92168e2c-fffc-4b5b-902d-87fdb1cb4b00","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"4507da9f-21cf-499e-b664-6099c3d4fae6"},{"name":"General Requests","item":[{"name":"Get Analyses","id":"189fac01-2114-487c-b9c7-5e188fd71c03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/analyses?filetype=<File Type>","description":"<p>Returns a list of analyses associated with the user, including the anaysis names and analysis IDs.</p>\n","urlObject":{"protocol":"https","path":["v1","analyses"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>optional</em> <code>int</code> Type of file to get information of. Leave blank or don't include to bring back only Analyses<br />Ex: <code>0</code> for Analyses, <code>10</code> for Knowledge Banks </p>\n","type":"text/plain"},"key":"filetype","value":"<File Type>"}],"variable":[]}},"response":[{"id":"58d54b30-f8be-41ab-b070-9c9d2dde127b","name":"Get Analyses Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Mws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o-DHBwks-EIpZYBatrB1V2YOUlG3G3DEJPREx_Pp0lunB5KUFyvtBvnkrKNGS5wYuvPIxjEFa2IOA-aEqcm8litRFNYs9h3rYxHFqiKEQIuCPl1Y8irCbEwYgPtC4_t0JS3JNAAlmwqA3Dj9p8LCQ9XmKnztOyHuV11h6QcnEYTmURdcOWEFMnbngSyt-Idb1TjPSN0pCce0Jt5zFQk0KOKJlThbmF9_Q","description":"string, Bearer Token from **Get Access Token**","type":"text"}],"url":"https://app.relyence.com/v1/analyses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 19 Aug 2024 17:00:51 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 66098,\n        \"Name\": \"Test Analysis Project\",\n        \"FileType\": 0,\n        \"ModifiedDate\": \"2024-08-16T13:54:11.687\",\n        \"Status\": null\n    },\n    {\n        \"Id\": 66391,\n        \"Name\": \"Drone Example\",\n        \"FileType\": 0,\n        \"ModifiedDate\": \"2024-06-28T12:49:23.14\",\n        \"Status\": null\n    },\n    {\n        \"Id\": 66631,\n        \"Name\": \"Sample Analysis\",\n        \"FileType\": 0,\n        \"ModifiedDate\": \"2024-06-18T14:40:31.087\",\n        \"Status\": null\n    },\n    {\n        \"Id\": 66730,\n        \"Name\": \"DW_PFMEA-ControlPlanAnalysisTemplate\",\n        \"FileType\": 0,\n        \"ModifiedDate\": \"2024-06-19T17:43:25.26\",\n        \"Status\": null\n    },\n\n]"}],"_postman_id":"189fac01-2114-487c-b9c7-5e188fd71c03"},{"name":"Get All Subsystems","id":"f3853a11-9c28-45e5-b889-ad3a3e29a828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/subsystems?analysisId=<Analysis ID>","description":"<p>Returns a list of subsystems associated with the specified analysis, including subsystem ID and subsystem name. Also includes details about the subsystem heirarchy.</p>\n","urlObject":{"protocol":"https","path":["v1","subsystems"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Analysis to get Subsystems from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"}],"variable":[]}},"response":[{"id":"d4f428fb-828f-4793-8ee7-c605fa5ac601","name":"Get All Subsystems Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Mws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o-DHBwks-EIpZYBatrB1V2YOUlG3G3DEJPREx_Pp0lunB5KUFyvtBvnkrKNGS5wYuvPIxjEFa2IOA-gjc5VXivBghvXvpej4e0qSv_xI1sPDuKvu8HbpIOeLF-EI1dUvXZb0uKhA8NiuXCnECZR6YceL-2X-h6AtggH1KyB_yyvU7sS4fG4C71Hvf-aEqcm8litRFNYs9h3rYxHFqiKEQIuCPl1Y8irCbEwYgPtC4_t0JS3JNAAlmwqA3Dj9p8LCQ9XmKnztOyHuV11h6QcnEYTmURdcOWEFMnbngSyt-A8iMtskW384RIAJsBGddKVjZJn8yZJrUdrJR_MHABT81AoDw3eb6NGlNgNg__nTz0ufT8ByqGRXpdt_LJtSsvqgRi5Ybtq2n73z6NE7T2TTxvrMqpURwlsJI_L5ZHfqzDcrK6ikoAGpStRNCIvJx8_HHVo0NgopVvR5iF5LS_5YnvmtenIrTjA0Ogw1NGY-Idb1TjPSN0pCce0Jt5zFQk0KOKJlThbmF9_Q","description":"string, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://app.relyence.com/v1/subsystems?analysisId=66098","protocol":"https","host":["app","relyence","com"],"path":["v1","subsystems"],"query":[{"key":"analysisId","value":"66098","description":"`int` Analysis ID; ex: `66098`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 19 Aug 2024 17:08:50 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 2550896,\n        \"Name\": \"Test System 1\",\n        \"ParentId\": null,\n        \"Level\": 0,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": -42.520105565181709,\n        \"Specify MTBF\": true,\n        \"Subsystem ID\": 2550896,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    },\n    {\n        \"Id\": 2551122,\n        \"Name\": \"Test System 2\",\n        \"ParentId\": 2550896,\n        \"Level\": 1,\n        \"Parent\": 2550896,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": 6.24934e-7,\n        \"MTBF\": 1600168.9778440602,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 2551122,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    },\n    {\n        \"Id\": 2551125,\n        \"Name\": \"Receiving\",\n        \"ParentId\": null,\n        \"Level\": 1,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": 0,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 2551125,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    },\n    {\n        \"Id\": 2551124,\n        \"Name\": \"Kitting\",\n        \"ParentId\": null,\n        \"Level\": 2,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": 0,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 2551124,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    },\n    {\n        \"Id\": 2551133,\n        \"Name\": \"CCA Receiver\",\n        \"ParentId\": 2551124,\n        \"Level\": 3,\n        \"Parent\": 2551124,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": 0,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 2551133,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    },\n    {\n        \"Id\": 2551132,\n        \"Name\": \"Cut APS/Manual Job\",\n        \"ParentId\": 2551124,\n        \"Level\": 4,\n        \"Parent\": 2551124,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": 0,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 2551132,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    },\n    {\n        \"Id\": 2551131,\n        \"Name\": \"FG Kitting Picking process\",\n        \"ParentId\": 2551124,\n        \"Level\": 5,\n        \"Parent\": 2551124,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": 0,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 2551131,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    },\n    {\n        \"Id\": 2551130,\n        \"Name\": \"Build Kit\",\n        \"ParentId\": 2551124,\n        \"Level\": 6,\n        \"Parent\": 2551124,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": 0,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 2551130,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    },\n    {\n        \"Id\": 2551129,\n        \"Name\": \"Putaway\",\n        \"ParentId\": 2551124,\n        \"Level\": 7,\n        \"Parent\": 2551124,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": 0,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 2551129,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    },\n    {\n        \"Id\": 2551128,\n        \"Name\": \"Inspection (Only Ettus product)\",\n        \"ParentId\": 2551124,\n        \"Level\": 8,\n        \"Parent\": 2551124,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": 0,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 2551128,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    },\n    {\n        \"Id\": 2551123,\n        \"Name\": \"Shipping\",\n        \"ParentId\": null,\n        \"Level\": 3,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": 0,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 2551123,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    }\n]"},{"id":"3df62e6d-e0b6-4c51-94e4-8e0eb2ebaa3e","name":"Get All Subsystems Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer lkDFHIGKsN3-NC2EVIBV3f_mZik8szHRhT38yrj9jXNtgruO8CT9qLoXSTN6JIkWzcG33iSlNXhkUpk8ReTenpb8huV-_ly1__i-F9lLNWRvL97ALU9E75F-Wu9kwBS5JcJw_uVLf3diJPLPpkwmGvAAUmX_cwT2-7Cx5wFHkHyc0FEdvDSk5PD5D_8z7hbwraV9LdcR560qrAuAGv_FfuFnhtrJecZhm-W3cou90oJyzqDQ1_-cOqzSSBC4wgKAm9Jr5BFy-ngJIWFjPPu1vmORpoQE0Pb2ykYyzq77wyon-SvNUQIfcQNw-Llmif6-PNq1z9H5CLRA2deQFt4qZUXXaJhMxksemn7gZ5ZFIdRonO2q_Tu8-SThNHd-_lwoHSKsOkZV-G4X7O4wN85XHSpsfUY17AcjyuNj8cjiXz3-VL26vRlPYynnkhbnTFGS0JfZr-6-3v-uEuuLffSN5mwUxTw5u-Wvyhaokvvdwd_nS2g_v93ZGzDnA2k6vEiteLMsHHDROb48NISE6thjwUPsDS8aBbX09DYAbS_HMapj0Ooa4NYDgDmIDUhi72vBP-AJfQ","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/subsystems?analysisId=66098","protocol":"https","host":["app","relyence","com"],"path":["v1","subsystems"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of Analysis to get Subsystems from\nex: `66098`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 12:59:35 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 2550896,\n        \"Name\": \"Test System 1\",\n        \"ParentId\": null,\n        \"Level\": 0,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": -42.528290124728713,\n        \"Specify MTBF\": true,\n        \"Subsystem ID\": 2550896,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    },\n    {\n        \"Id\": 2793440,\n        \"Name\": \"System\",\n        \"ParentId\": null,\n        \"Level\": 1,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Failure Rate\": 0.000065655032197400163,\n        \"MTBF\": 15231.124965309185,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 2793440,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false\n    }\n]"}],"_postman_id":"f3853a11-9c28-45e5-b889-ad3a3e29a828"},{"name":"Update List","id":"4e75802b-54f2-4a9d-83f3-f3e2bddc0486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<List of Options>","type":"text","description":"<p><code>List&lt;string&gt;</code> List of options you are adding to your list; ex: <code>[\"Option 1\", \"Option 2\", \"Option 3\"]</code></p>\n"}]},"url":"https://app.relyence.com/v1/list?analysisId=<Analysis ID>&listName=<List Name>&createList=<bool>&clearList=<bool>","description":"<p>Create or update a custom list that you can apply to fields in your tables.</p>\n","urlObject":{"protocol":"https","path":["v1","list"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> Analysis ID\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>string</code> Name of List to add choices to\nex: <code>Failure Modes</code></p>\n","type":"text/plain"},"key":"listName","value":"<List Name>"},{"description":{"content":"<p><em>required</em> <code>bool</code> If true, create list if there is none with supplied name</p>\n","type":"text/plain"},"key":"createList","value":"<bool>"},{"description":{"content":"<p><em>optional</em> <code>bool</code> If true, clears list before adding new choices</p>\n","type":"text/plain"},"key":"clearList","value":"<bool>"}],"variable":[]}},"response":[{"id":"688b9ef9-77ce-4d61-902f-8da2bdd93c22","name":"Update List Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer gn2sKhOU54a8zn_isEnXraMa4922fdhK-j5Y1GoymLNYtE5shkcrGKH1_er3dpnqT5nKb31ttP_KcU1CbWjIL9gQAj2TWeQHe-jC94tfHPgtnquyf-sCPMoHhioC3KbFMeCiHczOLmS4mFkJPzN-1UGtfxGwIlxOatZSVWtY8cSLTLk_BiZ5_AjwG9vhr3-PCfbHfbERavhDs0gYO7l1ZuL4hIJve214qEnkEvQFsKOVY01n2Fp2gnkpZGK7UKFYJ36T7es4NSASX0136oylwe9UDprdBzC2954DlSH4jUa-kBylyflW2ECKP1gchHZQ7TONA80M3UeM9Qkk02IIbvxaCBM29kh-8nzKPh-DB09G8dPHDw5EOg2SMxYa3BW_ASGXpFqTeufA8ZdSHmKprfCAEAAUCjOi7XnCbVs22hObiXG7UO9qgjXPH4UKX9-TgLOJjucNSIfI5PVTnNNP3RrBI9saz4hwxsyBra3HtUtVsN1ja9xnlskl0-K-aMcEl5aiLCvqlZ4Ehby9MeSNgu83SEuXubZrKq70TETON7fxgG3_gm1Uk343L_sBUBJbwNmmYA","description":"string, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"[\"Option 1\", \"Option 2\", \"Option 3\"]","type":"text","description":"`List<string>` List of options you are adding to your list; Ex: `[\"Option 1\", \"Option 2\", \"Option 3\"]`"}]},"url":{"raw":"https://app.relyence.com/v1/list?analysisId=66098&listName=API List&createList=true&clearList=true","protocol":"https","host":["app","relyence","com"],"path":["v1","list"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` Analysis ID; ex: `66098`"},{"key":"listName","value":"API List","description":"*required* `string` Name of List to add choices to; ex: `Failure Modes`"},{"key":"createList","value":"true","description":"*required* `bool` If true, create list if there is none with supplied name"},{"key":"clearList","value":"true","description":"*optional* `bool` If true, clears list before adding new choices"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 19 Aug 2024 17:38:50 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4e75802b-54f2-4a9d-83f3-f3e2bddc0486"},{"name":"Get Analysis Information","id":"2923927b-69fb-4f6a-a4b6-1034933cc182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/analysis?id=<Analysis Id>","description":"<p>Get information like the name and modules of your Relyence Analysis.</p>\n","urlObject":{"protocol":"https","path":["v1","analysis"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> Analysis Id\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"id","value":"<Analysis Id>"}],"variable":[]}},"response":[{"id":"03c6c16f-8921-46d2-8c5c-9492e22b1f3c","name":"Get Analysis Information","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer XonSfRMOI3njNdOEzItOLIapdTSrZEXnV-6ZfwClAe_Lb6ItZ5IEWHnFyVlpzjswXOA14JOvmW-5DLl6bbKoY0BzQp4raY5s1YdeH1qpFa869-1LcSN3dcHGrMdcNzgyZXkSePwONKiNdPxnZ04WYzXTtTj2-5Bf0zHIpLz6SERAvCV5SNgZBPstaBBMbuuY3mI0B_KstJlfuuXN-QVsj1ePI4PZekIjABi9PDRcDe3l6N6moJ_8VqkP17Va84jo71f9grvwWufg3JxxjUHq73LerwJmhM2KULHbKBPcVV_G4cHrSfaXJchs-x3PqxWP0eNJr6tlKzlKa-Miu8W5cbh5EUmjpProTKS4fhAPWVD0nMxOZT6S5-qSFY71_UF18aZJro24u5nK71f9XJH2HY17Ue_9YmemtKNU4-psx_RoVZrBVBsQm-JpIrAOVyBCmUOjTmPVXrj3oqbSa3XplbnztC5aaCtFBf9WQfBSLv74jiOAdPaVqzrLElO4xkP0td0yiL-81IRTjkqA-IBF_Qq1NqxELPldZaVd0OlwhZ7G9K7s9V13V9faAxYIuJ77Gj71Kw","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/analysis?id=66098","protocol":"https","host":["app","relyence","com"],"path":["v1","analysis"],"query":[{"key":"id","value":"66098","description":"*required* `int` Analysis Id; ex: `66098`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 19 Aug 2024 18:48:59 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 66098,\n    \"Name\": \"Test Analysis\",\n    \"DesignFmea\": true,\n    \"ProcessFmea\": true,\n    \"Fmeca\": true,\n    \"MsrFmea\": true,\n    \"Fracas\": true,\n    \"Prediction\": true,\n    \"FaultTree\": true,\n    \"Rbd\": true,\n    \"Maintainability\": true,\n    \"Weibull\": true,\n    \"Msr\": true,\n    \"ModifiedDate\": \"2024-08-19T18:15:34.383\",\n    \"Status\": null\n}"}],"_postman_id":"2923927b-69fb-4f6a-a4b6-1034933cc182"},{"name":"Add New Analysis","id":"901ee07b-44eb-47e2-8802-34b933869067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Analysis information>","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key/Value pair of Analysis details\nex: <code>{\"Description\": \"API Test\"}</code></p>\n","type":"text"}]},"url":"https://app.relyence.com/v1/analysis?analysisName=<Analysis Name>","description":"<p>Add a new analysis to your Relyence account.</p>\n","urlObject":{"protocol":"https","path":["v1","analysis"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>string</code> Name of new Analysis\nex: <code>New API Analysis</code></p>\n","type":"text/plain"},"key":"analysisName","value":"<Analysis Name>"}],"variable":[]}},"response":[{"id":"0d17888c-18cf-4d5c-bd5b-90e512ba258d","name":"Add New Analysis Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer lkDFHIGKsN3-NC2EVIBV3f_mZik8szHRhT38yrj9jXNtgruO8CT9qLoXSTN6JIkWzcG33iSlNXhkUpk8ReTenpb8huV-_ly1__i-F9lLNWRvL97ALU9E75F-Wu9kwBS5JcJw_uVLf3diJPLPpkwmGvAAUmX_cwT2-7Cx5wFHkHyc0FEdvDSk5PD5D_8z7hbwraV9LdcR560qrAuAGv_FfuFnhtrJecZhm-W3cou90oJyzqDQ1_-cOqzSSBC4wgKAm9Jr5BFy-ngJIWFjPPu1vmORpoQE0Pb2ykYyzq77wyon-SvNUQIfcQNw-Llmif6-PNq1z9H5CLRA2deQFt4qZUXXaJhMxksemn7gZ5ZFIdRonO2q_Tu8-SThNHd-_lwoHSKsOkZV-G4X7O4wN85XHSpsfUY17AcjyuNj8cjiXz3-VL26vRlPYynnkhbnTFGS0JfZr-6-3v-uEuuLffSN5mwUxTw5u-Wvyhaokvvdwd_nS2g_v93ZGzDnA2k6vEiteLMsHHDROb48NISE6thjwUPsDS8aBbX09DYAbS_HMapj0Ooa4NYDgDmIDUhi72vBP-AJfQ","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Description\": \"API Test\"}","type":"text"}]},"url":{"raw":"https://app.relyence.com/v1/analysis?analysisName=API Test","protocol":"https","host":["app","relyence","com"],"path":["v1","analysis"],"query":[{"key":"analysisName","value":"API Test","description":"*required* `string` Analysis Name; ex: `New API Analysis`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 13:11:54 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 70997,\n    \"Name\": \"API Test\"\n}"}],"_postman_id":"901ee07b-44eb-47e2-8802-34b933869067"},{"name":"Get URL Example","id":"b562cc38-50f8-4a04-82d5-16611e186868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/url?analysisId=<Analysis ID>&Table=<Tabe Name>&RecordId=<Record ID>&Module=<Module>&FMEAType=<FMEA Type>&URLType=<URL Type>","description":"<p>Get the URL of a specific table or function in your Relyence Analysis. Note that some fields are specific to the kind of table you want, and that some parameters only have certain options availabile.</p>\n","urlObject":{"protocol":"https","path":["v1","url"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> Analysis ID\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>string</code> Name of Table to open\nOptions: <code>[\"Functions\", \"Modes\", \"Actions\", \"Causes\", \"Characteristics\", \"ControlMethods\", \"Effects\", \"Requirements\", \"VerificationPlans\", \"VerificationReports\", \"Components\", \"Problems\", \"Incidents\"]</code></p>\n","type":"text/plain"},"key":"Table","value":"<Tabe Name>"},{"description":{"content":"<p><em>required</em> <code>id</code> Record of ID to open\nex: <code>522012</code></p>\n","type":"text/plain"},"key":"RecordId","value":"<Record ID>"},{"description":{"content":"<p><em>required</em> <code>int</code> The Relyence Module to open\nOptions: <code>[FMEA = 0, FRACAS = 1, Fault Tree = 2, Prediction = 3, RBD = 8, Weibull = 9, Maintainability = 10]</code></p>\n","type":"text/plain"},"key":"Module","value":"<Module>"},{"description":{"content":"<p><em>required, if applicable</em> <code>int</code> The type of FMEA of the record to open; Options: <code>[FMECA = 0, DFMEA = 1, PFMEA = 2]</code></p>\n","type":"text/plain"},"key":"FMEAType","value":"<FMEA Type>"},{"description":{"content":"<p><em>required</em> <code>int</code> Get URL of what type of view\nOptions: <code>[Analysis = 0, Analysis Tree = 1, Table = 2, Form = 3, or Tree Properties = 4]</code></p>\n","type":"text/plain"},"key":"URLType","value":"<URL Type>"}],"variable":[]}},"response":[{"id":"45191653-b56c-43f8-8b44-79130f8e30b4","name":"Get URL Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ---U4uagBRIeoswBqLx6lzj9KOeMh4rZmrmX-b7Znbpki6eJ47Br9k3vTYGXbfPGco-T1s-MYW8W-8HcyLBCHK5McEfZnVbJhNT0F49U872brytisVLpEf0WiG_nv6-ju7Sw9EzzJJhyplUbY6JNeksbzoQuArDIg2-mxbh1J737Nzn6X_UsDAMiPtvmCxxctl6u-DDzvMJQ77aOe9z0BBewTLCQnFQ5IHQ7enMLt6g_qmCOTUGE6ex-U5cNCyPw_pvpItAl6iBkS2SuMLHc51QaXmFkHXC0CWRlaY54u4OeNETFlBR7eGlmo7zJ_CjxY0V9ZKFjlI0KykJkEaeU9WgBJvbX0uPsdWtnZQdtESmV1JJlbxOX2STC3piNgU1YbgjuwPNNZqmKTCusWvp_NaZqKA20CPUpQjiQspeybzLDJ65sUg4OpF6cKqYkSNm-HiXcXdyTyCW34srKi74fFrHishBdyySB6QJI87U28qYJn9vb6EJJrIwOfh51LTQYscUqGIw3hgtSQTTTuDzqLL96m3oSnIH6WiTN3HM93YHH38FN7r25crHf_3oo3AR4e3-Zgw","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/url?analysisId=66098&Table=Functions&RecordId=2610583&Module=0&FMEAType=2&URLType=0","protocol":"https","host":["app","relyence","com"],"path":["v1","url"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` Analysis ID; ex: `66098`"},{"key":"Table","value":"Functions","description":"*required* `string` Name of Table to open\nOptions: `[\"Functions\", \"Modes\", \"Actions\", \"Causes\", \"Characteristics\", \"ControlMethods\", \"Effects\", \"Requirements\", \"VerificationPlans\", \"VerificationReports\", \"Components\", \"Problems\", \"Incidents\"]`"},{"key":"RecordId","value":"2610583","description":"*required* `id` Record of ID to open; ex: `522012`"},{"key":"Module","value":"0","description":"*required* `int` The Relyence Module to open\nOptions: `[FMEA = 0, FRACAS = 1, Fault Tree = 2, Prediction = 3, RBD = 8, Weibull = 9, Maintainability = 10]`"},{"key":"FMEAType","value":"2","description":"*required, if applicable* `int` The type of FMEA of the record to open; Options: `[FMECA = 0, DFMEA = 1, PFMEA = 2]`"},{"key":"URLType","value":"0","description":"*required* `int` Get URL of what type of view\nOptions: `[Analysis = 0, Analysis Tree = 1, Table = 2, Form = 3, or Tree Properties = 4]`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 13:20:05 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://app.relyence.com/#/pfmea/66098/worksheet\"\n}"}],"_postman_id":"b562cc38-50f8-4a04-82d5-16611e186868"},{"name":"Get Report Information","id":"ae1e34bd-7c3c-47b3-9253-434a01c025e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/report?analysisId=*required* `string`, Bearer Token from **Get Access Token**&reportType=<Report Type>&filterType=<Filter Type>&subsystemId=<Subsystem ID>&viewName=<View Name>&fields=<Fields>&partData=<Part Data>&stressData=<Stress Data>&partQuality=<Part Quality>&partPiFactors=<Part Pi Factors>","urlObject":{"protocol":"https","path":["v1","report"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code>, ID of Analysis from which you want to run a report</p>\n","type":"text/plain"},"key":"analysisId","value":"*required* `string`, Bearer Token from **Get Access Token**"},{"description":{"content":"<p><em>required</em> <code>int</code>, The type of Report. Prediction Table = 9\n<em>Prediction is the only module supported at this time</em></p>\n","type":"text/plain"},"key":"reportType","value":"<Report Type>"},{"description":{"content":"<p><em>optional</em> <code>int</code> The type of Filter to apply to the report data.\nCurrent Subsystem = 0, Current Subsystem and all Children = 1, or Entire System =2 </p>\n","type":"text/plain"},"key":"filterType","value":"<Filter Type>"},{"description":{"content":"<p><em>optional</em> <code>integer</code> The Subsystem Id of the Subsystem to run the report against</p>\n","type":"text/plain"},"key":"subsystemId","value":"<Subsystem ID>"},{"description":{"content":"<p><em>optional</em> <code>string</code> The name of the view for the table. Used to get the defulat list of fields for the report</p>\n","type":"text/plain"},"key":"viewName","value":"<View Name>"},{"description":{"content":"<p><em>optional</em> <code>List&lt;string&gt;</code> List of strings to retrieve for the Report. Leave empty to return the default fields for the selected view.</p>\n","type":"text/plain"},"key":"fields","value":"<Fields>"},{"description":{"content":"<p><em>optional</em> <code>bool</code> For a Prediction Table report, pass this parameter to include all the part information from the Part Forms in the format \"data label - data value;\"</p>\n","type":"text/plain"},"key":"partData","value":"<Part Data>"},{"description":{"content":"<p><em>optional</em> <code>bool</code> For a Prediction Table report, pass this parameter to include data pertaining to stress data for the parts, such as power, current, and voltage</p>\n","type":"text/plain"},"key":"stressData","value":"<Stress Data>"},{"description":{"content":"<p><em>optional</em> <code>bool</code> For a Prediction Table report, pass this parameter to include the Quality selection of the parts.</p>\n","type":"text/plain"},"key":"partQuality","value":"<Part Quality>"},{"description":{"content":"<p><em>optional</em> <code>bool</code> For a Prediction Table report, pass this parameter to include the computed Pi Factors of the parts</p>\n","type":"text/plain"},"key":"partPiFactors","value":"<Part Pi Factors>"}],"variable":[]}},"response":[],"_postman_id":"ae1e34bd-7c3c-47b3-9253-434a01c025e9"},{"name":"Get Subsystem Info","id":"bab1eea7-cc4d-47a0-90c9-4bc117b3a300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"<Bearer Token> ","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/subsystem?id=4326001","urlObject":{"protocol":"https","path":["v1","subsystem"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>integer</code> The Subsystem Id of the Subsystem to get the info of</p>\n","type":"text/plain"},"key":"id","value":"4326001"}],"variable":[]}},"response":[{"id":"e1ac6401-8ce8-4369-8fb8-9e0a043820ba","name":"Get Subsystem Info Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer wEtnKlH0KPU5EwxSOBOw8DLepLwhtWmHRHmYRzKLv23Zy9S5B5gXRj0WhRnoj1myECtJm4AKjMyJi4XJwNWWn_g-6FNtA1oyXbeASwl6X0OyJG3oqpxwLGghaC2OLdriU4WatwIsY6_QZUlBdYNBeLqFaJw3qhLkOIPnxGhMlMQQ7aP6NZIq3Lg288v3okHrKWmHHgYTrLRpjTz4jZQ3JNu2DlSALkpwjBE7kvvVHUztIcswhM-9WwT2y2qGcx_JtuX2pMsl1ENdw-6v6sXwHWj5fXpHbf2ZooBq1_yWdUhZV0pKZUqeGLonuF5JkMAynZFpMRNkEYEjYH10mCzxbU2KGK3YeGH0FxW8nj0gZUA1Ltg802IIudzggnlOzWPFyfWHoTv0YwjRbIhxb9RAr2ChTDydBBNp2YkvVAU9SqTIfXNgNHl_qQxK67tIXDWyr6efzGNpERw1Qo8_GNv5Qtp__KjUpL113ZLxxRyXYlyCWv7Qd8CSszSKKkTV33QgK91opGY_9NIbM9EqwKvmQbYDf6reUswzSTzXSPoq3sfEWxiJjxDEsjaN7hk","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/subsystem?id=4326001","protocol":"https","host":["app","relyence","com"],"path":["v1","subsystem"],"query":[{"key":"id","value":"4326001","description":"*required* `integer` The Subsystem Id of the Subsystem to get the info of"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 10 Nov 2025 13:17:21 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 4326001,\n        \"Name\": \"Quadcopter Drone\",\n        \"ParentId\": null,\n        \"Average Days to Close\": 89,\n        \"Checkbox 1\": false,\n        \"Checkbox 10\": false,\n        \"Checkbox 2\": false,\n        \"Checkbox 3\": false,\n        \"Checkbox 4\": false,\n        \"Checkbox 5\": false,\n        \"Checkbox 6\": false,\n        \"Checkbox 7\": false,\n        \"Checkbox 8\": false,\n        \"Checkbox 9\": false,\n        \"Description\": \"Provides convenient flying, aerial surveillance, and video recording\",\n        \"Failure Rate\": 0.000034310780565752322,\n        \"MTBF\": 29145.35849989262,\n        \"Quantity\": 1,\n        \"Specify MTBF\": false,\n        \"Subsystem ID\": 4326001,\n        \"Subsystem Knowledge Bank ID\": 4326021,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": true,\n        \"Total Cost of Repair\": 5400\n    }\n]"}],"_postman_id":"bab1eea7-cc4d-47a0-90c9-4bc117b3a300"},{"name":"Insert Subsystem","id":"c7bec733-213b-4180-b276-af9f45dc39e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Data","value":"<Subsystem Info>","description":"<p><code>{key: value}</code> Data to insert with subsystem in key/value format\nex: <code>{\"Name\": \"API Subsystem\"}</code></p>\n","type":"text","uuid":"ebeec3e4-7c63-4103-bd75-5812741b98e9"}]},"url":"https://app.relyence.com/v1/subsystem?analysisid=<Analysis Id>","urlObject":{"protocol":"https","path":["v1","subsystem"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>integer</code> The Analysis Id of the Analysis to insert subsystem</p>\n","type":"text/plain"},"key":"analysisid","value":"<Analysis Id>"}],"variable":[]}},"response":[{"id":"32712ae7-0b58-4fc1-8a88-5a0e945a1732","name":"Insert Subsystem","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer r3iQr4TgcW5bi4r38MdbZGXMWgXMNJkgIG6_U31mxBso045HAoqMZfYSR3mUNz0N2ZALJYw9_-daUjHd2zbAapcAD88u-SWACchAEzeMaeBMHmgviy6zvxD-gzGP6A9KzAEPMVLGGdRK8trWni39RdyZOzDUmQlxwb9H4AkuLTP3uwKJG_U-L48udV1JpRwHeuNaoI9N0JuuhD3iTg3OLizBxZx1yer2dggO-fxhF18IxPUDOb2lqAQJV9mTpZzle5izWcphKou8VUUBZfh04gaDZgFXEkjw962HzBjwuHTVqR5s9LVSvvgqx9bEiC08ur9ksZXLtwaQw-HvRtgEcJ9Kd4qWg_46qslL5cLfiTTD00nIItaubLh7yYqmfw4bF7wnkpDhtHAQn2ZgXqr10EMNEAqQ5QEgOCcRrpFbGHYliG_TMsycD7agogIfUIfVbGQbmjJOieDPqhwWzxuEZ3cJaEFoeUudZ9FXrrL-g7AFyc1o6plUa7dOT62820D-k0Ox4yRbVd6LA2hW24qiUGnpmYU30h2DyLCfwawaYYec_v8bV1vuxXbI5HzB5YTXY","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Data","value":"{\"Name\": \"Inserted via API\", \"Quantity\": 2}","description":"`{key: value}` Data to insert with subsystem in key/value format\nex: `{\"Name\": \"API Subsystem\"}`","type":"text","uuid":"ebeec3e4-7c63-4103-bd75-5812741b98e9"}]},"url":{"raw":"https://app.relyence.com/v1/subsystem?analysisid=101701","protocol":"https","host":["app","relyence","com"],"path":["v1","subsystem"],"query":[{"key":"analysisid","value":"101701","description":"*required* `integer` The Analysis Id of the Analysis to insert subsystem"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Id\": \"4351288\",\r\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\r\n}"}],"_postman_id":"c7bec733-213b-4180-b276-af9f45dc39e6"},{"name":"Update Subsystem","id":"38bf7f36-7eba-4b28-8c61-97da7e7f3f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Update Data>","description":"<p><code>{key: value}</code> Data to update subsystem in key/value format\nex: <code>{\"Name\": \"API Subsystem\"}</code></p>\n","type":"text","uuid":"b877eb69-092c-4b63-b678-eac943bcb6db"}]},"url":"https://app.relyence.com/v1/subsystem?id=<Subsystem Id>","urlObject":{"protocol":"https","path":["v1","subsystem"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>integer</code> The Subsysem Id of the Subsystem to update</p>\n","type":"text/plain"},"key":"id","value":"<Subsystem Id>"}],"variable":[]}},"response":[],"_postman_id":"38bf7f36-7eba-4b28-8c61-97da7e7f3f59"},{"name":"Delete Subsystem","id":"6275a8b2-c193-4e82-9cec-dad1fc1602e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/subsystem?id=<Subsystem Id>","urlObject":{"protocol":"https","path":["v1","subsystem"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>integer</code> The Subsysem Id of the Subsystem to delete</p>\n","type":"text/plain"},"key":"id","value":"<Subsystem Id>"}],"variable":[]}},"response":[],"_postman_id":"6275a8b2-c193-4e82-9cec-dad1fc1602e7"},{"name":"Import Bulk Data","id":"8ee23b39-d73b-4752-b05c-aed7af0e8a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Data to Import>","type":"text","uuid":"4690a14a-cbc5-45f5-821d-906f5c977642","description":"<p><code>List&lt;JSON&gt;</code> List of JSON with the fields of the saved import.</p>\n"}]},"url":"https://app.relyence.com/v1/import?savedImportId=<Saved Import ID>&analysisId=<Analysis ID>&parentId=<Parent ID>&timezoneOffset=<Timezone Offset>&locale=<Locale Code>","description":"<h2 id=\"purpose\">Purpose</h2>\n<p>Import bulk data into Relyence using a previously saved import definition and target analysis/tree location.</p>\n<p>This endpoint accepts a JSON array of records (rows) to import and returns the import result.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p><strong>Bearer Token</strong></p>\n<ul>\n<li>Header: <code>Authorization: Bearer &lt;token&gt;</code></li>\n</ul>\n<h2 id=\"required-query-parameters\">Required query parameters</h2>\n<p>All query parameters are required.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>savedImportId</code></td>\n<td>integer/string</td>\n<td>The ID of the saved import definition to use.</td>\n<td><code>1824</code></td>\n</tr>\n<tr>\n<td><code>analysisId</code></td>\n<td>integer/string</td>\n<td>The target Analysis ID to import into.</td>\n<td><code>7349</code></td>\n</tr>\n<tr>\n<td><code>parentId</code></td>\n<td>integer/string</td>\n<td>The parent node ID under which records will be created/attached.</td>\n<td><code>109967</code></td>\n</tr>\n<tr>\n<td><code>timezoneOffset</code></td>\n<td>integer</td>\n<td>Client timezone offset <strong>in minutes</strong> from UTC.</td>\n<td><code>0</code></td>\n</tr>\n<tr>\n<td><code>locale</code></td>\n<td>string</td>\n<td>Locale/culture code used for parsing/formatting (especially dates/numbers).</td>\n<td><code>en-US</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"body-format\">Body format</h2>\n<p><strong><code>application/x-www-form-urlencoded</code></strong> with a single field:</p>\n<ul>\n<li><code>data</code> (string): JSON array of objects representing rows to import.</li>\n</ul>\n<p>Example <code>data</code> value (JSON array):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\"Function\": \"API Insert\", \"Failure Mode\": \"Attached Failure Mode\"},\n  {\"Function\": \"Second API Insert\", \"Failure Mode\": \"Also attached\"}\n]\n</code></pre>\n<h2 id=\"example-request\">Example request</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --request POST \\\n  --url 'https://app.relyence.com/v1/import?savedImportId=1824&amp;analysisId=7349&amp;parentId=109967&amp;timezoneOffset=0&amp;locale=en-US' \\\n  --header 'Authorization: Bearer &lt;Bearer Token&gt;' \\\n  --header 'Content-Type: application/x-www-form-urlencoded' \\\n  --data-urlencode 'data=[{\"Function\":\"API Insert\",\"Failure Mode\":\"Attached Failure Mode\"},{\"Function\":\"Second API Insert\",\"Failure Mode\":\"Also attached\"}]'\n</code></pre>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><strong><code>timezoneOffset</code></strong>: Use the client’s offset in <strong>minutes</strong> relative to UTC. For example, UTC is <code>0</code>, UTC-5 is typically <code>-300</code>, UTC+1 is typically <code>60</code>.</li>\n<li><strong><code>locale</code></strong>: Provide a valid locale code (for example, <code>en-US</code>). This can affect how date/time and numeric fields in the import data are interpreted.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","import"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><code>int</code> File ID of Saved Import to use for import. use <code>fileType = 22</code> with a GET call to <code>/analyses</code> to get Saved Import Ids.</p>\n","type":"text/plain"},"key":"savedImportId","value":"<Saved Import ID>"},{"description":{"content":"<p><code>int</code> File ID of Analysis to import data into.</p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><code>int</code> ID of subsystem to associate import data with\nEx: <code>5348</code></p>\n","type":"text/plain"},"key":"parentId","value":"<Parent ID>"},{"description":{"content":"<p><code>int</code> For Date fields, time to offset imported data by.</p>\n","type":"text/plain"},"key":"timezoneOffset","value":"<Timezone Offset>"},{"description":{"content":"<p><code>string</code> For Date fields, locale code to use</p>\n","type":"text/plain"},"key":"locale","value":"<Locale Code>"}],"variable":[]}},"response":[{"id":"9f134e99-5a28-4055-bb23-5a2d02c701d3","name":"Import Bulk Data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"[{\"Function\": \"API Insert\", \"Failure Mode\": \"Attached Failure Mode\"}, {\"Function\": \"Second API Insert\", \"Failure Mode\": \"Also attached\"}]","type":"text","uuid":"4690a14a-cbc5-45f5-821d-906f5c977642"}]},"url":{"raw":"{{base_url}}/v1/import?savedImportId=1824&analysisId=7349&parentId=109967","host":["{{base_url}}"],"path":["v1","import"],"query":[{"key":"savedImportId","value":"1824"},{"key":"analysisId","value":"7349"},{"key":"parentId","value":"109967"},{"key":"timezoneOffset","value":"0","disabled":true},{"key":"locale","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 14:31:36 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c41bc2d2-f64b-4219-98ce-6978090f4d36"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"returnCode\": 0,\n    \"log\": \"Number of records imported: 2\\r\\n\",\n    \"importCount\": 2\n}"}],"_postman_id":"8ee23b39-d73b-4752-b05c-aed7af0e8a43"}],"id":"b3d8aeb3-288b-45de-beee-287d6082c96e","description":"<p>These are functions that are not associated with a specific Relyence module, like getting a list of analyses or updating a subsystem.</p>\n","_postman_id":"b3d8aeb3-288b-45de-beee-287d6082c96e"},{"name":"Groups + Users","item":[{"name":"Get All Users","id":"3fd91e79-08ae-4654-afc0-fa35ac1886ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/users?loadgroups=true/false","description":"<p>Gets a list of all Users in your organization, along with some basic information like what Groups the User is a part of.</p>\n","urlObject":{"protocol":"https","path":["v1","users"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>bool</code> Load Groups Users are in</p>\n","type":"text/plain"},"key":"loadgroups","value":"true/false"}],"variable":[]}},"response":[{"id":"1ed2c0de-36a6-4a65-acca-b1bcd32a5e14","name":"Get All Users","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer msWT3yhUty5aoxdlg-0vLyKuMeU_JtQj5IhFq9tHg5FadZg63s_bf76k1mX5f_ufY9BPHGRIly06Eto7pLifeEKHYwpxUE02dZib7yW5L7TVL6ZRt1Gif7P1kVn7NfdRHauGQ6FJ_eSt6mQOC0BcJmqz0R2MCvFZOl-3JmbLhMEVVg5GCCdSiR_N1E_2wCW3IrXnAPZCwcXB3d4tRinD8bXe9MEt66vcMuiBYIkLYeGb5KGNr8u2byiwlZiJ1RN3U-vSWEJng8m3BwayXgQLkYl5tliklNejePosnNdILR_hd9sc8HmcXu4vTqptKhfRLDX_R1d2zMx-UGV09GK-L8uwyJFyt7E6isWFE7GWxybxHBIs0mGGxeXqsYVHk8S9cUKFK8A35ZwEZf74yzo86vQfMA_z6OcUHWDP1BGcYo31_dIP3fqHeWh9a_RX6LIIcN17Q-5Ja921s9eScG8_aatSxS0rRMglQ_hoM0MMtIFC6i3KGPz9jyLzZFObK9zaMSqqIO3zQzifMixDhbPoY7q9E0kxpIdEWiQim1PKx_sweI1XzPEV6S0opR0YV_ARd8aXNg","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":"https://app.relyence.com/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 21 Aug 2024 14:56:44 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Title\": null,\n        \"First Name\": \"Lorna\",\n        \"Last Name\": \"Dane\",\n        \"Company\": \"Releyence\",\n        \"Phone\": \"7247777777\",\n        \"Email\": \"lornadane@relyence.com\",\n        \"Inactive\": false,\n        \"Groups\": \"FMEA; FRACAS\"\n    },\n    {\n        \"Title\": null,\n        \"First Name\": \"Bobby\",\n        \"Last Name\": \"Drake\",\n        \"Company\": \"Releyence\",\n        \"Phone\": \"7247777777\",\n        \"Email\": \"bobbydrake@relyence.com\",\n        \"Inactive\": false,\n        \"Groups\": \"FRACAS\"\n    },\n    {\n        \"Title\": null,\n        \"First Name\": \"Wade\",\n        \"Last Name\": \"Wilson\",\n        \"Company\": \"Releyence\",\n        \"Phone\": \"7247777777\",\n        \"Email\": \"wadewilson@relyence.com\",\n        \"Inactive\": false,\n        \"Groups\": \"ALT\"\n    }\n]"}],"_postman_id":"3fd91e79-08ae-4654-afc0-fa35ac1886ba"},{"name":"Get User Information","event":[{"listen":"test","script":{"id":"8492c9aa-d364-4f54-be83-add2dd62a21c","exec":["var template = `\r","<div style=\"text-align:center\">\r","    <h1>Error</h1>\r","    <p>{{response.message}}</p>\r","</div>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}}],"id":"e0211a3a-3bac-4a90-8355-af13b0246a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/user?email=<Email>","description":"<p>Gets information about a specific User based on the email associated with the User's account.</p>\n","urlObject":{"protocol":"https","path":["v1","user"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>string</code> Email of user to get information of</p>\n","type":"text/plain"},"key":"email","value":"<Email>"}],"variable":[]}},"response":[{"id":"eb73a4a4-5d71-4214-b680-9619fea2ca7b","name":"Get User Information Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 9XlNzjQHQhuDw41vr083O9JPJFoGSpyqhGLJklPJ-Z2_Mg-kUuK413CvmCXyBIcvxSbzhyNKYSHeJBW4egQvUfKip4w3W2Y5wslEkmJNwYFYx6DLI9iwldlDJd-NyIXH7QU-Q-0NlqyufUTqU7VxIJyJZjQi4zs0rYufcUtIK3I1UnVrGt0QWiXiF9Jr4btdN1MnJujVjFKIStCKNnTau-FhOErW6IofCa8IO3TaILrC8pd-tRynoN1pTw6RNbLLMXkF1_mCBBVBM1XnhtKX_oHJ3AxtLQnNDHNYgPl45z3w6n05neWoAJXKp9PICfRucvK1eEy0-Uk95zZt4LQ2ccMbhmbkhZHBboiQGO4syymiZ8MeNwuiZcvTmg5sWbeKKJLOWRJ1p57pgzSlw3rG_p54j8L_t09xuvyQKUcswSx_8LWqgz4O-Hzty6jV1VoTOIYoK1kj23m8B04U1pXQcOOpOMsLNoMbBkoodtYR69zZgcZV7X5229uaZJkn7VTRUnzx2JTU1GvcuLzq1tTmJQJTlvFGFKphubC6d3yCVJ8MPimw3XzBfyC68wTzOQYEj-yVfQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/user?email=bobbydrake@relyence.com","protocol":"https","host":["app","relyence","com"],"path":["v1","user"],"query":[{"key":"email","value":"bobbydrake@relyence.com","description":"*required* `string` Email of user to get information of"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 21 Aug 2024 15:01:37 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Title\": null,\n        \"FirstName\": \"Bobby\",\n        \"LastName\": \"Drake\",\n        \"Company\": \"Releyence\",\n        \"Phone\": \"7247777777\",\n        \"Email\": \"bobbydrake@relyence.com\",\n        \"Groups\": \"FRACAS\",\n        \"Inactive\": false\n    }\n]"}],"_postman_id":"e0211a3a-3bac-4a90-8355-af13b0246a2a"},{"name":"Insert User","event":[{"listen":"test","script":{"id":"2ba01807-eb59-4a04-ac22-3387043f83d9","exec":["var template = `\r","<div style=\"text-align:center\">\r","    <h1>Error</h1>\r","    <p>{{response.message}}</p>\r","</div>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}}],"id":"0668d8ff-304f-454b-a8bc-bba59c457adb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<User Data>","type":"text","description":"<p><em>required</em> <code>&lt;\"Key\": \"Value\"&gt;</code> Key/Value pairs of new user information\nex: <code>{\"Email\": \"new.user@relyence.com\", \"First Name\": \"New\",\"Last Name\": \"User\", \"Groups\": \"Administrators\"}</code></p>\n"}]},"url":"https://app.relyence.com/v1/user","description":"<p>Insert a new User into your organization, including their information in the body of the request.</p>\n","urlObject":{"protocol":"https","path":["v1","user"],"host":["app","relyence","com"],"query":[],"variable":[]}},"response":[{"id":"a29de9aa-817a-4a5f-b75b-4890223b78d0","name":"Insert User Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 9XlNzjQHQhuDw41vr083O9JPJFoGSpyqhGLJklPJ-Z2_Mg-kUuK413CvmCXyBIcvxSbzhyNKYSHeJBW4egQvUfKip4w3W2Y5wslEkmJNwYFYx6DLI9iwldlDJd-NyIXH7QU-Q-0NlqyufUTqU7VxIJyJZjQi4zs0rYufcUtIK3I1UnVrGt0QWiXiF9Jr4btdN1MnJujVjFKIStCKNnTau-FhOErW6IofCa8IO3TaILrC8pd-tRynoN1pTw6RNbLLMXkF1_mCBBVBM1XnhtKX_oHJ3AxtLQnNDHNYgPl45z3w6n05neWoAJXKp9PICfRucvK1eEy0-Uk95zZt4LQ2ccMbhmbkhZHBboiQGO4syymiZ8MeNwuiZcvTmg5sWbeKKJLOWRJ1p57pgzSlw3rG_p54j8L_t09xuvyQKUcswSx_8LWqgz4O-Hzty6jV1VoTOIYoK1kj23m8B04U1pXQcOOpOMsLNoMbBkoodtYR69zZgcZV7X5229uaZJkn7VTRUnzx2JTU1GvcuLzq1tTmJQJTlvFGFKphubC6d3yCVJ8MPimw3XzBfyC68wTzOQYEj-yVfQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Email\": \"new.user@relyence.com\", \"First Name\": \"New\",\"Last Name\": \"User\", \"Groups\": \"Administrators\"}","type":"text","description":"*required* `<\"Key\": \"Value\">` Key/Value pairs of new user information\nex: `{\"Email\": \"new.user@relyence.com\", \"First Name\": \"New\",\"Last Name\": \"User\", \"Groups\": \"Administrators\"}`"}]},"url":"https://app.relyence.com/v1/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 21 Aug 2024 14:59:10 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Email\": \"new.user@relyence.com\",\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"0668d8ff-304f-454b-a8bc-bba59c457adb"},{"name":"Update User","event":[{"listen":"test","script":{"id":"cf4ac4b0-41f1-446a-ae66-362f43403ebe","exec":["var template = `\r","<div style=\"text-align:center\">\r","    <h1>Error</h1>\r","    <p>{{response.message}}</p>\r","</div>\r","`;\r","\r","function constructVisualizerPayload() {\r","    return {response: pm.response.json()}\r","}\r","\r","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}}],"id":"431402bc-28eb-4c70-998b-7b3c5b534471","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<User Data>","type":"text","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key/Value pairs of user fields to update\nex: <code>{\"Groups\": \"Administrators\"}</code></p>\n"}]},"url":"https://app.relyence.com/v1/user?email=<Email>","description":"<p>Update an already existing User in your organization using the email associated with their account.</p>\n","urlObject":{"protocol":"https","path":["v1","user"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>string</code> Email of user to update</p>\n","type":"text/plain"},"key":"email","value":"<Email>"}],"variable":[]}},"response":[{"id":"495ae7e4-66fb-4daf-b88c-9eea70b06f30","name":"Update User Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer 9XlNzjQHQhuDw41vr083O9JPJFoGSpyqhGLJklPJ-Z2_Mg-kUuK413CvmCXyBIcvxSbzhyNKYSHeJBW4egQvUfKip4w3W2Y5wslEkmJNwYFYx6DLI9iwldlDJd-NyIXH7QU-Q-0NlqyufUTqU7VxIJyJZjQi4zs0rYufcUtIK3I1UnVrGt0QWiXiF9Jr4btdN1MnJujVjFKIStCKNnTau-FhOErW6IofCa8IO3TaILrC8pd-tRynoN1pTw6RNbLLMXkF1_mCBBVBM1XnhtKX_oHJ3AxtLQnNDHNYgPl45z3w6n05neWoAJXKp9PICfRucvK1eEy0-Uk95zZt4LQ2ccMbhmbkhZHBboiQGO4syymiZ8MeNwuiZcvTmg5sWbeKKJLOWRJ1p57pgzSlw3rG_p54j8L_t09xuvyQKUcswSx_8LWqgz4O-Hzty6jV1VoTOIYoK1kj23m8B04U1pXQcOOpOMsLNoMbBkoodtYR69zZgcZV7X5229uaZJkn7VTRUnzx2JTU1GvcuLzq1tTmJQJTlvFGFKphubC6d3yCVJ8MPimw3XzBfyC68wTzOQYEj-yVfQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Groups\": \"Administrators\"}","type":"text","description":"*required* `{\"Key\": \"Value\"}` Key/Value pairs of user fields to update\nex: `{\"Groups\": \"Administrators\"}`"}]},"url":{"raw":"https://app.relyence.com/v1/user?email=new.user@relyence.com","protocol":"https","host":["app","relyence","com"],"path":["v1","user"],"query":[{"key":"email","value":"new.user@relyence.com","description":"*required* `string` Email of user to update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 21 Aug 2024 15:20:50 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Email\": \"new.user@relyence.com\",\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"431402bc-28eb-4c70-998b-7b3c5b534471"},{"name":"Delete User","id":"3797b606-4cd5-4362-838b-7949a7d02952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/user?email=<Email>","description":"<p>Delete an already existing User in your organization using the email associated with their account.</p>\n","urlObject":{"protocol":"https","path":["v1","user"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>string</code> Email of user to delete</p>\n","type":"text/plain"},"key":"email","value":"<Email>"}],"variable":[]}},"response":[{"id":"b873b15d-63a6-4af6-8a2d-458204acb027","name":"Delete User Example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer 9XlNzjQHQhuDw41vr083O9JPJFoGSpyqhGLJklPJ-Z2_Mg-kUuK413CvmCXyBIcvxSbzhyNKYSHeJBW4egQvUfKip4w3W2Y5wslEkmJNwYFYx6DLI9iwldlDJd-NyIXH7QU-Q-0NlqyufUTqU7VxIJyJZjQi4zs0rYufcUtIK3I1UnVrGt0QWiXiF9Jr4btdN1MnJujVjFKIStCKNnTau-FhOErW6IofCa8IO3TaILrC8pd-tRynoN1pTw6RNbLLMXkF1_mCBBVBM1XnhtKX_oHJ3AxtLQnNDHNYgPl45z3w6n05neWoAJXKp9PICfRucvK1eEy0-Uk95zZt4LQ2ccMbhmbkhZHBboiQGO4syymiZ8MeNwuiZcvTmg5sWbeKKJLOWRJ1p57pgzSlw3rG_p54j8L_t09xuvyQKUcswSx_8LWqgz4O-Hzty6jV1VoTOIYoK1kj23m8B04U1pXQcOOpOMsLNoMbBkoodtYR69zZgcZV7X5229uaZJkn7VTRUnzx2JTU1GvcuLzq1tTmJQJTlvFGFKphubC6d3yCVJ8MPimw3XzBfyC68wTzOQYEj-yVfQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/user?email=new.user@relyence.com","protocol":"https","host":["app","relyence","com"],"path":["v1","user"],"query":[{"key":"email","value":"new.user@relyence.com","description":"*required* `string` Email of user to delete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 21 Aug 2024 15:23:31 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3797b606-4cd5-4362-838b-7949a7d02952"},{"name":"Get All Groups","id":"800215cf-9b18-4ba1-b10c-179294730f66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/groups","description":"<p>Get a list of all the Groups and their IDs in your organization.</p>\n","urlObject":{"protocol":"https","path":["v1","groups"],"host":["app","relyence","com"],"query":[],"variable":[]}},"response":[{"id":"b1114e47-1c06-4d39-a482-8f2d55228b91","name":"Get All Groups Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer msWT3yhUty5aoxdlg-0vLyKuMeU_JtQj5IhFq9tHg5FadZg63s_bf76k1mX5f_ufY9BPHGRIly06Eto7pLifeEKHYwpxUE02dZib7yW5L7TVL6ZRt1Gif7P1kVn7NfdRHauGQ6FJ_eSt6mQOC0BcJmqz0R2MCvFZOl-3JmbLhMEVVg5GCCdSiR_N1E_2wCW3IrXnAPZCwcXB3d4tRinD8bXe9MEt66vcMuiBYIkLYeGb5KGNr8u2byiwlZiJ1RN3U-vSWEJng8m3BwayXgQLkYl5tliklNejePosnNdILR_hd9sc8HmcXu4vTqptKhfRLDX_R1d2zMx-UGV09GK-L8uwyJFyt7E6isWFE7GWxybxHBIs0mGGxeXqsYVHk8S9cUKFK8A35ZwEZf74yzo86vQfMA_z6OcUHWDP1BGcYo31_dIP3fqHeWh9a_RX6LIIcN17Q-5Ja921s9eScG8_aatSxS0rRMglQ_hoM0MMtIFC6i3KGPz9jyLzZFObK9zaMSqqIO3zQzifMixDhbPoY7q9E0kxpIdEWiQim1PKx_sweI1XzPEV6S0opR0YV_ARd8aXNg","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":"https://app.relyence.com/v1/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 21 Aug 2024 14:52:12 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 11979,\n        \"Name\": \"Administrators\"\n    },\n    {\n        \"Id\": 12511,\n        \"Name\": \"ALT\"\n    },\n    {\n        \"Id\": 12510,\n        \"Name\": \"FMEA\"\n    },\n    {\n        \"Id\": 12509,\n        \"Name\": \"FRACAS\"\n    }\n]"}],"_postman_id":"800215cf-9b18-4ba1-b10c-179294730f66"},{"name":"Get Group Information","id":"621e55d3-a800-4c35-9254-1c2c71241c2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/group?id=<Group ID>","urlObject":{"protocol":"https","path":["v1","group"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of your group to retrieve\nex: <code>11457</code></p>\n","type":"text/plain"},"key":"id","value":"<Group ID>"}],"variable":[]}},"response":[{"id":"87b2e163-f3ae-4aaa-9a01-d255fdae388d","name":"Get Group Information Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer zSXUk4oOq0O3IOuyUr6kUAAGdBP42-iyP9TcEVfNCeD8oFKVE5tLhKfFs4maqRPcd11Ia6H4NNEvLDKJfGuwwWMiJR_4eb290I1GljZGUXPG_750j9FqMsBD9ZAhjeb-d9Wm75G1bPoItgo7YjGt0ToM5etEgwkqb2-Fs7BOKUy6ABxqXIXCUg261IH8Tp-l1y5sKf-Zm8hf0NFkhgb83BkE0rA92-PzQDr0tdf0QxS3uI3rswVtHL377MyY05b070kkEDVk_qhJXfuPXQaSS7rsQWjb754lwvTNohF-3Mog5OxPi6pIfMdr3NbrM1gwS7QeAnoM9Uapr9ZOwyoIFhaaVR6Ltutilcxu9SEgp8vERXMA7qFV56S2NEEcRLbybLy6j6oA0Bay7bPU2Hw6r3nvkLCVuOz76PTXHbjRaO7UC3JyMD5KZAo_Db4Jvu5skTzKO94Ed2AUneKYhEtLKuI2aiW-osZOUyBAbctXqJOgqK2lIILevG7XMWf8H5WiAW49tovrC3w","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https:/app.relyence.com/v1/group?id=23","host":["https"],"port":"","path":["app.relyence.com","v1","group"],"query":[{"key":"id","value":"23","description":"*required* `int` ID of your group to retrieve\nex: `11457`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 23 Aug 2024 13:29:05 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:4e6aec68-72fa-4291-84eb-22b564b7a919"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"GroupFileAssociations\": null,\n        \"GroupFileViewAssociations\": null,\n        \"GroupUserAssociations\": null,\n        \"TenantId\": 1701,\n        \"Name\": \"Administrators\",\n        \"Description\": null,\n        \"Admin\": true,\n        \"LicenseFaultTree\": true,\n        \"LicenseFaultTreeReadOnly\": false,\n        \"LicenseFmea\": true,\n        \"LicenseFmeaReadOnly\": false,\n        \"LicenseCapa\": true,\n        \"LicenseCapaReadOnly\": false,\n        \"LicensePrediction\": true,\n        \"LicensePredictionReadOnly\": false,\n        \"LicenseRBD\": true,\n        \"LicenseRBDReadOnly\": false,\n        \"LicenseWeibull\": true,\n        \"LicenseWeibullReadOnly\": false,\n        \"LicenseMaintainability\": true,\n        \"LicenseMaintainabilityReadOnly\": false,\n        \"LicenseAlt\": true,\n        \"LicenseAltReadOnly\": false,\n        \"LicenseRcm\": true,\n        \"LicenseRcmReadOnly\": false,\n        \"ManageUsers\": true,\n        \"ManageGroups\": true,\n        \"ManageActiveUsers\": true,\n        \"ActivateLicense\": true,\n        \"ConfigureMailServer\": true,\n        \"ManageApiKey\": true,\n        \"ManageAnnouncements\": true,\n        \"ManageMyLicenses\": true,\n        \"EditSettings\": true,\n        \"CanImport\": true,\n        \"CanExport\": true,\n        \"CanViewEmailLog\": true,\n        \"CanReport\": true,\n        \"CanCustomizeReportHeader\": true,\n        \"CanEditReportTemplates\": true,\n        \"CanCreateFileViews\": true,\n        \"CanShareFileViews\": true,\n        \"CanEditDefaultFileViews\": true,\n        \"CanManageViews\": true,\n        \"AddToLibrary\": true,\n        \"EditLibrary\": true,\n        \"PushLibraryChanges\": true,\n        \"CreateKnowledgeBanks\": true,\n        \"DeleteKnowledgeBanks\": true,\n        \"EditKnowledgeBankNotifications\": true,\n        \"AuditTrailReport\": true,\n        \"CanFilterByBranch\": true,\n        \"CanFilterByAll\": true,\n        \"CanEmptyTrash\": true,\n        \"CanEditLists\": true,\n        \"UpdateIdsFromKnowledgeBank\": true,\n        \"CanCreateAtTopLevelAnalysis\": true,\n        \"CanCreateAtTopLevelAnalysisFolder\": true,\n        \"CanCreateAtTopLevelDashboard\": true,\n        \"CanCreateAtTopLevelDashboardFolder\": true,\n        \"CanCreateAtTopLevelKnowledgeBank\": true,\n        \"CanCreateAtTopLevelKnowledgeBankFolder\": true,\n        \"CanCreateAnalysisFolders\": true,\n        \"CanCreateDashboardFolders\": true,\n        \"CanCreateKnowledgeBankFolders\": true,\n        \"CanMoveToAnalysisFolders\": true,\n        \"CanMoveToDashboardFolders\": true,\n        \"CanMoveToKnowledgeBankFolders\": true,\n        \"ViewDashboards\": true,\n        \"EditDashboards\": true,\n        \"CanCreateDashboards\": true,\n        \"CanDeleteDashboards\": true,\n        \"CreateDashboardSnapshots\": true,\n        \"RevertDashboardSnapshots\": true,\n        \"EditAnalysisTreeProperties\": true,\n        \"EditAnalysisTree\": true,\n        \"EditBlockDiagram\": true,\n        \"CanCreateAnalyses\": true,\n        \"CanDeleteAnalyses\": true,\n        \"CreateAnalysisSnapshots\": true,\n        \"DeleteAnalysisSnapshots\": true,\n        \"RevertAnalysisSnapshots\": true,\n        \"ManageAnalyses\": true,\n        \"ManageAnalysesAdvanced\": true,\n        \"ManageAnalysisAccessControl\": true,\n        \"ViewFmeaDesign\": true,\n        \"ViewFmeaProcess\": true,\n        \"ViewFmeaMsr\": true,\n        \"ViewFmeaMil\": true,\n        \"EditFmeaDesign\": true,\n        \"EditFmeaDesignRiskCriteria\": true,\n        \"EditFmeaProcess\": true,\n        \"EditFmeaProcessRiskCriteria\": true,\n        \"EditFmeaMil\": true,\n        \"EditFmeaMilRiskCriteria\": true,\n        \"EditFmeaMsr\": true,\n        \"EditFmeaMsrRiskCriteria\": true,\n        \"EditFmeaDesignWorkflow\": true,\n        \"CanViewFmeaDesignNotificationLog\": true,\n        \"EditFmeaDesignActionResponsibility\": true,\n        \"EditFmeaDesignActionApprovers\": true,\n        \"EditFmeaProcessWorkflow\": true,\n        \"CanViewFmeaProcessNotificationLog\": true,\n        \"EditFmeaProcessActionResponsibility\": true,\n        \"EditFmeaProcessActionApprovers\": true,\n        \"EditFmeaMsrWorkflow\": true,\n        \"CanViewFmeaMsrNotificationLog\": true,\n        \"EditFmeaMsrActionResponsibility\": true,\n        \"EditFmeaMsrActionApprovers\": true,\n        \"EditFmeaMilWorkflow\": true,\n        \"CanViewFmeaMilNotificationLog\": true,\n        \"EditFmeaMilActionResponsibility\": true,\n        \"EditFmeaMilActionApprovers\": true,\n        \"EditFmeaDesignCalculations\": true,\n        \"EditFmeaProcessCalculations\": true,\n        \"EditFmeaMilCalculations\": true,\n        \"EditFmeaMsrCalculations\": true,\n        \"CalculateFmeaDesign\": true,\n        \"CalculateFmeaProcess\": true,\n        \"CalculateFmeaMil\": true,\n        \"CalculateFmeaMsr\": true,\n        \"ConfigureDfmeaBoundaryDiagram\": true,\n        \"ConfigureProcessFlowSymbols\": true,\n        \"ViewRcmDfmea\": true,\n        \"ViewRcmPfmea\": true,\n        \"ViewRcmMsr\": true,\n        \"ViewRcmFmeca\": true,\n        \"EditRcmDfmea\": true,\n        \"EditRcmPfmea\": true,\n        \"EditRcmMsr\": true,\n        \"EditRcmFmeca\": true,\n        \"CustomizeRcmDfmea\": true,\n        \"CustomizeRcmPfmea\": true,\n        \"CustomizeRcmMsr\": true,\n        \"CustomizeRcmFmeca\": true,\n        \"EditRcmDfmeaCalculations\": true,\n        \"EditRcmPfmeaCalculations\": true,\n        \"EditRcmMsrCalculations\": true,\n        \"EditRcmFmecaCalculations\": true,\n        \"CalculateRcmDfmea\": true,\n        \"CalculateRcmPfmea\": true,\n        \"CalculateRcmMsr\": true,\n        \"CalculateRcmFmeca\": true,\n        \"EditIncidents\": true,\n        \"CreateIncidents\": true,\n        \"DeleteIncidents\": true,\n        \"EditProblems\": true,\n        \"CreateProblems\": true,\n        \"DeleteProblems\": true,\n        \"EditTimeLogs\": true,\n        \"EditApprovers\": true,\n        \"EditCapaTablesForms\": true,\n        \"EditCapaWorkflow\": true,\n        \"EditCapaResponsibility\": true,\n        \"EditCalculations\": true,\n        \"CalculateFracas\": true,\n        \"EditFracasWorkflow\": true,\n        \"ConfigureFracasWorkflow\": true,\n        \"EditFaultTree\": true,\n        \"CalculateFaultTree\": true,\n        \"CanCreateEventLibrary\": true,\n        \"CanEditEventLibrary\": true,\n        \"CanDeleteEventLibrary\": true,\n        \"CanPushEventLibrary\": true,\n        \"CanCreateFaultTreeLibrary\": true,\n        \"CanEditFaultTreeLibrary\": true,\n        \"CanDeleteFaultTreeLibrary\": true,\n        \"CanPushFaultTreeLibrary\": true,\n        \"EditFaultTreeMonitorsLibrary\": true,\n        \"EditRBD\": true,\n        \"CalculateRBD\": true,\n        \"EditWeibull\": true,\n        \"CalculateWeibull\": true,\n        \"EditReliabilityGrowth\": true,\n        \"CalculateReliabilityGrowth\": true,\n        \"EditMaintainability\": true,\n        \"EditMaintainabilityLibrary\": true,\n        \"CalculateMaintainability\": true,\n        \"EditParts\": true,\n        \"EditPartsLibrary\": true,\n        \"EditPredictionDefaults\": true,\n        \"EditPredictionDerating\": true,\n        \"CalculatePrediction\": true,\n        \"EditPredictionCalculations\": true,\n        \"SamlException\": true,\n        \"EditAlt\": true,\n        \"CalculateAlt\": true,\n        \"CanCreateBlockLibrary\": true,\n        \"CanEditBlockLibrary\": true,\n        \"CanDeleteBlockLibrary\": true,\n        \"CanPushBlockLibrary\": true,\n        \"CanCreateRbdLibrary\": true,\n        \"CanEditRbdLibrary\": true,\n        \"CanDeleteRbdLibrary\": true,\n        \"CanPushRbdLibrary\": true,\n        \"EditAutoflowDfmea\": true,\n        \"EditAutoflowPfmea\": true,\n        \"EditAutoflowMsr\": true,\n        \"EditAutoflowFmeca\": true,\n        \"EditControlsDfmea\": true,\n        \"EditControlsPfmea\": true,\n        \"EditProductCharacteristicsDfmea\": true,\n        \"EditProductCharacteristicsPfmea\": true,\n        \"EditProductCharacteristicsMsr\": true,\n        \"EditProcessCharacteristicsPfmea\": true,\n        \"EditSymbolsDfmea\": true,\n        \"EditSymbolsPfmea\": true,\n        \"EditSymbolsMsr\": true,\n        \"EditSharedFilters\": true,\n        \"EditPropertiesFmea\": true,\n        \"EditPropertiesFracas\": true,\n        \"EditPropertiesFaultTree\": true,\n        \"EditPropertiesPrediction\": true,\n        \"EditPropertiesRbd\": true,\n        \"EditPropertiesMaintainability\": true,\n        \"EditPropertiesWeibull\": true,\n        \"EditPropertiesAlt\": true,\n        \"EditPropertiesRcm\": true,\n        \"EditFmeaModeLibrary\": true,\n        \"Id\": 23\n    }\n]"}],"_postman_id":"621e55d3-a800-4c35-9254-1c2c71241c2d"},{"name":"Insert New Group","id":"f8c36025-3be6-4fc6-a778-18ef25e55bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Group Fields>","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key/Value pairs of group fields to insert\nex: <code>{\"Name\": \"API Users\", \"Description\": \"Sample Group Insert with API\"}</code></p>\n","type":"text"}]},"url":"https://app.relyence.com/v1/group","description":"<p>Insert a new Group into your organization, specifying information in the body of the request.</p>\n","urlObject":{"protocol":"https","path":["v1","group"],"host":["app","relyence","com"],"query":[],"variable":[]}},"response":[{"id":"27303d75-4a63-4214-8e34-937f32e60342","name":"Insert New Group","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer rd8SzMrcw4o1gkGmVUaZPj2F8ALHeO_I_CEWilp6REwkRiEgFXe3fq58QG6VYbzlGYCFOjCy33TV-ZiuXNRM37qLLBT8QHUwHaYVUyfwLJbRVkVdWEBGmZWNmcGSiNhXjZud_yCELqOW2UK2Iv254DurOeBGIcjftjzwROizFC4Y_8gibyak-kn04o5NI8REwklWO8vAExjC26WZhq9n5BB7rjxrVUZIABwat4uCyN0YS5ESxfEBr7bSEAGdD2ym_4qLN9vmggtKp0-VN9iNqexRChb3VnS7C-OdX-uZHuCrda7AvG4Yk7vyVEAYdsCVCOc-wRS0fL2AG4QZPE2n8MBqdWL-wfsdiuaKHk5rKzT_TQiQq_nTT-V62Bl1FpVLvVTPqPiUsSrciYTPUOpkVS317BaPjouF-YuGtYAsNMTnaHkg-wkcdq1eAlSw_lGUMi3WhOqMwuhJWo42kIxAGC3bf03pydyJ7Zan3f2BpTYz8vcmf2HeN6sdidTTsCf3OnDvKdwtweZ94c1b8TY-oIA0vVX4_s1McsDWc37hPdYzCHVMut7xtonMM1EDYPirCs4TeQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Name\": \"API Users\", \"Description\": \"Sample Group Insert with API\"}","description":"*required* `{\"Key\": \"Value\"}` Key/Value pairs of group fields to insert\nex: `{\"Name\": \"API Users\", \"Description\": \"Sample Group Insert with API\"}`","type":"text"}]},"url":"https://app.relyence.com/v1/group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 11:19:33 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 12522,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"f8c36025-3be6-4fc6-a778-18ef25e55bd0"},{"name":"Update Group","id":"7a6cacf3-8460-4eb5-9d31-f889da43d755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Group Fields>","description":"<p><em>required</em> <code>&lt;\"Key\": \"Value\"&gt;</code> Key/Value pairs of group data to update\nex: <code>{\"Name\": \"Updated Name\", \"Description\": \"Updated Description\"}</code></p>\n","type":"text"}]},"url":"https://app.relyence.com/v1/group?id=<Group ID>","description":"<p>Update an already existing Group using the ID of the Group.</p>\n","urlObject":{"protocol":"https","path":["v1","group"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of group to update\nex: <code>21592</code></p>\n","type":"text/plain"},"key":"id","value":"<Group ID>"}],"variable":[]}},"response":[{"id":"088f2665-3a85-4e76-89f2-1a45a8e0fba5","name":"Update Group Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer rd8SzMrcw4o1gkGmVUaZPj2F8ALHeO_I_CEWilp6REwkRiEgFXe3fq58QG6VYbzlGYCFOjCy33TV-ZiuXNRM37qLLBT8QHUwHaYVUyfwLJbRVkVdWEBGmZWNmcGSiNhXjZud_yCELqOW2UK2Iv254DurOeBGIcjftjzwROizFC4Y_8gibyak-kn04o5NI8REwklWO8vAExjC26WZhq9n5BB7rjxrVUZIABwat4uCyN0YS5ESxfEBr7bSEAGdD2ym_4qLN9vmggtKp0-VN9iNqexRChb3VnS7C-OdX-uZHuCrda7AvG4Yk7vyVEAYdsCVCOc-wRS0fL2AG4QZPE2n8MBqdWL-wfsdiuaKHk5rKzT_TQiQq_nTT-V62Bl1FpVLvVTPqPiUsSrciYTPUOpkVS317BaPjouF-YuGtYAsNMTnaHkg-wkcdq1eAlSw_lGUMi3WhOqMwuhJWo42kIxAGC3bf03pydyJ7Zan3f2BpTYz8vcmf2HeN6sdidTTsCf3OnDvKdwtweZ94c1b8TY-oIA0vVX4_s1McsDWc37hPdYzCHVMut7xtonMM1EDYPirCs4TeQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Name\": \"Updated Name\", \"Description\": \"Updated Description\"}","description":"*required* `<\"Key\": \"Value\">` Key/Value pairs of group data to update\nex: `{\"Name\": \"Updated Name\", \"Description\": \"Updated Description\"}`","type":"text"}]},"url":{"raw":"https://app.relyence.com/v1/group?id=12511","protocol":"https","host":["app","relyence","com"],"path":["v1","group"],"query":[{"key":"id","value":"12511","description":"*required* `int` ID of group to update\nex: `21592`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 11:23:30 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 12511,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"7a6cacf3-8460-4eb5-9d31-f889da43d755"},{"name":"Delete Group","id":"04b0febe-31c2-4253-ac8a-c7edf02aaed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/group?id=<Group ID>","description":"<p>Delete an already existing Group using the ID of the Group.</p>\n","urlObject":{"protocol":"https","path":["v1","group"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> Id of group to delete</p>\n","type":"text/plain"},"key":"id","value":"<Group ID>"}],"variable":[]}},"response":[{"id":"9ce25713-dc0f-41db-b8a2-3a20bb60798b","name":"Delete Group Example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer V7vSHX6LdymTts0rynywUjQH-Omf3bHqjxAW2oEuc-A000tZanMHhmG6zwnVDQYqlDw848sjr38DvsDEKjPjvejwfXzmqcD1TOXoBY2o0eQRl4a0AqVgsDTQ6sSo0XNbboYI5QccWK77YN9POCShkQAZJuATA-hHB_9Zs1mz33-AbUAC6fw8iLUVQJqCfOaA9Qne_IJsfeOa-JzYE8fZC14FqP172vXGQWIWVnOXzsemhuxmV0gyceBQunhJcsNSNf1K3xEySlzcl98AQN0NCux4jVZo3kMcSchqhZUYanXIudbpgmuaI9rCyZGuiilzL8H4oLuDES5ohEt7rC7SxPG9Yd6Wj5FgXU_dUUSLSfDx7T3Tybyb6i9q3u8WGUXDFkqD0o-zSdNjg9k8l1tQmPFoewYZGDCv_1TCxKczOqTCseUKwjLxNEod2gzyBQRofMI7KbM1hS7Xm28FW3DxC55iaUUbptJT8I_j7n4X1YK1kScqyc1PI6kdxhj_H0J7PUfD6JG2wimTYdp06DCMD2hD4Etow4k-aOjfVYc4y8b7oQpxT-ecqQpEWRyWkLe2FlNtvw","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/group?id=12510","protocol":"https","host":["app","relyence","com"],"path":["v1","group"],"query":[{"key":"id","value":"12510","description":"*required* `int` Id of group to delete"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 21 Aug 2024 15:34:38 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"04b0febe-31c2-4253-ac8a-c7edf02aaed6"}],"id":"15e1f029-1fb8-47ee-b090-a76cc346a4eb","description":"<p>These Relyence API Functions deal with managing Users and Groups in your organization. For for information on Users and Groups, see <a href=\"https://relyence.com/help/user-guide/managing-your-users-groups-and-permissions.html\">Managing your Users, Groups, and Permissions</a>.</p>\n","_postman_id":"15e1f029-1fb8-47ee-b090-a76cc346a4eb"},{"name":"FMEA","item":[{"name":"Get All FMEA Functions","id":"957b669f-78ed-45bd-89df-f3f5e4fe01c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/functions?analysisId=<Analysis ID>&fields=<List of Fields> or empty&subsystemId=<Subsystem ID>&fmeaType=<FMEA Type>","description":"<p>Get a list of all functions from the appropriate FMEA sheet. The different sections of the FMEA sheets are divided into their own objects in the returned values.</p>\n<p><em>Note: Getting a list of Controls from the PFMEA Control plan is currently not supported</em></p>\n","urlObject":{"protocol":"https","path":["v1","functions"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> Analysis ID\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>List&lt;string&gt;</code> List of fields you want information from\nex: <code>[\"Function ID\", \"Attachments\"]</code>\n<em>Leave blank to call all fields</em></p>\n","type":"text/plain"},"key":"fields","value":"<List of Fields> or empty"},{"description":{"content":"<p><em>required</em> <code>int</code> Subsystem ID\nex: <code>5534601</code>\n<em>Use <code>0</code> to get back functions associated with all subsystems</em></p>\n","type":"text/plain"},"key":"subsystemId","value":"<Subsystem ID>"},{"description":{"content":"<p><em>required</em> <code>int</code> FMEA Type\nOptions: <code>[FMECA = 0, DFMEA = 1, PFMEA = 2, FMEA-MSR = 3]</code></p>\n","type":"text/plain"},"key":"fmeaType","value":"<FMEA Type>"}],"variable":[]}},"response":[{"id":"fd191296-22f4-4a96-a793-a34ed6c18602","name":"Get All FMEA Functions Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ovlOQI8GMJYuVspSaG0z9SLA49yBKVmSiivEtlr2cY4PZxbCEqmkY4uaoErfFo6xHG9LiX2v4rN9waGAkYBQzsH5Rt0CPe5x4XIbNu8301sBsM8GUhOWyaGqEKxRV7xMnYQY_06JeE95r_rr4z7QDJufpmU2AjvY_S0pL2NgflyH1JXSBbJlpkxehxLbCp9h6Ta4uc9SuewiMcZ5DEEh_PbH1HeUOBHv-6SxndzFFe1y1VJafoUIipcvwi8hP0g88XKP2ialWMZ91NNse23JPSndkAWuwGXbMFmbdxwoQ_B_Du1AxFWdHwlrh8t4LnyagyalJWsrkaSEhMEzPCIjVuQLMQ1YCkWdlMf04KyjPbmIlCsc3KPMT_pjCZ2wtQORf5rMRy3HCBjOY84kZz3zBzEIfm3U3hO8vysgncC0JOtGeCA7E6y8PQ1d8fzRdVWXtSnRqr3PdZ_zWGTAgIz2wTMcOiWfBKGxFJxBuPKJPYWcOPxa-GVXLzNYK86t7SKMJeH_49_NellfQk-nddshX5o_TtdofTVrHLwR9Tyx6HO6TZrBxM2KdJxlKIUbby7zgcBXCg","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/functions?analysisId=66098&fields&subsystemId=0&fmeaType=2","protocol":"https","host":["app","relyence","com"],"path":["v1","functions"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` Analysis ID; ex: `66098`"},{"key":"fields","value":null,"description":"*required* `List<string>` List of fields you want information from; ex: `[\"Function ID\", \"Attachments\"]` *Leave blank to call all fields*"},{"key":"subsystemId","value":"0","description":"*required* `int` Subsystem ID; ex: `5534601` *Use `0` to get back functions associated with all subsystems*"},{"key":"fmeaType","value":"2","description":"*required* `int` FMEA Type; Options: `[FMECA = 0, DFMEA = 1, PFMEA = 2, FMEA-MSR = 3]`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 13:00:29 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Functions\": [\n        {\n            \"Attachments\": null,\n            \"Function ID\": 2586849,\n            \"Function Knowledge Bank ID\": null,\n            \"Function of the Process Item - Function of System, Subsystem, Part Element, or Process\": \"TEST\",\n            \"Function of the Process Step and Product Characteristic\": \"Sample\",\n            \"Function of the Process Work Element and Process Characteristic\": \"TEST\",\n            \"Functional Identification\": null,\n            \"Identification Number\": null,\n            \"Images\": null,\n            \"Machine, Device, Jig, Tools for Mfg\": \"Test\",\n            \"Parent Subsystem Name\": null,\n            \"Process Item - System, Subsystem, Part Element, or Name of Process\": null,\n            \"Process Step - Station No. and Name of Focus Element\": \"TEST\",\n            \"Process Work Element - 4M Type\": \"Sample\",\n            \"Step Number\": \"TEST\",\n            \"Symbol\": null,\n            \"System Indenture\": null,\n            \"Tied to Knowledge Bank\": false,\n            \"User Checkbox 1\": false,\n            \"User Date 1\": null,\n            \"User Hyperlink 1\": null,\n            \"User Hyperlink 2\": null,\n            \"User Number 1\": null,\n            \"User Number 10\": null,\n            \"User Number 11\": null,\n            \"User Number 12\": null,\n            \"User Number 13\": null,\n            \"User Number 14\": null,\n            \"User Number 15\": null,\n            \"User Number 2\": null,\n            \"User Number 3\": null,\n            \"User Number 4\": null,\n            \"User Number 5\": null,\n            \"User Number 6\": null,\n            \"User Number 7\": null,\n            \"User Number 8\": null,\n            \"User Number 9\": null,\n            \"User Text 1\": null,\n            \"User Text 10\": null,\n            \"User Text 11\": null,\n            \"User Text 12\": null,\n            \"User Text 13\": null,\n            \"User Text 14\": null,\n            \"User Text 15\": null,\n            \"User Text 2\": null,\n            \"User Text 3\": null,\n            \"User Text 4\": null,\n            \"User Text 9\": null,\n            \"Id\": 2586849,\n            \"Component ID\": 2550896\n        }\n    ],\n    \"Modes\": [\n        {\n            \"Attachments\": null,\n            \"Failure Mode (FM) of the Process Step\": \"SAMPLE\",\n            \"Images\": null,\n            \"Mode ID\": 5186483,\n            \"Mode Knowledge Bank ID\": null,\n            \"Revised Severity (S)\": \"3\",\n            \"Severity (S) of All FE\": \"5\",\n            \"Tied to Knowledge Bank\": false,\n            \"User Checkbox 1\": false,\n            \"User Checkbox 10\": false,\n            \"User Checkbox 11\": false,\n            \"User Checkbox 2\": false,\n            \"User Checkbox 3\": false,\n            \"User Checkbox 4\": false,\n            \"User Checkbox 5\": false,\n            \"User Checkbox 6\": false,\n            \"User Checkbox 7\": false,\n            \"User Checkbox 8\": false,\n            \"User Checkbox 9\": false,\n            \"User Date 1\": null,\n            \"User Hyperlink 1\": null,\n            \"User Hyperlink 2\": null,\n            \"User Number 1\": null,\n            \"User Number 10\": null,\n            \"User Number 2\": null,\n            \"User Number 3\": null,\n            \"User Number 4\": null,\n            \"User Number 5\": null,\n            \"User Number 6\": null,\n            \"User Number 7\": null,\n            \"User Number 8\": null,\n            \"User Number 9\": null,\n            \"User Text 1\": null,\n            \"User Text 10\": null,\n            \"User Text 11\": null,\n            \"User Text 12\": null,\n            \"User Text 13\": null,\n            \"User Text 14\": null,\n            \"User Text 15\": null,\n            \"User Text 16\": null,\n            \"User Text 17\": null,\n            \"User Text 18\": null,\n            \"User Text 19\": null,\n            \"User Text 2\": null,\n            \"User Text 20\": null,\n            \"User Text 3\": null,\n            \"User Text 4\": null,\n            \"User Text 5\": null,\n            \"User Text 6\": null,\n            \"User Text 7\": null,\n            \"User Text 8\": null,\n            \"User Text 9\": null,\n            \"Id\": 5186483,\n            \"Function ID\": 2586849\n        }\n    ],\n    \"Effects\": [\n        {\n            \"Attachments\": null,\n            \"Effect ID\": 4396654,\n            \"Effect Knowledge Bank ID\": null,\n            \"End Effect\": null,\n            \"Failure Effect (FE)\": \"Sample\",\n            \"Images\": null,\n            \"Next Effect\": null,\n            \"Product Characteristic\": null,\n            \"Revised Effect Severity\": null,\n            \"Severity (S) of FE\": \"5\",\n            \"Tied to Knowledge Bank\": false,\n            \"User Checkbox 1\": false,\n            \"User Date 1\": null,\n            \"User Hyperlink 1\": null,\n            \"User Hyperlink 2\": null,\n            \"User Number 1\": null,\n            \"User Number 10\": null,\n            \"User Number 2\": null,\n            \"User Number 3\": null,\n            \"User Number 4\": null,\n            \"User Number 5\": null,\n            \"User Number 6\": null,\n            \"User Number 7\": null,\n            \"User Number 8\": null,\n            \"User Number 9\": null,\n            \"User Text 1\": null,\n            \"User Text 10\": null,\n            \"User Text 2\": null,\n            \"User Text 3\": null,\n            \"User Text 4\": null,\n            \"User Text 5\": null,\n            \"User Text 6\": null,\n            \"User Text 7\": null,\n            \"User Text 8\": null,\n            \"User Text 9\": null,\n            \"Id\": 4396654,\n            \"Mode ID\": 5186483\n        }\n    ],\n    \"Causes\": [\n        {\n            \"AP\": \"H\",\n            \"Attachments\": null,\n            \"Cause ID\": 5358594,\n            \"Cause Knowledge Bank ID\": null,\n            \"Current Detection Controls (DC) of FC or FM\": null,\n            \"Current Prevention Controls (PC) of FC\": null,\n            \"Custom RPN 1\": 280,\n            \"Custom RPN 2\": 280,\n            \"Detection (D) of FC/FM\": \"7\",\n            \"Failure Cause (FC) of the Work Element\": \"TEST\",\n            \"Images\": null,\n            \"Occurrence (O) of FC\": \"8\",\n            \"Revised AP\": \"L\",\n            \"Revised Detection (D)\": \"2\",\n            \"Revised Occurrence (O)\": \"1\",\n            \"Revised RPN\": 6,\n            \"RPN\": 280,\n            \"Special Characteristics\": \"TEST\",\n            \"Tag\": false,\n            \"Tied to Knowledge Bank\": false,\n            \"User Checkbox 1\": false,\n            \"User Date 1\": null,\n            \"User Hyperlink 1\": null,\n            \"User Hyperlink 2\": null,\n            \"User Hyperlink 3\": null,\n            \"User Hyperlink 4\": null,\n            \"User Number 1\": null,\n            \"User Number 10\": null,\n            \"User Number 2\": null,\n            \"User Number 3\": null,\n            \"User Number 4\": null,\n            \"User Number 5\": null,\n            \"User Number 6\": null,\n            \"User Number 7\": null,\n            \"User Number 8\": null,\n            \"User Number 9\": null,\n            \"User Text 1\": null,\n            \"User Text 10\": null,\n            \"User Text 2\": null,\n            \"User Text 3\": null,\n            \"User Text 4\": null,\n            \"User Text 5\": null,\n            \"User Text 6\": null,\n            \"User Text 7\": null,\n            \"User Text 8\": null,\n            \"User Text 9\": null,\n            \"Id\": 5358594,\n            \"Mode ID\": 5186483\n        }\n    ],\n    \"Characteristics\": [\n        {\n            \"Attachments\": null,\n            \"Characteristic\": null,\n            \"Class\": null,\n            \"Images\": null,\n            \"Number\": \"TEST\",\n            \"Product Characteristic ID\": 1481385,\n            \"Product Characteristic Knowledge Bank ID\": null,\n            \"Tied to Knowledge Bank\": false,\n            \"User Hyperlink 1\": null,\n            \"User Hyperlink 2\": null,\n            \"User Number 1\": null,\n            \"User Number 10\": null,\n            \"User Number 2\": null,\n            \"User Number 3\": null,\n            \"User Number 4\": null,\n            \"User Number 5\": null,\n            \"User Number 6\": null,\n            \"User Number 7\": null,\n            \"User Number 8\": null,\n            \"User Number 9\": null,\n            \"User Text 1\": null,\n            \"User Text 10\": null,\n            \"User Text 2\": null,\n            \"User Text 3\": null,\n            \"User Text 4\": null,\n            \"User Text 5\": null,\n            \"User Text 6\": null,\n            \"User Text 7\": null,\n            \"User Text 8\": null,\n            \"User Text 9\": null,\n            \"Id\": 1481385,\n            \"Function ID\": 2586849,\n            \"Process Characteristic ID\": 1481385,\n            \"Process Characteristic Knowledge Bank ID\": null\n        },\n        {\n            \"Attachments\": null,\n            \"Characteristic\": null,\n            \"Class\": null,\n            \"Images\": null,\n            \"Number\": \"34\",\n            \"Product Characteristic ID\": 1494738,\n            \"Product Characteristic Knowledge Bank ID\": null,\n            \"Tied to Knowledge Bank\": false,\n            \"User Hyperlink 1\": null,\n            \"User Hyperlink 2\": null,\n            \"User Number 1\": null,\n            \"User Number 10\": null,\n            \"User Number 2\": null,\n            \"User Number 3\": null,\n            \"User Number 4\": null,\n            \"User Number 5\": null,\n            \"User Number 6\": null,\n            \"User Number 7\": null,\n            \"User Number 8\": null,\n            \"User Number 9\": null,\n            \"User Text 1\": null,\n            \"User Text 10\": null,\n            \"User Text 2\": null,\n            \"User Text 3\": null,\n            \"User Text 4\": null,\n            \"User Text 5\": null,\n            \"User Text 6\": null,\n            \"User Text 7\": null,\n            \"User Text 8\": null,\n            \"User Text 9\": null,\n            \"Id\": 1494738,\n            \"Function ID\": 2586849,\n            \"Process Characteristic ID\": 1494738,\n            \"Process Characteristic Knowledge Bank ID\": null\n        }\n    ],\n    \"Requirements\": null,\n    \"Actions\": [\n        {\n            \"Action ID\": 2533211,\n            \"Action Knowledge Bank ID\": null,\n            \"Action Taken with Pointer to Evidence\": \"None Taken\",\n            \"Action Type\": null,\n            \"Attachments\": null,\n            \"Closed\": false,\n            \"Completion Date\": \"2024-08-07T16:00:00\",\n            \"Detection Action\": \"Detection\",\n            \"Filter Code (Optional)\": \"TEST\",\n            \"Images\": null,\n            \"Preventative Actions\": \"Action\",\n            \"Responsible Person's Name\": \"User\",\n            \"Special Product Characteristics\": \"None\",\n            \"Status\": \"Done\",\n            \"Target Completion Date\": \"2024-08-09T16:00:00\",\n            \"Team Members 1\": \"\",\n            \"Team Members 2\": \"\",\n            \"Team Members 3\": \"\",\n            \"Tied to Knowledge Bank\": false,\n            \"User Checkbox 1\": false,\n            \"User Date 1\": null,\n            \"User Hyperlink 1\": null,\n            \"User Hyperlink 2\": null,\n            \"User Number 1\": null,\n            \"User Number 2\": null,\n            \"User Number 3\": null,\n            \"User Number 4\": null,\n            \"User Number 5\": null,\n            \"User Text 10\": null,\n            \"User Text 11\": null,\n            \"User Text 12\": null,\n            \"User Text 13\": null,\n            \"User Text 14\": null,\n            \"User Text 15\": null,\n            \"User Text 16\": null,\n            \"User Text 17\": null,\n            \"User Text 18\": null,\n            \"User Text 19\": null,\n            \"User Text 20\": null,\n            \"User Text 21\": null,\n            \"User Text 22\": null,\n            \"User Text 3\": null,\n            \"User Text 4\": null,\n            \"User Text 5\": null,\n            \"User Text 6\": null,\n            \"User Text 7\": null,\n            \"User Text 8\": null,\n            \"User Text 9\": null,\n            \"Workflow Data\": null,\n            \"Id\": 2533211\n        }\n    ],\n    \"VerificationPlans\": null,\n    \"CauseActionAssociations\": null\n}"},{"id":"4ea84a74-3644-49b8-9467-48c68a554068","name":"Get All FMEA Functions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/functions?analysisId=3015&fields=[\"Id\", \"Process Characteristic ID\", \"Name\", \"Product Characteristic ID\"]&subsystemId=0&fmeaType=2","protocol":"https","host":["app","relyence","com"],"path":["v1","functions"],"query":[{"key":"analysisId","value":"3015","description":"*required* `int` Analysis ID\nex: `66098`"},{"key":"fields","value":"[\"Id\", \"Process Characteristic ID\", \"Name\", \"Product Characteristic ID\"]","description":"*required* `List<string>` List of fields you want information from\nex: `[\"Function ID\", \"Attachments\"]`\n*Leave blank to call all fields*"},{"key":"subsystemId","value":"0","description":"*required* `int` Subsystem ID\nex: `5534601`\n*Use `0` to get back functions associated with all subsystems*"},{"key":"fmeaType","value":"2","description":"*required* `int` FMEA Type\nOptions: `[FMECA = 0, DFMEA = 1, PFMEA = 2, FMEA-MSR = 3]`"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Functions\": [\r\n        {\r\n            \"Id\": 41384,\r\n            \"Process Characteristic ID\": \"Field Not Found\",\r\n            \"Name\": \"Field Not Found\",\r\n            \"Product Characteristic ID\": \"Field Not Found\",\r\n            \"Component ID\": 159750\r\n        }\r\n    ],\r\n    \"Modes\": null,\r\n    \"Effects\": null,\r\n    \"Causes\": null,\r\n    \"Characteristics\": [\r\n        {\r\n            \"Id\": 19996,\r\n            \"Process Characteristic ID\": 14412,\r\n            \"Name\": \"Field Not Found\",\r\n            \"Product Characteristic ID\": 14412,\r\n            \"Function ID\": 41384,\r\n            \"Characteristic Type\": 1,\r\n            \"Record Number\": 1726772950689\r\n        },\r\n        {\r\n            \"Id\": 19997,\r\n            \"Process Characteristic ID\": 14411,\r\n            \"Name\": \"Field Not Found\",\r\n            \"Product Characteristic ID\": 14411,\r\n            \"Function ID\": 41384,\r\n            \"Characteristic Type\": 0,\r\n            \"Record Number\": 1726772950688\r\n        }\r\n    ],\r\n    \"ProductCharacteristicDefinitions\": [\r\n        {\r\n            \"Id\": 14411,\r\n            \"Name\": \"TEST 1\"\r\n        }\r\n    ],\r\n    \"ProcessCharacteristicDefinitions\": [\r\n        {\r\n            \"Id\": 14412,\r\n            \"Name\": \"TEST 3\"\r\n        }\r\n    ],\r\n    \"Requirements\": null,\r\n    \"Actions\": null,\r\n    \"VerificationPlans\": null,\r\n    \"CauseActionAssociations\": null\r\n}"}],"_postman_id":"957b669f-78ed-45bd-89df-f3f5e4fe01c4"},{"name":"Get FMEA Function Information","id":"2dfc26c4-7b00-4a86-9a3b-7415d02ce38f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/function?id=<Function ID>&fields=<Function Fields> or empty","description":"<p>Get the information from a specific FMEA Function using the Function's ID.</p>\n","urlObject":{"protocol":"https","path":["v1","function"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of function to get\nex: <code>3568871</code></p>\n","type":"text/plain"},"key":"id","value":"<Function ID>"},{"description":{"content":"<p><em>required</em> <code>List&lt;string&gt;</code> List of fields you want information from\nex: <code>[\"Function ID\", \"Attachments\"]</code>\n<em>Leave blank to call all fields</em></p>\n","type":"text/plain"},"key":"fields","value":"<Function Fields> or empty"}],"variable":[]}},"response":[{"id":"114d60e2-20f6-4d3d-97c3-0cf32d77178b","name":"Get Function Information Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer sU1zOh1QzCfnWnfRJTxcw2Zgh-1vExhBn-ymA-nMpcSmHAlfrGp1KdaK5vWuTvJ_fAQgkZKuXQB3Leymduk4K_4TCYulEvBt041mfFwDJ9IOF16VKY_FEfYwy7NFYcUbKKY4z8RCl7FENBWShlNwjcYb-HEhO43A7BH-ABCeQ0pP0Pa_w4lBN3ryv4rGUT66T4PJAxyDime_GIXLQa7KxFwpXPnS1FnLCj9lYMsRa-beDV5EOzTs4TGo-Jb0Kj5XTz2U55aDqkNDii0ObV-8A-LJKEUjlG1XAR2SsyozNNZxXDmNpzAjqRd9AogOuT4MGAvCRzSDdBvupdIkfDepmms7MSlZNWVaxr8VR8KhB0vSIU7EzsTlzZGovU6nIKst9Q8jcpwJnRyg5sK5kIrLPGYcoUHVwAYQObIFtHqLxkCsjWCLDJgX_Sre4YbNajBTIPCb5rXbM1qiTaEPuIAYXcXh8Gh_uUIIW-pVQ9mzi_cScSwrjE_7TBuvE5pcPYN2nidD9Gg4HVMWsowrVbxESxIOSyMJ75yOW7lOfuQt5TLCmpLbw8fbDmDWIZ9prF6Rkyfrng","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/function?id=2586849&fields","protocol":"https","host":["app","relyence","com"],"path":["v1","function"],"query":[{"key":"id","value":"2586849","description":"*required* `int` ID of function to get\nex: `3568871`","type":"text"},{"key":"fields","value":null,"description":"*required* `List<string>` List of fields you want information from\nex: `[\"Function ID\", \"Attachments\"]`\n*Leave blank to call all fields*","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 14:44:41 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Attachments\": null,\n        \"Function ID\": 2586849,\n        \"Function Knowledge Bank ID\": null,\n        \"Function of the Process Item - Function of System, Subsystem, Part Element, or Process\": \"TEST\",\n        \"Function of the Process Step and Product Characteristic\": \"Sample\",\n        \"Function of the Process Work Element and Process Characteristic\": \"TEST\",\n        \"Functional Identification\": null,\n        \"Identification Number\": null,\n        \"Images\": null,\n        \"Machine, Device, Jig, Tools for Mfg\": \"Test\",\n        \"Parent Subsystem Name\": null,\n        \"Process Item - System, Subsystem, Part Element, or Name of Process\": \"Test System 1\",\n        \"Process Step - Station No. and Name of Focus Element\": \"TEST\",\n        \"Process Work Element - 4M Type\": \"Sample\",\n        \"Step Number\": \"10.20\",\n        \"Symbol\": null,\n        \"System Indenture\": \"Test System 1\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 10\": null,\n        \"User Number 11\": null,\n        \"User Number 12\": null,\n        \"User Number 13\": null,\n        \"User Number 14\": null,\n        \"User Number 15\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Number 6\": null,\n        \"User Number 7\": null,\n        \"User Number 8\": null,\n        \"User Number 9\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 2\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 9\": null,\n        \"Id\": 2586849\n    }\n]"}],"_postman_id":"2dfc26c4-7b00-4a86-9a3b-7415d02ce38f"},{"name":"Insert FMEA Function","id":"75b1495d-ae15-4599-a277-ca3f6764c56c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Field Information>","type":"text","description":"<p><code>{key: value}</code> Data to insert with function in key/value format\nex: <code>{\"Step Number\": \"10.10\",  \"Process Work Element - 4M Type\": \"Sample Import\",  \"Function of the Process Step and Product Characteristic\": \"Sample Characteristic\"}</code></p>\n"}]},"url":"https://app.relyence.com/v1/function?subsystemId=<Subsystem ID>&fmeaType=<FMEA Type>","description":"<p>Insert a new FMEA Function to the specified FMEA Worksheet.</p>\n","urlObject":{"protocol":"https","path":["v1","function"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> Subsystem ID\nex: <code>5534601</code></p>\n","type":"text/plain"},"key":"subsystemId","value":"<Subsystem ID>"},{"description":{"content":"<p><em>required</em> <code>int</code> FMEA Type\nOptions: <code>[FMECA = 0, DFMEA = 1, PFMEA = 2, FMEA-MSR = 3]</code></p>\n","type":"text/plain"},"key":"fmeaType","value":"<FMEA Type>"}],"variable":[]}},"response":[{"id":"1b205f26-0163-48dc-815e-b470eedf4bd9","name":"Insert FMEA Function Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer rktkT9HKRlbsIKdsUq4dcWWkA5ZlGbuDkz91gBDTNLerP3cYyEGhcjOCd6oX90YOXMjkJZAVAjxKoMuiUCravszRWg-9DRL8eB6NEtjcmnR00M7S6Cr76FrXbl9T6ZYQWYL3vmg_dtwv8M0M_YoTTZc9Nge6339HoBsxqCRSeOFrOkY4NaS9jOL_EnZAtlCBO6h1dNKANyI2UThTgb-4T8une0cyvV1jpM7p7808wzh9ir54vwbHOzKvTFxgYFBIUu6jq-FVS0jKsT2h-8hv7iTkh8IFuwginZQyAIgOgW5_SVv5epHeneyOh5NmgjcM7yf2BcXPCUdy29EX6FURkWn3tye_7P6Ra22p0G0KzNgGQ","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.relyence.com/v1/function?subsystemId=2550896&fmeaType=2","protocol":"https","host":["app","relyence","com"],"path":["v1","function"],"query":[{"key":"subsystemId","value":"2550896","description":"*required* `int` Subsystem ID\nex: `5534601`"},{"key":"fmeaType","value":"2","description":"*required* `int` FMEA Type\nOptions: `[FMECA = 0, DFMEA = 1, PFMEA = 2, FMEA-MSR = 3]`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 13:38:36 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 2600705,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"75b1495d-ae15-4599-a277-ca3f6764c56c"},{"name":"Update Function Information","id":"76ee0e8d-1946-4fc9-8912-29e364aba6a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Field Information>","description":"<p><code>{key: value}</code> Data to update the function in key/value format\nex: <code>{\"Step Number\": \"10.10\",  \"Process Work Element - 4M Type\": \"Sample Import\",  \"Function of the Process Step and Product Characteristic\": \"Sample Characteristic\"}</code></p>\n","type":"text"}]},"url":"https://app.relyence.com/v1/function?id=<Function ID>","description":"<p>Update an already existing FMEA Function using the Function's ID.</p>\n","urlObject":{"protocol":"https","path":["v1","function"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of function to update\nex: <code>3568871</code></p>\n","type":"text/plain"},"key":"id","value":"<Function ID>"}],"variable":[]}},"response":[{"id":"b5830973-b27d-4b3e-a934-e169f2d2e043","name":"Update Function Information Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer CHJnuU6ytEzRzGOetJCYAtTgY07XooDAjafp1Cvzlv0f1S8EzqI6M0XSzMmPLeiNZCGe8nvnmKeXliE84oAQo81Mj0tfqI6RUkSP3qNy5KyPjIPidbka-yEKrjvm8BTodYBFnycFf5gdlfT5SR91Hx8uQhzCqZHoRRgfkiWspfucqJa91mPb1JIm4aXww6RsByfntdpleQYhANp2b6ZIkcC4aVrH_UBLSMJmktjA8WUaGnak5oxm9P61a-gMKIb7VAWl5ATtAO4VMrVDdltzjICIHssfL28A8WFS3vlsJR75n2vIgmllHCwWQg6-n-iV2LgpQdfwZlH8UZxWe6I3Q2vcrplIWyEPGIJj4ueymzZmp5mvDDHnw13mZEasS3mkDCjQCQIucucjxgH_4bIKVQOoBM--GoIJKWBqKdSJK_b5Nj19r-LcICyEPtgEx1qIm2dcbgMHHAVvmx8bxF2DzmF1A9U1gKiGoeGarQAppeG0LvJMBoo6Q0yJnthXI_srLum2--ui3k-CXeaKyXo42E5NZb3UzrmgEj4wbWrd-tdcxYkB2wgTxrXyMTcO0hqE7ncL7g","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Step Number\": \"10.20\"}","description":"`{key: value}` Data to update the function in key/value format\nex: `{\"Step Number\": \"10.10\", \n\"Process Work Element - 4M Type\": \"Sample Import\", \n\"Function of the Process Step and Product Characteristic\": \"Sample Characteristic\"}`","type":"text"}]},"url":{"raw":"https://app.relyence.com/v1/function?id=2586849","protocol":"https","host":["app","relyence","com"],"path":["v1","function"],"query":[{"key":"id","value":"2586849","description":"`int` ID of function to update\nex: `3568871`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 14:22:52 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 2586849,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"76ee0e8d-1946-4fc9-8912-29e364aba6a7"},{"name":"Delete Function","id":"c23f9114-4535-40e7-8afa-f88135d068ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/function?id=<Function ID>","description":"<p>Delete an existing FMEA Function using the Function's ID.</p>\n","urlObject":{"protocol":"https","path":["v1","function"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of function to delete\nex: <code>3568871</code></p>\n","type":"text/plain"},"key":"id","value":"<Function ID>"}],"variable":[]}},"response":[{"id":"71a58379-b98f-4e5d-a120-8ecb094cf061","name":"Delete Function Example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer sU1zOh1QzCfnWnfRJTxcw2Zgh-1vExhBn-ymA-nMpcSmHAlfrGp1KdaK5vWuTvJ_fAQgkZKuXQB3Leymduk4K_4TCYulEvBt041mfFwDJ9IOF16VKY_FEfYwy7NFYcUbKKY4z8RCl7FENBWShlNwjcYb-HEhO43A7BH-ABCeQ0pP0Pa_w4lBN3ryv4rGUT66T4PJAxyDime_GIXLQa7KxFwpXPnS1FnLCj9lYMsRa-beDV5EOzTs4TGo-Jb0Kj5XTz2U55aDqkNDii0ObV-8A-LJKEUjlG1XAR2SsyozNNZxXDmNpzAjqRd9AogOuT4MGAvCRzSDdBvupdIkfDepmms7MSlZNWVaxr8VR8KhB0vSIU7EzsTlzZGovU6nIKst9Q8jcpwJnRyg5sK5kIrLPGYcoUHVwAYQObIFtHqLxkCsjWCLDJgX_Sre4YbNajBTIPCb5rXbM1qiTaEPuIAYXcXh8Gh_uUIIW-pVQ9mzi_cScSwrjE_7TBuvE5pcPYN2nidD9Gg4HVMWsowrVbxESxIOSyMJ75yOW7lOfuQt5TLCmpLbw8fbDmDWIZ9prF6Rkyfrng","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/function?id=2600705","protocol":"https","host":["app","relyence","com"],"path":["v1","function"],"query":[{"key":"id","value":"2600705","description":"*required* `int` ID of function to delete\nex: `3568871`","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 20 Aug 2024 14:47:25 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c23f9114-4535-40e7-8afa-f88135d068ed"},{"name":"Get All Recommended Actions","id":"40f68142-78f3-4f1d-9361-0f30a9761f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/actions?analysisId=<Analysis ID>&fields=<Fields> or Empty&fmeaType=<FMEA Type>","description":"<p>Get a list of FMEA Recommended Actions that are associated with a certain FMEA Type.</p>\n","urlObject":{"protocol":"https","path":["v1","actions"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> Analysis ID\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>List&lt;string&gt;</code> List of fields you want information from\nex: <code>[\"Function ID\", \"Attachments\"]</code>\n<em>Leave blank to call all fields</em></p>\n","type":"text/plain"},"key":"fields","value":"<Fields> or Empty"},{"description":{"content":"<p><em>required</em> <code>int</code> FMEA Type\nOptions: <code>[FMECA = 0, DFMEA = 1, PFMEA = 2, FMEA-MSR = 3]</code></p>\n","type":"text/plain"},"key":"fmeaType","value":"<FMEA Type>"}],"variable":[]}},"response":[{"id":"cbc320f8-37a6-4001-b23b-29585238df17","name":"Get All Recommended Actions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer emAhqmUR_1MribU5OJFUsAiqrWDhW9jl-BMfzhl1vkBUh5h5TQezd0gtR-rKswxk7bFwxSkIZgVaw0tALGdvIqy6hs9alDEogYnCd7h6lu8Na4Qyk0m0gwh80skZ3IIMmCgZHn6EzUKexhN11JBNm-mgyWdv7sEMCuNC4tJECNcDB6rVwh-sIL7Yb1d5O8IE4lfNlV7CimnVv4iLvOSk4F3jfH5NOVOKFPjzb3QQ","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/actions?analysisId=33&fields=&fmeaType=1","protocol":"https","host":["app","relyence","com"],"path":["v1","actions"],"query":[{"key":"analysisId","value":"33","description":"*required* `int` Analysis ID\nex: `66098`"},{"key":"fields","value":"","description":"*required* `List<string>` List of fields you want information from\nex: `[\"Function ID\", \"Attachments\"]`\n*Leave blank to call all fields*"},{"key":"fmeaType","value":"1","description":"*required* `int` FMEA Type\nOptions: `[FMECA = 0, DFMEA = 1, PFMEA = 2, FMEA-MSR = 3]`"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 24 Feb 2026 14:39:11 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c41bc2d2-f64b-4219-98ce-6978090f4d36"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Action ID\": 29863,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Improved auto landing functionality\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-08-05T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Navigate to safe area; review auto landing procedure due to motor issues\",\n        \"Responsibility\": \"Kayla Johnson\",\n        \"Target Completion Date\": \"2025-08-06T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29863,\n        \"Causes\": \"101105\"\n    },\n    {\n        \"Action ID\": 29864,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Enhanced emergency landing procedure\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-09-08T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Incorporate emergency landing functionality\",\n        \"Responsibility\": \"Don Funk\",\n        \"Target Completion Date\": \"2025-09-20T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29864,\n        \"Causes\": \"101107\"\n    },\n    {\n        \"Action ID\": 29865,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Added redundant data storage\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-09-15T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Support redundant data storage and fault tolerance\",\n        \"Responsibility\": \"John Beaver\",\n        \"Target Completion Date\": \"2025-09-06T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29865,\n        \"Causes\": \"101132\"\n    },\n    {\n        \"Action ID\": 29866,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Joysticks included\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-09-16T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Support multiple redundant monitors and manual control using joysticks\",\n        \"Responsibility\": \"Gregory Alderson\",\n        \"Target Completion Date\": \"2025-09-06T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29866,\n        \"Causes\": \"101136,101137\"\n    },\n    {\n        \"Action ID\": 29867,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Updated protocol for motor inspection during pre-flight checks\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-08-06T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Incorporate periodic motor inspection\",\n        \"Responsibility\": \"Don Funk\",\n        \"Target Completion Date\": \"2025-07-30T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29867,\n        \"Causes\": \"101106\"\n    },\n    {\n        \"Action ID\": 29868,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"New purchasing and evaluation protocol implemented and new supplier selected\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-08-10T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Evaluate the battery suppliers and select the better quality supplier\",\n        \"Responsibility\": \"Matthew White\",\n        \"Target Completion Date\": \"2025-07-27T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29868,\n        \"Causes\": \"101113\"\n    },\n    {\n        \"Action ID\": 29869,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Implemented failsafe landing 20 seconds after lost communication\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-09-20T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Terminate the mission and trigger failsafe landing after timeout\",\n        \"Responsibility\": \"Warren Chow\",\n        \"Target Completion Date\": \"2025-09-13T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29869,\n        \"Causes\": \"101138\"\n    },\n    {\n        \"Action ID\": 29870,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Performed DOE and redesigned the heat sink\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-09-20T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Optimize the board layout through DOE\",\n        \"Responsibility\": \"Marvin Allen\",\n        \"Target Completion Date\": \"2025-09-17T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29870,\n        \"Causes\": \"101131\"\n    },\n    {\n        \"Action ID\": 29871,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Enhanced manual and emergency landing functionality\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-07-22T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Terminate the mission and operator takes manual control and lands the drone\",\n        \"Responsibility\": \"Chelsea Arun\",\n        \"Target Completion Date\": \"2025-07-22T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29871,\n        \"Causes\": \"101135\"\n    },\n    {\n        \"Action ID\": 29872,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Included detailed document on calibration procedure\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-08-06T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Calibrate the drone\",\n        \"Responsibility\": \"Kayla Johnson\",\n        \"Target Completion Date\": \"2025-07-27T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29872,\n        \"Causes\": \"101112\"\n    },\n    {\n        \"Action ID\": 29873,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Auto landing functionality reviewed and enhanced\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-07-30T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Land drone quickly; assess auto landing functionality\",\n        \"Responsibility\": \"Kayla Johnson\",\n        \"Target Completion Date\": \"2025-07-27T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29873,\n        \"Causes\": \"101111,101117\"\n    },\n    {\n        \"Action ID\": 29874,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Included early warning system\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-07-24T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Monitor the battery life and provide early warning to the operator\",\n        \"Responsibility\": \"Logan Adams\",\n        \"Target Completion Date\": \"2025-07-17T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29874,\n        \"Causes\": \"101109\"\n    },\n    {\n        \"Action ID\": 29875,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": \"Autopilot implemented\",\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": \"2025-07-20T16:00:00\",\n        \"Images\": null,\n        \"Recommended Action\": \"Trigger autopilot and return to the safe landing zone\",\n        \"Responsibility\": \"Gregory Alderson\",\n        \"Target Completion Date\": \"2025-07-22T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29875,\n        \"Causes\": \"101108\"\n    },\n    {\n        \"Action ID\": 29876,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken\": null,\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Effective Date\": null,\n        \"Images\": null,\n        \"Recommended Action\": \"Perform DOE and redesign the structural elements\",\n        \"Responsibility\": \"Andres Shan\",\n        \"Target Completion Date\": \"2026-03-29T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 23\": null,\n        \"User Text 24\": null,\n        \"User Text 25\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 29876,\n        \"Causes\": \"101110\"\n    }\n]"},{"id":"9683648b-1828-453a-8fb4-c07ebe1939ee","name":"Get Function List Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer mESY9eGX9lTWBUTkvoHmvIcdqrDdznltv9l8gr2r9aSrcFvcaZcHkqa2HIWHWhD_ohl0SF97dvHGhlP0WsPWdm9PV56DUGpUKtCBbXORygL6Y2CSS6BcNETKELE35Pw4VmLOZpXEZtgjp2DDtRGcPY_9j0xevpgmytIQtQHruVoqaih_jXrYb_jYSLaPuJdChkzBvOq7yP7zdDEtN4vMgO1R8oNjbSRSrdo-qQnmKFLXh2aIl-2B4N4r0p3KarN6bWl0qjDIgDkMawQO-7fgRay2LB6ZOHqNdYXiIsZXleabod1uw3cYBs8aZAhbiLmcPaifA8Ehba9iVSkryUpt-AorQR58e6dYvuywEErmhasXUggWpHBwT7G3pA7KYYiqknHxxFTJDLVaSRTvOy1mVozHP8OnzV90WS5P9oMNeVGV59SVYT3RStqCAIkdt1uyHEvkcou6SOJMecr9S_47eMtMBmAQQksk4aYqtLfZkw2tB2wof0RC9Be1i_9lnQQXDyVxLEnz_xxXD01kSptoNER5AwTXw2Np6ai-FpqKgA94dz0zALkrxcS9Zw9BPS6J5t2YAA","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/actions?analysisId=66098&fields&fmeaType=2","protocol":"https","host":["app","relyence","com"],"path":["v1","actions"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` Analysis ID\nex: `66098`","type":"text"},{"key":"fields","value":null,"description":"*required* `List<string>` List of fields you want information from\nex: `[\"Function ID\", \"Attachments\"]`\n*Leave blank to call all fields*","type":"text"},{"key":"fmeaType","value":"2","description":"*required* `int` FMEA Type\nOptions: `[FMECA = 0, DFMEA = 1, PFMEA = 2, FMEA-MSR = 3]`","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 15:39:34 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Action ID\": 2533211,\n        \"Action Knowledge Bank ID\": null,\n        \"Action Taken with Pointer to Evidence\": \"None Taken\",\n        \"Action Type\": null,\n        \"Attachments\": null,\n        \"Closed\": false,\n        \"Completion Date\": \"2024-08-07T16:00:00\",\n        \"Detection Action\": \"Detection\",\n        \"Filter Code (Optional)\": \"TEST\",\n        \"Images\": null,\n        \"Preventative Actions\": \"Action\",\n        \"Responsible Person's Name\": \"User\",\n        \"Special Product Characteristics\": \"None\",\n        \"Status\": \"Done\",\n        \"Target Completion Date\": \"2024-08-09T16:00:00\",\n        \"Team Members 1\": \"\",\n        \"Team Members 2\": \"\",\n        \"Team Members 3\": \"\",\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Number 1\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 20\": null,\n        \"User Text 21\": null,\n        \"User Text 22\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Workflow Data\": null,\n        \"Id\": 2533211\n    }\n]"}],"_postman_id":"40f68142-78f3-4f1d-9361-0f30a9761f90"},{"name":"Update Recommended Action","id":"fec03967-1e4b-4af6-ba92-09366e3279bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Fields to Update>","description":"<p><code>{key: value}</code> Data to update the function in key/value format\nex: <code>{\"Preventative Actions: \"Sample Action\"}</code></p>\n","type":"text"}]},"url":"https://app.relyence.com/v1/action?id=<Action ID>","description":"<p>Update an already existing FMEA Recommended Action using the Action's ID.</p>\n","urlObject":{"protocol":"https","path":["v1","action"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><code>int</code> ID of action to update\nex: <code>3568871</code></p>\n","type":"text/plain"},"key":"id","value":"<Action ID>"}],"variable":[]}},"response":[{"id":"97151eac-4332-428a-bfc5-dd275b1eeb30","name":"Update Recommended Action Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer mESY9eGX9lTWBUTkvoHmvIcdqrDdznltv9l8gr2r9aSrcFvcaZcHkqa2HIWHWhD_ohl0SF97dvHGhlP0WsPWdm9PV56DUGpUKtCBbXORygL6Y2CSS6BcNETKELE35Pw4VmLOZpXEZtgjp2DDtRGcPY_9j0xevpgmytIQtQHruVoqaih_jXrYb_jYSLaPuJdChkzBvOq7yP7zdDEtN4vMgO1R8oNjbSRSrdo-qQnmKFLXh2aIl-2B4N4r0p3KarN6bWl0qjDIgDkMawQO-7fgRay2LB6ZOHqNdYXiIsZXleabod1uw3cYBs8aZAhbiLmcPaifA8Ehba9iVSkryUpt-AorQR58e6dYvuywEErmhasXUggWpHBwT7G3pA7KYYiqknHxxFTJDLVaSRTvOy1mVozHP8OnzV90WS5P9oMNeVGV59SVYT3RStqCAIkdt1uyHEvkcou6SOJMecr9S_47eMtMBmAQQksk4aYqtLfZkw2tB2wof0RC9Be1i_9lnQQXDyVxLEnz_xxXD01kSptoNER5AwTXw2Np6ai-FpqKgA94dz0zALkrxcS9Zw9BPS6J5t2YAA","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Preventative Actions\": \"Sample Action\"}","description":"`{key: value}` Data to update the function in key/value format\nex: `{\"Preventative Actions: \"Sample Action\"}`","type":"text"}]},"url":{"raw":"https://app.relyence.com/v1/action?id=2533211","protocol":"https","host":["app","relyence","com"],"path":["v1","action"],"query":[{"key":"id","value":"2533211","description":"`int` ID of action to update\nex: `3568871`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 15:47:09 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 2533211,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"fec03967-1e4b-4af6-ba92-09366e3279bd"},{"name":"Get Cause Information","id":"96b4f61d-ac7b-47cd-9172-8814253aa65b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o","type":"text"}],"url":"https://app.relyence.com/v1/cause?id=<Cause ID>","description":"<h2 id=\"purpose\">Purpose</h2>\n<p>Retrieves <strong>Cause</strong> record details from Relyence by <strong>Cause ID</strong>.</p>\n<p>This endpoint is typically used to:</p>\n<ul>\n<li><p>Look up a single Cause to display/edit in a UI</p>\n</li>\n<li><p>Validate that a Cause exists before linking it to other objects (e.g., problems, actions)</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"authentication\">Authentication</h2>\n<p>This request uses a Bearer token in the <code>Authorization</code> header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">Authorization: Bearer BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o\n\n</code></pre>\n<p><strong>Tip:</strong> Store the token in an environment variable named <code>Bearer Token</code> (as shown) so you don’t hardcode credentials in the request.</p>\n<hr />\n<h2 id=\"required-query-parameter\">Required query parameter</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Yes</td>\n<td>integer</td>\n<td>The <strong>Cause ID</strong> to retrieve</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example value:</p>\n<ul>\n<li><code>id={{cause_id}}</code></li>\n</ul>\n<hr />\n<h2 id=\"example-usage\">Example usage</h2>\n<p>Request URL:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-text\">GET https://app.relyence.com/v1/cause?id={{cause_id}}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["v1","cause"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><code>int</code> Cause ID to get information of</p>\n","type":"text/plain"},"key":"id","value":"<Cause ID>"}],"variable":[]}},"response":[{"id":"0a4b9cb0-cfbc-4e1d-add3-038ad93af772","name":"Get Cause","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer f6JZkLuMNisU41avZjG8yAJdQpmGyP4H7QXaWKteH2OMPUJsNn-pMZbmc2pE5jFuwQnwgNo0p2pZYqqVsSivvnnYTNy7kMnGspoId8ZMTBbAx1zo4MetJsTe5KcfXK2LaJZMy9rsyRGDmB6LvBhazsf47IZSv0mAuiZVxcEXtGWTsLFLUd7Je1Z5jCGt7rw7uUA9QXIr_CJMOHXF6QVjXQ","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/cause?id=134257","protocol":"https","host":["app","relyence","com"],"path":["v1","cause"],"query":[{"key":"id","value":"134257"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 14:54:36 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c41bc2d2-f64b-4219-98ce-6978090f4d36"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"AP\": \"L\",\n        \"Attachments\": null,\n        \"Cause\": \"Improperly designed camera mounting plate\",\n        \"Cause ID\": 134264,\n        \"Cause Knowledge Bank ID\": null,\n        \"Classification\": \"II: Critical\",\n        \"Custom RPN 1\": 150,\n        \"Custom RPN 2\": 150,\n        \"Detection\": \"5\",\n        \"Detection Controls\": null,\n        \"Images\": null,\n        \"Occurrence\": \"5\",\n        \"Prevention Controls\": null,\n        \"Product Characteristic\": null,\n        \"Revised AP\": null,\n        \"Revised Detection\": null,\n        \"Revised Occurrence\": null,\n        \"Revised RPN\": null,\n        \"RPN\": 150,\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false,\n        \"User Checkbox 1\": false,\n        \"User Date 1\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Hyperlink 3\": null,\n        \"User Hyperlink 4\": null,\n        \"User Number 1\": null,\n        \"User Number 10\": null,\n        \"User Number 2\": null,\n        \"User Number 3\": null,\n        \"User Number 4\": null,\n        \"User Number 5\": null,\n        \"User Number 6\": null,\n        \"User Number 7\": null,\n        \"User Number 8\": null,\n        \"User Number 9\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"Id\": 134264\n    }\n]"}],"_postman_id":"96b4f61d-ac7b-47cd-9172-8814253aa65b"},{"name":"Insert New Cause","id":"82590226-1404-42fd-8140-768f1b7ad03d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"User Text 1\": \"Data from API\"}","type":"text","uuid":"0b893c88-13af-4390-85aa-5d46bb512532","description":"<p><code>JSON</code> Data in {\"key\": \"Value\"} format to insert into Relyence</p>\n"}]},"url":"https://app.relyence.com/v1/cause?modeId=<Mode ID>","urlObject":{"protocol":"https","path":["v1","cause"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><code>int</code> ID of Mode to associate Cause with</p>\n","type":"text/plain"},"key":"modeId","value":"<Mode ID>"}],"variable":[]}},"response":[{"id":"3002a1f6-b83b-45e5-8c48-a2db4075f8ae","name":"Insert New Cause","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Ht7z2XV9-ix8_1VdFOfgv3sU4DcX_M5NSYNOO4O5n2E5UBRc5h4f23-0MzoUwJfXLqZRvSyoKQuUKS1WVZ_Z_RWON9grzShyrRcnvcuKRTNm8Z9fzdiW1jXLJhY7zyLre0rvKZPSbmrqrLnXgiCQp8HRiINFC-mepbz4tEve8GmRdal-MxLwfV37zgfYni82ubGwaP4vIPdzj_IC6pzzse8CDyyLLUTBtLXyLbJFpYB2t5Yk3NMssq0vJQ1aXixWEFPn9yz78SSaSlwUL4sPOMBMoJgUMNEDu0JbiYqyP7PrJW7L9grlR59jNJRex7iO2aXfL-kxktjlDsmrgf6JZkLuMNisU41avZjG8yAJdQpmG","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"User Text 1\": \"Data from API\"}","type":"text","uuid":"0b893c88-13af-4390-85aa-5d46bb512532","description":"`JSON` Data in {\"key\": \"Value\"} format to insert into Relyence"}]},"url":{"raw":"https://app.relyence.com/v1/cause?modeId=123987","protocol":"https","host":["app","relyence","com"],"path":["v1","cause"],"query":[{"key":"modeId","value":"123987","description":"`int` ID of Mode to associate Cause with"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 15:02:41 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c41bc2d2-f64b-4219-98ce-6978090f4d36"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Id\": 134265,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"82590226-1404-42fd-8140-768f1b7ad03d"},{"name":"Update Cause Information","id":"bc563719-7baa-48ae-a745-4af41a547e80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Data","value":"{\"User Text 1\": \"Updated from API\"}","type":"text","uuid":"99d4be3d-e680-41fc-99b2-fe875e8fb09f","description":"<p><code>JSON</code> Data in {\"key\": \"value\"} format to update the values of the cause</p>\n"}]},"url":"https://app.relyence.com/v1/cause?id=<Cause Id>","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>Update an existing <strong>Cause</strong> record in Relyence by submitting updated fields.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>PUT https://app.relyence.com/v1/cause</code></p>\n<h3 id=\"authentication\">Authentication</h3>\n<p>This endpoint requires a Bearer token.</p>\n<p>Header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">Authorization: Bearer BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o\n\n</code></pre>\n<blockquote>\n<p>If you’re currently using a literal token (<code>Bearer</code> ), replace it with a variable (recommended) and set the value in your environment/collection. </p>\n</blockquote>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Example</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Yes</td>\n<td><code>{{cause_id}}</code></td>\n<td>The Cause record ID to update. Replace with the numeric ID.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-text\">https://app.relyence.com/v1/cause?id={{cause_id}}\n\n</code></pre>\n<h3 id=\"body\">Body</h3>\n<p><strong>Content-Type:</strong> <code>application/x-www-form-urlencoded</code></p>\n<p>Send a single form field named <code>Data</code> whose value is a JSON string containing the fields to update.</p>\n<p>Form fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Required?</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Yes</td>\n<td>Json, like <code>{\"User Text 1\": \"Updated from API\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Example body (x-www-form-urlencoded):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-text\">Data={\"User Text 1\":\"Updated from API\"}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["v1","cause"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><code>int</code> ID of Cause to Update\nEx: <code>45789</code></p>\n","type":"text/plain"},"key":"id","value":"<Cause Id>"}],"variable":[]}},"response":[{"id":"bea51a47-93e7-4e00-9052-6a15279d6574","name":"Update Cause Information","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer IC6pzzse8CDyyLLUTBtLXyLbJFpYB2t5Yk3NMssq0vJQ1aXixWEFPn9yz78SSaSlwUL4sPOMBMoJgUMNEDu0JbiYqyP7PrJW7L9grlR59jNJRex7iO2aXfL-kxktjlDsmrgf6JZkLuMNisU41avZjG8yAJdQpmGyP4H7QXaWKteH2O","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"Data","value":"{\"User Text 1\": \"Updated from API\"}","type":"text","uuid":"99d4be3d-e680-41fc-99b2-fe875e8fb09f","description":"`JSON` Data in {\"key\": \"value\"} format to update the values of the cause"}]},"url":{"raw":"https://app.relyence.com/v1/cause?id=44756","protocol":"https","host":["app","relyence","com"],"path":["v1","cause"],"query":[{"key":"id","value":"44756","description":"`int` ID of Cause to Update\nEx: `45789`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 15:10:43 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c41bc2d2-f64b-4219-98ce-6978090f4d36"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Id\": 134264,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"bc563719-7baa-48ae-a745-4af41a547e80"},{"name":"Delete Cause","id":"3701b157-6085-44e8-b436-33893b5f3e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/cause?id=<Cause Id>","description":"<p>Deletes a <strong>Cause</strong> record by its Cause Id.</p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>DELETE https://app.relyence.com/v1/cause</code></p>\n<h3 id=\"authentication-required\">Authentication (required)</h3>\n<p>Send a Bearer token in the <code>Authorization</code> header:</p>\n<p><code>Authorization: Bearer BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o</code></p>\n<h3 id=\"query-parameters-required\">Query parameters (required)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The <strong>Cause Id</strong> to delete.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-postman-variables\">Example (Postman variables)</h3>\n<p><strong>Request</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>DELETE https://app.relyence.com/v1/cause?id={{cause_id}}\nAuthorization: Bearer BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o\n\n</code></pre>","urlObject":{"protocol":"https","path":["v1","cause"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><code>int</code> IF of Cause to Delete\nEx: 134260</p>\n","type":"text/plain"},"key":"id","value":"<Cause Id>"}],"variable":[]}},"response":[{"id":"30d9ffba-4f40-419a-a1b4-abae5f898d56","name":"Delete Cause","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer giCQp8HRiINFC-mepbz4tEve8GmRdal-MxLwfV37zgfYni82ubGwaP4vIPdzj_IC6pzzse8CDyyLLUTBtLXyLbJFpYB2t5Yk3NMssq0vJQ1aXixWEFPn9yz78SSaSlwUL4sPOMBMoJgUMNEDu0JbiYqyP7PrJW7L9grlR59jNJRex7iO2aXfL-kxktjlDsmrgf6JZkLuMNisU41avZjG8yAJdQpmGyP4H7QXaWKteH2OMPUJsNn-pMZbmc2pE5jFuwQnwgNo0p2pZYqqVsSivvnnYTNy7kMnGspoId8ZMTBbAx1zo4MetJsTe5KcfXK2LaJZMy9rsyRGDmB6LvBhazsf47IZSv0mAuiZVxcEXtGWTsLFLUd7Je1Z5jCGt7","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/cause?id=123710","protocol":"https","host":["app","relyence","com"],"path":["v1","cause"],"query":[{"key":"id","value":"123710","description":"`int` ID of Cause to Delete\nEx: 134260"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 23 Mar 2026 15:24:16 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c41bc2d2-f64b-4219-98ce-6978090f4d36"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"3701b157-6085-44e8-b436-33893b5f3e67"},{"name":"Get Function Subtable Records","id":"1d110e76-69bd-4112-9049-5ad4534b0f3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/functionSubtable?id=<Function Subtable Record ID>&fields=<Fields>","description":"<h2 id=\"purpose\">Purpose</h2>\n<p>Retrieve records from a <strong>Function Subtable</strong>.</p>\n<p>This endpoint returns an array of subtable record objects. You can control which fields are returned using the optional <code>fields</code> query parameter.</p>\n<hr />\n<h2 id=\"authentication\">Authentication</h2>\n<p>This request requires a Bearer token.</p>\n<p>Header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">Authorization: Bearer BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o\n\n</code></pre>\n<p>Recommendation: store the token in an environment variable (for example, <code>BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o</code>) so you can easily swap tokens without editing the request.</p>\n<hr />\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<h3 id=\"required\">Required</h3>\n<ul>\n<li><p><code>id</code> <em>(string | number)</em> — <strong>Function Subtable Record ID</strong>.</p>\n</li>\n<li><p><code>fields</code> <em>(string)</em> — A JSON array (stringified) of field names to include in the response.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","functionSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><code>int</code> ID of Function Subtable Record to get associated data</p>\n","type":"text/plain"},"key":"id","value":"<Function Subtable Record ID>"},{"description":{"content":"<p><code>List&lt;string&gt;</code> List of fields to retrieve. Leave blank to return all fields.\nEx: [\"Description, \"User Text 1\"]</p>\n","type":"text/plain"},"key":"fields","value":"<Fields>"}],"variable":[]}},"response":[{"id":"b570b57b-4196-4a15-8496-8b60069db4fb","name":"Get Function Subtable Records","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer BzEvmimuNd3tNQPnbXTJF4yvG1jPNB4-UdgJQhUR2B5WUCfoDnZ8jgUxWjLsayM40L_74yM483K19JF_kzjTWp_HLqAtNWYmsKTc3TPBIOZ0_19E6JLJ6Zt0xsoFKun8693ZrhHAywn7I6GQTXeENQF3rrHcRPCSrAPduOL1tLllfdUSs4mKiNHQ_PK4nsL_Jk8RE8vUJ_0TXxXmL_h_oG0FWRM7XoaIN8-XfKOQqs_NrWXBDpJtyvkNLIz2_b1X5sNBUcv_4F_4J3jO91HIeR_147yU-ah7sk8eRmBSD_3IjWEi2jaTRzX-","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/functionSubtable?id=600&fields=[\"Description\", \"User Checkbox 1\", \"User Number 1\"]","protocol":"https","host":["app","relyence","com"],"path":["v1","functionSubtable"],"query":[{"key":"id","value":"600","description":"`int` ID of Function Subtable Record to get associated data\n"},{"key":"fields","value":"[\"Description\", \"User Checkbox 1\", \"User Number 1\"]","description":"`List<string>` List of fields to retrieve. Leave blank to return all fields.\nEx: [\"Description, \"User Text 1\"]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 15:56:39 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c41bc2d2-f64b-4219-98ce-6978090f4d36"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"Description\": \"SMR2245\",\n        \"User Checkbox 1\": true,\n        \"User Number 1\": 23.1,\n        \"Id\": 600,\n        \"Function ID\": 96695,\n        \"Record Number\": 1774281243562\n    }\n]"}],"_postman_id":"1d110e76-69bd-4112-9049-5ad4534b0f3b"},{"name":"Insert Function Subtable Record Copy","id":"432b6d5c-4483-411b-88d7-38d1337fc6a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Data>","description":"<p><code>JSON</code> Data in {\"key\": \"value\"} fomat of the Function Subtable Record data</p>\n","type":"text","uuid":"f5ed9250-3ac6-47c6-88db-f569e442969f"}]},"url":"https://app.relyence.com/v1/functionSubtable?analysisId=<Analysis ID>&functionId=<Function ID>","description":"<p>Creates (inserts) a new Function Subtable record for a given Analysis and Function.</p>\n<p><strong>Auth</strong></p>\n<ul>\n<li><p>Requires <code>Authorization: Bearer</code> .</p>\n</li>\n<li><p>Obtain a valid access token (JWT/Bearer) before calling this endpoint.</p>\n</li>\n</ul>\n<p><strong>Endpoint</strong><br /><code>POST {{base_url}}/v1/functionSubtable</code></p>\n<p><strong>Query parameters (required)</strong></p>\n<ul>\n<li><p><code>analysisId</code> (string | number): The Analysis ID to associate the subtable record with.</p>\n</li>\n<li><p><code>functionId</code> (string | number): The Function ID to associate the subtable record with.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","functionSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><code>int</code> Analysis ID to insert Function Subtable Record into</p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><code>int</code> Function ID to associate the Function Subtable Record to</p>\n","type":"text/plain"},"key":"functionId","value":"<Function ID>"}],"variable":[]}},"response":[{"id":"1a71e032-7db2-4550-9180-d77db31dd947","name":"Insert Function Subtable Record","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer sLJo-2YqpgfF0MF18EjQVhTQzm4Az1w3RtHK9RP5DPAK8wW1Ikwwt4rPu6iRfodFriOrBJk9x9eaN2GI17IP2_xd6lXWQZzL-QrW6FtY2CmB1k4y-rnBLpZdjs_RIFOTq7aAyYxB7ipuhyuPJYSabxZBclmsaGLuRMyu9n7h8XN5XJ8_mZ-4gD3l1a6uFV6S0b-3pW5IhV75OoaEdkh2XWAEeqiqYYcgE_OqRZadIJvNkRH2b-1k7eMMTcJ1RbaJP_3Ly6LviGdcILtwdgelNzvsISDRoElErngxN6tJ5Ts3cJTejYXmtsr9iHRtEoixjeN2-vPmesYGF","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"User Text 1\": \"Inserted from API\", \"Team Members\": \"Administrators\"}","description":"`JSON` Data in {\"key\": \"value\"} fomat of the Function Subtable Record data","type":"text","uuid":"f5ed9250-3ac6-47c6-88db-f569e442969f"}]},"url":{"raw":"https://app.relyence.com/v1/functionSubtable?analysisId=7349&functionId=96696","protocol":"https","host":["app","relyence","com"],"path":["v1","functionSubtable"],"query":[{"key":"analysisId","value":"7349","description":"`int` Analysis ID to insert Function Subtable Record into"},{"key":"functionId","value":"96696","description":"`int` Function ID to associate the Function Subtable Record to"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 16:58:51 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c41bc2d2-f64b-4219-98ce-6978090f4d36"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Id\": 601,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"432b6d5c-4483-411b-88d7-38d1337fc6a4"},{"name":"Update Function Subtable Record Copy","id":"aafa0e85-df5b-4dd2-9ffa-274286b5cd2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Data>","description":"<p><code>JSON</code> Data in {\"key\": \"value\"} form to update the record</p>\n","type":"text","uuid":"3b2e88d2-37fa-4428-a577-0fdaa874b8d0"}]},"url":"https://app.relyence.com/v1/functionSubtable?id=<Function Subtable Recod ID>","description":"<p>Updates an existing <strong>Function Subtable</strong> record.</p>\n<h3 id=\"auth\">Auth</h3>\n<p>This endpoint requires a Bearer token.</p>\n<p><strong>Header</strong></p>\n<ul>\n<li><code>Authorization: Bearer BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o</code></li>\n</ul>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> <code>PUT</code><br /><strong>URL:</strong> <code>https://app.relyence.com/v1/functionSubtable</code></p>\n<h4 id=\"query-parameter\">Query parameter</h4>\n<ul>\n<li><code>id</code> (required): Function Subtable Record ID to update.</li>\n</ul>\n<h4 id=\"body\">Body</h4>\n<p>Send the update payload in <strong>x-www-form-urlencoded</strong>.</p>\n<ul>\n<li><code>data</code> (required): A <strong>JSON string</strong> containing the fields to update.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","functionSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><code>int</code> Function Subtable ID of record to update</p>\n","type":"text/plain"},"key":"id","value":"<Function Subtable Recod ID>"}],"variable":[]}},"response":[{"id":"7c440794-362a-45fa-a9f7-a4ed9fed73b9","name":"Update Function Subtable Record Copy","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Description\": \"Updated through the API\", \"User Checkbox 1\": false}","description":"`JSON` Data in {\"key\": \"value\"} form to update the record","type":"text","uuid":"3b2e88d2-37fa-4428-a577-0fdaa874b8d0"}]},"url":{"raw":"https://app.relyence.com/v1/functionSubtable?id=599","protocol":"https","host":["app","relyence","com"],"path":["v1","functionSubtable"],"query":[{"key":"id","value":"599","description":"`int` Function Subtable ID of record to update"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 23 Mar 2026 17:09:51 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c41bc2d2-f64b-4219-98ce-6978090f4d36"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Id\": 599,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"aafa0e85-df5b-4dd2-9ffa-274286b5cd2c"},{"name":"Delete Function Subtable Record","id":"49d530e5-103e-4a56-8e30-2919aac7a5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/functionSubtable?id=<Function Subtable Record>","description":"<h2 id=\"purpose\">Purpose</h2>\n<p>Deletes a single <strong>Function Subtable Record</strong> from Relyence.</p>\n<p>Use this endpoint when you need to permanently remove an existing record from a Function Subtable (for example, during cleanup, test data resets, or when a record was created in error).</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p><code>DELETE https://app.relyence.com/v1/functionSubtable</code></p>\n<h2 id=\"authentication-required\">Authentication (required)</h2>\n<p>This request requires a Bearer token.</p>\n<ul>\n<li><p>Header: <code>Authorization: Bearer</code></p>\n</li>\n<li><p>In Postman, you can also use a variable: <code>Authorization: Bearer BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o</code></p>\n</li>\n</ul>\n<p>If the token is missing or invalid, the API will return an authorization error (for example <code>401 Unauthorized</code> / <code>403 Forbidden</code>).</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>number/string</td>\n<td>Yes</td>\n<td>The <strong>Function Subtable Record</strong> identifier to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","functionSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><code>int</code> ID of the Function Subtable Record to delete\nEx: 15468</p>\n","type":"text/plain"},"key":"id","value":"<Function Subtable Record>"}],"variable":[]}},"response":[{"id":"045d8d40-0c4a-4417-b845-b1405ff5cf9e","name":"Delete Function Subtable Record","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer Mws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o-DHBwks-EIpZYBatrB1V2YOUlG3G3DEJPREx_Pp0lunB5KUFyvtBvnkrKNGS5wYuvPIxjEFa2IOA-gjc5VXivBghvXvpej4e0qSv_xI1sPDuKvu8HbpIOeLF-EI1dUvXZb0uKhA8NiuXCnECZR6YceL-2X-h6AtggH1KyB_yyvU7sS4fG4C71Hvf-aEqcm8litRFNYs9h3rYxHFqiKEQIuCPl1Y8irCbEwYgPtC4_t0JS3JNAAlmwqA3Dj9p8LCQ9XmKnztOyHuV11h6QcnEYTmURdcOWEFMnbngSyt-A8iMtskW384RIAJsBGddKVjZJn8yZJrUdrJR_MHABT81AoDw3eb6NGlNgNg__nTz0ufT8ByqGRXpdt_LJtSsvqgRi5Ybtq2n73z6NE7T2TTxvrMqpURwlsJI_L5ZHfqzDcrK6ikoAGpStRNCIvJx8_HHVo0NgopVvR5iF5LS_5YnvmtenIrTjA0Ogw1NGY-Idb1TjPSN0pCce0Jt5zFQk0KOKJlThbmF9_Q","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/functionSubtable?id=598","protocol":"https","host":["app","relyence","com"],"path":["v1","functionSubtable"],"query":[{"key":"id","value":"598","description":"`int` ID of the Function Subtable Record to delete\nEx: 15468"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 23 Mar 2026 17:20:19 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c41bc2d2-f64b-4219-98ce-6978090f4d36"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"49d530e5-103e-4a56-8e30-2919aac7a5a9"}],"id":"93be5294-df6b-428f-84b1-fbcc63e18db7","description":"<p>These are the functions you can use with Relyence FMEA. Note that some API Functions require a paramter called <code>FMEA Type</code>. Generally, these values are <code>[FMECA = 0, DFMEA = 1, PFMEA = 2, FMEA-MSR = 3]</code></p>\n","_postman_id":"93be5294-df6b-428f-84b1-fbcc63e18db7"},{"name":"FRACAS","item":[{"name":"Incidents","item":[{"name":"Get All Incidents","id":"2f039b2a-52eb-466f-b6ec-389e8860655d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/incidents?analysisId=<Analysis ID>&fields=<Incident Fields>&incidentId=<Incident ID>&subsystemId=<Subsystem ID>&problemId=<Problem ID>&unassociated=<bool>","description":"<p>Gets you a list of Incidents in your specificed Analysis. You can also specify if you want a specific incident, incidents associated with a certain subsystem, incidents associated with a certian problem, or incidents that are unassociated with any subsystems.</p>\n","urlObject":{"protocol":"https","path":["v1","incidents"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of analysis to pull incidents from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>List&lt;string&gt;</code> List of fields to get information from\nex: <code>{\"Incident ID\", \"Date Occurred\"}</code>\n<em>Leave empty to return all fields</em></p>\n","type":"text/plain"},"key":"fields","value":"<Incident Fields>"},{"description":{"content":"<p><em>optional</em> <code>int</code> ID of specific incident to pull\nex: <code>379022</code></p>\n","type":"text/plain"},"key":"incidentId","value":"<Incident ID>"},{"description":{"content":"<p><em>optional</em> <code>int</code> ID of subsystem to pull all associated incidents from\nex: <code>2778901</code>\n<em>This value will be ignored if an <code>incidentId</code> is entered.</em></p>\n","type":"text/plain"},"key":"subsystemId","value":"<Subsystem ID>"},{"description":{"content":"<p><em>optional</em> <code>int</code> ID of problem to pull all associated incidents from\nex: <code>1998420</code>\n<em>This value will be ignored if any <code>incidentId</code> or <code>subsystemId</code>is entered.</em></p>\n","type":"text/plain"},"key":"problemId","value":"<Problem ID>"},{"description":{"content":"<p><em>optional</em> <code>bool</code> If true, pulls all incidents not associated with any subsystem\nex: <code>true</code>\n<em>This value will be ignored if any <code>incidentId</code>, <code>subsystemId</code>, or <code>problemId</code> is entered.</em></p>\n","type":"text/plain"},"key":"unassociated","value":"<bool>"}],"variable":[]}},"response":[{"id":"8390adf9-179f-4423-93e1-fa3b912e0eda","name":"Get All Incidents Exanoke","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Q_4z89uwHh6Wb-SS821bq2rAbcz-maUthvvoqqxJp-go3iobk9iJ7Zd48UKR8od2ML9TXO2qDTdpk-_xfuR_TjiSMLSjxxMpl30kPfhvOEEx-s6I1PIj7yjxIfGt88mGhkIrT0iQF454zsrTI69uTik_-CRnGiX1RAHEEqC6Ztm2ITrQCfJVKaVL_F54WXGgHNB7gcTD9hScVAu02lLbagmsSiPsotrBFMomJRwcLGEY60k-NXNo6jmE4Ev6HIB2awHCKymtjjLW-F3FDJRwBw0RLcu33RM2kQW-ZsyZBqBKxkA0-HhEYagNCL_z-AXXIkON6iTtaPVAbZ7-Snb2sOVLhtHnfFR8J9q965GOQAYAN0E_DZoX23FkZn3C_NRYPnN7rAIROXLT-KWgacPbC0MndCm_jQet2CS_EIhg1v6tfzFPK8hBJge5PlLr44-eoGis35Uh-Wucrw4heI2Fsx2p-oi5Be1rmkKU3B_g2jDQWhg7sGrckKlE0vTJKJpGBWgRkFQWZh73Xl41txdl1ibAZnDaTAwT2baqOi2x8XY3BfefuUp0EiqlT94L7VF8deNzYw","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/incidents?analysisId=66098&fields=&incidentId&subsystemId&problemId&unassociated","protocol":"https","host":["app","relyence","com"],"path":["v1","incidents"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of analysis to pull incidents from\nex: `66098`"},{"key":"fields","value":"","description":"*required* `List<string>` List of fields to get information from\nex: `{\"Incident ID\", \"Date Occurred\"}`\n*Leave empty to return all fields*"},{"key":"incidentId","value":null,"description":"*optional* `int` ID of specific incident to pull\nex: `379022`"},{"key":"subsystemId","value":null,"description":"*optional* `int` ID of subsystem to pull all associated incidents from\nex: `2778901`\n*This value will be ignored if an `incidentId` is entered.*"},{"key":"problemId","value":null,"description":"*optional* `int` ID of problem to pull all associated incidents from\nex: `1998420`\n*This value will be ignored if any `incidentId` or `subsystemId`is entered.*"},{"key":"unassociated","value":null,"description":"*optional* `bool` If true, pulls all incidents not associated with any subsystem\nex: `true`\n*This value will be ignored if any `incidentId`, `subsystemId`, or `problemId` is entered.*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 12:22:40 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Deformation\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:55:48.737\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer is unable to fly the drone straight. Difficulty in maneuvering.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0003\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1427994,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replaced propeller blades\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Root cause was the deformed blades. Recommendation to replace the blades periodically.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1427994,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Software\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:55:49.96\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2001-01-01T12:00:00\",\n        \"Description\": \"Sudden surge upwards in the Hold mode, and drone went straight into tree branches. Customer is not sure exactly what happened here, so unsure how to avoid.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0004\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1427995,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Software update and recalibration\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Software update and recalibration fixed issue. Improvement to return home functionality pending.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1427995,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:55:51.177\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2002-01-02T12:00:00\",\n        \"Description\": \"On the fifth flight, propellers caught on fire, stopped spinning and fell out of the sky.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0005\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1427996,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced. The problem with controller is in the initial study.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1427996,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Vibration, part dimensional tolerance error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:55:52.39\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2004-02-03T12:00:00\",\n        \"Description\": \"The customer set the drone to hover. About 5 seconds into hovering, its nose fell off on the ground.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0006\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1427997,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced with a new one\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1427997,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Packaging and shipment error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:55:53.617\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2023-08-22T12:00:00\",\n        \"Description\": \"The customer received a physically damaged drone. The propellers were bent, the landing sticks smashed, and the motor was misaligned and crammed.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0007\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1427998,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"x\",\n        \"Repairable?\": false,\n        \"Resolution\": \"x\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1427998,\n        \"Workflow Step Due Date\": \"2024-07-14T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Environmental Factor\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:55:54.87\",\n        \"Date Closed\": \"2024-06-11T12:00:00\",\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"This is me typing in a new Incident Description where someone flew a drone into a bird and the drone fell 20 feet and the propellors dropped off.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0008\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1427999,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced, but potentially look into environment tracking.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1427999,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Hard landing\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:55:56.077\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer was flying the drone and something caused it to return to the take-off point. It landed hard and damaged the landing pads.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0009\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428000,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replace damaged landing pads\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Emergency landing functionality needs to be improved.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428000,\n        \"Workflow Step Due Date\": \"2024-07-14T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error, operator error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:58:05.607\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"Serious crash occurred by accidentally activating an AUTO mission when 20 miles from the first waypoint flown a few weeks prior. The drone started flying towards the first waypoint, went out of radio range, hit a tall building and broke almost every component.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0010\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428001,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428001,\n        \"Workflow Step Due Date\": \"2024-07-14T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Coolant leak and minor battery puncture\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:58:06.903\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"The customer was installing a battery and an electrical short with lots of white smoke damaged the drone.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0011\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428002,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Shipping and handling of the batteries was the root cause of the failure. The drone was replaced by new one.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428002,\n        \"Workflow Step Due Date\": \"2024-07-14T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Deformation\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:58:08.107\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer is unable to fly the drone straight. Difficulty in maneuvering.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0012\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428003,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replaced propeller blades\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Root cause was the deformed blades. Recommendation to replace the blades periodically.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428003,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Software\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:58:09.307\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2001-01-01T12:00:00\",\n        \"Description\": \"Sudden surge upwards in the Hold mode, and drone went straight into tree branches. Customer is not sure exactly what happened here, so unsure how to avoid.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0013\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428004,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Software update and recalibration\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Software update and recalibration fixed issue. Improvement to return home functionality pending.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428004,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:58:10.493\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2002-01-02T12:00:00\",\n        \"Description\": \"On the fifth flight, propellers caught on fire, stopped spinning and fell out of the sky.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0014\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428005,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced. The problem with controller is in the initial study.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428005,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Vibration, part dimensional tolerance error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:58:11.673\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2004-02-03T12:00:00\",\n        \"Description\": \"The customer set the drone to hover. About 5 seconds into hovering, its nose fell off on the ground.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0015\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428006,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced with a new one\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428006,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Packaging and shipment error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:58:12.897\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2023-08-22T12:00:00\",\n        \"Description\": \"The customer received a physically damaged drone. The propellers were bent, the landing sticks smashed, and the motor was misaligned and crammed.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0016\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428007,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"x\",\n        \"Repairable?\": false,\n        \"Resolution\": \"x\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428007,\n        \"Workflow Step Due Date\": \"2024-07-14T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Environmental Factor\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:58:14.117\",\n        \"Date Closed\": \"2024-06-11T12:00:00\",\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"This is me typing in a new Incident Description where someone flew a drone into a bird and the drone fell 20 feet and the propellors dropped off.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0017\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428008,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced, but potentially look into environment tracking.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428008,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Hard landing\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-14T17:58:15.387\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer was flying the drone and something caused it to return to the take-off point. It landed hard and damaged the landing pads.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0018\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428009,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replace damaged landing pads\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Emergency landing functionality needs to be improved.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428009,\n        \"Workflow Step Due Date\": \"2024-07-14T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error, operator error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T12:54:37.003\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"Serious crash occurred by accidentally activating an AUTO mission when 20 miles from the first waypoint flown a few weeks prior. The drone started flying towards the first waypoint, went out of radio range, hit a tall building and broke almost every component.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0019\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428263,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428263,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"N/A\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T12:54:38.457\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"The customer was installing a battery and an electrical short with lots of white smoke damaged the drone.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0020\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428264,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Shipping and handling of the batteries was the root cause of the failure. The drone was replaced by new one.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428264,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Deformation\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T12:54:39.677\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"The customer is unable to fly the drone straight. Difficulty in maneuvering.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0021\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428265,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replaced propeller blades\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Root cause was the deformed blades. Recommendation to replace the blades periodically.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428265,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Software\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T12:54:40.897\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"Sudden surge upwards in the Hold mode, and drone went straight into tree branches. Customer is not sure exactly what happened here, so unsure how to avoid.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0022\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428266,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Software update and recalibration fixed issue. Improvement to return home functionality pending.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428266,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T12:54:42.113\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"On the fifth flight, propellers caught on fire, stopped spinning and fell out of the sky.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0023\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428267,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced. The problem with controller is in the initial study.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428267,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Vibration, part dimensional tolerance error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T12:54:43.35\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"The customer set the drone to hover. About 5 seconds into hovering, its nose fell off on the ground.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0024\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428268,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced with a new one\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428268,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Packaging and shipment error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T12:54:44.57\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"N/A\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0025\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428279,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"N/A\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428279,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Environmental Factor\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T12:54:45.777\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"This is me typing in a new Incident Description where someone flew a drone into a bird and the drone fell 20 feet and the propellors dropped off.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0026\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428280,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced, but potentially look into environment tracking.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428280,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Hard landing\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T12:54:46.983\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"The customer was flying the drone and something caused it to return to the take-off point. It landed hard and damaged the landing pads.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0027\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428281,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replace damaged landing pads\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Emergency landing functionality needs to be improved.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428281,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error, operator error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T13:50:02.177\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"Serious crash occurred by accidentally activating an AUTO mission when 20 miles from the first waypoint flown a few weeks prior. The drone started flying towards the first waypoint, went out of radio range, hit a tall building and broke almost every component.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0028\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428980,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428980,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"N/A\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T13:50:03.473\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"The customer was installing a battery and an electrical short with lots of white smoke damaged the drone.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0029\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428981,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Shipping and handling of the batteries was the root cause of the failure. The drone was replaced by new one.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428981,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Deformation\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T13:50:04.693\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"The customer is unable to fly the drone straight. Difficulty in maneuvering.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0030\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428982,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replaced propeller blades\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Root cause was the deformed blades. Recommendation to replace the blades periodically.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428982,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Software\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T13:50:05.927\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"Sudden surge upwards in the Hold mode, and drone went straight into tree branches. Customer is not sure exactly what happened here, so unsure how to avoid.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0031\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428983,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Software update and recalibration fixed issue. Improvement to return home functionality pending.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428983,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T13:50:07.13\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"On the fifth flight, propellers caught on fire, stopped spinning and fell out of the sky.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0032\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428984,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced. The problem with controller is in the initial study.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428984,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Vibration, part dimensional tolerance error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T13:50:08.35\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"The customer set the drone to hover. About 5 seconds into hovering, its nose fell off on the ground.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0033\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428985,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced with a new one\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428985,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Packaging and shipment error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T13:50:09.57\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"N/A\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0034\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428986,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"N/A\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428986,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Environmental Factor\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T13:50:10.79\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"This is me typing in a new Incident Description where someone flew a drone into a bird and the drone fell 20 feet and the propellors dropped off.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0035\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428987,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced, but potentially look into environment tracking.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428987,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Hard landing\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T13:50:12.04\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"The customer was flying the drone and something caused it to return to the take-off point. It landed hard and damaged the landing pads.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0036\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428988,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replace damaged landing pads\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Emergency landing functionality needs to be improved.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428988,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error, operator error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:05:15.737\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"Serious crash occurred by accidentally activating an AUTO mission when 20 miles from the first waypoint flown a few weeks prior. The drone started flying towards the first waypoint, went out of radio range, hit a tall building and broke almost every component.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0037\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428989,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428989,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"N/A\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:05:17.04\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"The customer was installing a battery and an electrical short with lots of white smoke damaged the drone.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0038\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428990,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Shipping and handling of the batteries was the root cause of the failure. The drone was replaced by new one.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428990,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error, operator error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:16.227\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"Serious crash occurred by accidentally activating an AUTO mission when 20 miles from the first waypoint flown a few weeks prior. The drone started flying towards the first waypoint, went out of radio range, hit a tall building and broke almost every component.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0039\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428991,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428991,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"N/A\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:17.523\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"The customer was installing a battery and an electrical short with lots of white smoke damaged the drone.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0040\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428992,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Shipping and handling of the batteries was the root cause of the failure. The drone was replaced by new one.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428992,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Deformation\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:18.773\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer is unable to fly the drone straight. Difficulty in maneuvering.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0041\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428993,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replaced propeller blades\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Root cause was the deformed blades. Recommendation to replace the blades periodically.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428993,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Software\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:20.003\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2001-01-01T12:00:00\",\n        \"Description\": \"Sudden surge upwards in the Hold mode, and drone went straight into tree branches. Customer is not sure exactly what happened here, so unsure how to avoid.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0042\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428994,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Software update and recalibration fixed issue. Improvement to return home functionality pending.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428994,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:21.227\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2002-01-02T12:00:00\",\n        \"Description\": \"On the fifth flight, propellers caught on fire, stopped spinning and fell out of the sky.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0043\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428995,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced. The problem with controller is in the initial study.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428995,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Vibration, part dimensional tolerance error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:22.433\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2004-02-03T12:00:00\",\n        \"Description\": \"The customer set the drone to hover. About 5 seconds into hovering, its nose fell off on the ground.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0044\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428996,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced with a new one\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428996,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Packaging and shipment error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:23.627\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2023-08-22T12:00:00\",\n        \"Description\": \"N/A\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0045\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428997,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"N/A\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428997,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Environmental Factor\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:24.863\",\n        \"Date Closed\": \"2024-06-11T12:00:00\",\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"This is me typing in a new Incident Description where someone flew a drone into a bird and the drone fell 20 feet and the propellors dropped off.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0046\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428998,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced, but potentially look into environment tracking.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428998,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Hard landing\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:26.097\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer was flying the drone and something caused it to return to the take-off point. It landed hard and damaged the landing pads.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0047\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1428999,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replace damaged landing pads\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Emergency landing functionality needs to be improved.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1428999,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error, operator error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:40.293\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"Serious crash occurred by accidentally activating an AUTO mission when 20 miles from the first waypoint flown a few weeks prior. The drone started flying towards the first waypoint, went out of radio range, hit a tall building and broke almost every component.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0048\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429000,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429000,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"N/A\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:41.52\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"The customer was installing a battery and an electrical short with lots of white smoke damaged the drone.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0049\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429001,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Shipping and handling of the batteries was the root cause of the failure. The drone was replaced by new one.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429001,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Deformation\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:42.773\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer is unable to fly the drone straight. Difficulty in maneuvering.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0050\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429002,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replaced propeller blades\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Root cause was the deformed blades. Recommendation to replace the blades periodically.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429002,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Software\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:43.993\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2001-01-01T12:00:00\",\n        \"Description\": \"Sudden surge upwards in the Hold mode, and drone went straight into tree branches. Customer is not sure exactly what happened here, so unsure how to avoid.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0051\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429003,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Software update and recalibration fixed issue. Improvement to return home functionality pending.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429003,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:45.203\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2002-01-02T12:00:00\",\n        \"Description\": \"On the fifth flight, propellers caught on fire, stopped spinning and fell out of the sky.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0052\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429004,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced. The problem with controller is in the initial study.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429004,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Vibration, part dimensional tolerance error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:46.443\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2004-02-03T12:00:00\",\n        \"Description\": \"The customer set the drone to hover. About 5 seconds into hovering, its nose fell off on the ground.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0053\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429005,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced with a new one\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429005,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Packaging and shipment error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:47.67\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2023-08-22T12:00:00\",\n        \"Description\": \"N/A\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0054\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429006,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"N/A\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429006,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Environmental Factor\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:48.887\",\n        \"Date Closed\": \"2024-06-11T12:00:00\",\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"This is me typing in a new Incident Description where someone flew a drone into a bird and the drone fell 20 feet and the propellors dropped off.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0055\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429007,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced, but potentially look into environment tracking.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429007,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Hard landing\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T14:09:50.12\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer was flying the drone and something caused it to return to the take-off point. It landed hard and damaged the landing pads.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0056\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429008,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replace damaged landing pads\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Emergency landing functionality needs to be improved.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429008,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Example Cause\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T15:18:59.217\",\n        \"Date Closed\": null,\n        \"Date Occurred\": null,\n        \"Description\": \"API Incident Insert\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0057\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429101,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": null,\n        \"Repairable?\": false,\n        \"Resolution\": null,\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429101,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error, operator error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T20:11:22.18\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2002-07-16T12:00:00\",\n        \"Description\": \"Serious crash occurred by accidentally activating an AUTO mission when 20 miles from the first waypoint flown a few weeks prior. The drone started flying towards the first waypoint, went out of radio range, hit a tall building and broke almost every component.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0058\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429213,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429213,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"N/A\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T20:11:23.743\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"The customer was installing a battery and an electrical short with lots of white smoke damaged the drone.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0059\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429214,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Shipping and handling of the batteries was the root cause of the failure. The drone was replaced by new one.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429214,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Deformation\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T20:11:24.94\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer is unable to fly the drone straight. Difficulty in maneuvering.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0060\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429215,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replaced propeller blades\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Root cause was the deformed blades. Recommendation to replace the blades periodically.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429215,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Software\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T20:11:26.147\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2001-01-01T12:00:00\",\n        \"Description\": \"Sudden surge upwards in the Hold mode, and drone went straight into tree branches. Customer is not sure exactly what happened here, so unsure how to avoid.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0061\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429216,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Software update and recalibration fixed issue. Improvement to return home functionality pending.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429216,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T20:11:27.347\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2002-01-02T12:00:00\",\n        \"Description\": \"On the fifth flight, propellers caught on fire, stopped spinning and fell out of the sky.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0062\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429217,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced. The problem with controller is in the initial study.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429217,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Vibration, part dimensional tolerance error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T20:11:28.573\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2004-02-03T12:00:00\",\n        \"Description\": \"The customer set the drone to hover. About 5 seconds into hovering, its nose fell off on the ground.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0063\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429218,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced with a new one\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429218,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Packaging and shipment error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T20:11:29.803\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2023-08-22T12:00:00\",\n        \"Description\": \"N/A\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0064\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429219,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"N/A\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429219,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Environmental Factor\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T20:11:31.017\",\n        \"Date Closed\": \"2024-06-11T12:00:00\",\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"This is me typing in a new Incident Description where someone flew a drone into a bird and the drone fell 20 feet and the propellors dropped off.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0065\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429220,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced, but potentially look into environment tracking.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429220,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Hard landing\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-17T20:11:32.277\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer was flying the drone and something caused it to return to the take-off point. It landed hard and damaged the landing pads.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0066\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429221,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replace damaged landing pads\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Emergency landing functionality needs to be improved.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429221,\n        \"Workflow Step Due Date\": \"2024-07-17T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error, operator error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-19T14:06:58.047\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"Serious crash occurred by accidentally activating an AUTO mission when 20 miles from the first waypoint flown a few weeks prior. The drone started flying towards the first waypoint, went out of radio range, hit a tall building and broke almost every component.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0067\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429972,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429972,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"N/A\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-19T14:06:59.79\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"The customer was installing a battery and an electrical short with lots of white smoke damaged the drone.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0068\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429973,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Shipping and handling of the batteries was the root cause of the failure. The drone was replaced by new one.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429973,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Deformation\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-19T14:07:00.997\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer is unable to fly the drone straight. Difficulty in maneuvering.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0069\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429974,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replaced propeller blades\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Root cause was the deformed blades. Recommendation to replace the blades periodically.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429974,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Software\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-19T14:07:02.207\",\n        \"Date Closed\": \"2024-06-13T12:00:00\",\n        \"Date Occurred\": \"2001-01-01T12:00:00\",\n        \"Description\": \"Sudden surge upwards in the Hold mode, and drone went straight into tree branches. Customer is not sure exactly what happened here, so unsure how to avoid.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0070\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429975,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Software update and recalibration fixed issue. Improvement to return home functionality pending.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429975,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Transmission error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-19T14:07:03.45\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2002-01-02T12:00:00\",\n        \"Description\": \"On the fifth flight, propellers caught on fire, stopped spinning and fell out of the sky.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0071\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429976,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced. The problem with controller is in the initial study.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429976,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Vibration, part dimensional tolerance error\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-19T14:07:04.657\",\n        \"Date Closed\": \"2023-07-27T12:00:00\",\n        \"Date Occurred\": \"2004-02-03T12:00:00\",\n        \"Description\": \"The customer set the drone to hover. About 5 seconds into hovering, its nose fell off on the ground.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0072\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429977,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Drone replaced with a new one\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429977,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Packaging and shipment error\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-19T14:07:05.87\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2023-08-22T12:00:00\",\n        \"Description\": \"N/A\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0073\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429978,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"N/A\",\n        \"Repairable?\": false,\n        \"Resolution\": \"N/A\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429978,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Environmental Factor\",\n        \"Chargeable?\": false,\n        \"Closed\": true,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-19T14:07:07.093\",\n        \"Date Closed\": \"2024-06-11T12:00:00\",\n        \"Date Occurred\": \"2024-06-10T12:00:00\",\n        \"Description\": \"This is me typing in a new Incident Description where someone flew a drone into a bird and the drone fell 20 feet and the propellors dropped off.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0074\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429979,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"None, drone replaced\",\n        \"Repairable?\": false,\n        \"Resolution\": \"The drone was replaced, but potentially look into environment tracking.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429979,\n        \"Workflow Step Due Date\": \"\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": \"Hard landing\",\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-06-19T14:07:08.32\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-06-11T12:00:00\",\n        \"Description\": \"The customer was flying the drone and something caused it to return to the take-off point. It landed hard and damaged the landing pads.\",\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0075\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1429980,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": \"Replace damaged landing pads\",\n        \"Repairable?\": false,\n        \"Resolution\": \"Emergency landing functionality needs to be improved.\",\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1429980,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Associated Problems\": null,\n        \"Associated Subsystems\": null,\n        \"Cause\": null,\n        \"Chargeable?\": false,\n        \"Closed\": false,\n        \"Cost of Repair\": null,\n        \"Create Date\": \"2024-08-22T11:38:26.037\",\n        \"Date Closed\": null,\n        \"Date Occurred\": \"2024-08-22T16:00:00\",\n        \"Description\": null,\n        \"Downtime Category\": null,\n        \"Duration of the Fix (in Hours)\": null,\n        \"Failure Data (DFMEA)\": null,\n        \"Failure Data (FMEA-MSR)\": null,\n        \"Failure Data (FMECA)\": null,\n        \"Failure Data (PFMEA)\": null,\n        \"Failure Mode\": null,\n        \"Fault Code\": null,\n        \"Field Service Engineer\": \"\",\n        \"Field Service Report Number\": null,\n        \"Identifier\": \"Incident0076\",\n        \"Incident Category\": null,\n        \"Incident ID\": 1765977,\n        \"Last Modified\": \"2024-08-22T11:42:06.487\",\n        \"Last Modified By\": null,\n        \"Operator\": \"\",\n        \"Phase of Operation\": null,\n        \"Priority\": null,\n        \"Relevant?\": false,\n        \"Repair Action\": null,\n        \"Repairable?\": false,\n        \"Resolution\": null,\n        \"Severity Category\": null,\n        \"Tagged\": false,\n        \"Troubleshooting Efforts\": null,\n        \"Workflow Data\": null,\n        \"Id\": 1765977,\n        \"Workflow Step Due Date\": \"2024-09-21T16:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    }\n]"}],"_postman_id":"2f039b2a-52eb-466f-b6ec-389e8860655d"},{"name":"Get Incident ID","id":"587e78b5-479b-4e65-9b62-bda3440cec7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/incident?analysisId=<Analysis ID>&identifier=<Incident Identifier>","description":"<p>Gets you the ID of an Incident based on the Incident's Identifier.</p>\n","urlObject":{"protocol":"https","path":["v1","incident"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Analysis to pull incident from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>string</code> Identifier of Incident to retrieve\nex: <code>Incident0010</code></p>\n","type":"text/plain"},"key":"identifier","value":"<Incident Identifier>"}],"variable":[]}},"response":[{"id":"a8ba3e1a-d78f-4716-a533-18745022924e","name":"Get Incident ID Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Q_4z89uwHh6Wb-SS821bq2rAbcz-maUthvvoqqxJp-go3iobk9iJ7Zd48UKR8od2ML9TXO2qDTdpk-_xfuR_TjiSMLSjxxMpl30kPfhvOEEx-s6I1PIj7yjxIfGt88mGhkIrT0iQF454zsrTI69uTik_-CRnGiX1RAHEEqC6Ztm2ITrQCfJVKaVL_F54WXGgHNB7gcTD9hScVAu02lLbagmsSiPsotrBFMomJRwcLGEY60k-NXNo6jmE4Ev6HIB2awHCKymtjjLW-F3FDJRwBw0RLcu33RM2kQW-ZsyZBqBKxkA0-HhEYagNCL_z-AXXIkON6iTtaPVAbZ7-Snb2sOVLhtHnfFR8J9q965GOQAYAN0E_DZoX23FkZn3C_NRYPnN7rAIROXLT-KWgacPbC0MndCm_jQet2CS_EIhg1v6tfzFPK8hBJge5PlLr44-eoGis35Uh-Wucrw4heI2Fsx2p-oi5Be1rmkKU3B_g2jDQWhg7sGrckKlE0vTJKJpGBWgRkFQWZh73Xl41txdl1ibAZnDaTAwT2baqOi2x8XY3BfefuUp0EiqlT94L7VF8deNzYw","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/incident?analysisId=66098&identifier=Incident0076","protocol":"https","host":["app","relyence","com"],"path":["v1","incident"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of Analysis to pull incident from\nex: `66098`","type":"text"},{"key":"identifier","value":"Incident0076","description":"*required* `string` Identifier of Incident to retrieve\nex: `Incident0010`","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 12:30:59 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1765977\n}"}],"_postman_id":"587e78b5-479b-4e65-9b62-bda3440cec7d"},{"name":"Insert Incident","id":"27c00795-291c-40f6-aff3-7f918e97fdb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Incident Information>","type":"text","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key//Value pairs of information to insert with incident\nex: <code>{\"Description\": \"API Incident Insert\", \"Cause\": \"Example Cause\"}</code></p>\n"}]},"url":"https://app.relyence.com/v1/incident?analysisId=<Analysis ID>","description":"<p>Insert an Incident into the specified Analysis. You can specify if the Incident is associated with any Subsystems or Problems in the request body.</p>\n","urlObject":{"protocol":"https","path":["v1","incident"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Analysis to insert incident into\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"}],"variable":[]}},"response":[{"id":"f07279db-7159-4ce4-b24c-895a33fda0a5","name":"Insert Incident Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Q_4z89uwHh6Wb-SS821bq2rAbcz-maUthvvoqqxJp-go3iobk9iJ7Zd48UKR8od2ML9TXO2qDTdpk-_xfuR_TjiSMLSjxxMpl30kPfhvOEEx-s6I1PIj7yjxIfGt88mGhkIrT0iQF454zsrTI69uTik_-CRnGiX1RAHEEqC6Ztm2ITrQCfJVKaVL_F54WXGgHNB7gcTD9hScVAu02lLbagmsSiPsotrBFMomJRwcLGEY60k-NXNo6jmE4Ev6HIB2awHCKymtjjLW-F3FDJRwBw0RLcu33RM2kQW-ZsyZBqBKxkA0-HhEYagNCL_z-AXXIkON6iTtaPVAbZ7-Snb2sOVLhtHnfFR8J9q965GOQAYAN0E_DZoX23FkZn3C_NRYPnN7rAIROXLT-KWgacPbC0MndCm_jQet2CS_EIhg1v6tfzFPK8hBJge5PlLr44-eoGis35Uh-Wucrw4heI2Fsx2p-oi5Be1rmkKU3B_g2jDQWhg7sGrckKlE0vTJKJpGBWgRkFQWZh73Xl41txdl1ibAZnDaTAwT2baqOi2x8XY3BfefuUp0EiqlT94L7VF8deNzYw","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Description\": \"API Incident Insert\", \"Cause\": \"Example Cause\"}","type":"text","description":"*required* `{\"Key\": \"Value\"}` Key//Value pairs of information to insert with incident\nex: `{\"Description\": \"API Incident Insert\", \"Cause\": \"Example Cause\"}`"}]},"url":{"raw":"https://app.relyence.com/v1/incident?analysisId=66098","protocol":"https","host":["app","relyence","com"],"path":["v1","incident"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of Analysis to insert incident into\nex: `66098`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 12:34:14 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1765979,\n    \"Identifier\": \"Incident0077\",\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"27c00795-291c-40f6-aff3-7f918e97fdb6"},{"name":"Update Incident","id":"0eadf82a-04ec-4869-9e10-e7655b55add6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Incident Information>","type":"text","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key//Value pairs of information to insert with incident\nex: <code>{\"Description\": \"API Incident Insert\", \"Cause\": \"Example Cause\"}</code></p>\n"}]},"url":"https://app.relyence.com/v1/incident?id=<Incident ID>","description":"<p>Update an already existing Incident using the Incident's ID.</p>\n","urlObject":{"protocol":"https","path":["v1","incident"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of incident to update\nex: <code>1765977</code></p>\n","type":"text/plain"},"key":"id","value":"<Incident ID>"}],"variable":[]}},"response":[{"id":"8c86a2a3-e015-4d06-a3eb-38ce5aeb0da0","name":"Update Incident Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer Q_4z89uwHh6Wb-SS821bq2rAbcz-maUthvvoqqxJp-go3iobk9iJ7Zd48UKR8od2ML9TXO2qDTdpk-_xfuR_TjiSMLSjxxMpl30kPfhvOEEx-s6I1PIj7yjxIfGt88mGhkIrT0iQF454zsrTI69uTik_-CRnGiX1RAHEEqC6Ztm2ITrQCfJVKaVL_F54WXGgHNB7gcTD9hScVAu02lLbagmsSiPsotrBFMomJRwcLGEY60k-NXNo6jmE4Ev6HIB2awHCKymtjjLW-F3FDJRwBw0RLcu33RM2kQW-ZsyZBqBKxkA0-HhEYagNCL_z-AXXIkON6iTtaPVAbZ7-Snb2sOVLhtHnfFR8J9q965GOQAYAN0E_DZoX23FkZn3C_NRYPnN7rAIROXLT-KWgacPbC0MndCm_jQet2CS_EIhg1v6tfzFPK8hBJge5PlLr44-eoGis35Uh-Wucrw4heI2Fsx2p-oi5Be1rmkKU3B_g2jDQWhg7sGrckKlE0vTJKJpGBWgRkFQWZh73Xl41txdl1ibAZnDaTAwT2baqOi2x8XY3BfefuUp0EiqlT94L7VF8deNzYw","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Description\": \"API Incident Update\",\"Cause\": \"Example Cause Update\"}","type":"text","description":"*required* `{\"Key\": \"Value\"}` Key//Value pairs of information to insert with incident\nex: `{\"Description\": \"API Incident Insert\", \"Cause\": \"Example Cause\"}`"}]},"url":{"raw":"https://app.relyence.com/v1/incident?id=1765977","protocol":"https","host":["app","relyence","com"],"path":["v1","incident"],"query":[{"key":"id","value":"1765977","description":"*required* `int` ID of incident to update\nex: `1765977`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 12:36:39 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1765977,\n    \"Identifier\": \"Incident0076\",\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"0eadf82a-04ec-4869-9e10-e7655b55add6"},{"name":"Delete Incident","id":"1e9b3802-827b-48aa-8a48-22bc21201f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/incident?id=<Incident ID>","description":"<p>Delete an already exisiting Incident using the Incident's ID.</p>\n","urlObject":{"protocol":"https","path":["v1","incident"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of incident to delete\nex: <code>1765977</code></p>\n","type":"text/plain"},"key":"id","value":"<Incident ID>"}],"variable":[]}},"response":[{"id":"48ae34da-10bb-4449-a16f-b986fa36ecdc","name":"Delete Incident Example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer    Q_4z89uwHh6Wb-SS821bq2rAbcz-maUthvvoqqxJp-go3iobk9iJ7Zd48UKR8od2ML9TXO2qDTdpk-_xfuR_TjiSMLSjxxMpl30kPfhvOEEx-s6I1PIj7yjxIfGt88mGhkIrT0iQF454zsrTI69uTik_-CRnGiX1RAHEEqC6Ztm2ITrQCfJVKaVL_F54WXGgHNB7gcTD9hScVAu02lLbagmsSiPsotrBFMomJRwcLGEY60k-NXNo6jmE4Ev6HIB2awHCKymtjjLW-F3FDJRwBw0RLcu33RM2kQW-ZsyZBqBKxkA0-HhEYagNCL_z-AXXIkON6iTtaPVAbZ7-Snb2sOVLhtHnfFR8J9q965GOQAYAN0E_DZoX23FkZn3C_NRYPnN7rAIROXLT-KWgacPbC0MndCm_jQet2CS_EIhg1v6tfzFPK8hBJge5PlLr44-eoGis35Uh-Wucrw4heI2Fsx2p-oi5Be1rmkKU3B_g2jDQWhg7sGrckKlE0vTJKJpGBWgRkFQWZh73Xl41txdl1ibAZnDaTAwT2baqOi2x8XY3BfefuUp0EiqlT94L7VF8deNzYw","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/incident?id=1765977","protocol":"https","host":["app","relyence","com"],"path":["v1","incident"],"query":[{"key":"id","value":"1765977","description":"*required* `int` ID of incident to delete\nex: `1765977`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 22 Aug 2024 12:39:36 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1e9b3802-827b-48aa-8a48-22bc21201f60"}],"id":"f74f9024-f929-4a98-8ae2-29f0056809fc","description":"<p>These functions allow you to interface with the Incidents section of FRACAS</p>\n","_postman_id":"f74f9024-f929-4a98-8ae2-29f0056809fc"},{"name":"Problems","item":[{"name":"Get All Problems","id":"0e8fe71a-ca30-4dc1-8c2e-50ecec596bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/problems?analysisId=<Analysis ID>&fields=<Problem Fields>&problemId=<Problem ID>&subsystemId=<Subsystem ID>&incidentId=<Incident ID>&unassociated=<bool>","description":"<p>Gets you a list of Problems in your specified Analysis. You can specify if you want a certain Problem based on its ID, what Subsystem it is associated with, what Incident it is associated with, or if the Problem is not associated with any Subsystem.</p>\n","urlObject":{"protocol":"https","path":["v1","problems"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of analysis to retrieve Problems from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>List&lt;string&gt;</code> List of fields to get information from\nex: <code>{\"Problem ID\", \"Date Occurred\"}</code>\n<em>Leave empty to return all fields</em></p>\n","type":"text/plain"},"key":"fields","value":"<Problem Fields>"},{"description":{"content":"<p><em>optional</em> <code>int</code> ID of specific problem to pull\nex: <code>379022</code></p>\n","type":"text/plain"},"key":"problemId","value":"<Problem ID>"},{"description":{"content":"<p><em>optional</em> <code>int</code> ID of subsystem to pull all associated Problems from\nex: <code>2778901</code>\n<em>This value will be ignored if an <code>problemId</code> is entered.</em></p>\n","type":"text/plain"},"key":"subsystemId","value":"<Subsystem ID>"},{"description":{"content":"<p><em>optional</em> <code>int</code> ID of incident to pull all associated problems from\nex: <code>1998420</code>\n<em>This value will be ignored if any <code>problemId</code> or <code>subsystemId</code>is entered.</em></p>\n","type":"text/plain"},"key":"incidentId","value":"<Incident ID>"},{"description":{"content":"<p><em>optional</em> <code>bool</code> If true, returns Problems not associated to any Subsystem\nex: <code>true</code>\n<em>Ignored if <code>problemId</code>, <code>subsystemId</code>, or <code>incidentId</code> are set</em></p>\n","type":"text/plain"},"key":"unassociated","value":"<bool>"}],"variable":[]}},"response":[{"id":"9a40797b-4780-4eb3-a6a0-d0ccbe57be5d","name":"Get All Problems Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Q_4z89uwHh6Wb-SS821bq2rAbcz-maUthvvoqqxJp-go3iobk9iJ7Zd48UKR8od2ML9TXO2qDTdpk-_xfuR_TjiSMLSjxxMpl30kPfhvOEEx-s6I1PIj7yjxIfGt88mGhkIrT0iQF454zsrTI69uTik_-CRnGiX1RAHEEqC6Ztm2ITrQCfJVKaVL_F54WXGgHNB7gcTD9hScVAu02lLbagmsSiPsotrBFMomJRwcLGEY60k-NXNo6jmE4Ev6HIB2awHCKymtjjLW-F3FDJRwBw0RLcu33RM2kQW-ZsyZBqBKxkA0-HhEYagNCL_z-AXXIkON6iTtaPVAbZ7-Snb2sOVLhtHnfFR8J9q965GOQAYAN0E_DZoX23FkZn3C_NRYPnN7rAIROXLT-KWgacPbC0MndCm_jQet2CS_EIhg1v6tfzFPK8hBJge5PlLr44-eoGis35Uh-Wucrw4heI2Fsx2p-oi5Be1rmkKU3B_g2jDQWhg7sGrckKlE0vTJKJpGBWgRkFQWZh73Xl41txdl1ibAZnDaTAwT2baqOi2x8XY3BfefuUp0EiqlT94L7VF8deNzYw","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/problems?analysisId=66098&fields=&problemId=&subsystemId=&incidentId=&unassociated=","protocol":"https","host":["app","relyence","com"],"path":["v1","problems"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of analysis to retrieve Problems from\nex: `66098`"},{"key":"fields","value":"","description":"*required* `List<string>` List of fields to get information from\nex: `{\"Problem ID\", \"Date Occurred\"}`\n*Leave empty to return all fields*"},{"key":"problemId","value":"","description":"*optional* `int` ID of specific problem to pull\nex: `379022`"},{"key":"subsystemId","value":"","description":"*optional* `int` ID of subsystem to pull all associated Problems from\nex: `2778901`\n*This value will be ignored if an `problemId` is entered.*"},{"key":"incidentId","value":"","description":"*optional* `int` ID of incident to pull all associated problems from\nex: `1998420`\n*This value will be ignored if any `problemId` or `subsystemId`is entered.*"},{"key":"unassociated","value":"","description":"*optional* `bool` If true, returns Problems not associated to any Subsystem\nex: `true`\n*Ignored if `problemId`, `subsystemId`, or `incidentId` are set*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 12:45:59 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-18T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": null,\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0002\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120525,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120525,\n        \"Workflow Step Due Date\": \"2024-07-18T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-19T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": null,\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0003\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120526,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120526,\n        \"Workflow Step Due Date\": \"2024-07-18T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-20T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": null,\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0004\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120527,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120527,\n        \"Workflow Step Due Date\": \"2024-07-18T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-21T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": null,\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0005\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120528,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120528,\n        \"Workflow Step Due Date\": \"2024-07-18T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-22T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": null,\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0006\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120529,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120529,\n        \"Workflow Step Due Date\": \"2024-07-18T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-18T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0007\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120530,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120530,\n        \"Workflow Step Due Date\": \"2024-07-18T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-19T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0008\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120531,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120531,\n        \"Workflow Step Due Date\": \"2024-07-18T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-20T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0009\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120532,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120532,\n        \"Workflow Step Due Date\": \"2024-07-18T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-21T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0010\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120533,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120533,\n        \"Workflow Step Due Date\": \"2024-07-18T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-22T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0011\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120534,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120534,\n        \"Workflow Step Due Date\": \"2024-07-18T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-18T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0012\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120600,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120600,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-19T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0013\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120601,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120601,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-20T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0014\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120602,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120602,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-21T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0015\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120603,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120603,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-22T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0016\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120604,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120604,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-18T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0017\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120605,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120605,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-19T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0018\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120606,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120606,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-20T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0019\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120607,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120607,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-18T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0020\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120608,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120608,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-19T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0021\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120609,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120609,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-20T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0022\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120610,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120610,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-21T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0023\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120611,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120611,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-06-22T12:00:00\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": \"Test Problem\",\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": \"Test Description\",\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0024\",\n        \"Implemented?\": false,\n        \"Last Modified\": null,\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": \"Test Solution\",\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 120612,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 120612,\n        \"Workflow Step Due Date\": \"2024-07-19T12:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-08-22T11:37:08.317\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": null,\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": null,\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0026\",\n        \"Implemented?\": false,\n        \"Last Modified\": \"2024-08-22T11:37:10.56\",\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": null,\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 124690,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 124690,\n        \"Workflow Step Due Date\": \"2024-09-21T16:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    },\n    {\n        \"Acceptance Criteria\": null,\n        \"Associated Incidents\": null,\n        \"Associated Subsystems\": null,\n        \"Audit Comments\": null,\n        \"Audit Date\": null,\n        \"Before and After Comparison\": null,\n        \"Champion\": \"\",\n        \"Champion Contact Details\": null,\n        \"Closed\": false,\n        \"Concerned Product\": null,\n        \"Created By\": \"\",\n        \"Customer/Supplier\": null,\n        \"Date Closed\": null,\n        \"Date Created\": \"2024-08-22T11:37:06.94\",\n        \"Date of Implementation\": null,\n        \"Department\": null,\n        \"Description\": null,\n        \"Description of Cause(s)\": null,\n        \"Description of Temporary Fix\": null,\n        \"Effects of the problem\": null,\n        \"Emergency Response Action\": null,\n        \"Extent of the Problem\": null,\n        \"History of the problem\": null,\n        \"How was the root cause verified?\": null,\n        \"Identifier\": \"Problem0025\",\n        \"Implemented?\": false,\n        \"Last Modified\": \"2024-08-22T11:38:20.613\",\n        \"Last Modified By\": null,\n        \"Lessons Learned\": null,\n        \"Permanent Solution\": null,\n        \"Permanent Solution Completion Date\": null,\n        \"Permanent Solution Due Date\": null,\n        \"Possible Root Cause(s)\": null,\n        \"Problem Found at\": null,\n        \"Problem ID\": 124691,\n        \"Problem Statement\": null,\n        \"Procedure to Prevent the Recurrence\": null,\n        \"Procedures / Policy Updates\": null,\n        \"Reference Number\": null,\n        \"Root Cause Analysis Documents\": null,\n        \"Root Cause Group\": \"\",\n        \"Solution Description\": null,\n        \"Status\": null,\n        \"Tagged\": false,\n        \"Team Recognition and Contributions\": null,\n        \"Temporary Fix Competion Date\": null,\n        \"Temporary Fix Due Date\": null,\n        \"Validation Completion Date\": null,\n        \"Validation Due Date\": null,\n        \"Validation Procedure\": null,\n        \"Who needs to know about the temporary fix?\": null,\n        \"Workflow Data\": null,\n        \"Id\": 124691,\n        \"Workflow Step Due Date\": \"2024-09-21T16:00:00\",\n        \"Workflow Step Responsibility\": \"\"\n    }\n]"}],"_postman_id":"0e8fe71a-ca30-4dc1-8c2e-50ecec596bd9"},{"name":"Get Problem ID","id":"1ac47764-b08f-4cdd-b7c8-c81104b4e580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/problem?analysisId=<Analysis ID>&identifier=<Problem Identifier>","description":"<p>Get the ID of a Problem based on the Identifier of the Problem.</p>\n","urlObject":{"protocol":"https","path":["v1","problem"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Analysis to pull Problem from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>string</code> Identifier of Problem to retrieve\nex: <code>Problem0010</code></p>\n","type":"text/plain"},"key":"identifier","value":"<Problem Identifier>"}],"variable":[]}},"response":[{"id":"38fa1d52-277d-473b-927d-12a9ff61b21d","name":"Get Problem ID Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Q_4z89uwHh6Wb-SS821bq2rAbcz-maUthvvoqqxJp-go3iobk9iJ7Zd48UKR8od2ML9TXO2qDTdpk-_xfuR_TjiSMLSjxxMpl30kPfhvOEEx-s6I1PIj7yjxIfGt88mGhkIrT0iQF454zsrTI69uTik_-CRnGiX1RAHEEqC6Ztm2ITrQCfJVKaVL_F54WXGgHNB7gcTD9hScVAu02lLbagmsSiPsotrBFMomJRwcLGEY60k-NXNo6jmE4Ev6HIB2awHCKymtjjLW-F3FDJRwBw0RLcu33RM2kQW-ZsyZBqBKxkA0-HhEYagNCL_z-AXXIkON6iTtaPVAbZ7-Snb2sOVLhtHnfFR8J9q965GOQAYAN0E_DZoX23FkZn3C_NRYPnN7rAIROXLT-KWgacPbC0MndCm_jQet2CS_EIhg1v6tfzFPK8hBJge5PlLr44-eoGis35Uh-Wucrw4heI2Fsx2p-oi5Be1rmkKU3B_g2jDQWhg7sGrckKlE0vTJKJpGBWgRkFQWZh73Xl41txdl1ibAZnDaTAwT2baqOi2x8XY3BfefuUp0EiqlT94L7VF8deNzYw","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/problem?analysisId=66098&identifier=Problem0025","protocol":"https","host":["app","relyence","com"],"path":["v1","problem"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of Analysis to pull incident from\nex: `66098`"},{"key":"identifier","value":"Problem0025","description":"*required* `string` Identifier of Problem to retrieve\nex: `Problem0010`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 12:50:08 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 124691\n}"}],"_postman_id":"1ac47764-b08f-4cdd-b7c8-c81104b4e580"},{"name":"Insert Problem","id":"ffe15d0a-dd92-40b2-865e-98324763d357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Problem Information>","type":"text","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key/Value pairs of Problem Information\nex: <code>{\"Description\": \"API Problem Insert\", \"Permanent Solution\": \"Example Solution\"}</code></p>\n"}]},"url":"https://app.relyence.com/v1/problem?analysisId=<Analysis ID>","description":"<p>Insert a Problem into your Analysis. You can associate a Problem to an Incident or Subsystem in the body of the request.</p>\n","urlObject":{"protocol":"https","path":["v1","problem"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Analysis to insert Problem into\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"}],"variable":[]}},"response":[{"id":"78f9ec3e-2b25-4d83-992a-cc6d27cc8dff","name":"Insert Problem Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer lkDFHIGKsN3-NC2EVIBV3f_mZik8szHRhT38yrj9jXNtgruO8CT9qLoXSTN6JIkWzcG33iSlNXhkUpk8ReTenpb8huV-_ly1__i-F9lLNWRvL97ALU9E75F-Wu9kwBS5JcJw_uVLf3diJPLPpkwmGvAAUmX_cwT2-7Cx5wFHkHyc0FEdvDSk5PD5D_8z7hbwraV9LdcR560qrAuAGv_FfuFnhtrJecZhm-W3cou90oJyzqDQ1_-cOqzSSBC4wgKAm9Jr5BFy-ngJIWFjPPu1vmORpoQE0Pb2ykYyzq77wyon-SvNUQIfcQNw-Llmif6-PNq1z9H5CLRA2deQFt4qZUXXaJhMxksemn7gZ5ZFIdRonO2q_Tu8-SThNHd-_lwoHSKsOkZV-G4X7O4wN85XHSpsfUY17AcjyuNj8cjiXz3-VL26vRlPYynnkhbnTFGS0JfZr-6-3v-uEuuLffSN5mwUxTw5u-Wvyhaokvvdwd_nS2g_v93ZGzDnA2k6vEiteLMsHHDROb48NISE6thjwUPsDS8aBbX09DYAbS_HMapj0Ooa4NYDgDmIDUhi72vBP-AJfQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Description\": \"API Problem Insert\", \"Permanent Solution\": \"Example Solution\"}","type":"text","description":"*required* `{\"Key\": \"Value\"}` Key/Value pairs of Problem Information\nex: `{\"Description\": \"API Problem Insert\", \"Permanent Solution\": \"Example Solution\"}`"}]},"url":{"raw":"https://app.relyence.com/v1/problem?analysisId=66098","protocol":"https","host":["app","relyence","com"],"path":["v1","problem"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of Analysis to insert Problem into\nex: `66098`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 12:53:37 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 124693,\n    \"Identifier\": \"Problem0027\",\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"ffe15d0a-dd92-40b2-865e-98324763d357"},{"name":"Update Problem","id":"72bc1ba4-2742-4a3c-8c52-cdb1d4d8f1fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Problem Information>","type":"text","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key/Value pairs of Problem Information to update\nex: <code>{\"Description\": \"API Problem Insert\", \"Permanent Solution\": \"Example Solution\"}</code></p>\n"}]},"url":"https://app.relyence.com/v1/problem?id=<Problem ID>","description":"<p>Update an already existing Problem using the Problem's ID.</p>\n","urlObject":{"protocol":"https","path":["v1","problem"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Problem to update\nex: <code>293588</code></p>\n","type":"text/plain"},"key":"id","value":"<Problem ID>"}],"variable":[]}},"response":[{"id":"3979f3e5-5db7-438e-b90d-76115aedf9f3","name":"Update Problem Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer lkDFHIGKsN3-NC2EVIBV3f_mZik8szHRhT38yrj9jXNtgruO8CT9qLoXSTN6JIkWzcG33iSlNXhkUpk8ReTenpb8huV-_ly1__i-F9lLNWRvL97ALU9E75F-Wu9kwBS5JcJw_uVLf3diJPLPpkwmGvAAUmX_cwT2-7Cx5wFHkHyc0FEdvDSk5PD5D_8z7hbwraV9LdcR560qrAuAGv_FfuFnhtrJecZhm-W3cou90oJyzqDQ1_-cOqzSSBC4wgKAm9Jr5BFy-ngJIWFjPPu1vmORpoQE0Pb2ykYyzq77wyon-SvNUQIfcQNw-Llmif6-PNq1z9H5CLRA2deQFt4qZUXXaJhMxksemn7gZ5ZFIdRonO2q_Tu8-SThNHd-_lwoHSKsOkZV-G4X7O4wN85XHSpsfUY17AcjyuNj8cjiXz3-VL26vRlPYynnkhbnTFGS0JfZr-6-3v-uEuuLffSN5mwUxTw5u-Wvyhaokvvdwd_nS2g_v93ZGzDnA2k6vEiteLMsHHDROb48NISE6thjwUPsDS8aBbX09DYAbS_HMapj0Ooa4NYDgDmIDUhi72vBP-AJfQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Description\": \"API Problem Update\", \"Associated Incidents\": \"Incident0071\"}","type":"text","description":"*required* `{\"Key\": \"Value\"}` Key/Value pairs of Problem Information to update\nex: `{\"Description\": \"API Problem Insert\", \"Permanent Solution\": \"Example Solution\"}`"}]},"url":{"raw":"https://app.relyence.com/v1/problem?id=124691","protocol":"https","host":["app","relyence","com"],"path":["v1","problem"],"query":[{"key":"id","value":"124691","description":"*required* `int` ID of Problem to update\nex: `293588`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 12:56:39 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 124691,\n    \"Identifier\": \"Problem0025\",\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"72bc1ba4-2742-4a3c-8c52-cdb1d4d8f1fd"},{"name":"Delete Problem","id":"e6059acf-8492-4b84-abaa-5ee6a94b9a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/problem?id=<Problem ID>","description":"<p>Delete an already existing Problem using the Problem's ID.</p>\n","urlObject":{"protocol":"https","path":["v1","problem"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Problem to delete\nex: <code>177530</code></p>\n","type":"text/plain"},"key":"id","value":"<Problem ID>"}],"variable":[]}},"response":[{"id":"78fba1c9-c14a-4791-9dd6-669ae58220a0","name":"Delete Problem","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer lkDFHIGKsN3-NC2EVIBV3f_mZik8szHRhT38yrj9jXNtgruO8CT9qLoXSTN6JIkWzcG33iSlNXhkUpk8ReTenpb8huV-_ly1__i-F9lLNWRvL97ALU9E75F-Wu9kwBS5JcJw_uVLf3diJPLPpkwmGvAAUmX_cwT2-7Cx5wFHkHyc0FEdvDSk5PD5D_8z7hbwraV9LdcR560qrAuAGv_FfuFnhtrJecZhm-W3cou90oJyzqDQ1_-cOqzSSBC4wgKAm9Jr5BFy-ngJIWFjPPu1vmORpoQE0Pb2ykYyzq77wyon-SvNUQIfcQNw-Llmif6-PNq1z9H5CLRA2deQFt4qZUXXaJhMxksemn7gZ5ZFIdRonO2q_Tu8-SThNHd-_lwoHSKsOkZV-G4X7O4wN85XHSpsfUY17AcjyuNj8cjiXz3-VL26vRlPYynnkhbnTFGS0JfZr-6-3v-uEuuLffSN5mwUxTw5u-Wvyhaokvvdwd_nS2g_v93ZGzDnA2k6vEiteLMsHHDROb48NISE6thjwUPsDS8aBbX09DYAbS_HMapj0Ooa4NYDgDmIDUhi72vBP-AJfQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/problem?id=124691","protocol":"https","host":["app","relyence","com"],"path":["v1","problem"],"query":[{"key":"id","value":"124691","description":"*required* `int` ID of Problem to delete\nex: `177530`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 22 Aug 2024 12:58:19 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e6059acf-8492-4b84-abaa-5ee6a94b9a3e"}],"id":"b73f08c3-5830-40fe-977c-43cfa38248fc","description":"<p>These functions allow you to interface with the Problems section of FRACAS</p>\n","_postman_id":"b73f08c3-5830-40fe-977c-43cfa38248fc"},{"name":"Incident Subtables","item":[{"name":"Get All Incident Subtable Records","id":"41ce3ff3-1801-4978-8226-9aa75285da1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/incidentSubtables?analysisId=<Analysis ID>&subtableName=<Subtable Name>&fields=<Table Fields>&incidentId=<Incident ID>&incidentIdentifier=<Incident Identifier>","description":"<p>Gets a list of Records in the specified Incident Subtable using the name of the Subtable.</p>\n","urlObject":{"protocol":"https","path":["v1","incidentSubtables"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of analysis to pull subtable from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>string</code> Name of subtable to pull records from\nex: <code>\"Costs Associated with Incident\"</code></p>\n","type":"text/plain"},"key":"subtableName","value":"<Subtable Name>"},{"description":{"content":"<p><em>required</em> <code>List&lt;string&gt;</code> List of fields to get information from\nex: <code>{\"Incident ID\", \"Date Occurred\"}</code>\n<em>Leave empty to return all fields</em></p>\n","type":"text/plain"},"key":"fields","value":"<Table Fields>"},{"description":{"content":"<p><em>optional</em> <code>int</code> ID of only incident to get subtable records of\nex: <code>230074</code></p>\n","type":"text/plain"},"key":"incidentId","value":"<Incident ID>"},{"description":{"content":"<p><em>optional</em> <code>string</code> Identifier of only incident to get subtable records of\nex: <code>Incident0010</code>\n<em>If you pass an <code>incidentId</code>, this value will be ignored</em></p>\n","type":"text/plain"},"key":"incidentIdentifier","value":"<Incident Identifier>"}],"variable":[]}},"response":[{"id":"d584ea53-c0f8-47ca-ba06-ec2cbc821d0c","name":"Get All Incident Subtable Records Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer rd8SzMrcw4o1gkGmVUaZPj2F8ALHeO_I_CEWilp6REwkRiEgFXe3fq58QG6VYbzlGYCFOjCy33TV-ZiuXNRM37qLLBT8QHUwHaYVUyfwLJbRVkVdWEBGmZWNmcGSiNhXjZud_yCELqOW2UK2Iv254DurOeBGIcjftjzwROizFC4Y_8gibyak-kn04o5NI8REwklWO8vAExjC26WZhq9n5BB7rjxrVUZIABwat4uCyN0YS5ESxfEBr7bSEAGdD2ym_4qLN9vmggtKp0-VN9iNqexRChb3VnS7C-OdX-uZHuCrda7AvG4Yk7vyVEAYdsCVCOc-wRS0fL2AG4QZPE2n8MBqdWL-wfsdiuaKHk5rKzT_TQiQq_nTT-V62Bl1FpVLvVTPqPiUsSrciYTPUOpkVS317BaPjouF-YuGtYAsNMTnaHkg-wkcdq1eAlSw_lGUMi3WhOqMwuhJWo42kIxAGC3bf03pydyJ7Zan3f2BpTYz8vcmf2HeN6sdidTTsCf3OnDvKdwtweZ94c1b8TY-oIA0vVX4_s1McsDWc37hPdYzCHVMut7xtonMM1EDYPirCs4TeQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/incidentSubtables?analysisId=66098&subtableName=Sample Subtable&fields&incidentId&incidentIdentifier=Incident0076","protocol":"https","host":["app","relyence","com"],"path":["v1","incidentSubtables"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of analysis to pull subtable from\nex: `66098`","type":"text"},{"key":"subtableName","value":"Sample Subtable","description":"*required* `string` Name of subtable to pull records from\nex: `\"Costs Associated with Incident\"`","type":"text"},{"key":"fields","value":null,"description":"*required* `List<string>` List of fields to get information from\nex: `{\"Incident ID\", \"Date Occurred\"}`\n*Leave empty to return all fields*","type":"text"},{"key":"incidentId","value":null,"description":"*optional* `int` ID of only incident to get subtable records of\nex: `230074`","type":"text"},{"key":"incidentIdentifier","value":"Incident0076","description":"*optional* `string` Identifier of only incident to get subtable records of\nex: `Incident0010`\n*If you pass an `incidentId`, this value will be ignored*","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 11:40:47 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Closed\": false,\n        \"Closed Date\": null,\n        \"Create Date\": \"2024-08-22T11:38:41.293\",\n        \"Incident ID\": 1765977,\n        \"Incident Subtable ID\": 185277,\n        \"Workflow Data\": \"First Workflow Step\",\n        \"Id\": 185277,\n        \"Workflow Step Due Date\": \"2024-09-06T16:00:00\",\n        \"Workflow Step Responsibility\": \"Lorna Dane\"\n    },\n    {\n        \"Closed\": false,\n        \"Closed Date\": null,\n        \"Create Date\": \"2024-08-22T11:41:45.9\",\n        \"Incident ID\": 1765977,\n        \"Incident Subtable ID\": 185278,\n        \"Workflow Data\": \"First Workflow Step\",\n        \"Id\": 185278,\n        \"Workflow Step Due Date\": \"2024-09-25T16:00:00\",\n        \"Workflow Step Responsibility\": \"Bobby Drake, Wade Wilson, Lorna Dane\"\n    }\n]"}],"_postman_id":"41ce3ff3-1801-4978-8226-9aa75285da1b"},{"name":"Get Incident Subtable Record","id":"a21c1a05-a296-4bde-be1f-378306b02cdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/incidentSubtable?id=<Incident Subtable Record ID>&fields=<Table Fields>","description":"<p>Gets a specific record from an Incident Subtable using the ID of the Incident Subtable Record.</p>\n","urlObject":{"protocol":"https","path":["v1","incidentSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of the Incident Subtable Record\nex: <code>204461</code></p>\n","type":"text/plain"},"key":"id","value":"<Incident Subtable Record ID>"},{"description":{"content":"<p><em>required</em> <code>List&lt;string&gt;</code> List of fields to get information from\nex: <code>{\"Incident ID\", \"Date Occurred\"}</code>\n<em>Leave empty to return all fields</em></p>\n","type":"text/plain"},"key":"fields","value":"<Table Fields>"}],"variable":[]}},"response":[{"id":"3eeb563b-c2b6-429b-bb21-57f603d70f4b","name":"Get Incident Subtable Record Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer rd8SzMrcw4o1gkGmVUaZPj2F8ALHeO_I_CEWilp6REwkRiEgFXe3fq58QG6VYbzlGYCFOjCy33TV-ZiuXNRM37qLLBT8QHUwHaYVUyfwLJbRVkVdWEBGmZWNmcGSiNhXjZud_yCELqOW2UK2Iv254DurOeBGIcjftjzwROizFC4Y_8gibyak-kn04o5NI8REwklWO8vAExjC26WZhq9n5BB7rjxrVUZIABwat4uCyN0YS5ESxfEBr7bSEAGdD2ym_4qLN9vmggtKp0-VN9iNqexRChb3VnS7C-OdX-uZHuCrda7AvG4Yk7vyVEAYdsCVCOc-wRS0fL2AG4QZPE2n8MBqdWL-wfsdiuaKHk5rKzT_TQiQq_nTT-V62Bl1FpVLvVTPqPiUsSrciYTPUOpkVS317BaPjouF-YuGtYAsNMTnaHkg-wkcdq1eAlSw_lGUMi3WhOqMwuhJWo42kIxAGC3bf03pydyJ7Zan3f2BpTYz8vcmf2HeN6sdidTTsCf3OnDvKdwtweZ94c1b8TY-oIA0vVX4_s1McsDWc37hPdYzCHVMut7xtonMM1EDYPirCs4TeQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/incidentSubtable?id=185278&fields","protocol":"https","host":["app","relyence","com"],"path":["v1","incidentSubtable"],"query":[{"key":"id","value":"185278","description":"*required* `int` ID of the Incident Subtable Record\nex: `204461`","type":"text"},{"key":"fields","value":null,"description":"*required* `List<string>` List of fields to get information from\nex: `{\"Incident ID\", \"Date Occurred\"}`\n*Leave empty to return all fields*","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 11:44:25 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Closed\": false,\n        \"Closed Date\": null,\n        \"Create Date\": \"2024-08-22T11:41:45.9\",\n        \"Incident ID\": 1765977,\n        \"Incident Subtable ID\": 185278,\n        \"Workflow Data\": null,\n        \"Id\": 185278\n    }\n]"}],"_postman_id":"a21c1a05-a296-4bde-be1f-378306b02cdc"},{"name":"Insert Incident Subtable Record","id":"8b099a9a-51df-4ada-bfff-ea35a7b06091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Incident Subtable Record Information>","type":"text","description":"<p><em>required</em> <code>&lt;\"Key\": \"Value\"&gt;</code> Key/Value pairs of information to insert into subtable\nex: <code>{\"Create Date\": \"8/22/2024\"}</code></p>\n"}]},"url":"https://app.relyence.com/v1/incidentSubtable?analysisId=<Analysis ID>&subtableName=<Subtable Name>&incidentId=<Incident ID>&incidentIdentifier=<Incident Identifier>","description":"<p>Insert a Record to an Incident Subtable in a specified Analysis using the name of the Subtable and information about the Incident you want the record to be associated with.</p>\n","urlObject":{"protocol":"https","path":["v1","incidentSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of analysis to pull subtable from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>string</code> Name of incident subtable to insert record into\nex: <code>\"Costs Associated with Incident\"</code></p>\n","type":"text/plain"},"key":"subtableName","value":"<Subtable Name>"},{"description":{"content":"<p><em>required</em> <code>int</code> ID of only incident to insert subtable record into\nex: <code>230074</code></p>\n","type":"text/plain"},"key":"incidentId","value":"<Incident ID>"},{"description":{"content":"<p><em>optional</em> <code>string</code> Identifier of only incident to insert subtable record into\nex: <code>Incident0010</code>\n<em>If you pass an <code>incidentId</code>, this value will be ignored</em></p>\n","type":"text/plain"},"key":"incidentIdentifier","value":"<Incident Identifier>"}],"variable":[]}},"response":[{"id":"6c4aee2b-8816-46a6-a064-673c5774921e","name":"Insert Incident Subtable Record Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer x72g9pEf6Y4xhkmgoFmt_S0Tzhaf_WhCk1XyCyXmqnlsZz7wQm4Kwouk0M7GL0iCTfKIImO_inwu-59OtPx5Nl5GoX6s2jd0dBKydMo-oV0qVJf-CIwDpNUubS9jBHBo9nvAeT4-ki5kcFI2FFwyHnlr7jjAGMSeK-eNcDph1-FB9U_kPUY7iDtBx9McgtSApGpVHYkW2q134MWIiE5miCB_RbmLNztk1pULFCirMssmJ9bGqNsDYVMABmonyH7Z_-pjIaVuw1fzIGrQaVaOGWeb2el6rTP2ZoGzsN-vr5nCeZx4-EyVrKwLbthxGn_gj9mTuhWUL3KcgXVF36RdABFhnuYhAT4QGCg7-DrpTjPXTn7NEIccOgiPYzv-i_e4qQQtW8zJaKp4tPcKl8oISHfjtK1PKee4y5ni0VYCHmAzx5el2qTKHwCWXsc0xoYJe-waOCflOJDchvYar5Aq8XNtE3bynb7qQU_5SrfEv9YHoNkppvjOlqM4-yH56T2u0sCRNaHBUh85ImnT801-wLiCZ-d1Ez2a_HHiKE1wdh2MfvJR5MDPE0aQxlrbLQ5AaNuleg","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Create Date\": \"8/22/2024\", \"Closed Date\": \"8/23/2024\"}","type":"text","description":"*required* `<\"Key\": \"Value\">` Key/Value pairs of information to insert into subtable"}]},"url":{"raw":"https://app.relyence.com/v1/incidentSubtable?analysisId=66098&subtableName=Sample Subtable&incidentId=1765977&incidentIdentifier=Incident0076","protocol":"https","host":["app","relyence","com"],"path":["v1","incidentSubtable"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of analysis to pull subtable from\nex: `66098`"},{"key":"subtableName","value":"Sample Subtable","description":"*required* `string` Name of incident subtable to insert record into\nex: `\"Costs Associated with Incident\"`"},{"key":"incidentId","value":"1765977","description":"*required* `int` ID of only incident to insert subtable record into\nex: `230074`"},{"key":"incidentIdentifier","value":"Incident0076","description":"*optional* `string` Identifier of only incident to insert subtable record into\nex: `Incident0010`\n*If you pass an `incidentId`, this value will be ignored*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 11:58:51 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 185279,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"8b099a9a-51df-4ada-bfff-ea35a7b06091"},{"name":"Update Incident Subtable Record","id":"8704aa29-0084-44d2-9f86-afb8de8e90c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Incident Subtable Record Information>","type":"text","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key/Value pairs of fields to update for Incident Subtable Record\nex: <code>{\"Closed Date\": \"8/15/24\"}</code></p>\n"}]},"url":"https://app.relyence.com/v1/incidentSubtable?id=<Incident Subtable Record ID>","description":"<p>Update an already exisiting Incident Subtable Record in a specified Analysis using the ID of the Incident Subtable Record.</p>\n","urlObject":{"protocol":"https","path":["v1","incidentSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Incident Subtable Record to Update\nex: <code>204561</code></p>\n","type":"text/plain"},"key":"id","value":"<Incident Subtable Record ID>"}],"variable":[]}},"response":[{"id":"d276e3e1-6c7d-4a1d-8ee6-7c874583b403","name":"Update Incident Subtable Record Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer x72g9pEf6Y4xhkmgoFmt_S0Tzhaf_WhCk1XyCyXmqnlsZz7wQm4Kwouk0M7GL0iCTfKIImO_inwu-59OtPx5Nl5GoX6s2jd0dBKydMo-oV0qVJf-CIwDpNUubS9jBHBo9nvAeT4-ki5kcFI2FFwyHnlr7jjAGMSeK-eNcDph1-FB9U_kPUY7iDtBx9McgtSApGpVHYkW2q134MWIiE5miCB_RbmLNztk1pULFCirMssmJ9bGqNsDYVMABmonyH7Z_-pjIaVuw1fzIGrQaVaOGWeb2el6rTP2ZoGzsN-vr5nCeZx4-EyVrKwLbthxGn_gj9mTuhWUL3KcgXVF36RdABFhnuYhAT4QGCg7-DrpTjPXTn7NEIccOgiPYzv-i_e4qQQtW8zJaKp4tPcKl8oISHfjtK1PKee4y5ni0VYCHmAzx5el2qTKHwCWXsc0xoYJe-waOCflOJDchvYar5Aq8XNtE3bynb7qQU_5SrfEv9YHoNkppvjOlqM4-yH56T2u0sCRNaHBUh85ImnT801-wLiCZ-d1Ez2a_HHiKE1wdh2MfvJR5MDPE0aQxlrbLQ5AaNuleg","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Closed Date\": \"8/15/24\"}","type":"text","description":"*required* `{\"Key\": \"Value\"}` Key/Value pairs of fields to update for Incident Subtable Record\nex: `{\"Closed Date\": \"8/15/24\"}`"}]},"url":{"raw":"https://app.relyence.com/v1/incidentSubtable?id=185277","protocol":"https","host":["app","relyence","com"],"path":["v1","incidentSubtable"],"query":[{"key":"id","value":"185277","description":"*required* `int` ID of Incident Subtable Record to Update\nex: `204561`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 12:05:21 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 185277,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"8704aa29-0084-44d2-9f86-afb8de8e90c3"},{"name":"Delete Incident Subtable Record","id":"196040c7-8836-4e75-bd1c-d9e3f061b929","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/incidentSubtable?id=<Incident Subtable Record ID>","description":"<p>Delete an already existing Incident Subtable Record using the ID of the Incident Subtable Record.</p>\n","urlObject":{"protocol":"https","path":["v1","incidentSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Incident Subtable Record to Delete\nex: <code>220389</code></p>\n","type":"text/plain"},"key":"id","value":"<Incident Subtable Record ID>"}],"variable":[]}},"response":[{"id":"3fc07965-1991-4622-98ea-6ffd839d1a00","name":"Delete Incident Subtable Record Example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer x72g9pEf6Y4xhkmgoFmt_S0Tzhaf_WhCk1XyCyXmqnlsZz7wQm4Kwouk0M7GL0iCTfKIImO_inwu-59OtPx5Nl5GoX6s2jd0dBKydMo-oV0qVJf-CIwDpNUubS9jBHBo9nvAeT4-ki5kcFI2FFwyHnlr7jjAGMSeK-eNcDph1-FB9U_kPUY7iDtBx9McgtSApGpVHYkW2q134MWIiE5miCB_RbmLNztk1pULFCirMssmJ9bGqNsDYVMABmonyH7Z_-pjIaVuw1fzIGrQaVaOGWeb2el6rTP2ZoGzsN-vr5nCeZx4-EyVrKwLbthxGn_gj9mTuhWUL3KcgXVF36RdABFhnuYhAT4QGCg7-DrpTjPXTn7NEIccOgiPYzv-i_e4qQQtW8zJaKp4tPcKl8oISHfjtK1PKee4y5ni0VYCHmAzx5el2qTKHwCWXsc0xoYJe-waOCflOJDchvYar5Aq8XNtE3bynb7qQU_5SrfEv9YHoNkppvjOlqM4-yH56T2u0sCRNaHBUh85ImnT801-wLiCZ-d1Ez2a_HHiKE1wdh2MfvJR5MDPE0aQxlrbLQ5AaNuleg","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/incidentSubtable?id=185278","protocol":"https","host":["app","relyence","com"],"path":["v1","incidentSubtable"],"query":[{"key":"id","value":"185278","description":"*required* `int` ID of Incident Subtable Record to Delete\nex: `220389`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 22 Aug 2024 11:49:58 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"196040c7-8836-4e75-bd1c-d9e3f061b929"}],"id":"bf798305-a0ee-42d2-85ff-df9482e115b2","description":"<p>This section deals with Incident Subtables Records. Please note you must already have Incident Subtables set up in your Analysis to use these Relyence API Functions. For more information, see <a href=\"https://relyence.com/help/user-guide/using-fracas-subtables.html#h1__1375483545\">Using FRACAS Subtables</a>.</p>\n","_postman_id":"bf798305-a0ee-42d2-85ff-df9482e115b2"},{"name":"Problem Subtables","item":[{"name":"Get All Problem Subtable Records","id":"19922ead-21b9-4b83-b496-a6ce9d27749f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/problemSubtables?analysisId=<Analysis ID>&subtableName=<Problem Subtable Name>&fields=<Table Fields>&problemId=<Problem ID>&problemIdentifier=<Problem Identifier>","description":"<p>Gets a list of Records in the specified Problem Subtable using the name of the Subtable.</p>\n","urlObject":{"protocol":"https","path":["v1","problemSubtables"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of analysis to pull Problem subtable from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>string</code> Name of Problem subtable to pull records from\nex: <code>\"Costs Associated with Incident\"</code></p>\n","type":"text/plain"},"key":"subtableName","value":"<Problem Subtable Name>"},{"description":{"content":"<p><em>required</em> <code>List&lt;string&gt;</code> List of fields to get information from\nex: <code>{\"Problem ID\", \"Date Occurred\"}</code>\n<em>Leave empty to return all fields</em></p>\n","type":"text/plain"},"key":"fields","value":"<Table Fields>"},{"description":{"content":"<p><em>optional</em> <code>int</code> ID of only problem to get subtable records of\nex: <code>230074</code></p>\n","type":"text/plain"},"key":"problemId","value":"<Problem ID>"},{"description":{"content":"<p><em>optional</em> <code>string</code> Identifier of only problem to get subtable records of\nex: <code>Incident0010</code>\n<em>If you pass an <code>problemId</code>, this value will be ignored</em></p>\n","type":"text/plain"},"key":"problemIdentifier","value":"<Problem Identifier>"}],"variable":[]}},"response":[{"id":"ce4609e1-7949-446e-bbf5-8186b7247e26","name":"Get All Problem Subtable Records Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer rd8SzMrcw4o1gkGmVUaZPj2F8ALHeO_I_CEWilp6REwkRiEgFXe3fq58QG6VYbzlGYCFOjCy33TV-ZiuXNRM37qLLBT8QHUwHaYVUyfwLJbRVkVdWEBGmZWNmcGSiNhXjZud_yCELqOW2UK2Iv254DurOeBGIcjftjzwROizFC4Y_8gibyak-kn04o5NI8REwklWO8vAExjC26WZhq9n5BB7rjxrVUZIABwat4uCyN0YS5ESxfEBr7bSEAGdD2ym_4qLN9vmggtKp0-VN9iNqexRChb3VnS7C-OdX-uZHuCrda7AvG4Yk7vyVEAYdsCVCOc-wRS0fL2AG4QZPE2n8MBqdWL-wfsdiuaKHk5rKzT_TQiQq_nTT-V62Bl1FpVLvVTPqPiUsSrciYTPUOpkVS317BaPjouF-YuGtYAsNMTnaHkg-wkcdq1eAlSw_lGUMi3WhOqMwuhJWo42kIxAGC3bf03pydyJ7Zan3f2BpTYz8vcmf2HeN6sdidTTsCf3OnDvKdwtweZ94c1b8TY-oIA0vVX4_s1McsDWc37hPdYzCHVMut7xtonMM1EDYPirCs4TeQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/problemSubtables?analysisId=66098&subtableName=Sample Subtable&fields&problemId&problemIdentifier=Problem0076","protocol":"https","host":["app","relyence","com"],"path":["v1","problemSubtables"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of analysis to pull subtable from\nex: `66098`"},{"key":"subtableName","value":"Sample Subtable","description":"*required* `string` Name of problem subtable to pull records from\nex: `\"Costs Associated with Incident\"`"},{"key":"fields","value":null,"description":"*required* `List<string>` List of fields to get information from\nex: `{\"Incident ID\", \"Date Occurred\"}`\n*Leave empty to return all fields*"},{"key":"problemId","value":null,"description":"*optional* `int` ID of only incident to get subtable records of\nex: `230074`"},{"key":"problemIdentifier","value":"Problem0076","description":"*optional* `string` Identifier of only incident to get subtable records of\nex: `Incident0010`\n*If you pass an `incidentId`, this value will be ignored*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 11:40:47 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Closed\": false,\n        \"Closed Date\": null,\n        \"Create Date\": \"2024-08-22T11:38:41.293\",\n        \"Problem ID\": 1765977,\n        \"Problem Subtable ID\": 185277,\n        \"Workflow Data\": \"First Workflow Step\",\n        \"Id\": 185277,\n        \"Workflow Step Due Date\": \"2024-09-06T16:00:00\",\n        \"Workflow Step Responsibility\": \"Lorna Dane\"\n    },\n    {\n        \"Closed\": false,\n        \"Closed Date\": null,\n        \"Create Date\": \"2024-08-22T11:41:45.9\",\n        \"Problem ID\": 1765977,\n        \"Problem Subtable ID\": 185278,\n        \"Workflow Data\": \"First Workflow Step\",\n        \"Id\": 185278,\n        \"Workflow Step Due Date\": \"2024-09-25T16:00:00\",\n        \"Workflow Step Responsibility\": \"Bobby Drake, Wade Wilson, Lorna Dane\"\n    }\n]"}],"_postman_id":"19922ead-21b9-4b83-b496-a6ce9d27749f"},{"name":"Get Problem Subtable Record","id":"5fd79fa5-7fdb-4171-83ac-d3f80e291b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/problemSubtable?id=<Problem Subtable Record ID>&fields=<Table Fields>","description":"<p>Gets information from a Problem Subtable Record based on the ID of the Problem Subtable Record.</p>\n","urlObject":{"protocol":"https","path":["v1","problemSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of the Problem Subtable Record\nex: <code>204461</code></p>\n","type":"text/plain"},"key":"id","value":"<Problem Subtable Record ID>"},{"description":{"content":"<p><em>required</em> <code>List&lt;string&gt;</code> List of fields to get information from\nex: <code>{\"Problem ID\", \"Date Occurred\"}</code>\n<em>Leave empty to return all fields</em></p>\n","type":"text/plain"},"key":"fields","value":"<Table Fields>"}],"variable":[]}},"response":[{"id":"536686a2-19ac-4a87-b158-e71b6b29df61","name":"Get Problem Subtable Record Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer rd8SzMrcw4o1gkGmVUaZPj2F8ALHeO_I_CEWilp6REwkRiEgFXe3fq58QG6VYbzlGYCFOjCy33TV-ZiuXNRM37qLLBT8QHUwHaYVUyfwLJbRVkVdWEBGmZWNmcGSiNhXjZud_yCELqOW2UK2Iv254DurOeBGIcjftjzwROizFC4Y_8gibyak-kn04o5NI8REwklWO8vAExjC26WZhq9n5BB7rjxrVUZIABwat4uCyN0YS5ESxfEBr7bSEAGdD2ym_4qLN9vmggtKp0-VN9iNqexRChb3VnS7C-OdX-uZHuCrda7AvG4Yk7vyVEAYdsCVCOc-wRS0fL2AG4QZPE2n8MBqdWL-wfsdiuaKHk5rKzT_TQiQq_nTT-V62Bl1FpVLvVTPqPiUsSrciYTPUOpkVS317BaPjouF-YuGtYAsNMTnaHkg-wkcdq1eAlSw_lGUMi3WhOqMwuhJWo42kIxAGC3bf03pydyJ7Zan3f2BpTYz8vcmf2HeN6sdidTTsCf3OnDvKdwtweZ94c1b8TY-oIA0vVX4_s1McsDWc37hPdYzCHVMut7xtonMM1EDYPirCs4TeQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/problemSubtable?id=185278&fields","protocol":"https","host":["app","relyence","com"],"path":["v1","problemSubtable"],"query":[{"key":"id","value":"185278","description":"*required* `int` ID of the Incident Subtable Record\nex: `204461`"},{"key":"fields","value":null,"description":"*required* `List<string>` List of fields to get information from\nex: `{\"Incident ID\", \"Date Occurred\"}`\n*Leave empty to return all fields*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 11:44:25 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Closed\": false,\n        \"Closed Date\": null,\n        \"Create Date\": \"2024-08-22T11:41:45.9\",\n        \"Problem ID\": 1765977,\n        \"Problem Subtable ID\": 185278,\n        \"Workflow Data\": null,\n        \"Id\": 185278\n    }\n]"}],"_postman_id":"5fd79fa5-7fdb-4171-83ac-d3f80e291b97"},{"name":"Insert Problem Subtable Record","id":"058e7458-d484-4b3d-95da-8535b9d7be2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Problem Subtable Record Information>","type":"text","description":"<p><em>required</em> <code>&lt;\"Key\": \"Value\"&gt;</code> Key/Value pairs of information to insert into problem subtable\nex: <code>{\"Create Date\": \"8/22/2024\"}</code></p>\n"}]},"url":"https://app.relyence.com/v1/problemSubtable?analysisId=<Analysis ID>&subtableName=<Subtable Name>&problemId=<Problem ID>&problemIdentifier=<Problem Identifier>","description":"<p>Inserts a new Problem Subtable Record into a specified Problem Subtabled based on its name and the ID or Identifier of the specified Problem.</p>\n","urlObject":{"protocol":"https","path":["v1","problemSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of analysis to pull subtable from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>string</code> Name of problem subtable to insert record into\nex: <code>\"Costs Associated with Problem\"</code></p>\n","type":"text/plain"},"key":"subtableName","value":"<Subtable Name>"},{"description":{"content":"<p><em>required</em> <code>int</code> ID of only problem to insert problem subtable record into\nex: <code>230074</code></p>\n","type":"text/plain"},"key":"problemId","value":"<Problem ID>"},{"description":{"content":"<p><em>optional</em> <code>string</code> Identifier of only problem to insert subtable record into\nex: <code>Problem0010</code>\n<em>If you pass an <code>problemId</code>, this value will be ignored</em></p>\n","type":"text/plain"},"key":"problemIdentifier","value":"<Problem Identifier>"}],"variable":[]}},"response":[{"id":"dcd51bf5-734b-483a-bb20-30b3349c7087","name":"Insert Problem Subtable Record Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer x72g9pEf6Y4xhkmgoFmt_S0Tzhaf_WhCk1XyCyXmqnlsZz7wQm4Kwouk0M7GL0iCTfKIImO_inwu-59OtPx5Nl5GoX6s2jd0dBKydMo-oV0qVJf-CIwDpNUubS9jBHBo9nvAeT4-ki5kcFI2FFwyHnlr7jjAGMSeK-eNcDph1-FB9U_kPUY7iDtBx9McgtSApGpVHYkW2q134MWIiE5miCB_RbmLNztk1pULFCirMssmJ9bGqNsDYVMABmonyH7Z_-pjIaVuw1fzIGrQaVaOGWeb2el6rTP2ZoGzsN-vr5nCeZx4-EyVrKwLbthxGn_gj9mTuhWUL3KcgXVF36RdABFhnuYhAT4QGCg7-DrpTjPXTn7NEIccOgiPYzv-i_e4qQQtW8zJaKp4tPcKl8oISHfjtK1PKee4y5ni0VYCHmAzx5el2qTKHwCWXsc0xoYJe-waOCflOJDchvYar5Aq8XNtE3bynb7qQU_5SrfEv9YHoNkppvjOlqM4-yH56T2u0sCRNaHBUh85ImnT801-wLiCZ-d1Ez2a_HHiKE1wdh2MfvJR5MDPE0aQxlrbLQ5AaNuleg","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Create Date\": \"8/22/2024\", \"Closed Date\": \"8/23/2024\"}","type":"text","description":"*required* `<\"Key\": \"Value\">` Key/Value pairs of information to insert into subtable"}]},"url":{"raw":"https://app.relyence.com/v1/problemSubtable?analysisId=66098&subtableName=Sample Subtable&ProblemId=1765977&ProblemIdentifier=Problem0076","protocol":"https","host":["app","relyence","com"],"path":["v1","problemSubtable"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of analysis to pull subtable from\nex: `66098`"},{"key":"subtableName","value":"Sample Subtable","description":"*required* `string` Name of incident subtable to insert record into\nex: `\"Costs Associated with Incident\"`"},{"key":"ProblemId","value":"1765977","description":"*required* `int` ID of only incident to insert subtable record into\nex: `230074`"},{"key":"ProblemIdentifier","value":"Problem0076","description":"*optional* `string` Identifier of only incident to insert subtable record into\nex: `Incident0010`\n*If you pass an `incidentId`, this value will be ignored*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 11:58:51 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 185279,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"058e7458-d484-4b3d-95da-8535b9d7be2e"},{"name":"Update Problem Subtable Record","id":"b03c70cc-4d4a-46a5-ba7a-669fed29042e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Problem Subtable Record Information>","type":"text","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key/Value pairs of fields to update for Problem Subtable Record\nex: <code>{\"Closed Date\": \"8/15/24\"}</code></p>\n"}]},"url":"https://app.relyence.com/v1/problemSubtable?id=<Problem Subtable Record ID>","description":"<p>Update an already existing Problem Subtable Record based on the ID of the Problem Subtable Record.</p>\n","urlObject":{"protocol":"https","path":["v1","problemSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Problem Subtable Record to Update\nex: <code>204561</code></p>\n","type":"text/plain"},"key":"id","value":"<Problem Subtable Record ID>"}],"variable":[]}},"response":[{"id":"7ada0a50-6f58-48d4-886a-5556098181d7","name":"Update Problem Subtable Record Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer x72g9pEf6Y4xhkmgoFmt_S0Tzhaf_WhCk1XyCyXmqnlsZz7wQm4Kwouk0M7GL0iCTfKIImO_inwu-59OtPx5Nl5GoX6s2jd0dBKydMo-oV0qVJf-CIwDpNUubS9jBHBo9nvAeT4-ki5kcFI2FFwyHnlr7jjAGMSeK-eNcDph1-FB9U_kPUY7iDtBx9McgtSApGpVHYkW2q134MWIiE5miCB_RbmLNztk1pULFCirMssmJ9bGqNsDYVMABmonyH7Z_-pjIaVuw1fzIGrQaVaOGWeb2el6rTP2ZoGzsN-vr5nCeZx4-EyVrKwLbthxGn_gj9mTuhWUL3KcgXVF36RdABFhnuYhAT4QGCg7-DrpTjPXTn7NEIccOgiPYzv-i_e4qQQtW8zJaKp4tPcKl8oISHfjtK1PKee4y5ni0VYCHmAzx5el2qTKHwCWXsc0xoYJe-waOCflOJDchvYar5Aq8XNtE3bynb7qQU_5SrfEv9YHoNkppvjOlqM4-yH56T2u0sCRNaHBUh85ImnT801-wLiCZ-d1Ez2a_HHiKE1wdh2MfvJR5MDPE0aQxlrbLQ5AaNuleg","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Closed Date\": \"8/15/24\"}","type":"text","description":"*required* `{\"Key\": \"Value\"}` Key/Value pairs of fields to update for Incident Subtable Record\nex: `{\"Closed Date\": \"8/15/24\"}`"}]},"url":{"raw":"https://app.relyence.com/v1/problemSubtable?id=185277","protocol":"https","host":["app","relyence","com"],"path":["v1","problemSubtable"],"query":[{"key":"id","value":"185277","description":"*required* `int` ID of Incident Subtable Record to Update\nex: `204561`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 22 Aug 2024 12:05:21 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 185277,\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"b03c70cc-4d4a-46a5-ba7a-669fed29042e"},{"name":"Delete Problem Subtable Record","id":"eba62edc-35d7-44fa-9b38-60a258f00cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/problemSubtable?id=<Problem Subtable Record ID>","description":"<p>Delete a Problem Subtable Record based on the ID of the Problem Subtable Record.</p>\n","urlObject":{"protocol":"https","path":["v1","problemSubtable"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Problem Subtable Record to Delete\nex: <code>220389</code></p>\n","type":"text/plain"},"key":"id","value":"<Problem Subtable Record ID>"}],"variable":[]}},"response":[{"id":"e4a32212-21ad-4cac-9b2f-240f89e42865","name":"Delete Problem Subtable Record Example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer x72g9pEf6Y4xhkmgoFmt_S0Tzhaf_WhCk1XyCyXmqnlsZz7wQm4Kwouk0M7GL0iCTfKIImO_inwu-59OtPx5Nl5GoX6s2jd0dBKydMo-oV0qVJf-CIwDpNUubS9jBHBo9nvAeT4-ki5kcFI2FFwyHnlr7jjAGMSeK-eNcDph1-FB9U_kPUY7iDtBx9McgtSApGpVHYkW2q134MWIiE5miCB_RbmLNztk1pULFCirMssmJ9bGqNsDYVMABmonyH7Z_-pjIaVuw1fzIGrQaVaOGWeb2el6rTP2ZoGzsN-vr5nCeZx4-EyVrKwLbthxGn_gj9mTuhWUL3KcgXVF36RdABFhnuYhAT4QGCg7-DrpTjPXTn7NEIccOgiPYzv-i_e4qQQtW8zJaKp4tPcKl8oISHfjtK1PKee4y5ni0VYCHmAzx5el2qTKHwCWXsc0xoYJe-waOCflOJDchvYar5Aq8XNtE3bynb7qQU_5SrfEv9YHoNkppvjOlqM4-yH56T2u0sCRNaHBUh85ImnT801-wLiCZ-d1Ez2a_HHiKE1wdh2MfvJR5MDPE0aQxlrbLQ5AaNuleg","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/incidentSubtable?id=185278","protocol":"https","host":["app","relyence","com"],"path":["v1","incidentSubtable"],"query":[{"key":"id","value":"185278","description":"*required* `int` ID of Incident Subtable Record to Delete\nex: `220389`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 22 Aug 2024 11:49:58 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"eba62edc-35d7-44fa-9b38-60a258f00cd9"}],"id":"34a5cfa0-1348-40bf-9a9b-47bcd601e1c2","description":"<p>This section deals with Problem Subtables Records. Please note you must already have Problem Subtables set up in your Analysis to use these Relyence API Functions. For more information, see <a href=\"https://relyence.com/help/user-guide/using-fracas-subtables.html#h1__1375483545\">Using FRACAS Subtables</a>.</p>\n","_postman_id":"34a5cfa0-1348-40bf-9a9b-47bcd601e1c2"}],"id":"54279984-4bb4-45a7-9233-621e4368005e","description":"<p>These API Functions are specifically for the Relyence FRACAS Module. There are four sets of these API Functions: Incidents, Problems, Incident Subtables, and Problem Subtables.</p>\n","_postman_id":"54279984-4bb4-45a7-9233-621e4368005e"},{"name":"Fault Tree","item":[{"name":"Get Fault Tree Top Gate Information","id":"21ebefbf-cd2b-402d-8e96-341e140e2425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/faulttrees?analysisId=<Analysis ID>","description":"<p>Get information on your Fault Tree Top Gates based on the specified Analysis. Information about the Top Gate's Events and Gates are also returned.</p>\n","urlObject":{"protocol":"https","path":["v1","faulttrees"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> Analysis ID\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"}],"variable":[]}},"response":[{"id":"e742c878-dcb7-473b-824b-21c716387e03","name":"Get Fault Tree Top Gate Information Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer mESY9eGX9lTWBUTkvoHmvIcdqrDdznltv9l8gr2r9aSrcFvcaZcHkqa2HIWHWhD_ohl0SF97dvHGhlP0WsPWdm9PV56DUGpUKtCBbXORygL6Y2CSS6BcNETKELE35Pw4VmLOZpXEZtgjp2DDtRGcPY_9j0xevpgmytIQtQHruVoqaih_jXrYb_jYSLaPuJdChkzBvOq7yP7zdDEtN4vMgO1R8oNjbSRSrdo-qQnmKFLXh2aIl-2B4N4r0p3KarN6bWl0qjDIgDkMawQO-7fgRay2LB6ZOHqNdYXiIsZXleabod1uw3cYBs8aZAhbiLmcPaifA8Ehba9iVSkryUpt-AorQR58e6dYvuywEErmhasXUggWpHBwT7G3pA7KYYiqknHxxFTJDLVaSRTvOy1mVozHP8OnzV90WS5P9oMNeVGV59SVYT3RStqCAIkdt1uyHEvkcou6SOJMecr9S_47eMtMBmAQQksk4aYqtLfZkw2tB2wof0RC9Be1i_9lnQQXDyVxLEnz_xxXD01kSptoNER5AwTXw2Np6ai-FpqKgA94dz0zALkrxcS9Zw9BPS6J5t2YAA","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/faulttrees?analysisId=66098","protocol":"https","host":["app","relyence","com"],"path":["v1","faulttrees"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` Analysis ID\nex: `66098`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 15:52:30 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1728197,\n        \"Name\": \"Top Gate\",\n        \"Gates\": [\n            {\n                \"Name\": \"Top Gate\",\n                \"GateType\": \"Or Gate\",\n                \"Input1\": 0,\n                \"Input2\": 0,\n                \"Input3\": 0,\n                \"LogicalCondition\": \"True\",\n                \"Id\": 1728197\n            },\n            {\n                \"Name\": \"Sample OR\",\n                \"GateType\": \"Or Gate\",\n                \"EventCalculationMethod\": \"Constant Probability\",\n                \"Input1\": 0,\n                \"Input2\": 0,\n                \"Input3\": 0,\n                \"NumVotes\": 0,\n                \"FailureRateType\": \"Failure Rate\",\n                \"LogicalCondition\": \"Normal\",\n                \"Id\": 1846248\n            },\n            {\n                \"Name\": \"Sample AND\",\n                \"GateType\": \"And Gate\",\n                \"EventCalculationMethod\": \"Constant Probability\",\n                \"Input1\": 0,\n                \"Input2\": 0,\n                \"Input3\": 0,\n                \"NumVotes\": 0,\n                \"FailureRateType\": \"Failure Rate\",\n                \"LogicalCondition\": \"Normal\",\n                \"Id\": 1846247\n            }\n        ],\n        \"Events\": [\n            {\n                \"Name\": \"Sample Event 1\",\n                \"GateType\": \"Basic Event\",\n                \"EventCalculationMethod\": \"Constant Probability\",\n                \"Input1\": 0,\n                \"Input2\": 0,\n                \"Input3\": 0,\n                \"NumVotes\": 0,\n                \"FailureRateType\": \"Failure Rate\",\n                \"LogicalCondition\": \"Normal\",\n                \"Id\": 1846244\n            },\n            {\n                \"Name\": \"Sample Event 2\",\n                \"GateType\": \"Basic Event\",\n                \"EventCalculationMethod\": \"Constant Probability\",\n                \"Input1\": 0,\n                \"Input2\": 0,\n                \"Input3\": 0,\n                \"NumVotes\": 0,\n                \"FailureRateType\": \"Failure Rate\",\n                \"LogicalCondition\": \"Normal\",\n                \"Id\": 1846243\n            },\n            {\n                \"Name\": \"Sample Event 3\",\n                \"GateType\": \"Basic Event\",\n                \"EventCalculationMethod\": \"Constant Probability\",\n                \"Input1\": 0,\n                \"Input2\": 0,\n                \"Input3\": 0,\n                \"NumVotes\": 0,\n                \"FailureRateType\": \"Failure Rate\",\n                \"LogicalCondition\": \"Normal\",\n                \"Id\": 1846245\n            },\n            {\n                \"Name\": \"Sample Event 4\",\n                \"GateType\": \"Basic Event\",\n                \"EventCalculationMethod\": \"Constant Probability\",\n                \"Input1\": 0,\n                \"Input2\": 0,\n                \"Input3\": 0,\n                \"NumVotes\": 0,\n                \"FailureRateType\": \"Failure Rate\",\n                \"LogicalCondition\": \"Normal\",\n                \"Id\": 1846242\n            },\n            {\n                \"Name\": \"Sample Event\",\n                \"GateType\": \"Basic Event\",\n                \"EventCalculationMethod\": \"Constant Probability\",\n                \"Input1\": 0,\n                \"Input2\": 20,\n                \"Input3\": 0,\n                \"NumVotes\": 0,\n                \"FailureRateType\": \"Failure Rate\",\n                \"LogicalCondition\": \"Normal\",\n                \"Id\": 1846246\n            }\n        ]\n    }\n]"}],"_postman_id":"21ebefbf-cd2b-402d-8e96-341e140e2425"},{"name":"Update Fault Tree Gate/Event","id":"af0961bf-e05e-4bda-8892-f4531b01ffaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Gate/Event Data>","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key/Value pairs of information to update the Event/Gate\nex: {\"Input Value 1\": \"0.5\", \"Input Value 2\": \"1800\"}</p>\n","type":"text"}]},"url":"https://app.relyence.com/v1/faulttree?id=<Gate/Event ID>","description":"<p>Update an already existing Fault Tree Gate or Event based on the ID of the Gate or Event.</p>\n","urlObject":{"protocol":"https","path":["v1","faulttree"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of the Gate/Event to update\nex: <code>729001</code></p>\n","type":"text/plain"},"key":"id","value":"<Gate/Event ID>"}],"variable":[]}},"response":[{"id":"edf2c58d-67bd-4624-aac8-ab8f241bbbff","name":"Update Gate/Event Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer mESY9eGX9lTWBUTkvoHmvIcdqrDdznltv9l8gr2r9aSrcFvcaZcHkqa2HIWHWhD_ohl0SF97dvHGhlP0WsPWdm9PV56DUGpUKtCBbXORygL6Y2CSS6BcNETKELE35Pw4VmLOZpXEZtgjp2DDtRGcPY_9j0xevpgmytIQtQHruVoqaih_jXrYb_jYSLaPuJdChkzBvOq7yP7zdDEtN4vMgO1R8oNjbSRSrdo-qQnmKFLXh2aIl-2B4N4r0p3KarN6bWl0qjDIgDkMawQO-7fgRay2LB6ZOHqNdYXiIsZXleabod1uw3cYBs8aZAhbiLmcPaifA8Ehba9iVSkryUpt-AorQR58e6dYvuywEErmhasXUggWpHBwT7G3pA7KYYiqknHxxFTJDLVaSRTvOy1mVozHP8OnzV90WS5P9oMNeVGV59SVYT3RStqCAIkdt1uyHEvkcou6SOJMecr9S_47eMtMBmAQQksk4aYqtLfZkw2tB2wof0RC9Be1i_9lnQQXDyVxLEnz_xxXD01kSptoNER5AwTXw2Np6ai-FpqKgA94dz0zALkrxcS9Zw9BPS6J5t2YAA","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Input Value 1\": \"0.5\", \"Input Value 2\": \"1800\"}","description":"*required* `{\"Key\": \"Value`} Key/Value pairs of information to update the Event/Gate\nex: {\"Input Value 1\": \"0.5\", \"Input Value 2\": \"1800\"}","type":"text"}]},"url":{"raw":"https://app.relyence.com/v1/faulttree?id=1846244","protocol":"https","host":["app","relyence","com"],"path":["v1","faulttree"],"query":[{"key":"id","value":"1846244","description":"*required* `int` ID of the Gate/Event to update\nex: `729001`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 15:58:10 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": \"1846244\",\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"af0961bf-e05e-4bda-8892-f4531b01ffaf"}],"id":"3caad6ac-31c3-4dfc-828c-46628fbcafd9","description":"<p>These Relyence API Functions are associated with Relyence Fault Tree module and allow you to get information about your Fault Trees and update existing Fault Tree Gates and Events.</p>\n","_postman_id":"3caad6ac-31c3-4dfc-828c-46628fbcafd9"},{"name":"Reliability Prediction","item":[{"name":"Get All Parts","id":"cffaffa7-e1f3-4178-a5ed-5fe7c59ed565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/parts?analysisId=<Analysis ID>&fields=<Part Fields>&subsystemId=<Subsystem ID>","description":"<p>Get information on the Parts in the Parts table in the specified Analysis. This can be additionally filtered to a specific Subsystem in the Analysis.</p>\n","urlObject":{"protocol":"https","path":["v1","parts"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Analysis you want Part information from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>List&lt;string&gt;</code> List of fields you want information from\nex: <code>[\"Part ID\", \"Failure Rate\"]</code>\n<em>Leave blank to call all fields</em></p>\n","type":"text/plain"},"key":"fields","value":"<Part Fields>"},{"description":{"content":"<p><em>optional</em> <code>int</code> ID of the Subsystem to get Part information from\nex: <code>220654</code></p>\n","type":"text/plain"},"key":"subsystemId","value":"<Subsystem ID>"}],"variable":[]}},"response":[{"id":"cef02719-e3eb-4136-b358-ce93a74b0d10","name":"Get All Parts Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer TC8hYp3pAbRLFoLu1o00khTd9XNF01qlwk8BLpMxJtIs_nnCva7BLgt23CoON4zPsjx6T57Pt2z-2ZVRz4KYElvWfiAGyTre9ZtNnQFtSVfmNW-YHLU8mCxGakJ_vD8OW11_QmxfnGvcLVbZfW2ahBazN-a3bdOqlPuA1F5ngkwWrH9u1zY6jmQoE9QHnj-rqEa81y_arTW2OK3qv9O1CiELO9EvxCTvys-eKvKcks5uYYnt7JWZh46PixC9Xl3ditoIhBRjh7xkPo5vzsa9f19vISoFFjArqKREuCt6qRcSCN7bhFwAHl9pBGDcg5N6i4LMHLHI2UPgJhNXEVuE7uFPb2f4lG_gYIqn1qf73cSXXRioR46gGgviiEo7YsWLLvmIaRtWZcsKP0YWzuF01pNvVL6a7QFhq1Ex5XsvsEUfEWXJMe36OBHqOjIhjXDS_BJdnIxj9Fv1eDttvjI0FXMm3HutO1lc6fQKXnMoQJyVgI1oRBqsfTQIs7ibasYvpA3LEID6Xe9I6Ta3VNixwsNzjLdWX458_QQY17sjiNCIQ85ThnHnoZOGjtyCZ8Aqr6KIbA","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/parts?analysisId=66098&fields=","protocol":"https","host":["app","relyence","com"],"path":["v1","parts"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of Analysis you want part information from\nex: `66098`"},{"key":"fields","value":"","description":"*required* `List<string>` List of fields you want information from\nex: `[\"Part ID\", \"Failure Rate\"]`\n*Leave blank to call all fields*"},{"key":"subsystemId","value":"2793440","description":"*optional* ","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 18:36:39 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Description\": \"Multilayer Chip Inductor, CLH, 0.02 µH\",\n        \"Alternate Part Number\": null,\n        \"Attachments\": null,\n        \"Calculation Model\": null,\n        \"Category\": \"Inductor\",\n        \"Failure Rate\": 3.2197400155711711e-11,\n        \"Failure Rate, Active\": 3.2197400155711711e-11,\n        \"Failure Rate, Dormant\": 0,\n        \"Failure Rate, Early Life\": null,\n        \"Failure Rate, Mean\": 3.2197400155711711e-11,\n        \"Failure Rate, Mission\": null,\n        \"Failure Rate, Override\": null,\n        \"Failure Rate, Part\": 3.2197400155711711e-11,\n        \"Failure Rate, Percentage\": null,\n        \"Failure Rate, Standard Deviation\": 0,\n        \"Foreign Manufacturer (299C)\": false,\n        \"Images\": null,\n        \"Manufacturer\": null,\n        \"Modify Failure Rate\": null,\n        \"Modify Failure Rate 2\": null,\n        \"Modify Failure Rate 3\": null,\n        \"MTBF\": 31058408292.714386,\n        \"MTBF, Mission\": null,\n        \"MTBF, Override\": null,\n        \"Notes\": null,\n        \"Overstress Parameter\": null,\n        \"Overstressed\": false,\n        \"Part ID\": 2793441,\n        \"Part Knowledge Bank ID\": null,\n        \"Part Label\": null,\n        \"Part Number\": \"CLH1005T-22NJ-N\",\n        \"Perform Failure Rate Adjustment\": false,\n        \"Quantity\": 1,\n        \"Reference Designator\": null,\n        \"Reference Environment\": null,\n        \"Reference Temperature\": null,\n        \"Repairable\": false,\n        \"Specify MTBF\": false,\n        \"Subcategory\": \"Coil\",\n        \"Subsystem Name\": \"System\",\n        \"System Indenture\": \"System > CLH1005T-22NJ-N\",\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false,\n        \"Type\": \"Choke\",\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"User Value 1\": null,\n        \"User Value 10\": null,\n        \"User Value 11\": null,\n        \"User Value 12\": null,\n        \"User Value 13\": null,\n        \"User Value 14\": null,\n        \"User Value 15\": null,\n        \"User Value 16\": null,\n        \"User Value 17\": null,\n        \"User Value 18\": null,\n        \"User Value 19\": null,\n        \"User Value 2\": null,\n        \"User Value 20\": null,\n        \"User Value 21\": null,\n        \"User Value 22\": null,\n        \"User Value 23\": null,\n        \"User Value 24\": null,\n        \"User Value 25\": null,\n        \"User Value 26\": null,\n        \"User Value 27\": null,\n        \"User Value 28\": null,\n        \"User Value 29\": null,\n        \"User Value 3\": null,\n        \"User Value 30\": null,\n        \"User Value 31\": null,\n        \"User Value 32\": null,\n        \"User Value 33\": null,\n        \"User Value 34\": null,\n        \"User Value 35\": null,\n        \"User Value 36\": null,\n        \"User Value 37\": null,\n        \"User Value 38\": null,\n        \"User Value 39\": null,\n        \"User Value 4\": null,\n        \"User Value 40\": null,\n        \"User Value 41\": null,\n        \"User Value 42\": null,\n        \"User Value 43\": null,\n        \"User Value 44\": null,\n        \"User Value 45\": null,\n        \"User Value 46\": null,\n        \"User Value 47\": null,\n        \"User Value 48\": null,\n        \"User Value 49\": null,\n        \"User Value 5\": null,\n        \"User Value 50\": null,\n        \"User Value 6\": null,\n        \"User Value 7\": null,\n        \"User Value 8\": null,\n        \"User Value 9\": null,\n        \"Id\": 2793441\n    },\n    {\n        \"Description\": null,\n        \"Alternate Part Number\": null,\n        \"Attachments\": null,\n        \"Calculation Model\": null,\n        \"Category\": \"118\",\n        \"Failure Rate\": 0.000065655000000000008,\n        \"Failure Rate, Active\": 0.000065655000000000008,\n        \"Failure Rate, Dormant\": 0,\n        \"Failure Rate, Early Life\": null,\n        \"Failure Rate, Mean\": 0.000065655000000000008,\n        \"Failure Rate, Mission\": null,\n        \"Failure Rate, Override\": 0.000021885,\n        \"Failure Rate, Part\": 0.000021885,\n        \"Failure Rate, Percentage\": null,\n        \"Failure Rate, Standard Deviation\": 0,\n        \"Foreign Manufacturer (299C)\": false,\n        \"Images\": null,\n        \"Manufacturer\": null,\n        \"Modify Failure Rate\": null,\n        \"Modify Failure Rate 2\": null,\n        \"Modify Failure Rate 3\": null,\n        \"MTBF\": 15231.132434696518,\n        \"MTBF, Mission\": null,\n        \"MTBF, Override\": null,\n        \"Notes\": null,\n        \"Overstress Parameter\": null,\n        \"Overstressed\": false,\n        \"Part ID\": 2793447,\n        \"Part Knowledge Bank ID\": null,\n        \"Part Label\": null,\n        \"Part Number\": \"ANO88\",\n        \"Perform Failure Rate Adjustment\": false,\n        \"Quantity\": 3,\n        \"Reference Designator\": null,\n        \"Reference Environment\": null,\n        \"Reference Temperature\": null,\n        \"Repairable\": false,\n        \"Specify MTBF\": false,\n        \"Subcategory\": \"446\",\n        \"Subsystem Name\": \"System\",\n        \"System Indenture\": \"System > ANO88\",\n        \"Tag\": false,\n        \"Tied to Knowledge Bank\": false,\n        \"Type\": null,\n        \"User Hyperlink 1\": null,\n        \"User Hyperlink 2\": null,\n        \"User Text 1\": null,\n        \"User Text 10\": null,\n        \"User Text 11\": null,\n        \"User Text 12\": null,\n        \"User Text 13\": null,\n        \"User Text 14\": null,\n        \"User Text 15\": null,\n        \"User Text 16\": null,\n        \"User Text 17\": null,\n        \"User Text 18\": null,\n        \"User Text 19\": null,\n        \"User Text 2\": null,\n        \"User Text 20\": null,\n        \"User Text 3\": null,\n        \"User Text 4\": null,\n        \"User Text 5\": null,\n        \"User Text 6\": null,\n        \"User Text 7\": null,\n        \"User Text 8\": null,\n        \"User Text 9\": null,\n        \"User Value 1\": null,\n        \"User Value 10\": null,\n        \"User Value 11\": null,\n        \"User Value 12\": null,\n        \"User Value 13\": null,\n        \"User Value 14\": null,\n        \"User Value 15\": null,\n        \"User Value 16\": null,\n        \"User Value 17\": null,\n        \"User Value 18\": null,\n        \"User Value 19\": null,\n        \"User Value 2\": null,\n        \"User Value 20\": null,\n        \"User Value 21\": null,\n        \"User Value 22\": null,\n        \"User Value 23\": null,\n        \"User Value 24\": null,\n        \"User Value 25\": null,\n        \"User Value 26\": null,\n        \"User Value 27\": null,\n        \"User Value 28\": null,\n        \"User Value 29\": null,\n        \"User Value 3\": null,\n        \"User Value 30\": null,\n        \"User Value 31\": null,\n        \"User Value 32\": null,\n        \"User Value 33\": null,\n        \"User Value 34\": null,\n        \"User Value 35\": null,\n        \"User Value 36\": null,\n        \"User Value 37\": null,\n        \"User Value 38\": null,\n        \"User Value 39\": null,\n        \"User Value 4\": null,\n        \"User Value 40\": null,\n        \"User Value 41\": null,\n        \"User Value 42\": null,\n        \"User Value 43\": null,\n        \"User Value 44\": null,\n        \"User Value 45\": null,\n        \"User Value 46\": null,\n        \"User Value 47\": null,\n        \"User Value 48\": null,\n        \"User Value 49\": null,\n        \"User Value 5\": null,\n        \"User Value 50\": null,\n        \"User Value 6\": null,\n        \"User Value 7\": null,\n        \"User Value 8\": null,\n        \"User Value 9\": null,\n        \"Id\": 2793447\n    }\n]"}],"_postman_id":"cffaffa7-e1f3-4178-a5ed-5fe7c59ed565"},{"name":"Get Part Information","id":"4675d15a-6fd4-48f3-9e80-5a15729ad2a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/part?analysisId=<Analysis ID>&partNumber=<Part Number>&subsystemId=<Subsystem ID>","description":"<p>Get the information of a specific Part based on the Part Number of the Part. You can specify a specific Subsystem or get Parts from all Subsystems.</p>\n","urlObject":{"protocol":"https","path":["v1","part"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of the Analysis you want Parts from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>required</em> <code>string</code> Part Number of the Part(s) you want to get\nex: <code>CAP002</code></p>\n","type":"text/plain"},"key":"partNumber","value":"<Part Number>"},{"description":{"content":"<p><em>required</em> <code>int</code> ID of Subsystem to get Parts from\nex: <code>5534601</code>\n<em>Use <code>0</code> to get back parts associated with all subsystems</em></p>\n","type":"text/plain"},"key":"subsystemId","value":"<Subsystem ID>"}],"variable":[]}},"response":[{"id":"49a6a56f-f200-41cb-97b0-689d7a579366","name":"Get Part Information Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer IBIsLNmJQt4fhnvnrDLtSmAs9s0UKqyuorZmdMTC5QIt4iYUBlUgwSg5lTRFiwePFOeX5lu_Pp495DxWTGy13Qb-F5NARMtp6m_SwDkiYvs4qnYPAfQbiLJQ_yf76tHX0WsJKMzAdVfpXlEJ7efu5-zruMPnGQT9ZdfKjMu6V0rN9UGTAVhsMf6sAbDcmo7SoQwi4UjvvOwWpOYXjeoU-XlbBnZyIRTRH8_NJ3Nt24VAf05Gkpc7UrS7h07cbNxvrtzkihu89V8fJy9Kcm83Z6Z-6fkfo83pF_b4wtnhiDtX08h4Mryal2xFcaWCtY4XZ40EvP8FS57P6ZuE3_WY9AW7stge8wZtHatXWHtzN-KbHLH1rx844FSgliwr0ltneah7_ZWEYiIYGuwa_iVFOX1VH0Bkyt-qykHVM4Oo5YIvZHuKRyUPH0Klbk833qUn8bmMEMlSZlNUsFX7YXDgC0wiCvNa-Zi1fL0roQdfAGeEBesXv1CfXX05VdLTx866jkHc6rE5d8vRLfsm97G_SUuq8Vg0TdwJy0V-fJ6ev64vKcxWfhbzz2Qid-w8AhKNomsWzQ","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/part?analysisId=66098&partNumber=SAMPLE&subsystemId=0","protocol":"https","host":["app","relyence","com"],"path":["v1","part"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` Analysis ID\nex: `66098`","type":"text"},{"key":"partNumber","value":"SAMPLE","description":"*required* `string` Part Number of the part(s) you want to get\nex: `CAP002`","type":"text"},{"key":"subsystemId","value":"0","description":"*required* `int` Subsystem ID\nex: `5534601`\n*Use `0` to get back parts associated with all subsystems*","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 21 Aug 2024 13:18:49 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 2569649,\n        \"SubsystemId\": 2550896,\n        \"Description\": null,\n        \"IsPart\": true\n    },\n    {\n        \"Id\": 2569650,\n        \"SubsystemId\": 2550896,\n        \"Description\": null,\n        \"IsPart\": true\n    },\n    {\n        \"Id\": 2570561,\n        \"SubsystemId\": 2550896,\n        \"Description\": \"Sample Part\",\n        \"IsPart\": true\n    },\n    {\n        \"Id\": 2570562,\n        \"SubsystemId\": 2550896,\n        \"Description\": \"SAMPLE\",\n        \"IsPart\": true\n    },\n    {\n        \"Id\": 2570563,\n        \"SubsystemId\": 2550896,\n        \"Description\": \"Sample Part\",\n        \"IsPart\": true\n    },\n    {\n        \"Id\": 2570566,\n        \"SubsystemId\": 2550896,\n        \"Description\": \"Sample Part\",\n        \"IsPart\": true\n    }\n]"}],"_postman_id":"4675d15a-6fd4-48f3-9e80-5a15729ad2a7"},{"name":"Insert New Part","id":"109c43e6-b212-4fc5-9bf2-4adf319d2d31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Part Data>","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key/Value pairs of part field data\nex: <code>{\"Part Number\": \"CAP2122\", \"Category\": \"Capacitor\"}</code></p>\n","type":"text"}]},"url":"https://app.relyence.com/v1/part?subsystemId=<Subsystem ID>","description":"<p>Insert a new Part into the specified Subsytem, with Part information in the body of the request.</p>\n","urlObject":{"protocol":"https","path":["v1","part"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> ID of subsystem to insert part at\nex: <code>200652</code></p>\n","type":"text/plain"},"key":"subsystemId","value":"<Subsystem ID>"}],"variable":[]}},"response":[{"id":"ec8287d5-a732-4e9e-9568-33bb16677c01","name":"Insert New Part Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer msWT3yhUty5aoxdlg-0vLyKuMeU_JtQj5IhFq9tHg5FadZg63s_bf76k1mX5f_ufY9BPHGRIly06Eto7pLifeEKHYwpxUE02dZib7yW5L7TVL6ZRt1Gif7P1kVn7NfdRHauGQ6FJ_eSt6mQOC0BcJmqz0R2MCvFZOl-3JmbLhMEVVg5GCCdSiR_N1E_2wCW3IrXnAPZCwcXB3d4tRinD8bXe9MEt66vcMuiBYIkLYeGb5KGNr8u2byiwlZiJ1RN3U-vSWEJng8m3BwayXgQLkYl5tliklNejePosnNdILR_hd9sc8HmcXu4vTqptKhfRLDX_R1d2zMx-UGV09GK-L8uwyJFyt7E6isWFE7GWxybxHBIs0mGGxeXqsYVHk8S9cUKFK8A35ZwEZf74yzo86vQfMA_z6OcUHWDP1BGcYo31_dIP3fqHeWh9a_RX6LIIcN17Q-5Ja921s9eScG8_aatSxS0rRMglQ_hoM0MMtIFC6i3KGPz9jyLzZFObK9zaMSqqIO3zQzifMixDhbPoY7q9E0kxpIdEWiQim1PKx_sweI1XzPEV6S0opR0YV_ARd8aXNg","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Part Number\": \"CAP2122\", \"Category\": \"Capacitor\"}","description":"*required* `{\"Key\": \"Value\"}` Key/Value pairs of part field data\nex: {\"Part Number\": \"CAP2122\", \"Category\": \"Capacitor\"}","type":"text"}]},"url":{"raw":"https://app.relyence.com/v1/part?subsystemId=2793440","protocol":"https","host":["app","relyence","com"],"path":["v1","part"],"query":[{"key":"subsystemId","value":"2793440","description":"*required* ID of subsystem to insert part at\nex: `200652`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 21 Aug 2024 14:32:49 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": \"2797225\",\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"109c43e6-b212-4fc5-9bf2-4adf319d2d31"},{"name":"Update Part Information","id":"063285a3-d9be-4d84-9d57-99e7c2c25e62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Part Data>","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key/Value pairs of part field to update\nex: <code>{\"Part Number\": \"CAP2208\", \"Category\": \"Capacitor\"}</code></p>\n","type":"text"}]},"url":"https://app.relyence.com/v1/part?id=<Part ID>","description":"<p>Update an already existing Part based on the ID of the Part.</p>\n","urlObject":{"protocol":"https","path":["v1","part"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of part to update\nex: <code>2377519</code></p>\n","type":"text/plain"},"key":"id","value":"<Part ID>"}],"variable":[]}},"response":[{"id":"eec3dd25-0faa-4eee-9ba1-ca1887e5e87e","name":"Update Part Information Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer msWT3yhUty5aoxdlg-0vLyKuMeU_JtQj5IhFq9tHg5FadZg63s_bf76k1mX5f_ufY9BPHGRIly06Eto7pLifeEKHYwpxUE02dZib7yW5L7TVL6ZRt1Gif7P1kVn7NfdRHauGQ6FJ_eSt6mQOC0BcJmqz0R2MCvFZOl-3JmbLhMEVVg5GCCdSiR_N1E_2wCW3IrXnAPZCwcXB3d4tRinD8bXe9MEt66vcMuiBYIkLYeGb5KGNr8u2byiwlZiJ1RN3U-vSWEJng8m3BwayXgQLkYl5tliklNejePosnNdILR_hd9sc8HmcXu4vTqptKhfRLDX_R1d2zMx-UGV09GK-L8uwyJFyt7E6isWFE7GWxybxHBIs0mGGxeXqsYVHk8S9cUKFK8A35ZwEZf74yzo86vQfMA_z6OcUHWDP1BGcYo31_dIP3fqHeWh9a_RX6LIIcN17Q-5Ja921s9eScG8_aatSxS0rRMglQ_hoM0MMtIFC6i3KGPz9jyLzZFObK9zaMSqqIO3zQzifMixDhbPoY7q9E0kxpIdEWiQim1PKx_sweI1XzPEV6S0opR0YV_ARd8aXNg","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Part Number\": \"CAP2208\", \"Category\": \"Capacitor\"}","description":"*required* `{\"Key\": \"Value\"}` Key/Value pairs of part field to update\nex: `{\"Part Number\": \"CAP2208\", \"Category\": \"Capacitor\"}`","type":"text"}]},"url":{"raw":"https://app.relyence.com/v1/part?id=2793441","protocol":"https","host":["app","relyence","com"],"path":["v1","part"],"query":[{"key":"id","value":"2793441","description":"*required* `int` ID of part to update\nex: `2377519`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 21 Aug 2024 14:37:06 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": \"2793441\",\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"063285a3-d9be-4d84-9d57-99e7c2c25e62"},{"name":"Delete Part","id":"b1481845-41f9-4bc9-bb64-75c3d979b447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code> Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/part?id=<Part ID>","description":"<p>Delete an already existing Part based on the ID of the Part.</p>\n","urlObject":{"protocol":"https","path":["v1","part"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of part to delete\nex: <code>2748281</code></p>\n","type":"text/plain"},"key":"id","value":"<Part ID>"}],"variable":[]}},"response":[{"id":"b90f689d-1c63-4fa1-9719-ddc3933724ad","name":"Delete Part Example","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer msWT3yhUty5aoxdlg-0vLyKuMeU_JtQj5IhFq9tHg5FadZg63s_bf76k1mX5f_ufY9BPHGRIly06Eto7pLifeEKHYwpxUE02dZib7yW5L7TVL6ZRt1Gif7P1kVn7NfdRHauGQ6FJ_eSt6mQOC0BcJmqz0R2MCvFZOl-3JmbLhMEVVg5GCCdSiR_N1E_2wCW3IrXnAPZCwcXB3d4tRinD8bXe9MEt66vcMuiBYIkLYeGb5KGNr8u2byiwlZiJ1RN3U-vSWEJng8m3BwayXgQLkYl5tliklNejePosnNdILR_hd9sc8HmcXu4vTqptKhfRLDX_R1d2zMx-UGV09GK-L8uwyJFyt7E6isWFE7GWxybxHBIs0mGGxeXqsYVHk8S9cUKFK8A35ZwEZf74yzo86vQfMA_z6OcUHWDP1BGcYo31_dIP3fqHeWh9a_RX6LIIcN17Q-5Ja921s9eScG8_aatSxS0rRMglQ_hoM0MMtIFC6i3KGPz9jyLzZFObK9zaMSqqIO3zQzifMixDhbPoY7q9E0kxpIdEWiQim1PKx_sweI1XzPEV6S0opR0YV_ARd8aXNg","description":"*required* `string` Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/part?id=2793441","protocol":"https","host":["app","relyence","com"],"path":["v1","part"],"query":[{"key":"id","value":"2793441","description":"*required* `int` ID of part to delete\nex: `2748281`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 21 Aug 2024 14:39:03 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b1481845-41f9-4bc9-bb64-75c3d979b447"}],"id":"8ef0037d-a25e-4979-a692-04df1be7bc1c","description":"<p>These Relyence API Fucntions are associated with the Relyence Reliability Prediction Module. Using these functions, you can get information about your Parts in your Parts Table, along with insering, updating, or deleting Parts.</p>\n","_postman_id":"8ef0037d-a25e-4979-a692-04df1be7bc1c"},{"name":"RBD","item":[{"name":"Get Top Level RBD Information","id":"4509f026-4956-4863-87c2-3c094b778f05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/rbds?analysisId=<Analysis ID>","description":"<p>Get information on the Top Level RBDs of the specified Analysis. including the Results and Parameters of the RBD Diagram. This also returns information on the blocks associated with that Top Level RBD.</p>\n","urlObject":{"protocol":"https","path":["v1","rbds"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Analysis you want RBD information from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"6dd8b4e7-d355-473b-b89e-2bcec125c457","name":"Get Top Level RBD Information Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer q_Drh79Euf11E07xKlWqhUkiqLKxm0yfSkPSgF8jb3GDsI6Avc5igSfyI8-mh49kRBAreraWHy6Qd4KVoK1bi2vn30baDFkBtVtx5_xXH7JQKT57Z9x0RearrbgQPqQbtfkIhW7HuZmj2ouRYhjIkA-jsuVonbFh2IXsnkZ8WTVckr67uaCIbD1BsIYYjki910zBVEuk1KPrBrAa8zYrsU_IwBgg5ARqGeO7V_vAXF9s-c6U5_oqJIsh_XmF9bLA4W8-60KIGlGTLZAkFf6ae2mCvKlpxGTbApDmr_13wGiEE19N-DYQfUwEOOgA2aJnzJW6NF-CDAssMbT8UfL8dwa6k31A41S0aPCUD6eAeP0CUQywUZbTTz18ygVmB9aSQKAcbqQDn4b1eqtmIll9FV_pIvjSsx-WhYMvAudgdCduhhAgI4bqonm0OSYMFKa1-RMFueAqXQxApo3bo-tqEJDpbQsP8PjF5dBwmKWqHqOIX469vlO0kZF01Ko1F-MUj5sj9E5XvmVB3wtwItC4yoR6D5ywGMyhtfob3FdNVx7U9s3JHP_bNW5Nm5JqNXBKuFa28w","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/rbds?analysisId=66098","protocol":"https","host":["app","relyence","com"],"path":["v1","rbds"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of Analysis you want RBD information from\nex: `66098`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 17:35:17 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 74500,\n        \"Name\": \"RBD\",\n        \"Results\": {\n            \"Mtbf\": \"0\",\n            \"Mttf\": \"9602.32642293791\",\n            \"Mttr\": \"0\",\n            \"SteadStateAvailability\": \"0\",\n            \"Time\": 1000,\n            \"Unreliability\": null,\n            \"Availability\": null,\n            \"Unavailability\": null,\n            \"MeanAvailability\": null,\n            \"MeanUnavailability\": null,\n            \"FailureFrequency\": null,\n            \"TotalDowntime\": null,\n            \"ExpectedNumberOfFailures\": null,\n            \"FailureRate\": 107.80121920247817,\n            \"EquivalentFailureRate\": null,\n            \"HazardRate\": null\n        },\n        \"Parameters\": {\n            \"RecordNumber\": 1718124461264,\n            \"FileId\": 66098,\n            \"Name\": \"RBD\",\n            \"Reliability\": true,\n            \"Mttf\": true,\n            \"FailureRate\": true,\n            \"SimulationIterations\": 10000,\n            \"RandomNumberSeed\": 1,\n            \"EndTime\": 1000,\n            \"NumberOfSteps\": 10,\n            \"NumberOfStepsForPlot\": 100,\n            \"CrossProductOrder\": 3,\n            \"SteadyStateFailureCount\": 1,\n            \"CalculationMethod\": \"Analytical\",\n            \"Heartbeat\": \"2024-08-20T16:42:12.977\",\n            \"CalcStatus\": 5,\n            \"Id\": 74500\n        },\n        \"Blocks\": [\n            {\n                \"RbdId\": 74500,\n                \"Type\": 1,\n                \"Name\": \"End\",\n                \"ResultsSchema\": 1,\n                \"Id\": 378240\n            },\n            {\n                \"RbdId\": 74500,\n                \"Name\": \"Start\",\n                \"Mtbf\": 0,\n                \"Mttf\": 9602.32642293791,\n                \"Mttr\": 0,\n                \"SteadyStateAvailability\": 0,\n                \"ResultsSchema\": 1,\n                \"Id\": 378241\n            },\n            {\n                \"RbdId\": 74500,\n                \"Type\": 2,\n                \"Name\": \"Block 3\",\n                \"BlockStyle\": \"Block\",\n                \"RedundancyType\": \"Series\",\n                \"Quantity\": 3,\n                \"QuantityRequired\": 1,\n                \"SwitchProbability\": 1,\n                \"SwitchDelay\": 0,\n                \"LinkType\": \"Not Linked\",\n                \"RepairDistribution\": \"Exponential\",\n                \"RepairInput1\": 0,\n                \"RepairInput2\": 0,\n                \"RepairInput3\": 0,\n                \"RepairInput4\": 0,\n                \"FailureDistribution\": \"LogNormal\",\n                \"FailureRateType\": \"Failure Rate\",\n                \"Input1\": 20,\n                \"Input2\": 5,\n                \"Input3\": 0,\n                \"Input4\": 0.00005,\n                \"ResultsSchema\": 1,\n                \"Id\": 380575\n            },\n            {\n                \"RbdId\": 74500,\n                \"Type\": 2,\n                \"Name\": \"Block 2\",\n                \"Description\": \"This is from the API\",\n                \"BlockStyle\": \"Block\",\n                \"RedundancyType\": \"Hot\",\n                \"Quantity\": 2,\n                \"QuantityRequired\": 1,\n                \"SwitchProbability\": 1,\n                \"SwitchDelay\": 10,\n                \"LinkType\": \"Not Linked\",\n                \"RepairDistribution\": \"Exponential\",\n                \"RepairInput1\": 0,\n                \"RepairInput2\": 0,\n                \"RepairInput3\": 0,\n                \"RepairInput4\": 0,\n                \"FailureDistribution\": \"Exponential\",\n                \"FailureRateType\": \"Failure Rate\",\n                \"Input1\": 0,\n                \"Input2\": 0,\n                \"Input3\": 0,\n                \"Input4\": 0.00008,\n                \"ResultsSchema\": 1,\n                \"Id\": 380576\n            },\n            {\n                \"RbdId\": 74500,\n                \"Type\": 2,\n                \"Name\": \"Block 1\",\n                \"BlockStyle\": \"Block\",\n                \"RedundancyType\": \"Series\",\n                \"Quantity\": 1,\n                \"QuantityRequired\": 1,\n                \"SwitchProbability\": 1,\n                \"SwitchDelay\": 0,\n                \"LinkType\": \"Not Linked\",\n                \"RepairDistribution\": \"Exponential\",\n                \"RepairInput1\": 0,\n                \"RepairInput2\": 0,\n                \"RepairInput3\": 0,\n                \"RepairInput4\": 0,\n                \"FailureDistribution\": \"Exponential\",\n                \"FailureRateType\": \"Failure Rate\",\n                \"Input1\": 0,\n                \"Input2\": 0,\n                \"Input3\": 0,\n                \"Input4\": 0.00002,\n                \"ResultsSchema\": 1,\n                \"Id\": 380577\n            }\n        ],\n        \"BlockAssociations\": [\n            {\n                \"ParentId\": 378241,\n                \"ChildId\": 380577,\n                \"RecordNumber\": 0,\n                \"Id\": 333894\n            },\n            {\n                \"ParentId\": 380575,\n                \"ChildId\": 378240,\n                \"RecordNumber\": 1718804271523,\n                \"Id\": 333892\n            },\n            {\n                \"ParentId\": 380576,\n                \"ChildId\": 380575,\n                \"RecordNumber\": 1718804270968,\n                \"Id\": 333891\n            },\n            {\n                \"ParentId\": 380577,\n                \"ChildId\": 380576,\n                \"RecordNumber\": 1718804270180,\n                \"Id\": 333893\n            }\n        ]\n    }\n]"}],"_postman_id":"4509f026-4956-4863-87c2-3c094b778f05"},{"name":"Get RBD Diagram Information","id":"e30a628c-6090-45b7-8412-e842672c8def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/rbd?blockId=<Block ID>&calculate=<Calculate>","description":"<p>Get information on the Top Level RBDs of the specified Analysis. including the Results and Parameters of the RBD Diagram. This also returns information on the blocks associated with that Top Level RBD.</p>\n","urlObject":{"protocol":"https","path":["v1","rbd"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of RBD Block you want RBD information from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"blockId","value":"<Block ID>"},{"description":{"content":"<p><em>optional</em> <code>bool</code> If your Relyence Installation is not cloud-based, Calculates RBD diagram if block is Diagram Start Block</p>\n","type":"text/plain"},"key":"calculate","value":"<Calculate>"}],"variable":[]}},"response":[{"id":"c478ec7c-3f0c-4151-a29a-8a93836ac082","name":"Get Top Level RBD Information Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer q_Drh79Euf11E07xKlWqhUkiqLKxm0yfSkPSgF8jb3GDsI6Avc5igSfyI8-mh49kRBAreraWHy6Qd4KVoK1bi2vn30baDFkBtVtx5_xXH7JQKT57Z9x0RearrbgQPqQbtfkIhW7HuZmj2ouRYhjIkA-jsuVonbFh2IXsnkZ8WTVckr67uaCIbD1BsIYYjki910zBVEuk1KPrBrAa8zYrsU_IwBgg5ARqGeO7V_vAXF9s-c6U5_oqJIsh_XmF9bLA4W8-60KIGlGTLZAkFf6ae2mCvKlpxGTbApDmr_13wGiEE19N-DYQfUwEOOgA2aJnzJW6NF-CDAssMbT8UfL8dwa6k31A41S0aPCUD6eAeP0CUQywUZbTTz18ygVmB9aSQKAcbqQDn4b1eqtmIll9FV_pIvjSsx-WhYMvAudgdCduhhAgI4bqonm0OSYMFKa1-RMFueAqXQxApo3bo-tqEJDpbQsP8PjF5dBwmKWqHqOIX469vlO0kZF01Ko1F-MUj5sj9E5XvmVB3wtwItC4yoR6D5ywGMyhtfob3FdNVx7U9s3JHP_bNW5Nm5JqNXBKuFa28w","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/rbds?analysisId=66098","protocol":"https","host":["app","relyence","com"],"path":["v1","rbds"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of Analysis you want RBD information from\nex: `66098`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 17:35:17 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 74500,\n        \"Name\": \"RBD\",\n        \"Results\": {\n            \"Mtbf\": \"0\",\n            \"Mttf\": \"9602.32642293791\",\n            \"Mttr\": \"0\",\n            \"SteadStateAvailability\": \"0\",\n            \"Time\": 1000,\n            \"Unreliability\": null,\n            \"Availability\": null,\n            \"Unavailability\": null,\n            \"MeanAvailability\": null,\n            \"MeanUnavailability\": null,\n            \"FailureFrequency\": null,\n            \"TotalDowntime\": null,\n            \"ExpectedNumberOfFailures\": null,\n            \"FailureRate\": 107.80121920247817,\n            \"EquivalentFailureRate\": null,\n            \"HazardRate\": null\n        },\n        \"Parameters\": {\n            \"RecordNumber\": 1718124461264,\n            \"FileId\": 66098,\n            \"Name\": \"RBD\",\n            \"Reliability\": true,\n            \"Mttf\": true,\n            \"FailureRate\": true,\n            \"SimulationIterations\": 10000,\n            \"RandomNumberSeed\": 1,\n            \"EndTime\": 1000,\n            \"NumberOfSteps\": 10,\n            \"NumberOfStepsForPlot\": 100,\n            \"CrossProductOrder\": 3,\n            \"SteadyStateFailureCount\": 1,\n            \"CalculationMethod\": \"Analytical\",\n            \"Heartbeat\": \"2024-08-20T16:42:12.977\",\n            \"CalcStatus\": 5,\n            \"Id\": 74500\n        },\n        \"Blocks\": [\n            {\n                \"RbdId\": 74500,\n                \"Type\": 1,\n                \"Name\": \"End\",\n                \"ResultsSchema\": 1,\n                \"Id\": 378240\n            },\n            {\n                \"RbdId\": 74500,\n                \"Name\": \"Start\",\n                \"Mtbf\": 0,\n                \"Mttf\": 9602.32642293791,\n                \"Mttr\": 0,\n                \"SteadyStateAvailability\": 0,\n                \"ResultsSchema\": 1,\n                \"Id\": 378241\n            },\n            {\n                \"RbdId\": 74500,\n                \"Type\": 2,\n                \"Name\": \"Block 3\",\n                \"BlockStyle\": \"Block\",\n                \"RedundancyType\": \"Series\",\n                \"Quantity\": 3,\n                \"QuantityRequired\": 1,\n                \"SwitchProbability\": 1,\n                \"SwitchDelay\": 0,\n                \"LinkType\": \"Not Linked\",\n                \"RepairDistribution\": \"Exponential\",\n                \"RepairInput1\": 0,\n                \"RepairInput2\": 0,\n                \"RepairInput3\": 0,\n                \"RepairInput4\": 0,\n                \"FailureDistribution\": \"LogNormal\",\n                \"FailureRateType\": \"Failure Rate\",\n                \"Input1\": 20,\n                \"Input2\": 5,\n                \"Input3\": 0,\n                \"Input4\": 0.00005,\n                \"ResultsSchema\": 1,\n                \"Id\": 380575\n            },\n            {\n                \"RbdId\": 74500,\n                \"Type\": 2,\n                \"Name\": \"Block 2\",\n                \"Description\": \"This is from the API\",\n                \"BlockStyle\": \"Block\",\n                \"RedundancyType\": \"Hot\",\n                \"Quantity\": 2,\n                \"QuantityRequired\": 1,\n                \"SwitchProbability\": 1,\n                \"SwitchDelay\": 10,\n                \"LinkType\": \"Not Linked\",\n                \"RepairDistribution\": \"Exponential\",\n                \"RepairInput1\": 0,\n                \"RepairInput2\": 0,\n                \"RepairInput3\": 0,\n                \"RepairInput4\": 0,\n                \"FailureDistribution\": \"Exponential\",\n                \"FailureRateType\": \"Failure Rate\",\n                \"Input1\": 0,\n                \"Input2\": 0,\n                \"Input3\": 0,\n                \"Input4\": 0.00008,\n                \"ResultsSchema\": 1,\n                \"Id\": 380576\n            },\n            {\n                \"RbdId\": 74500,\n                \"Type\": 2,\n                \"Name\": \"Block 1\",\n                \"BlockStyle\": \"Block\",\n                \"RedundancyType\": \"Series\",\n                \"Quantity\": 1,\n                \"QuantityRequired\": 1,\n                \"SwitchProbability\": 1,\n                \"SwitchDelay\": 0,\n                \"LinkType\": \"Not Linked\",\n                \"RepairDistribution\": \"Exponential\",\n                \"RepairInput1\": 0,\n                \"RepairInput2\": 0,\n                \"RepairInput3\": 0,\n                \"RepairInput4\": 0,\n                \"FailureDistribution\": \"Exponential\",\n                \"FailureRateType\": \"Failure Rate\",\n                \"Input1\": 0,\n                \"Input2\": 0,\n                \"Input3\": 0,\n                \"Input4\": 0.00002,\n                \"ResultsSchema\": 1,\n                \"Id\": 380577\n            }\n        ],\n        \"BlockAssociations\": [\n            {\n                \"ParentId\": 378241,\n                \"ChildId\": 380577,\n                \"RecordNumber\": 0,\n                \"Id\": 333894\n            },\n            {\n                \"ParentId\": 380575,\n                \"ChildId\": 378240,\n                \"RecordNumber\": 1718804271523,\n                \"Id\": 333892\n            },\n            {\n                \"ParentId\": 380576,\n                \"ChildId\": 380575,\n                \"RecordNumber\": 1718804270968,\n                \"Id\": 333891\n            },\n            {\n                \"ParentId\": 380577,\n                \"ChildId\": 380576,\n                \"RecordNumber\": 1718804270180,\n                \"Id\": 333893\n            }\n        ]\n    }\n]"}],"_postman_id":"e30a628c-6090-45b7-8412-e842672c8def"},{"name":"Update RBD Block","id":"a4cfa564-2226-400e-be71-170c245aa217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<RBD Block Data>","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code>Key/Value pairs of RBD fields to update\nex: <code>{\"Name\": \"API Test\", \"Quantity\": \"4\"}</code></p>\n","type":"text"}]},"url":"https://app.relyence.com/v1/rbd?id=<RBD Block ID>","description":"<p>Update an already existing RBD Block using the ID of the RBD Block.</p>\n","urlObject":{"protocol":"https","path":["v1","rbd"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of RBD Block to update\nex: <code>3900761</code></p>\n","type":"text/plain"},"key":"id","value":"<RBD Block ID>"}],"variable":[]}},"response":[{"id":"02d9a855-2aa7-4fe2-a7fc-ee3a12e5a754","name":"Update RBD Block","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer q_Drh79Euf11E07xKlWqhUkiqLKxm0yfSkPSgF8jb3GDsI6Avc5igSfyI8-mh49kRBAreraWHy6Qd4KVoK1bi2vn30baDFkBtVtx5_xXH7JQKT57Z9x0RearrbgQPqQbtfkIhW7HuZmj2ouRYhjIkA-jsuVonbFh2IXsnkZ8WTVckr67uaCIbD1BsIYYjki910zBVEuk1KPrBrAa8zYrsU_IwBgg5ARqGeO7V_vAXF9s-c6U5_oqJIsh_XmF9bLA4W8-60KIGlGTLZAkFf6ae2mCvKlpxGTbApDmr_13wGiEE19N-DYQfUwEOOgA2aJnzJW6NF-CDAssMbT8UfL8dwa6k31A41S0aPCUD6eAeP0CUQywUZbTTz18ygVmB9aSQKAcbqQDn4b1eqtmIll9FV_pIvjSsx-WhYMvAudgdCduhhAgI4bqonm0OSYMFKa1-RMFueAqXQxApo3bo-tqEJDpbQsP8PjF5dBwmKWqHqOIX469vlO0kZF01Ko1F-MUj5sj9E5XvmVB3wtwItC4yoR6D5ywGMyhtfob3FdNVx7U9s3JHP_bNW5Nm5JqNXBKuFa28w","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Name\": \"API Test\", \"Quantity\": \"4\"}","description":"*required* `{\"Key\": \"Value\"}`Key/Value pairs of RBD fields to update\nex: `{\"Name\": \"API Test\", \"Quantity\": \"4\"}`","type":"text"}]},"url":{"raw":"https://app.relyence.com/v1/rbd?id=380575","protocol":"https","host":["app","relyence","com"],"path":["v1","rbd"],"query":[{"key":"id","value":"380575","description":"*required* `int` ID of RBD Block to update\nex: `3900761`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 17:39:30 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": \"380575\",\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\n}"}],"_postman_id":"a4cfa564-2226-400e-be71-170c245aa217"}],"id":"c0b4e4f0-4b3d-4fc0-973c-52987b49ae6a","description":"<p>These Relyence API Functions are associated with the Relyence RBD module. They allow you to get information about your RBD and update existing RBD Blocks.</p>\n","_postman_id":"c0b4e4f0-4b3d-4fc0-973c-52987b49ae6a"},{"name":"Weibull","item":[{"name":"Get Weibull Information","id":"dc15f072-21ed-4c43-90a4-cca2c8272a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/weibulls?analysisId=<Analysis ID>&calculate=<Calculate>","description":"<p>Get infomation on Weibull Data Sets in the specified Analysis.</p>\n","urlObject":{"protocol":"https","path":["v1","weibulls"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Analysis you want Weibull information from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"},{"description":{"content":"<p><em>optional</em> <code>bool</code> If your Relyence Installation is not cloud-based, calculates Weibull Data Set </p>\n","type":"text/plain"},"key":"calculate","value":"<Calculate>"}],"variable":[]}},"response":[{"id":"6f32e20b-e4e9-47e6-881a-b271d311759d","name":"Get Weibull Information Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer q_Drh79Euf11E07xKlWqhUkiqLKxm0yfSkPSgF8jb3GDsI6Avc5igSfyI8-mh49kRBAreraWHy6Qd4KVoK1bi2vn30baDFkBtVtx5_xXH7JQKT57Z9x0RearrbgQPqQbtfkI60KIGlGTLZAkFf6ae2mCvKlpxGTbApDmr_13wGiEE19N-DYQfUwEOOgA2aJnzJW6NF-CDAssMbT8UfL8dwa6k31A41S0aPCUD6eAeP0CUQywUZbTTz18ygVmB9aSQKAcbqQDn4b1eqtmIll9FV_pIvjSsx-WhYMvAudgdCduhhAgI4bqonm0OSYMFKa1-RMFueAqXQxApo3bo-tqEJDpbQsP8PjF5dBwmKWqHqOIX469vlO0kZF01Ko1F-MUj5sj9E5XvmVB3wtwItC4yoR6D5ywGMyhtfob3FdNVx7U9s3JHP_bNW5Nm5JqNXBKuFa28w","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/weibulls?analysisId=66098","protocol":"https","host":["app","relyence","com"],"path":["v1","weibulls"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of Analysis you want RBD information from\nex: `66098`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 17:45:58 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 43733,\n        \"Name\": \"Data Set\",\n        \"DataType\": \"Exact Times\",\n        \"Distribution\": \"Weibull - 2 Parameter\",\n        \"EstimationMethod\": \"Ranked Regression\",\n        \"MedianRankingMethod\": \"Benard\",\n        \"MmleType\": \"RBA Mean\",\n        \"ConfidenceType\": \"None\",\n        \"ConfidenceLevel\": 90,\n        \"ConfidenceMethod\": \"Fisher Matrix\",\n        \"DependentVariable\": \"Probability\",\n        \"PlotType\": \"Probability\",\n        \"Result1\": 1.3676258898851466,\n        \"Result2\": 6.9318822807139018,\n        \"Result3\": 0,\n        \"Result4\": 0.973452643317119,\n        \"Result5\": 0.94761004878108612,\n        \"DataPoints\": [\n            {\n                \"Time\": 0.922149237876454,\n                \"EndTime\": 0.922149237876454,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 1.1697586316814617,\n                \"EndTime\": 1.1697586316814617,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 1.2561905598918994,\n                \"EndTime\": 1.2561905598918994,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 1.410417691768959,\n                \"EndTime\": 1.410417691768959,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 3.1896393225755473,\n                \"EndTime\": 3.1896393225755473,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 3.8716701808826759,\n                \"EndTime\": 3.8716701808826759,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 3.9883906437371333,\n                \"EndTime\": 3.9883906437371333,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 4.5654629023814071,\n                \"EndTime\": 4.5654629023814071,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 5.0440255013992612,\n                \"EndTime\": 5.0440255013992612,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 5.1373720967753842,\n                \"EndTime\": 5.1373720967753842,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 5.3890459118744429,\n                \"EndTime\": 5.3890459118744429,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 5.5947166731958928,\n                \"EndTime\": 5.5947166731958928,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 5.7135571894543125,\n                \"EndTime\": 5.7135571894543125,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 5.7671005123736379,\n                \"EndTime\": 5.7671005123736379,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 7.4557063700587527,\n                \"EndTime\": 7.4557063700587527,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 9.0163808319419569,\n                \"EndTime\": 9.0163808319419569,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 9.6539042204698173,\n                \"EndTime\": 9.6539042204698173,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 13.240218777905007,\n                \"EndTime\": 13.240218777905007,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 14.610257582691874,\n                \"EndTime\": 14.610257582691874,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            },\n            {\n                \"Time\": 16.462205739128457,\n                \"EndTime\": 16.462205739128457,\n                \"NumberInState\": 1,\n                \"Suspension\": false\n            }\n        ]\n    }\n]"}],"_postman_id":"dc15f072-21ed-4c43-90a4-cca2c8272a2a"},{"name":"Get Reliability Growth Data Sets","id":"fe5e9184-3673-4db2-93b9-53933fcfd66b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>int</code> ID of Analysis you want RBD information from\nex: <code>66098</code></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/reliabilitygrowths?analysisId=<Analysis ID>","description":"<p>Get information on Reliability Growth Data Sets in the specified Analysis.</p>\n","urlObject":{"protocol":"https","path":["v1","reliabilitygrowths"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Analysis you want RGA information from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"}],"variable":[]}},"response":[{"id":"a6c75e0d-c01c-4f0f-97a2-5cfc8c37e362","name":"Get Reliability Growth Data Sets Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer q_Drh79Euf11E07xKlWqhUkiqLKxm0yfSkPSgF8jb3GDsI6Avc5igSfyI8-mh49kRBAreraWHy6Qd4KVoK1bi2vn30baDFkBtVtx5_xXH7JQKT57Z9x0RearrbgQPqQbtfkIhW7HuZmj2ouRYhjIkA-jsuVonbFh2IXsnkZ8WTVckr67uaCIbD1BsIYYjki910zBVEuk1KPrBrAa8zYrsU_IwBgg5ARqGeO7V_vAXF9s-c6U5_oqJIsh_XmF9bLA4W8-60KIGlGTLZAkFf6ae2mCvKlpxGTbApDmr_13wGiEE19N-DYQfUwEOOgA2aJnzJW6NF-CDAssMbT8UfL8dwa6k31A41S0aPCUD6eAeP0CUQywUZbTTz18ygVmB9aSQKAcbqQDn4b1eqtmIll9FV_pIvjSsx-WhYMvAudgdCduhhAgI4bqonm0OSYMFKa1-RMFueAqXQxApo3bo-tqEJDpbQsP8PjF5dBwmKWqHqOIX469vlO0kZF01Ko1F-MUj5sj9E5XvmVB3wtwItC4yoR6D5ywGMyhtfob3FdNVx7U9s3JHP_bNW5Nm5JqNXBKuFa28w","description":"*required* `int` ID of Analysis you want RBD information from\nex: `66098`","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/reliabilitygrowths?analysisId=66098","protocol":"https","host":["app","relyence","com"],"path":["v1","reliabilitygrowths"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of Analysis you want RBD information from\nex: `66098`","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 17:48:14 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 6579,\n        \"Name\": \"Data Set\",\n        \"DataType\": \"Exact Times\",\n        \"EstimationMethod\": \"MLE\",\n        \"MedianRankingMethod\": \"Benard\",\n        \"MmleType\": \"RBA Mean\",\n        \"ConfidenceType\": \"None\",\n        \"ConfidenceLevel\": 90,\n        \"ConfidenceMethod\": \"Crow\",\n        \"PlotType\": \"Cumulative Occurrence\",\n        \"Result1\": null,\n        \"Result2\": null,\n        \"Result3\": null,\n        \"DataPoints\": [],\n        \"TerminationType\": \"Failure\",\n        \"TerminationTime\": null\n    }\n]"}],"_postman_id":"fe5e9184-3673-4db2-93b9-53933fcfd66b"},{"name":"Insert Weibull Data Point","id":"f3b7f916-74cb-41c7-9c3a-6cd66f8a756c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"<Weibull Data Point Information>","description":"<p><em>required</em> <code>{\"Key\": \"Value\"}</code> Key/Value pairs of Weibull data based on column names\nex: <code>{\"Time\": \"11\", \"Quantity\": \"5\"}</code></p>\n","type":"text","uuid":"b888e287-af5c-48f8-8b8c-578a2dad1115"}]},"url":"https://app.relyence.com/v1/weibullDataPoint?id=<Data Set ID>","description":"<p>Inserts data points into a specified Weibull Data Set</p>\n","urlObject":{"protocol":"https","path":["v1","weibullDataPoint"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p>int; ID of the Data Set you are inserting data into</p>\n","type":"text/plain"},"key":"id","value":"<Data Set ID>"}],"variable":[]}},"response":[{"id":"65e6fd1c-801b-46b7-a219-edb533c364a8","name":"Insert Weibull Data Point","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer KXWtxHMu9nIdkAJUsm38BvdRSuoAn4ltfG6tbawpidhWJIPXCw5Dm3RUuVOOpZhbfZygKCwMcxyqTvciaEDQeBADXoKWFA-VNJqkq_wLxYAWfEwOhcsRuvS4YX7Or1c2WT82JKwrO0mFL-WWAR6oDDQgT6IgWi7hUjg3_b2VU7EoB2Lcu21YLC0V4p4-cxj-Rw_dJrp5yVFIAdMLwqBTFnY5Rz54Id5khIuOJOcmBiWB0x5-vZkpa1WW4MKAWhXBjICYDzVSev7pFNYdJuHdUAqC6UWG3ZHs0grV7rNpkPzdADWBA3iGbPlfzQKAtmWC8LZeHfFG7j3wSvk3BB1Ags84MRP11BNx7KII3cWCfXnBNfoVp5F69VVbnzAtQXnNhWwkTSrYtB5k9ri-fPLr0dGI5A2H3JSIb8-i_A42KLttx7bEnCBVVxuOvLso0U4MmLmsriwEwJzy1YTZZjlNt1O3TrHn7CmZJxzA_99H7JlbKoDeI64N5LcUheb1AYyj80EKNTv5f1p97x8dtxrqaZx8BX5b-AM8040ZfV3mLiRsZ6Bm1l4Wst50O4KNRQw0A","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"data","value":"{\"Time\": \"11\"}","description":"*required* `{\"Key\": \"Value\"}` Key/Value pairs of Weibull data based on column names\nex: `{\"Time\": \"11\", \"Quantity\": \"5\"}`","type":"text","uuid":"b888e287-af5c-48f8-8b8c-578a2dad1115"}]},"url":{"raw":"https://app.relyence.com/v1/weibullDataPoint?id=76000","protocol":"https","host":["app","relyence","com"],"path":["v1","weibullDataPoint"],"query":[{"key":"id","value":"76000","description":"int; ID of the Data Set you are inserting data into\n"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Id\": \"97277\",\r\n    \"Results Log\": \"Number of records imported: 1\\r\\n\"\r\n}"}],"_postman_id":"f3b7f916-74cb-41c7-9c3a-6cd66f8a756c"}],"id":"a2eb1531-1c06-498c-8b0b-e892f5441f88","description":"<p>These Relyence API Functions are associated with Relyence Weibull and Reliability Growth Analysis. They get information about pre-existing data set calculations.</p>\n","_postman_id":"a2eb1531-1c06-498c-8b0b-e892f5441f88"},{"name":"ALT","item":[{"name":"Get List of ALT Data Sets","id":"d6e1d17e-8bdc-4992-882a-0591b9303aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <Bearer Token>","description":"<p><em>required</em> <code>string</code>, Bearer Token from <strong>Get Access Token</strong></p>\n","type":"text"}],"url":"https://app.relyence.com/v1/alts?analysisId=<Analysis ID>","description":"<p>Get information on ALT Data Sets in the specified Analysis.</p>\n","urlObject":{"protocol":"https","path":["v1","alts"],"host":["app","relyence","com"],"query":[{"description":{"content":"<p><em>required</em> <code>int</code> ID of Analysis you want ALT information from\nex: <code>66098</code></p>\n","type":"text/plain"},"key":"analysisId","value":"<Analysis ID>"}],"variable":[]}},"response":[{"id":"49f0f4ba-f8f5-4479-9a0b-4b7c56acf12e","name":"Get List of ALT Datasets Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer mAGrOHluHk15zEC8xtoe1GxMhcirnmxTsT3ZXhn2OVtUqj1FCrzCK2RWecwE95309iOXhwYAaDLATkip22MaF9KmFbAbLtG3fEalL4P2eIqwKS21ADP4Mx4HegNhmxfa9j-BIdfwviEgFrlPopVgcUMiL4nXFU30TJ89691uVA36-AJbqqU5302lr2LgalwGSDrHcPEhBOAiKKFfhrzypTnhK8Xg6foW7qB2YmADvlsxEXT4kneT0tYtjqh04esg7jgHGdHKhFtXdMUeba_NJXXqxu16VrNhfmsKEAzh2Klmctxc6oDaGgM9GIR7GRGuk4dlekgBrjDeZ_C480fjhhyNYONQyCiKwc4_OYOOgldf5NMFykvAX8wGky5FuTj_QyU0JVN6kBSXlTDT86eNhQxObnSTsv06pA6qvNMxHX6RISKsTudP4vAF1-CU7N0gk_3ia2ARtkpQeMM9dsibEgYNtasBJvKwCpfK7H3N1f2guhUNMEF245R0tmqrvES5XfG1ACZmkxxuhVuc3txdHbe5_w-_1aSiGUglrNkZcAwbpwedsDK_R8pau5y8cD4PWzCzqA","description":"*required* `string`, Bearer Token from **Get Access Token**","type":"text"}],"url":{"raw":"https://app.relyence.com/v1/alts?analysisId=66098","protocol":"https","host":["app","relyence","com"],"path":["v1","alts"],"query":[{"key":"analysisId","value":"66098","description":"*required* `int` ID of Analysis you want RBD information from\nex: `66098`","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 20 Aug 2024 18:04:46 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Request-Context","value":"appId=cid-v1:c149bf9f-75e1-4e3a-aa88-389be9d42d99"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 37294,\n        \"Name\": \"Data Set\",\n        \"DataType\": \"Exact Times\",\n        \"Distribution\": \"Weibull - 2 Parameter\",\n        \"ConfidenceType\": \"None\",\n        \"ConfidenceLevel\": 90,\n        \"ConfidenceMethod\": \"Fisher Matrix\",\n        \"ConfidenceBoundType\": \"Time\",\n        \"StressModel\": \"Arrhenius\",\n        \"PlotType\": \"Reliability vs Time\",\n        \"Stresses\": [\n            3.3042891897746776\n        ],\n        \"StressTransformations\": [\n            \"No Transformation\"\n        ],\n        \"Beta\": 1.9268697624764222,\n        \"ActivationEnergy1\": -0.000035991312940282128,\n        \"ActivationEnergy2\": null,\n        \"ActivationEnergy3\": null,\n        \"ActivationEnergy4\": null,\n        \"ActivationEnergy5\": null,\n        \"Alpha0\": 1.6358975787043117,\n        \"Alpha1\": -0.41765933563699581,\n        \"Alpha2\": null,\n        \"Alpha3\": null,\n        \"Alpha4\": null,\n        \"Alpha5\": null,\n        \"LogLikelihood\": -22.130103861322873,\n        \"A\": 0,\n        \"B1\": -0.41765933563699581,\n        \"B2\": null,\n        \"B3\": null,\n        \"B4\": null,\n        \"B5\": null,\n        \"C\": 5.1340641561758895,\n        \"D\": 0,\n        \"Phi\": 0,\n        \"K\": 5.1340641561758895,\n        \"N1\": 0,\n        \"N2\": null,\n        \"N3\": null,\n        \"N4\": null,\n        \"N5\": null,\n        \"Sigma\": 1.9268697624764222,\n        \"ActiveStress1\": null,\n        \"ActiveStress2\": null,\n        \"ActiveStress3\": null,\n        \"ActiveStress4\": null,\n        \"ActiveStress5\": null,\n        \"DataPoints\": [\n            {\n                \"Time\": 1.4061636988177657,\n                \"EndTime\": 1.4061636988177657,\n                \"NumberInState\": 1,\n                \"Suspension\": false,\n                \"Stresses\": [\n                    10.049119503260179\n                ],\n                \"Stress1\": 10.049119503260179,\n                \"Stress2\": 75.852108502691664,\n                \"Stress3\": 43.064512611862511,\n                \"Stress4\": 44.165535338300067,\n                \"Stress5\": 85.951678494900321\n            },\n            {\n                \"Time\": 2.4761897539177906,\n                \"EndTime\": 2.4761897539177906,\n                \"NumberInState\": 1,\n                \"Suspension\": false,\n                \"Stresses\": [\n                    32.550854530441974\n                ],\n                \"Stress1\": 32.550854530441974,\n                \"Stress2\": 25.512080837745255,\n                \"Stress3\": 45.095240857962168,\n                \"Stress4\": 80.5581651071823,\n                \"Stress5\": 23.256293136280167\n            },\n            {\n                \"Time\": 2.55369032582776,\n                \"EndTime\": 2.55369032582776,\n                \"NumberInState\": 1,\n                \"Suspension\": false,\n                \"Stresses\": [\n                    62.191252811900924\n                ],\n                \"Stress1\": 62.191252811900924,\n                \"Stress2\": 93.903245774052692,\n                \"Stress3\": 82.19447568161155,\n                \"Stress4\": 42.781036879299691,\n                \"Stress5\": 27.79121600454264\n            },\n            {\n                \"Time\": 2.7750017138869376,\n                \"EndTime\": 2.7750017138869376,\n                \"NumberInState\": 1,\n                \"Suspension\": false,\n                \"Stresses\": [\n                    12.960579298883946\n                ],\n                \"Stress1\": 12.960579298883946,\n                \"Stress2\": 15.816598160106969,\n                \"Stress3\": 61.65838309640921,\n                \"Stress4\": 37.779811647618104,\n                \"Stress5\": 11.495196452129258\n            },\n            {\n                \"Time\": 3.2662352752713106,\n                \"EndTime\": 3.2662352752713106,\n                \"NumberInState\": 1,\n                \"Suspension\": false,\n                \"Stresses\": [\n                    82.971868562964659\n                ],\n                \"Stress1\": 82.971868562964659,\n                \"Stress2\": 38.807419426183877,\n                \"Stress3\": 94.863656440220609,\n                \"Stress4\": 69.803707986047357,\n                \"Stress5\": 66.449846125417324\n            },\n            {\n                \"Time\": 3.5625972648172444,\n                \"EndTime\": 3.5625972648172444,\n                \"NumberInState\": 1,\n                \"Suspension\": false,\n                \"Stresses\": [\n                    38.017305702910434\n                ],\n                \"Stress1\": 38.017305702910434,\n                \"Stress2\": 40.306245274984391,\n                \"Stress3\": 18.621551393820695,\n                \"Stress4\": 23.610314970654585,\n                \"Stress5\": 61.618096410119016\n            },\n            {\n                \"Time\": 5.0557502914379695,\n                \"EndTime\": 5.0557502914379695,\n                \"NumberInState\": 1,\n                \"Suspension\": false,\n                \"Stresses\": [\n                    65.077371832485014\n                ],\n                \"Stress1\": 65.077371832485014,\n                \"Stress2\": 31.614630963473871,\n                \"Stress3\": 41.183087202339941,\n                \"Stress4\": 47.72658573823356,\n                \"Stress5\": 94.311274259496145\n            },\n            {\n                \"Time\": 5.5074747840377984,\n                \"EndTime\": 5.5074747840377984,\n                \"NumberInState\": 1,\n                \"Suspension\": false,\n                \"Stresses\": [\n                    3.3042891897746776\n                ],\n                \"Stress1\": 3.3042891897746776,\n                \"Stress2\": 5.09872040948771,\n                \"Stress3\": 77.93880001545827,\n                \"Stress4\": 18.144306688636686,\n                \"Stress5\": 22.515959535965678\n            },\n            {\n                \"Time\": 7.8334746493279237,\n                \"EndTime\": 7.8334746493279237,\n                \"NumberInState\": 1,\n                \"Suspension\": false,\n                \"Stresses\": [\n                    41.642204831187705\n                ],\n                \"Stress1\": 41.642204831187705,\n                \"Stress2\": 61.1467547999447,\n                \"Stress3\": 26.974895888462147,\n                \"Stress4\": 71.326688663720475,\n                \"Stress5\": 60.608052490562223\n            },\n            {\n                \"Time\": 9.64047379560932,\n                \"EndTime\": 9.64047379560932,\n                \"NumberInState\": 1,\n                \"Suspension\": false,\n                \"Stresses\": [\n                    88.4070480654049\n                ],\n                \"Stress1\": 88.4070480654049,\n                \"Stress2\": 87.893149670163709,\n                \"Stress3\": 49.991524568754961,\n                \"Stress4\": 80.844509452974648,\n                \"Stress5\": 86.4000154595822\n            }\n        ]\n    }\n]"}],"_postman_id":"d6e1d17e-8bdc-4992-882a-0591b9303aeb"}],"id":"200de116-a86b-43e6-a793-f0c935f09400","description":"<p>This Relyence API Function is associated with Relyence ALT.</p>\n","_postman_id":"200de116-a86b-43e6-a793-f0c935f09400"}],"event":[{"listen":"prerequest","script":{"id":"29db93de-d8fd-4230-a600-2d5840bad0c4","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"09a7a1aa-a33e-426b-b5a4-cd81ffb86052","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"Bearer Token","value":"BearerMws_8s2g8nSefQrCl9lmRsctoQI_dgrEP4LeH327aTCY3iJ8WobRAY8u14o"}]}