{"info":{"_postman_id":"fc5234a4-cb36-48a2-b35e-67d2915de269","name":"FacilityBot UAT APIs","description":"<html><head></head><body><p>This document summarizes the available FacilityBot APIs for clients.</p>\n<p>Note that only clients who subscribe to the FacilityBot Professional, Plus, and Enterprise plans have access to the FacilityBot APIs.</p>\n<p>For cyber security reasons, our server will reject any request from Postman. Please implement and test the endpoint logic directly from your server / cloud.</p>\n<p>To use the APIs, you must obtain a unique X-Authentication-Token from the FacilityBot Admin Portal.</p>\n<p>If you haven't done so, follow the steps below.</p>\n<ul>\n<li><p>Login to <a href=\"https://signin.uat.facilitybot.co/\">https://signin.uat.facilitybot.co/</a></p>\n</li>\n<li><p>Click Integrations in the bottom left corner, and go to the 'API' page</p>\n</li>\n<li><p>Click 'New API key' button to generate your key</p>\n</li>\n<li><p>Use X-Authentication-Token for each request</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"187698","collectionId":"fc5234a4-cb36-48a2-b35e-67d2915de269","publishedId":"2sA35JzzMq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-18T17:21:06.000Z"},"item":[{"name":"V1","item":[{"name":"Integrations","item":[{"name":"Request Webview","id":"36a7bc2e-4a21-4e90-bbbc-521b060e2d53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/integrations/request_webview","description":"<h4 id=\"description\"><strong>Description</strong></h4>\n<p>This API endpoint generates a webview URL for specific client requests, such as reporting faults or submitting service requests. Use this URL to access the request interface.</p>\n<hr />\n<h4 id=\"success-response\">Success Response</h4>\n<ul>\n<li><p><code>data</code>: Contains the generated webview URL.</p>\n<ul>\n<li><code>url</code>: The URL link to the requested webview.</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"supported-parameters\">Supported Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uid</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>Unique identifier for the user</td>\n</tr>\n<tr>\n<td><code>first_name</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>User's first name</td>\n</tr>\n<tr>\n<td><code>last_name</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>User's last name</td>\n</tr>\n<tr>\n<td><code>webview_type</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>Specifies the type of webview to request. Accepted values: <code>report_fault</code>, <code>service_request</code>, <code>request_list</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","integrations","request_webview"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"e570d2b2-cc38-4131-b16e-35ff1268f05d","name":"Request Webview","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxxxxx","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/integrations/request_webview"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful\",\n    \"url\": \"https://webview.uat.facilitybot.co/requests/report_fault/xxxxxxxxxxxxxxxxx\"\n}"}],"_postman_id":"36a7bc2e-4a21-4e90-bbbc-521b060e2d53"}],"id":"41692666-0b1a-4746-afbc-d9c49c93c48b","_postman_id":"41692666-0b1a-4746-afbc-d9c49c93c48b","description":""},{"name":"Requests","item":[{"name":"Get Requests","id":"1a33d713-a983-4c59-b036-29dc76ed377b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/requests","description":"<h4 id=\"description\">Description</h4>\n<p>Use this API to get all requests filtered based on your specified parameters</p>\n<h4 id=\"supported-parameteres\">Supported Parameteres</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>q</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Search text string</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Staus of request  <br />  <br />Supported value: <code>pending</code> ,<code>processing</code> <code>canceled</code> ,<code>complete</code></td>\n</tr>\n<tr>\n<td><code>start_date</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Format: <code>DD/MM/YYYY</code></td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Format: <code>DD/MM/YYYY</code></td>\n</tr>\n<tr>\n<td><code>data_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Sort by when return list request  <br />  <br />Used fields: <code>created_at</code> ,<code>status</code></td>\n</tr>\n<tr>\n<td><code>order_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Support: <code>asc</code> ,<code>desc</code></td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>integer</code></td>\n<td>No</td>\n<td>Default: 1</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td><code>integer</code></td>\n<td>No</td>\n<td>Maximum is 25  <br />  <br />Default: 10</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","requests"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"fe25de00-a656-44c4-b33e-837fd9f9ae73","name":"Get all requests","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"19573"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": [\n        {\n            \"id\": 239,\n            \"case_id\": \"25000191\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"The door is broken\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"fault_location\": \"The lobby\",\n            \"fault_type\": {\n                \"id\": 2,\n                \"name\": \"Security\"\n            },\n            \"fault_sub_type\": {\n                \"id\": 7,\n                \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n            },\n            \"fault_location_tags\": [],\n            \"fault_images\": [\n                {\n                    \"id\": 419,\n                    \"name\": \"888856.png\",\n                    \"size\": 21907,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/419/original/888856.png?1739959920\",\n                    \"content_type\": \"image/png\",\n                    \"created_at\": 1739959920\n                }\n            ],\n            \"fault_videos\": [],\n            \"processing_attachments\": [],\n            \"complete_attachments\": [],\n            \"requestor\": {\n                \"id\": 70,\n                \"uid\": \"NV0001345\",\n                \"source\": \"requestor\",\n                \"first_name\": \"van\",\n                \"last_name\": \"dao\",\n                \"full_name\": \"van dao\",\n                \"email\": null\n            },\n            \"assign_to\": [],\n            \"notes\": [],\n            \"processing_remarks\": null,\n            \"completion_remarks\": null,\n            \"created_at\": 1739959920,\n            \"processed_at\": null,\n            \"closed_at\": null\n        },\n        {\n            \"id\": 238,\n            \"case_id\": \"25000190\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"The door is broken\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"fault_location\": \"The lobby\",\n            \"fault_type\": {\n                \"id\": 2,\n                \"name\": \"Security\"\n            },\n            \"fault_sub_type\": {\n                \"id\": 7,\n                \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n            },\n            \"fault_location_tags\": [],\n            \"fault_images\": [\n                {\n                    \"id\": 417,\n                    \"name\": \"888856.png\",\n                    \"size\": 21907,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/417/original/888856.png?1739959902\",\n                    \"content_type\": \"image/png\",\n                    \"created_at\": 1739959902\n                }\n            ],\n            \"fault_videos\": [\n                {\n                    \"id\": 418,\n                    \"name\": \"SampleVideo_1280x721_2mb.mp4\",\n                    \"size\": 2107842,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_videos/files/000/000/418/original/SampleVideo_1280x721_2mb.mp4?1739959904\",\n                    \"content_type\": \"video/mp4\",\n                    \"created_at\": 1739959904\n                }\n            ],\n            \"processing_attachments\": [],\n            \"complete_attachments\": [],\n            \"requestor\": {\n                \"id\": 70,\n                \"uid\": \"NV0001345\",\n                \"source\": \"requestor\",\n                \"first_name\": \"van\",\n                \"last_name\": \"dao\",\n                \"full_name\": \"van dao\",\n                \"email\": null\n            },\n            \"assign_to\": [],\n            \"notes\": [],\n            \"processing_remarks\": null,\n            \"completion_remarks\": null,\n            \"created_at\": 1739959901,\n            \"processed_at\": null,\n            \"closed_at\": null\n        },\n        {\n            \"id\": 237,\n            \"case_id\": \"25000189\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"Sample Request\",\n            \"status\": \"complete\",\n            \"priority\": \"low\",\n            \"fault_location\": \"Singapore\",\n            \"fault_type\": {\n                \"id\": 2,\n                \"name\": \"Security\"\n            },\n            \"fault_sub_type\": {\n                \"id\": 7,\n                \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n            },\n            \"fault_location_tags\": [],\n            \"fault_images\": [\n                {\n                    \"id\": 410,\n                    \"name\": \"888856.png\",\n                    \"size\": 21907,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/410/original/888856.png?1739892969\",\n                    \"content_type\": \"image/png\",\n                    \"created_at\": 1739892969\n                }\n            ],\n            \"fault_videos\": [\n                {\n                    \"id\": 409,\n                    \"name\": \"SampleVideo_1280x721_2mb.mp4\",\n                    \"size\": 2107842,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_videos/files/000/000/409/original/SampleVideo_1280x721_2mb.mp4?1739892955\",\n                    \"content_type\": \"video/mp4\",\n                    \"created_at\": 1739892955\n                }\n            ],\n            \"processing_attachments\": [\n                {\n                    \"id\": 411,\n                    \"name\": \"20211212112908-794b_wm.jpeg\",\n                    \"size\": 61640,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/upgrade/attachment_processings/files/000/000/411/original/20211212112908-794b_wm.jpeg?1739895746\",\n                    \"content_type\": \"image/jpeg\",\n                    \"created_at\": 1739895746\n                },\n                {\n                    \"id\": 412,\n                    \"name\": \"20211212112917-8423_wm.jpeg\",\n                    \"size\": 12823,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/upgrade/attachment_processings/files/000/000/412/original/20211212112917-8423_wm.jpeg?1739895750\",\n                    \"content_type\": \"image/jpeg\",\n                    \"created_at\": 1739895750\n                }\n            ],\n            \"complete_attachments\": [\n                {\n                    \"id\": 413,\n                    \"name\": \"20211212112926-06dc_wm.jpeg\",\n                    \"size\": 10521,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/upgrade/attachment_completes/files/000/000/413/original/20211212112926-06dc_wm.jpeg?1739895761\",\n                    \"content_type\": \"image/jpeg\",\n                    \"created_at\": 1739895761\n                }\n            ],\n            \"requestor\": {\n                \"id\": 69,\n                \"uid\": \"123123\",\n                \"source\": \"requestor\",\n                \"first_name\": \"van\",\n                \"last_name\": \"dao\",\n                \"full_name\": \"van dao\",\n                \"email\": null\n            },\n            \"assign_to\": [\n                {\n                    \"id\": 53,\n                    \"name\": \"manager_test_checklist\",\n                    \"email\": \"manager_test_checklist@gmail.com\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"manager_test\",\n                    \"email\": \"manager_test@gmail.com\"\n                }\n            ],\n            \"notes\": [\n                {\n                    \"id\": 11,\n                    \"created_by\": \"manager_test\",\n                    \"remarks\": \"van dao\",\n                    \"created_at\": 1739895463,\n                    \"attachments\": []\n                },\n                {\n                    \"id\": 12,\n                    \"created_by\": \"manager_test\",\n                    \"remarks\": \"notes 22\",\n                    \"created_at\": 1739895789,\n                    \"attachments\": [\n                        {\n                            \"id\": 414,\n                            \"name\": \"20211212112908-794b_wm.jpeg\",\n                            \"size\": 61640,\n                            \"url\": \"https://cdn.uat.facilitybot.co/development/request_remark_attachments/files/000/000/414/original/20211212112908-794b_wm.jpeg?1739895789\",\n                            \"content_type\": \"image/jpeg\",\n                            \"created_at\": 1739895789\n                        }\n                    ]\n                },\n                {\n                    \"id\": 13,\n                    \"created_by\": \"manager_test\",\n                    \"remarks\": \"note 33\",\n                    \"created_at\": 1739895809,\n                    \"attachments\": [\n                        {\n                            \"id\": 415,\n                            \"name\": \"20211212112917-8423_wm.jpeg\",\n                            \"size\": 12823,\n                            \"url\": \"https://cdn.uat.facilitybot.co/development/request_remark_attachments/files/000/000/415/original/20211212112917-8423_wm.jpeg?1739895809\",\n                            \"content_type\": \"image/jpeg\",\n                            \"created_at\": 1739895809\n                        },\n                        {\n                            \"id\": 416,\n                            \"name\": \"20211212112938-4d7a_wm.jpeg\",\n                            \"size\": 10708,\n                            \"url\": \"https://cdn.uat.facilitybot.co/development/request_remark_attachments/files/000/000/416/original/20211212112938-4d7a_wm.jpeg?1739895809\",\n                            \"content_type\": \"image/jpeg\",\n                            \"created_at\": 1739895809\n                        }\n                    ]\n                }\n            ],\n            \"processing_remarks\": \"processing\",\n            \"completion_remarks\": \"completed\",\n            \"created_at\": 1739892968,\n            \"processed_at\": 1739895756,\n            \"closed_at\": 1739895773\n        },\n        {\n            \"id\": 236,\n            \"case_id\": \"25000188\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"Sample Request\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"fault_location\": \"Singapore\",\n            \"fault_type\": {\n                \"id\": 2,\n                \"name\": \"Security\"\n            },\n            \"fault_sub_type\": {\n                \"id\": 7,\n                \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n            },\n            \"fault_location_tags\": [],\n            \"fault_images\": [\n                {\n                    \"id\": 407,\n                    \"name\": \"888856.png\",\n                    \"size\": 21907,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/407/original/888856.png?1739892344\",\n                    \"content_type\": \"image/png\",\n                    \"created_at\": 1739892344\n                },\n                {\n                    \"id\": 408,\n                    \"name\": \"888856.png\",\n                    \"size\": 21907,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/408/original/888856.png?1739892474\",\n                    \"content_type\": \"image/png\",\n                    \"created_at\": 1739892474\n                }\n            ],\n            \"fault_videos\": [],\n            \"processing_attachments\": [],\n            \"complete_attachments\": [],\n            \"requestor\": {\n                \"id\": 69,\n                \"uid\": \"123123\",\n                \"source\": \"requestor\",\n                \"first_name\": \"van\",\n                \"last_name\": \"dao\",\n                \"full_name\": \"van dao\",\n                \"email\": null\n            },\n            \"assign_to\": [],\n            \"notes\": [],\n            \"processing_remarks\": null,\n            \"completion_remarks\": null,\n            \"created_at\": 1739892841,\n            \"processed_at\": null,\n            \"closed_at\": null\n        },\n        {\n            \"id\": 235,\n            \"case_id\": \"25000187\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"Sample Request\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"fault_location\": \"Singapore\",\n            \"fault_type\": {\n                \"id\": 1,\n                \"name\": \"Others\"\n            },\n            \"fault_sub_type\": {\n                \"id\": null,\n                \"name\": null\n            },\n            \"fault_location_tags\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"B9910l5\"\n                }\n            ],\n            \"fault_images\": [\n                {\n                    \"id\": 401,\n                    \"name\": \"pexels-photo-209251.jpeg\",\n                    \"size\": 433555,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/401/original/pexels-photo-209251.jpeg?1737352753\",\n                    \"content_type\": \"image/jpeg\",\n                    \"created_at\": 1737352753\n                }\n            ],\n            \"fault_videos\": [],\n            \"processing_attachments\": [],\n            \"complete_attachments\": [],\n            \"requestor\": {\n                \"id\": 13,\n                \"uid\": \"sGtuQhF6u2fv6ZNU5fh6\",\n                \"source\": \"requestor\",\n                \"first_name\": \"requestor_test\",\n                \"last_name\": null,\n                \"full_name\": \"requestor_test\",\n                \"email\": \"responder_test@gmail.com\"\n            },\n            \"assign_to\": [],\n            \"notes\": [],\n            \"processing_remarks\": null,\n            \"completion_remarks\": null,\n            \"created_at\": 1737352752,\n            \"processed_at\": null,\n            \"closed_at\": null\n        },\n        {\n            \"id\": 234,\n            \"case_id\": \"25000186\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"Sample Request\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"fault_location\": \"Singapore\",\n            \"fault_type\": {\n                \"id\": 1,\n                \"name\": \"Others\"\n            },\n            \"fault_sub_type\": {\n                \"id\": null,\n                \"name\": null\n            },\n            \"fault_location_tags\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"B9910l5\"\n                }\n            ],\n            \"fault_images\": [\n                {\n                    \"id\": 400,\n                    \"name\": \"pexels-photo-209251.jpeg\",\n                    \"size\": 433555,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/400/original/pexels-photo-209251.jpeg?1737352295\",\n                    \"content_type\": \"image/jpeg\",\n                    \"created_at\": 1737352295\n                }\n            ],\n            \"fault_videos\": [],\n            \"processing_attachments\": [],\n            \"complete_attachments\": [],\n            \"requestor\": {\n                \"id\": 13,\n                \"uid\": \"sGtuQhF6u2fv6ZNU5fh6\",\n                \"source\": \"requestor\",\n                \"first_name\": \"requestor_test\",\n                \"last_name\": null,\n                \"full_name\": \"requestor_test\",\n                \"email\": \"responder_test@gmail.com\"\n            },\n            \"assign_to\": [],\n            \"notes\": [],\n            \"processing_remarks\": null,\n            \"completion_remarks\": null,\n            \"created_at\": 1737352294,\n            \"processed_at\": null,\n            \"closed_at\": null\n        },\n        {\n            \"id\": 233,\n            \"case_id\": \"25000185\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"Sample Request\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"fault_location\": \"Singapore\",\n            \"fault_type\": {\n                \"id\": 1,\n                \"name\": \"Others\"\n            },\n            \"fault_sub_type\": {\n                \"id\": null,\n                \"name\": null\n            },\n            \"fault_location_tags\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"B9910l5\"\n                }\n            ],\n            \"fault_images\": [\n                {\n                    \"id\": 399,\n                    \"name\": \"pexels-photo-209251.jpeg\",\n                    \"size\": 433555,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/399/original/pexels-photo-209251.jpeg?1737352179\",\n                    \"content_type\": \"image/jpeg\",\n                    \"created_at\": 1737352179\n                }\n            ],\n            \"fault_videos\": [],\n            \"processing_attachments\": [],\n            \"complete_attachments\": [],\n            \"requestor\": {\n                \"id\": 13,\n                \"uid\": \"sGtuQhF6u2fv6ZNU5fh6\",\n                \"source\": \"requestor\",\n                \"first_name\": \"requestor_test\",\n                \"last_name\": null,\n                \"full_name\": \"requestor_test\",\n                \"email\": \"responder_test@gmail.com\"\n            },\n            \"assign_to\": [],\n            \"notes\": [],\n            \"processing_remarks\": null,\n            \"completion_remarks\": null,\n            \"created_at\": 1737352179,\n            \"processed_at\": null,\n            \"closed_at\": null\n        },\n        {\n            \"id\": 232,\n            \"case_id\": \"25000184\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"Sample Request\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"fault_location\": \"Singapore\",\n            \"fault_type\": {\n                \"id\": 1,\n                \"name\": \"Others\"\n            },\n            \"fault_sub_type\": {\n                \"id\": null,\n                \"name\": null\n            },\n            \"fault_location_tags\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"B9910l5\"\n                }\n            ],\n            \"fault_images\": [\n                {\n                    \"id\": 398,\n                    \"name\": \"pexels-photo-209251.jpeg\",\n                    \"size\": 433555,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/398/original/pexels-photo-209251.jpeg?1737351414\",\n                    \"content_type\": \"image/jpeg\",\n                    \"created_at\": 1737351414\n                }\n            ],\n            \"fault_videos\": [],\n            \"processing_attachments\": [],\n            \"complete_attachments\": [],\n            \"requestor\": {\n                \"id\": 13,\n                \"uid\": \"sGtuQhF6u2fv6ZNU5fh6\",\n                \"source\": \"requestor\",\n                \"first_name\": \"requestor_test\",\n                \"last_name\": null,\n                \"full_name\": \"requestor_test\",\n                \"email\": \"responder_test@gmail.com\"\n            },\n            \"assign_to\": [],\n            \"notes\": [],\n            \"processing_remarks\": null,\n            \"completion_remarks\": null,\n            \"created_at\": 1737351413,\n            \"processed_at\": null,\n            \"closed_at\": null\n        },\n        {\n            \"id\": 199,\n            \"case_id\": \"25000195\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"Sample Request\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"fault_location\": \"Singapore\",\n            \"fault_type\": {\n                \"id\": 2,\n                \"name\": \"Security\"\n            },\n            \"fault_sub_type\": {\n                \"id\": 7,\n                \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n            },\n            \"fault_location_tags\": [],\n            \"fault_images\": [\n                {\n                    \"id\": 365,\n                    \"name\": \"pexels-photo-209251.jpeg\",\n                    \"size\": 433555,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/365/original/pexels-photo-209251.jpeg?1737302874\",\n                    \"content_type\": \"image/jpeg\",\n                    \"created_at\": 1737302874\n                }\n            ],\n            \"fault_videos\": [],\n            \"processing_attachments\": [],\n            \"complete_attachments\": [],\n            \"requestor\": {\n                \"id\": 65,\n                \"uid\": \"99v138a7ici33a9x3x24xs\",\n                \"source\": \"webchat\",\n                \"first_name\": \"van dao\",\n                \"last_name\": null,\n                \"full_name\": \"van dao\",\n                \"email\": \"vandao@gmail.com\"\n            },\n            \"assign_to\": [],\n            \"notes\": [],\n            \"processing_remarks\": null,\n            \"completion_remarks\": null,\n            \"created_at\": 1737302872,\n            \"processed_at\": null,\n            \"closed_at\": null\n        },\n        {\n            \"id\": 198,\n            \"case_id\": \"25000194\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"Sample Request\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"fault_location\": \"Singapore\",\n            \"fault_type\": {\n                \"id\": 2,\n                \"name\": \"Security\"\n            },\n            \"fault_sub_type\": {\n                \"id\": 7,\n                \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n            },\n            \"fault_location_tags\": [],\n            \"fault_images\": [\n                {\n                    \"id\": 364,\n                    \"name\": \"pexels-photo-276267.jpeg\",\n                    \"size\": 1523226,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/364/original/pexels-photo-276267.jpeg?1737302720\",\n                    \"content_type\": \"image/jpeg\",\n                    \"created_at\": 1737302720\n                }\n            ],\n            \"fault_videos\": [],\n            \"processing_attachments\": [],\n            \"complete_attachments\": [],\n            \"requestor\": {\n                \"id\": 65,\n                \"uid\": \"99v138a7ici33a9x3x24xs\",\n                \"source\": \"webchat\",\n                \"first_name\": \"van dao\",\n                \"last_name\": null,\n                \"full_name\": \"van dao\",\n                \"email\": \"vandao@gmail.com\"\n            },\n            \"assign_to\": [],\n            \"notes\": [],\n            \"processing_remarks\": null,\n            \"completion_remarks\": null,\n            \"created_at\": 1737302716,\n            \"processed_at\": null,\n            \"closed_at\": null\n        }\n    ],\n    \"page\": 1,\n    \"per_page\": 10,\n    \"total_pages\": 21,\n    \"count\": 202\n}"}],"_postman_id":"1a33d713-a983-4c59-b036-29dc76ed377b"},{"name":"Get Request Details","id":"c4220db1-31f9-4ee4-96da-f89b265dbb8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/{request_id}","description":"<h3 id=\"description\">Description</h3>\n<p>Use this API to get the details of an individual request. The Request ID can be obtained using the <code>Get Requests</code> API</p>\n","urlObject":{"protocol":"https","path":["api","client","v1","requests","{request_id}"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"ca52bdee-3f6b-4f0e-b160-f7a8c7941434","name":"Get detail request","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/237"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"2614"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n            \"id\": 237,\n            \"case_id\": \"25000189\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"Sample Request\",\n            \"status\": \"complete\",\n            \"priority\": \"low\",\n            \"fault_location\": \"Singapore\",\n            \"fault_type\": {\n                \"id\": 2,\n                \"name\": \"Security\"\n            },\n            \"fault_sub_type\": {\n                \"id\": 7,\n                \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n            },\n            \"fault_location_tags\": [\n                {\n                    \"id\": 14,\n                    \"name\": \"l10\"\n                }\n            ],\n            \"fault_images\": [\n                {\n                    \"id\": 410,\n                    \"name\": \"888856.png\",\n                    \"size\": 21907,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/410/original/888856.png?1739892969\",\n                    \"content_type\": \"image/png\",\n                    \"created_at\": 1739892969\n                }\n            ],\n            \"fault_videos\": [\n                {\n                    \"id\": 409,\n                    \"name\": \"SampleVideo_1280x721_2mb.mp4\",\n                    \"size\": 2107842,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_videos/files/000/000/409/original/SampleVideo_1280x721_2mb.mp4?1739892955\",\n                    \"content_type\": \"video/mp4\",\n                    \"created_at\": 1739892955\n                }\n            ],\n            \"processing_attachments\": [\n                {\n                    \"id\": 411,\n                    \"name\": \"20211212112908-794b_wm.jpeg\",\n                    \"size\": 61640,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/upgrade/attachment_processings/files/000/000/411/original/20211212112908-794b_wm.jpeg?1739895746\",\n                    \"content_type\": \"image/jpeg\",\n                    \"created_at\": 1739895746\n                }\n            ],\n            \"complete_attachments\": [\n                {\n                    \"id\": 413,\n                    \"name\": \"20211212112926-06dc_wm.jpeg\",\n                    \"size\": 10521,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/upgrade/attachment_completes/files/000/000/413/original/20211212112926-06dc_wm.jpeg?1739895761\",\n                    \"content_type\": \"image/jpeg\",\n                    \"created_at\": 1739895761\n                }\n            ],\n            \"requestor\": {\n                \"id\": 69,\n                \"uid\": \"123123\",\n                \"source\": \"requestor\",\n                \"first_name\": \"van\",\n                \"last_name\": \"dao\",\n                \"full_name\": \"van dao\",\n                \"email\": null\n            },\n            \"assign_to\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"manager_test\",\n                    \"email\": \"manager_test@gmail.com\"\n                }\n            ],\n            \"notes\": [\n                {\n                    \"id\": 13,\n                    \"created_by\": \"manager_test\",\n                    \"remarks\": \"note 33\",\n                    \"created_at\": 1739895809,\n                    \"attachments\": [\n                        {\n                            \"id\": 415,\n                            \"name\": \"20211212112917-8423_wm.jpeg\",\n                            \"size\": 12823,\n                            \"url\": \"https://cdn.uat.facilitybot.co/development/request_remark_attachments/files/000/000/415/original/20211212112917-8423_wm.jpeg?1739895809\",\n                            \"content_type\": \"image/jpeg\",\n                            \"created_at\": 1739895809\n                        }\n                    ]\n                }\n            ],\n            \"processing_remarks\": \"processing\",\n            \"completion_remarks\": \"completed\",\n            \"created_at\": 1739892968,\n            \"processed_at\": 1739895756,\n            \"closed_at\": 1739895773\n        }\n}"}],"_postman_id":"c4220db1-31f9-4ee4-96da-f89b265dbb8d"},{"name":"Get All Status","id":"e536e4a1-687b-4fe4-b458-875d00d66a32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/all_status","description":"<h3 id=\"description\">Description</h3>\n<p>Use this API to get the details of an individual request. The Request ID can be obtained using the <code>Get Requests</code> API</p>\n","urlObject":{"protocol":"https","path":["api","client","v1","requests","all_status"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"add8dee6-f362-4129-80ec-34629d165afd","name":"Get All Status","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/all_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":401},{"key":"date","value":"Tue, 17 Mar 2026 17:03:37 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"content-length","value":"39"},{"key":"server","value":"nginx"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"6498b33a-4175-488c-bd46-ba82824160d2"},{"key":"x-runtime","value":"0.033328"},{"key":"vary","value":"Origin"},{"key":"x-content-type-options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Success\",\n    \"data\": [\n        {\n            \"value\": \"pending\",\n            \"title\": \"Pending\"\n        },\n        {\n            \"value\": \"processing\",\n            \"title\": \"Processing\"\n        },\n        {\n            \"value\": \"processing_1\",\n            \"title\": \"Awaiting Parts\"\n        },\n        {\n            \"value\": \"canceled\",\n            \"title\": \"Canceled\"\n        },\n        {\n            \"value\": \"complete\",\n            \"title\": \"Complete\"\n        },\n        {\n            \"value\": \"complete_2\",\n            \"title\": \"Resolved - No action needed\"\n        }\n    ]\n}"}],"_postman_id":"e536e4a1-687b-4fe4-b458-875d00d66a32"},{"name":"Create New Fault Report","id":"0b5cb95f-480b-4d29-9c9d-29ded58546fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"The door is broken\",\n  \"fault_type_id\": 2,\n  \"fault_sub_type_id\": 7,\n  \"fault_location\": \"The lobby\",\n  \"fault_location_tag_ids\": [14],\n  \"fault_attachment_ids\": [408],\n  \"requestor_uid\": \"NV0001345\"\n}","options":{"raw":{"language":"json"}}},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/report_fault","description":"<h3 id=\"description\">Description</h3>\n<p>Use this API to create a new fault report.</p>\n<h3 id=\"request-body\"><strong>Request Body</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>description</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>A brief description of the request.</td>\n</tr>\n<tr>\n<td><code>fault_type_id</code></td>\n<td><code>integer</code></td>\n<td>No</td>\n<td>The ID representing the type of fault.</td>\n</tr>\n<tr>\n<td><code>fault_sub_type_id</code></td>\n<td><code>integer</code></td>\n<td>No</td>\n<td>The ID representing the sub-type of the fault.</td>\n</tr>\n<tr>\n<td><code>fault_location</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>The location where the fault occurred.</td>\n</tr>\n<tr>\n<td><code>fault_location_tag_ids</code></td>\n<td><code>array[integer]</code></td>\n<td>No</td>\n<td>An array of IDs representing tags for the fault location.</td>\n</tr>\n<tr>\n<td><code>fault_attachment_ids</code></td>\n<td><code>array[integer]</code></td>\n<td>No</td>\n<td>An array of IDs for fault-related attachments (e.g., images or videos).  <br />Maximun 5 ids</td>\n</tr>\n<tr>\n<td><code>requestor_uid</code></td>\n<td><code>integer</code></td>\n<td>Yes</td>\n<td>The UID of the requestor making the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","requests","report_fault"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"32f8be8e-ef74-40bb-b590-e3c3c7236b89","name":"Create New Fault Report","originalRequest":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"description\": \"The door is broken\",\n  \"fault_type_id\": 2,\n  \"fault_sub_type_id\": 7,\n  \"fault_location\": \"The lobby\",\n  \"fault_location_tag_ids\": [14],\n  \"fault_attachment_ids\": [408],\n  \"requestor_uid\": \"NV0001345\"\n}","options":{"raw":{"language":"json"}}},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/report_fault"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"864"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n        \"id\": 239,\n        \"case_id\": \"25000191\",\n        \"kind\": \"report_fault\",\n        \"request_type\": \"Report Fault\",\n        \"fault_description\": \"The door is broken\",\n        \"status\": \"pending\",\n        \"priority\": \"low\",\n        \"fault_location\": \"The lobby\",\n        \"fault_type\": {\n            \"id\": 2,\n            \"name\": \"Security\"\n        },\n        \"fault_sub_type\": {\n            \"id\": 7,\n            \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n        },\n        \"fault_location_tags\": [\n            {\n                \"id\": 14,\n                \"name\": \"l10\"\n            }\n        ],\n        \"fault_images\": [\n            {\n                \"id\": 419,\n                \"name\": \"888856.png\",\n                \"size\": 21907,\n                \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/419/original/888856.png?1739959920\",\n                \"content_type\": \"image/png\",\n                \"created_at\": 1739959920\n            }\n        ],\n        \"fault_videos\": [],\n        \"processing_attachments\": [],\n        \"complete_attachments\": [],\n        \"requestor\": {\n            \"id\": 70,\n            \"uid\": \"NV0001345\",\n            \"source\": \"requestor\",\n            \"first_name\": \"van\",\n            \"last_name\": \"dao\",\n            \"full_name\": \"van dao\",\n            \"email\": null\n        },\n        \"assign_to\": [],\n        \"notes\": [],\n        \"processing_remarks\": null,\n        \"completion_remarks\": null,\n        \"created_at\": 1739959920,\n        \"processed_at\": null,\n        \"closed_at\": null\n    }\n}"}],"_postman_id":"0b5cb95f-480b-4d29-9c9d-29ded58546fa"},{"name":"Upload Fault Attachment","id":"615c53bf-a04c-4978-aca0-b212203a5b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxxxx","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"67a34f4e-aa6e-457f-abb1-0521bf4a777e","description":"<p>Maximum 10MB for image and 20MB for video</p>\n","value":null}]},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/upload_fault_attachment","urlObject":{"protocol":"https","path":["api","client","v1","requests","upload_fault_attachment"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"31e9f793-ac6c-4081-abf6-d92d2e11e139","name":"Upload Fault Attachment","originalRequest":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxxx","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"67a34f4e-aa6e-457f-abb1-0521bf4a777e","value":null}]},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/upload_fault_attachment"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n        \"id\": 421,\n        \"name\": \"888856.png\",\n        \"size\": 21907,\n        \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/421/original/888856.png?1739981091\",\n        \"content_type\": \"image/png\",\n        \"created_at\": 1739981091\n    }\n}"}],"_postman_id":"615c53bf-a04c-4978-aca0-b212203a5b0c"},{"name":"Create New Fault Report With Files","id":"d21d0af7-5a4b-49a2-a129-89a27d4d866e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"description","value":"The door is broken","type":"text","uuid":"f1664796-478a-4ff5-927c-6843b894eeeb","description":"<p>requires</p>\n"},{"key":"fault_type_id","value":"2","type":"text","uuid":"466d2c56-5b8c-46d0-ac8f-389a27f680bf","description":"<p>optinal</p>\n"},{"key":"fault_sub_type_id","value":"7","type":"text","uuid":"909e0ef2-501c-4458-912b-491558e0e1a4","description":"<p>optional</p>\n"},{"key":"fault_location","value":"the lobby","type":"text","uuid":"29605aa3-29ed-492f-b275-cbd260b99001","description":"<p>requires</p>\n"},{"key":"fault_location_tag_ids","value":"[14]","type":"text","uuid":"ef8d81c3-f5b2-4d63-be13-8e2cb8a29db6","description":"<p>optional</p>\n"},{"key":"requestor_uid","value":"NV0001345","type":"text","uuid":"a7f12ac0-e3b0-4e82-94bd-13deb1b5c3ce","description":"<p>requires</p>\n"},{"key":"files[]","type":"file","uuid":"32b207e2-6000-45ce-985a-70f39ad5914e","description":"<p>optional, Maximun is 5 files</p>\n","value":null}]},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/report_fault_with_files","description":"<h3 id=\"description\">Description</h3>\n<p>This upgraded API version simplifies the creation of fault reports by merging two APIs into one. Now, you can include attachments directly without needing a separate upload API, making integration easier and more efficient.</p>\n","urlObject":{"protocol":"https","path":["api","client","v1","requests","report_fault_with_files"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"322b6508-e827-455f-9671-07d73ff165a1","name":"Create New Fault Report With Files","originalRequest":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxxx","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"description","value":"The door is broken","type":"text","uuid":"f1664796-478a-4ff5-927c-6843b894eeeb"},{"key":"fault_type_id","value":"2","type":"text","uuid":"466d2c56-5b8c-46d0-ac8f-389a27f680bf"},{"key":"fault_sub_type_id","value":"7","type":"text","uuid":"909e0ef2-501c-4458-912b-491558e0e1a4"},{"key":"fault_location","value":"the lobby","type":"text","uuid":"29605aa3-29ed-492f-b275-cbd260b99001"},{"key":"fault_location_tag_ids","value":"[14]","type":"text","uuid":"ef8d81c3-f5b2-4d63-be13-8e2cb8a29db6"},{"key":"requestor_uid","value":"NV0001345","type":"text","uuid":"a7f12ac0-e3b0-4e82-94bd-13deb1b5c3ce"},{"key":"files[]","type":"file","uuid":"32b207e2-6000-45ce-985a-70f39ad5914e","value":null}]},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/report_fault_with_files"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n        \"id\": 239,\n        \"case_id\": \"25000191\",\n        \"kind\": \"report_fault\",\n        \"request_type\": \"Report Fault\",\n        \"fault_description\": \"The door is broken\",\n        \"status\": \"pending\",\n        \"priority\": \"low\",\n        \"fault_location\": \"The lobby\",\n        \"fault_type\": {\n            \"id\": 2,\n            \"name\": \"Security\"\n        },\n        \"fault_sub_type\": {\n            \"id\": 7,\n            \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n        },\n        \"fault_location_tags\": [\n            {\n                \"id\": 14,\n                \"name\": \"l10\"\n            }\n        ],\n        \"fault_images\": [\n            {\n                \"id\": 419,\n                \"name\": \"888856.png\",\n                \"size\": 21907,\n                \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/419/original/888856.png?1739959920\",\n                \"content_type\": \"image/png\",\n                \"created_at\": 1739959920\n            }\n        ],\n        \"fault_videos\": [],\n        \"processing_attachments\": [],\n        \"complete_attachments\": [],\n        \"requestor\": {\n            \"id\": 70,\n            \"uid\": \"NV0001345\",\n            \"source\": \"requestor\",\n            \"first_name\": \"van\",\n            \"last_name\": \"dao\",\n            \"full_name\": \"van dao\",\n            \"email\": null\n        },\n        \"assign_to\": [],\n        \"notes\": [],\n        \"processing_remarks\": null,\n        \"completion_remarks\": null,\n        \"created_at\": 1739959920,\n        \"processed_at\": null,\n        \"closed_at\": null\n    }\n}"}],"_postman_id":"d21d0af7-5a4b-49a2-a129-89a27d4d866e"},{"name":"Create New Fault Report With Files V2","id":"89d94017-88e3-498c-8f38-43e6786ad4c2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"description","value":"The door is broken","type":"text","uuid":"f1664796-478a-4ff5-927c-6843b894eeeb","description":"<p>requires</p>\n"},{"key":"fault_type_id","value":"2","type":"text","uuid":"466d2c56-5b8c-46d0-ac8f-389a27f680bf","description":"<p>optinal</p>\n"},{"key":"fault_sub_type_id","value":"7","type":"text","uuid":"909e0ef2-501c-4458-912b-491558e0e1a4","description":"<p>optional</p>\n"},{"key":"fault_location","value":"the lobby","type":"text","uuid":"29605aa3-29ed-492f-b275-cbd260b99001","description":"<p>requires</p>\n"},{"key":"fault_location_tag_ids","value":"[14]","type":"text","uuid":"ef8d81c3-f5b2-4d63-be13-8e2cb8a29db6","description":"<p>optional</p>\n"},{"key":"files[]","type":"file","uuid":"32b207e2-6000-45ce-985a-70f39ad5914e","description":"<p>optional, Maximun is 5 files</p>\n","value":null},{"key":"requestor_uid","value":"NV0001345","type":"text","uuid":"a7f12ac0-e3b0-4e82-94bd-13deb1b5c3ce","description":"<p>requires</p>\n"},{"key":"first_name","value":"Nguyễn Văn Đạo","description":"<p>requires</p>\n","type":"text","uuid":"d1f3c914-1117-4052-9d76-d8fa83a4f908"}]},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/report_fault_with_files_v2","description":"<h3 id=\"description\">Description</h3>\n<p>This upgraded API version simplifies the creation of fault reports by merging two APIs into one. Now, you can include attachments directly without needing a separate upload API, making integration easier and more efficient.</p>\n","urlObject":{"protocol":"https","path":["api","client","v1","requests","report_fault_with_files_v2"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"56f92e6c-b44c-4ca0-8722-2135e541551f","name":"Create New Fault Report With Files","originalRequest":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxxx","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"description","value":"The door is broken","type":"text","uuid":"f1664796-478a-4ff5-927c-6843b894eeeb"},{"key":"fault_type_id","value":"2","type":"text","uuid":"466d2c56-5b8c-46d0-ac8f-389a27f680bf"},{"key":"fault_sub_type_id","value":"7","type":"text","uuid":"909e0ef2-501c-4458-912b-491558e0e1a4"},{"key":"fault_location","value":"the lobby","type":"text","uuid":"29605aa3-29ed-492f-b275-cbd260b99001"},{"key":"fault_location_tag_ids","value":"[14]","type":"text","uuid":"ef8d81c3-f5b2-4d63-be13-8e2cb8a29db6"},{"key":"requestor_uid","value":"NV0001345","type":"text","uuid":"a7f12ac0-e3b0-4e82-94bd-13deb1b5c3ce"},{"key":"files[]","type":"file","uuid":"32b207e2-6000-45ce-985a-70f39ad5914e","value":null}]},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/report_fault_with_files"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n        \"id\": 239,\n        \"case_id\": \"25000191\",\n        \"kind\": \"report_fault\",\n        \"request_type\": \"Report Fault\",\n        \"fault_description\": \"The door is broken\",\n        \"status\": \"pending\",\n        \"priority\": \"low\",\n        \"fault_location\": \"The lobby\",\n        \"fault_type\": {\n            \"id\": 2,\n            \"name\": \"Security\"\n        },\n        \"fault_sub_type\": {\n            \"id\": 7,\n            \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n        },\n        \"fault_location_tags\": [\n            {\n                \"id\": 14,\n                \"name\": \"l10\"\n            }\n        ],\n        \"fault_images\": [\n            {\n                \"id\": 419,\n                \"name\": \"888856.png\",\n                \"size\": 21907,\n                \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/419/original/888856.png?1739959920\",\n                \"content_type\": \"image/png\",\n                \"created_at\": 1739959920\n            }\n        ],\n        \"fault_videos\": [],\n        \"processing_attachments\": [],\n        \"complete_attachments\": [],\n        \"requestor\": {\n            \"id\": 70,\n            \"uid\": \"NV0001345\",\n            \"source\": \"requestor\",\n            \"first_name\": \"van\",\n            \"last_name\": \"dao\",\n            \"full_name\": \"van dao\",\n            \"email\": null\n        },\n        \"assign_to\": [],\n        \"notes\": [],\n        \"processing_remarks\": null,\n        \"completion_remarks\": null,\n        \"created_at\": 1739959920,\n        \"processed_at\": null,\n        \"closed_at\": null\n    }\n}"}],"_postman_id":"89d94017-88e3-498c-8f38-43e6786ad4c2"},{"name":"Create New Service Request","id":"35d0ff46-128b-4fc2-b550-8bc5d53197a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"r4SzWx5ohKxEuCdynXqv","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_type_id\": 920,\n    \"requestor_uid\": \"uid10000000122\",\n    \"meta_data\": [\n        {\n            \"id\": \"2301e614-960d-447f-924a-ed786770fc74\",\n            \"type\": \"instruction\",\n            \"compulsory\": false,\n            \"title\": \"Provide some short instructions for Requestors\",\n            \"value\": \"\"\n        },\n        {\n            \"id\": \"51911deb-39e1-4f6a-bdf1-82bf6367da4e\",\n            \"type\": \"email\",\n            \"compulsory\": false,\n            \"title\": \"Email Address\",\n            \"value\": [\n                \"public_api@gmail.com\",\n                \"public_api_test@gmai.com\"\n            ],\n            \"placeholder\": \"Type the answer\",\n            \"max_email_limit\": 1\n        },\n        {\n            \"id\": \"cb0a1934-9f5b-4e8c-a2b9-3ce78185200c\",\n            \"type\": \"text\",\n            \"compulsory\": false,\n            \"title\": \"Short Answer\",\n            \"value\": \"\",\n            \"placeholder\": \"Type the answer\"\n        },\n        {\n            \"id\": \"0a16cddd-0d0f-41c6-9a73-09ccff5d1548\",\n            \"type\": \"radio\",\n            \"compulsory\": false,\n            \"title\": \"Single Choice\",\n            \"value\": [\n                {\n                    \"title\": \"Option 1\",\n                    \"value\": true\n                },\n                {\n                    \"title\": \"Option 2\",\n                    \"value\": false\n                }\n            ]\n        },\n        {\n            \"id\": \"7a06fc2e-9187-41fe-b28c-becb21e02e2b\",\n            \"type\": \"checkbox\",\n            \"compulsory\": false,\n            \"title\": \"Multiple Choice\",\n            \"value\": [\n                {\n                    \"title\": \"Option 1\",\n                    \"value\": true\n                },\n                {\n                    \"title\": \"Option 2\",\n                    \"value\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"f796fd35-39a2-47fa-bf05-7ae254c98e12\",\n            \"type\": \"single_choice_dropdown\",\n            \"compulsory\": false,\n            \"title\": \"Single Choice Dropdown\",\n            \"value\": [\n                {\n                    \"title\": \"Option 1\",\n                    \"value\": true\n                },\n                {\n                    \"title\": \"Option 2\",\n                    \"value\": false\n                }\n            ],\n            \"placeholder\": \"Select a single choice\"\n        },\n        {\n            \"id\": \"2353642e-d83d-4fef-a977-32eec58359d6\",\n            \"type\": \"multiple_choice_dropdown\",\n            \"compulsory\": false,\n            \"title\": \"Multiple Choice Dropdown\",\n            \"value\": [\n                {\n                    \"title\": \"Option 1\",\n                    \"value\": true\n                },\n                {\n                    \"title\": \"Option 2\",\n                    \"value\": false\n                }\n            ],\n            \"placeholder\": \"Select multiple choices\"\n        },\n        {\n            \"id\": \"df977c05-a507-4b05-878f-8347c4557bc8\",\n            \"type\": \"datetime\",\n            \"compulsory\": false,\n            \"title\": \"Date / Time\",\n            \"value\": \"20/11/2025 05:03 PM\",\n            \"placeholder\": \"Choose Date & Time\"\n        },\n        {\n            \"id\": \"58816982-c6dc-4ca5-8dba-3b2f220690ea\",\n            \"type\": \"toggle\",\n            \"compulsory\": false,\n            \"title\": \"Toggle\",\n            \"value\": false\n        },\n        {\n            \"id\": \"18a2ad54-bbb4-4412-bc78-77f31868921d\",\n            \"type\": \"image\",\n            \"compulsory\": false,\n            \"title\": \"Image (max 10MB)\",\n            \"value\": \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg\"\n        },\n        {\n            \"id\": \"0875ed4d-33a3-4629-a4d5-e8c476905883\",\n            \"type\": \"video\",\n            \"compulsory\": false,\n            \"title\": \"Video (max 15MB/15s)\",\n            \"value\": \"https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/WeAreGoingOnBullrun.mp4\"\n        },\n        {\n            \"id\": \"992f35af-daa0-4111-8c24-e01d3d62b079\",\n            \"type\": \"multiple_images_videos\",\n            \"compulsory\": false,\n            \"title\": \"Images / Videos (max 10MB each)\",\n            \"value\": [\n                \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg\",\n                \"https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/WeAreGoingOnBullrun.mp4\"\n            ]\n        },\n        {\n            \"id\": \"e3f8a648-4101-4e6e-9a9e-13ffa52ddc23\",\n            \"type\": \"pdf\",\n            \"compulsory\": false,\n            \"title\": \"PDF (max 10MB)\",\n            \"value\": \"https://www.aeee.in/wp-content/uploads/2020/08/Sample-pdf.pdf\"\n        },\n        {\n            \"id\": \"ff155026-a8ea-48fb-8dc8-3dc581668f47\",\n            \"type\": \"excel\",\n            \"compulsory\": false,\n            \"title\": \"Excel (max 10MB)\",\n            \"value\": \"https://github.com/bharathirajatut/sample-excel-dataset/raw/refs/heads/master/airline.xls\"\n        },\n        {\n            \"id\": \"fcffec6b-d08c-4ad4-9993-f30cd97c5b45\",\n            \"type\": \"fault_type\",\n            \"compulsory\": false,\n            \"title\": \"Fault Type\",\n            \"value\": 256,\n            \"placeholder\": \"Select fault type\"\n        },\n        {\n            \"id\": \"68949de5-636e-412c-ba27-debd55b326d3\",\n            \"type\": \"select_location_tags\",\n            \"compulsory\": false,\n            \"title\": \"Location Tags\",\n            \"value\": [\n                20007,\n                20006\n            ],\n            \"placeholder\": \"Select Location Tags to add\"\n        },\n        {\n            \"id\": \"346cebd4-abef-4abf-bbbd-b6a5b3239066\",\n            \"type\": \"fault_signature\",\n            \"compulsory\": false,\n            \"title\": \"Signature\",\n            \"value\": \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg\"\n        },\n        {\n            \"id\": \"5548c220-364c-43d6-8268-879a77d9f56b\",\n            \"type\": \"order_items\",\n            \"compulsory\": false,\n            \"title\": \"Items to order\",\n            \"value\": [\n                {\n                    \"id\": 120,\n                    \"quantity\": 12\n                },\n                {\n                    \"id\": 132,\n                    \"quantity\": 50\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/service_request","description":"<h3 id=\"description\"><strong>Description</strong></h3>\n<p>Use this API to create a new custom service request. You must specify a request_type_id to define the type of service request, and provide meta_data as an array of blocks containing the form field values. Each block in meta_data must include an id that matches the corresponding block id in the request type definition. The requestor_uid identifies the guest user who is submitting the request.</p>\n<h3 id=\"request-body\"><strong>Request Body</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>request_type_id</code></td>\n<td><code>integer</code></td>\n<td>Yes</td>\n<td>The ID representing the type of service request.</td>\n</tr>\n<tr>\n<td><code>meta_data</code></td>\n<td><code>array[object]</code></td>\n<td>Yes</td>\n<td>An array of blocks containing form field values. Each block must include an id that matches the corresponding block id in the request type definition.</td>\n</tr>\n<tr>\n<td><code>requestor_uid</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>The unique identifier of the guest user who is submitting the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>meta_data block structure:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Mandatory?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>string</code></td>\n<td><code>Yes</code></td>\n<td>Block ID matching the request type definition</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>string</code></td>\n<td><code>Yes</code></td>\n<td>Block type (see supported types below)</td>\n</tr>\n<tr>\n<td><code>value</code></td>\n<td>varies</td>\n<td><code>Yes</code></td>\n<td>The value for the block (format depends on block type - see details below)</td>\n</tr>\n<tr>\n<td><code>compulsory</code></td>\n<td><code>boolean</code></td>\n<td><code>Yes</code></td>\n<td>Whether the field is required</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td><code>string</code></td>\n<td><code>Yes</code></td>\n<td>Field title</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Supported block types and their value formats:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Block Type</th>\n<th>Data Type</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>text</code>, <code>textarea</code>, <code>email</code>, <code>datetime</code>, <code>instruction</code></td>\n<td><code>string</code></td>\n<td><code>\"Sample text value\", datetime format: \"DD/MM/YYYY HH:MM\"</code></td>\n</tr>\n<tr>\n<td><code>radio</code>, <code>single_choice_dropdown</code></td>\n<td><code>array[object]</code></td>\n<td><code>[{\"title\": \"Option 1\", \"value\": true}]</code></td>\n</tr>\n<tr>\n<td><code>checkbox</code>, <code>multiple_choice_dropdown</code></td>\n<td><code>array[object]</code></td>\n<td><code>[{\"title\": \"Option 1\", \"value\": true}, {\"title\": \"Option 2\", \"value\": true}]</code></td>\n</tr>\n<tr>\n<td><code>toggle</code></td>\n<td><code>boolean</code></td>\n<td><code>true</code> or <code>false</code></td>\n</tr>\n<tr>\n<td><code>fault_type</code></td>\n<td><code>integer</code></td>\n<td><code>256</code></td>\n</tr>\n<tr>\n<td><code>select_location_tags</code></td>\n<td><code>array[integer]</code></td>\n<td><code>[1, 2, 3]</code></td>\n</tr>\n<tr>\n<td><code>media</code>, <code>multiple_images_videos</code></td>\n<td><code>array[string]</code> (array of image/video URLs)</td>\n<td><code>[\"https://example.com/image.jpg\", \"https://example.com/video.mp4\"]</code></td>\n</tr>\n<tr>\n<td><code>order_items</code></td>\n<td><code>array[object]</code>  <br />  <br />format: <code>{id: integer, quantity: integer}</code></td>\n<td><code>[{\"id\": 1, \"quantity\": 2}, {\"id\": 5, \"quantity\": 1}]</code></td>\n</tr>\n<tr>\n<td><code>image</code>, <code>video</code>, <code>pdf</code>, <code>excel</code></td>\n<td><code>string</code> (file URL)</td>\n<td><code>\"https://example.com/file.pdf\"</code></td>\n</tr>\n<tr>\n<td><code>fault_signature</code></td>\n<td><code>string</code> (file URL)</td>\n<td><code>\"https://example.com/image.jpg\"</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","requests","service_request"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"756ebcd6-e840-485c-8e88-38a2773edb30","name":"Create New Service Request","originalRequest":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"r4SzWx5ohKxEuCdynXqv","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"request_type_id\": 920,\n    \"requestor_uid\": \"uid10000000122\",\n    \"meta_data\": [\n        {\n            \"id\": \"2301e614-960d-447f-924a-ed786770fc74\",\n            \"type\": \"instruction\",\n            \"compulsory\": false,\n            \"title\": \"Provide some short instructions for Requestors\",\n            \"value\": \"\"\n        },\n        {\n            \"id\": \"51911deb-39e1-4f6a-bdf1-82bf6367da4e\",\n            \"type\": \"email\",\n            \"compulsory\": false,\n            \"title\": \"Email Address\",\n            \"value\": [\n                \"public_api@gmail.com\",\n                \"public_api_test@gmai.com\"\n            ],\n            \"placeholder\": \"Type the answer\",\n            \"max_email_limit\": 1\n        },\n        {\n            \"id\": \"cb0a1934-9f5b-4e8c-a2b9-3ce78185200c\",\n            \"type\": \"text\",\n            \"compulsory\": false,\n            \"title\": \"Short Answer\",\n            \"value\": \"\",\n            \"placeholder\": \"Type the answer\"\n        },\n        {\n            \"id\": \"0a16cddd-0d0f-41c6-9a73-09ccff5d1548\",\n            \"type\": \"radio\",\n            \"compulsory\": false,\n            \"title\": \"Single Choice\",\n            \"value\": [\n                {\n                    \"title\": \"Option 1\",\n                    \"value\": true\n                },\n                {\n                    \"title\": \"Option 2\",\n                    \"value\": false\n                }\n            ]\n        },\n        {\n            \"id\": \"7a06fc2e-9187-41fe-b28c-becb21e02e2b\",\n            \"type\": \"checkbox\",\n            \"compulsory\": false,\n            \"title\": \"Multiple Choice\",\n            \"value\": [\n                {\n                    \"title\": \"Option 1\",\n                    \"value\": true\n                },\n                {\n                    \"title\": \"Option 2\",\n                    \"value\": true\n                }\n            ]\n        },\n        {\n            \"id\": \"f796fd35-39a2-47fa-bf05-7ae254c98e12\",\n            \"type\": \"single_choice_dropdown\",\n            \"compulsory\": false,\n            \"title\": \"Single Choice Dropdown\",\n            \"value\": [\n                {\n                    \"title\": \"Option 1\",\n                    \"value\": true\n                },\n                {\n                    \"title\": \"Option 2\",\n                    \"value\": false\n                }\n            ],\n            \"placeholder\": \"Select a single choice\"\n        },\n        {\n            \"id\": \"2353642e-d83d-4fef-a977-32eec58359d6\",\n            \"type\": \"multiple_choice_dropdown\",\n            \"compulsory\": false,\n            \"title\": \"Multiple Choice Dropdown\",\n            \"value\": [\n                {\n                    \"title\": \"Option 1\",\n                    \"value\": true\n                },\n                {\n                    \"title\": \"Option 2\",\n                    \"value\": false\n                }\n            ],\n            \"placeholder\": \"Select multiple choices\"\n        },\n        {\n            \"id\": \"df977c05-a507-4b05-878f-8347c4557bc8\",\n            \"type\": \"datetime\",\n            \"compulsory\": false,\n            \"title\": \"Date / Time\",\n            \"value\": \"20/11/2025 05:03 PM\",\n            \"placeholder\": \"Choose Date & Time\"\n        },\n        {\n            \"id\": \"58816982-c6dc-4ca5-8dba-3b2f220690ea\",\n            \"type\": \"toggle\",\n            \"compulsory\": false,\n            \"title\": \"Toggle\",\n            \"value\": false\n        },\n        {\n            \"id\": \"18a2ad54-bbb4-4412-bc78-77f31868921d\",\n            \"type\": \"image\",\n            \"compulsory\": false,\n            \"title\": \"Image (max 10MB)\",\n            \"value\": \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg\"\n        },\n        {\n            \"id\": \"0875ed4d-33a3-4629-a4d5-e8c476905883\",\n            \"type\": \"video\",\n            \"compulsory\": false,\n            \"title\": \"Video (max 15MB/15s)\",\n            \"value\": \"https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/WeAreGoingOnBullrun.mp4\"\n        },\n        {\n            \"id\": \"992f35af-daa0-4111-8c24-e01d3d62b079\",\n            \"type\": \"multiple_images_videos\",\n            \"compulsory\": false,\n            \"title\": \"Images / Videos (max 10MB each)\",\n            \"value\": [\n                \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg\",\n                \"https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/WeAreGoingOnBullrun.mp4\"\n            ]\n        },\n        {\n            \"id\": \"e3f8a648-4101-4e6e-9a9e-13ffa52ddc23\",\n            \"type\": \"pdf\",\n            \"compulsory\": false,\n            \"title\": \"PDF (max 10MB)\",\n            \"value\": \"https://www.aeee.in/wp-content/uploads/2020/08/Sample-pdf.pdf\"\n        },\n        {\n            \"id\": \"ff155026-a8ea-48fb-8dc8-3dc581668f47\",\n            \"type\": \"excel\",\n            \"compulsory\": false,\n            \"title\": \"Excel (max 10MB)\",\n            \"value\": \"https://github.com/bharathirajatut/sample-excel-dataset/raw/refs/heads/master/airline.xls\"\n        },\n        {\n            \"id\": \"fcffec6b-d08c-4ad4-9993-f30cd97c5b45\",\n            \"type\": \"fault_type\",\n            \"compulsory\": false,\n            \"title\": \"Fault Type\",\n            \"value\": 256,\n            \"placeholder\": \"Select fault type\"\n        },\n        {\n            \"id\": \"68949de5-636e-412c-ba27-debd55b326d3\",\n            \"type\": \"select_location_tags\",\n            \"compulsory\": false,\n            \"title\": \"Location Tags\",\n            \"value\": [\n                20007,\n                20006\n            ],\n            \"placeholder\": \"Select Location Tags to add\"\n        },\n        {\n            \"id\": \"346cebd4-abef-4abf-bbbd-b6a5b3239066\",\n            \"type\": \"fault_signature\",\n            \"compulsory\": false,\n            \"title\": \"Signature\",\n            \"value\": \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg\"\n        },\n        {\n            \"id\": \"5548c220-364c-43d6-8268-879a77d9f56b\",\n            \"type\": \"order_items\",\n            \"compulsory\": false,\n            \"title\": \"Items to order\",\n            \"value\": [\n                {\n                    \"id\": 120,\n                    \"quantity\": 12\n                },\n                {\n                    \"id\": 132,\n                    \"quantity\": 50\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/service_request"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"4460"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n        \"id\": 54994,\n        \"case_id\": \"25010484\",\n        \"kind\": \"custom_fault\",\n        \"request_type\": \"New Public API: Create Request\",\n        \"fault_description\": null,\n        \"status\": \"pending\",\n        \"custom_status\": \"Pending\",\n        \"priority\": \"low\",\n        \"fault_location\": null,\n        \"meta_data\": [\n            {\n                \"id\": \"2301e614-960d-447f-924a-ed786770fc74\",\n                \"type\": \"instruction\",\n                \"compulsory\": false,\n                \"title\": \"Provide some short instructions for Requestors\",\n                \"value\": \"\"\n            },\n            {\n                \"id\": \"51911deb-39e1-4f6a-bdf1-82bf6367da4e\",\n                \"type\": \"email\",\n                \"compulsory\": false,\n                \"title\": \"Email Address\",\n                \"value\": [\n                    \"public_api@gmail.com\",\n                    \"public_api_test@gmai.com\"\n                ],\n                \"placeholder\": \"Type the answer\",\n                \"max_email_limit\": 1\n            },\n            {\n                \"id\": \"cb0a1934-9f5b-4e8c-a2b9-3ce78185200c\",\n                \"type\": \"text\",\n                \"compulsory\": false,\n                \"title\": \"Short Answer\",\n                \"value\": \"\",\n                \"placeholder\": \"Type the answer\"\n            },\n            {\n                \"id\": \"0a16cddd-0d0f-41c6-9a73-09ccff5d1548\",\n                \"type\": \"radio\",\n                \"compulsory\": false,\n                \"title\": \"Single Choice\",\n                \"value\": [\n                    {\n                        \"title\": \"Option 1\",\n                        \"value\": true\n                    },\n                    {\n                        \"title\": \"Option 2\",\n                        \"value\": false\n                    }\n                ]\n            },\n            {\n                \"id\": \"7a06fc2e-9187-41fe-b28c-becb21e02e2b\",\n                \"type\": \"checkbox\",\n                \"compulsory\": false,\n                \"title\": \"Multiple Choice\",\n                \"value\": [\n                    {\n                        \"title\": \"Option 1\",\n                        \"value\": true\n                    },\n                    {\n                        \"title\": \"Option 2\",\n                        \"value\": true\n                    }\n                ]\n            },\n            {\n                \"id\": \"f796fd35-39a2-47fa-bf05-7ae254c98e12\",\n                \"type\": \"single_choice_dropdown\",\n                \"compulsory\": false,\n                \"title\": \"Single Choice Dropdown\",\n                \"value\": [\n                    {\n                        \"title\": \"Option 1\",\n                        \"value\": true\n                    },\n                    {\n                        \"title\": \"Option 2\",\n                        \"value\": false\n                    }\n                ],\n                \"placeholder\": \"Select a single choice\"\n            },\n            {\n                \"id\": \"2353642e-d83d-4fef-a977-32eec58359d6\",\n                \"type\": \"multiple_choice_dropdown\",\n                \"compulsory\": false,\n                \"title\": \"Multiple Choice Dropdown\",\n                \"value\": [\n                    {\n                        \"title\": \"Option 1\",\n                        \"value\": true\n                    },\n                    {\n                        \"title\": \"Option 2\",\n                        \"value\": false\n                    }\n                ],\n                \"placeholder\": \"Select multiple choices\"\n            },\n            {\n                \"id\": \"df977c05-a507-4b05-878f-8347c4557bc8\",\n                \"type\": \"datetime\",\n                \"compulsory\": false,\n                \"title\": \"Date / Time\",\n                \"value\": \"20/11/2025 05:03 PM\",\n                \"placeholder\": \"Choose Date & Time\"\n            },\n            {\n                \"id\": \"58816982-c6dc-4ca5-8dba-3b2f220690ea\",\n                \"type\": \"toggle\",\n                \"compulsory\": false,\n                \"title\": \"Toggle\",\n                \"value\": false\n            },\n            {\n                \"id\": \"18a2ad54-bbb4-4412-bc78-77f31868921d\",\n                \"type\": \"image\",\n                \"compulsory\": false,\n                \"title\": \"Image (max 10MB)\",\n                \"value\": \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg\"\n            },\n            {\n                \"id\": \"0875ed4d-33a3-4629-a4d5-e8c476905883\",\n                \"type\": \"video\",\n                \"compulsory\": false,\n                \"title\": \"Video (max 15MB/15s)\",\n                \"value\": \"https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/WeAreGoingOnBullrun.mp4\"\n            },\n            {\n                \"id\": \"992f35af-daa0-4111-8c24-e01d3d62b079\",\n                \"type\": \"multiple_images_videos\",\n                \"compulsory\": false,\n                \"title\": \"Images / Videos (max 10MB each)\",\n                \"value\": [\n                    \"https://cdn.uat.facilitybot.co/staging/fault_images/files/000/029/733/original/BigBuckBunny.jpg?1765384040\",\n                    \"https://cdn.uat.facilitybot.co/staging/fault_videos/files/000/029/734/original/WeAreGoingOnBullrun.mp4?1765384042\"\n                ]\n            },\n            {\n                \"id\": \"e3f8a648-4101-4e6e-9a9e-13ffa52ddc23\",\n                \"type\": \"pdf\",\n                \"compulsory\": false,\n                \"title\": \"PDF (max 10MB)\",\n                \"value\": \"https://www.aeee.in/wp-content/uploads/2020/08/Sample-pdf.pdf\"\n            },\n            {\n                \"id\": \"ff155026-a8ea-48fb-8dc8-3dc581668f47\",\n                \"type\": \"excel\",\n                \"compulsory\": false,\n                \"title\": \"Excel (max 10MB)\",\n                \"value\": \"https://github.com/bharathirajatut/sample-excel-dataset/raw/refs/heads/master/airline.xls\"\n            },\n            {\n                \"id\": \"fcffec6b-d08c-4ad4-9993-f30cd97c5b45\",\n                \"type\": \"fault_type\",\n                \"compulsory\": false,\n                \"title\": \"Fault Type\",\n                \"value\": 256,\n                \"placeholder\": \"Select fault type\"\n            },\n            {\n                \"id\": \"68949de5-636e-412c-ba27-debd55b326d3\",\n                \"type\": \"select_location_tags\",\n                \"compulsory\": false,\n                \"title\": \"Location Tags\",\n                \"value\": [\n                    20007,\n                    20006\n                ],\n                \"placeholder\": \"Select Location Tags to add\"\n            },\n            {\n                \"id\": \"346cebd4-abef-4abf-bbbd-b6a5b3239066\",\n                \"type\": \"fault_signature\",\n                \"compulsory\": false,\n                \"title\": \"Signature\",\n                \"value\": \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg\"\n            },\n            {\n                \"id\": \"5548c220-364c-43d6-8268-879a77d9f56b\",\n                \"type\": \"order_items\",\n                \"compulsory\": false,\n                \"title\": \"Items to order\",\n                \"value\": [\n                    {\n                        \"id\": 120,\n                        \"quantity\": 12\n                    },\n                    {\n                        \"id\": 132,\n                        \"quantity\": 50\n                    }\n                ]\n            }\n        ],\n        \"fault_type\": {\n            \"id\": 256,\n            \"name\": \"Cleaning\"\n        },\n        \"fault_sub_type\": {\n            \"id\": null,\n            \"name\": null\n        },\n        \"fault_location_tags\": [\n            {\n                \"id\": 20006,\n                \"name\": \"Blk 207 BISHAN ST 23\"\n            },\n            {\n                \"id\": 20007,\n                \"name\": \"Block B\"\n            }\n        ],\n        \"fault_images\": [],\n        \"fault_videos\": [],\n        \"processing_attachments\": [],\n        \"complete_attachments\": [],\n        \"requestor\": {\n            \"id\": 7306,\n            \"uid\": \"uid10000000122\",\n            \"source\": \"requestor\",\n            \"first_name\": \"Dao\",\n            \"last_name\": \"Nguyen\",\n            \"full_name\": \"Dao Nguyen\",\n            \"email\": null\n        },\n        \"assign_to\": [],\n        \"notes\": [],\n        \"require_attachment_processing\": true,\n        \"require_attachment_complete\": true,\n        \"processing_remarks\": null,\n        \"completion_remarks\": null,\n        \"created_at\": 1765384043,\n        \"processed_at\": null,\n        \"closed_at\": null\n    }\n}"}],"_postman_id":"35d0ff46-128b-4fc2-b550-8bc5d53197a2"},{"name":"Update status a Request","id":"bf97522f-593b-4363-a8d5-c63e6c0bf2e8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"PUT","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxxxxx","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"status","value":"","type":"text","uuid":"a7f12ac0-e3b0-4e82-94bd-13deb1b5c3ce","description":"<p>required, values: [\"processing\", \"canceled\", \"complete\"]</p>\n"},{"key":"remarks","value":"","type":"text","uuid":"ea574c97-be88-4529-95ca-7b5e6decc2ab","description":"<p>required</p>\n"},{"key":"files[]","type":"file","uuid":"32b207e2-6000-45ce-985a-70f39ad5914e","description":"<p>optional. Maximun is 5 files</p>\n","value":null}]},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/{request_id}/status","description":"<h3 id=\"description\">Description</h3>\n<p>Update status a Request</p>\n<p><strong>Request Body(</strong> form-data <strong>)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>Request Status  <br />  <br />Supported value: <code>processing</code> ,<code>complete</code> ,<code>canceled</code> ,<code>processing_{number}</code> ,<code>complete_{number}</code></td>\n</tr>\n<tr>\n<td><code>remarks</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Additional remarks for the status update.</td>\n</tr>\n<tr>\n<td><code>files[]</code></td>\n<td><code>array[file]</code></td>\n<td>No</td>\n<td>Array of uploaded files.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","requests","{request_id}","status"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"36b2e7c6-5ff6-402d-828c-4134aa426dee","name":"Update status a Request","originalRequest":{"method":"PUT","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxxxxx","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"status","value":"complete","description":"required, values: [\"processing\", \"canceled\", \"complete\"]","type":"text","uuid":"fb4ff46d-d674-4fef-9e76-321e6588c3c6"},{"key":"remarks","value":"completed","description":"requried","type":"text","uuid":"75139d71-a622-4e4d-834b-48168fda014a"},{"key":"files[]","description":"optional","type":"file","uuid":"f0de8aca-4c2e-41a1-9dc0-13b622898a8c","value":null}]},"url":"https://portal.uat.facilitybot.co/api/client/v1/requests/248/status"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n        \"id\": 54169,\n        \"case_id\": \"26009723\",\n        \"kind\": \"report_fault\",\n        \"request_type\": \"Report Fault\",\n        \"fault_description\": \"Air conditioning not working at lobby since yesterday. (ABC123462) (ABC123462)\",\n        \"status\": \"complete\",\n        \"custom_status\": \"Complete (Check later)\",\n        \"priority\": \"low\",\n        \"fault_location\": \"Lobby Level 1, Tower A\",\n        \"meta_data\": [],\n        \"fault_type\": {\n            \"id\": 2628,\n            \"name\": \"Cleanliness\"\n        },\n        \"fault_sub_type\": {\n            \"id\": null,\n            \"name\": null\n        },\n        \"fault_location_tags\": [],\n        \"fault_images\": [],\n        \"fault_videos\": [],\n        \"processing_attachments\": [\n            {\n                \"id\": 28841,\n                \"name\": \"istockphoto-2148490548-612x612.jpg\",\n                \"size\": 65734,\n                \"url\": \"https://cdn.uat.facilitybot.co/development/upgrade/attachment_processings/files/000/028/841/original/istockphoto-2148490548-612x612.jpg?1773682533\",\n                \"content_type\": \"image/jpeg\",\n                \"has_virus\": false,\n                \"created_at\": 1773682533\n            }\n        ],\n        \"complete_attachments\": [\n            {\n                \"id\": 28842,\n                \"name\": \"istockphoto-2148490548-612x612.jpg\",\n                \"size\": 65734,\n                \"url\": \"https://cdn.uat.facilitybot.co/development/upgrade/attachment_completes/files/000/028/842/original/istockphoto-2148490548-612x612.jpg?1773682566\",\n                \"content_type\": \"image/jpeg\",\n                \"has_virus\": false,\n                \"created_at\": 1773682566\n            }\n        ],\n        \"requestor\": {\n            \"id\": 7539,\n            \"uid\": \"jane.smith@example.com\",\n            \"source\": \"requestor\",\n            \"first_name\": \"Jane Smith2\",\n            \"last_name\": null,\n            \"full_name\": \"Jane Smith2\",\n            \"email\": \"jane.smith@example.com\"\n        },\n        \"assign_to\": [],\n        \"notes\": [],\n        \"require_attachment_processing\": false,\n        \"require_attachment_complete\": false,\n        \"processing_remarks\": \"complete remarks\",\n        \"completion_remarks\": \"complete remarks\",\n        \"created_at\": 1773652048,\n        \"processed_at\": 1773682533,\n        \"closed_at\": 1773682566,\n        \"linked_asset_trackings\": []\n    }\n}"}],"_postman_id":"bf97522f-593b-4363-a8d5-c63e6c0bf2e8"}],"id":"129f18f1-f052-4dc2-a94c-26a0f5c3625a","_postman_id":"129f18f1-f052-4dc2-a94c-26a0f5c3625a","description":""},{"name":"Fault Types","item":[{"name":"Get All Fault Types","id":"61dadf48-f43a-45cf-85f8-0f23e0869397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/fault_types","description":"<h4 id=\"description\">Description</h4>\n<p>Use this API to retrieve all fault types with optional filters based on specified parameters. Note: This listing does not support pagination.</p>\n<h4 id=\"supported-parameters\">Supported Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>q</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Search text string</td>\n</tr>\n<tr>\n<td><code>data_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Used fields: <code>created_at</code></td>\n</tr>\n<tr>\n<td><code>order_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Support: <code>asc</code> , <code>desc</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","fault_types"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"34dfbc16-08ef-4e65-a5fe-53a63fff9d70","name":"Get Fault Types","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/fault_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"2851"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Others\",\n            \"created_at\": 1684991187,\n            \"fault_sub_type_tags\": []\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Security\",\n            \"created_at\": 1684991187,\n            \"fault_sub_type_tags\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\",\n                    \"created_at\": 1709893465\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Landscaping / Horticulture\",\n            \"created_at\": 1684991187,\n            \"fault_sub_type_tags\": []\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Building\",\n            \"created_at\": 1684991187,\n            \"fault_sub_type_tags\": []\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Mechanical and Electrical\",\n            \"created_at\": 1684991187,\n            \"fault_sub_type_tags\": []\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Cleaning\",\n            \"created_at\": 1684991187,\n            \"fault_sub_type_tags\": []\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Buildings\",\n            \"created_at\": 1689675910,\n            \"fault_sub_type_tags\": []\n        }\n    ]\n}"}],"_postman_id":"61dadf48-f43a-45cf-85f8-0f23e0869397"},{"name":"Get Fault Type Details","id":"d0e393d5-1bc9-4c86-9f68-f6243a232b9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/fault_types/{fault_type_id}","description":"<h3 id=\"description\">Description</h3>\n<p>Use this API to retrieve the details of a specific fault type.</p>\n","urlObject":{"protocol":"https","path":["api","client","v1","fault_types","{fault_type_id}"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"c072a5c2-703f-4491-b0ed-3432b77910cd","name":"Get Fault Type Details","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/fault_types/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"238"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n            \"id\": 2,\n            \"name\": \"Security\",\n            \"created_at\": 1684991187,\n            \"fault_sub_type_tags\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\",\n                    \"created_at\": 1709893465\n                }\n            ]\n        }\n}"}],"_postman_id":"d0e393d5-1bc9-4c86-9f68-f6243a232b9e"}],"id":"baea9c72-e385-4b7d-84d4-d6fec9eab5d6","_postman_id":"baea9c72-e385-4b7d-84d4-d6fec9eab5d6","description":""},{"name":"Fault Location Tags","item":[{"name":"Get Fault Location Tags","id":"6052d749-0ce0-4042-bc5e-d628d65c9a24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"rNq-HFxcVvCTegL7gxR1","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"},{"key":"Fcb-Device-Type","value":"mobile","type":"text"}],"url":"{{facility_host}}/api/v1/fault_locations/locations_not_paginate","description":"<h4 id=\"description\">Description</h4>\n<p>Use this API to retrieve a list of fault location tags with optional filters based on specified parameters</p>\n<h4 id=\"supported-parameters\">Supported Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>q</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Search text string</td>\n</tr>\n<tr>\n<td><code>data_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>used fields: <code>created_at</code> ,<code>name</code></td>\n</tr>\n<tr>\n<td><code>order_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Support: <code>asc</code> , <code>desc</code></td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Default: 1</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Maximum is 25  <br />  <br />Default: 10</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","fault_locations","locations_not_paginate"],"host":["{{facility_host}}"],"query":[],"variable":[]}},"response":[{"id":"f8df6d89-55a9-4309-8445-f512e97c2256","name":"Get Fault Location Tags","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/location_tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"4758"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": [\n        {\n            \"id\": 13,\n            \"name\": \"B9910l9\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"synonyms\": [],\n            \"created_at\": 1729500787,\n            \"parent_id\": null,\n            \"sub_tags\": []\n        },\n        {\n            \"id\": 12,\n            \"name\": \"B9910l8\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"synonyms\": [],\n            \"created_at\": 1729500783,\n            \"parent_id\": null,\n            \"sub_tags\": []\n        },\n        {\n            \"id\": 11,\n            \"name\": \"B9910l7\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"synonyms\": [],\n            \"created_at\": 1729500779,\n            \"parent_id\": null,\n            \"sub_tags\": []\n        },\n        {\n            \"id\": 10,\n            \"name\": \"B9910l6\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"synonyms\": [],\n            \"created_at\": 1729500751,\n            \"parent_id\": null,\n            \"sub_tags\": []\n        },\n        {\n            \"id\": 9,\n            \"name\": \"B991001\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"synonyms\": [],\n            \"created_at\": 1709889096,\n            \"parent_id\": null,\n            \"sub_tags\": []\n        },\n        {\n            \"id\": 8,\n            \"name\": \"B991002\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"synonyms\": [],\n            \"created_at\": 1709889088,\n            \"parent_id\": null,\n            \"sub_tags\": []\n        },\n        {\n            \"id\": 5,\n            \"name\": \"B9910l5\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"synonyms\": [],\n            \"created_at\": 1685527934,\n            \"parent_id\": null,\n            \"sub_tags\": []\n        },\n        {\n            \"id\": 4,\n            \"name\": \"B9910l4\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"synonyms\": [],\n            \"created_at\": 1685527931,\n            \"parent_id\": null,\n            \"sub_tags\": []\n        },\n        {\n            \"id\": 3,\n            \"name\": \"B9910l3\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"synonyms\": [],\n            \"created_at\": 1685527927,\n            \"parent_id\": null,\n            \"sub_tags\": []\n        },\n        {\n            \"id\": 2,\n            \"name\": \"B9910l2\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"synonyms\": [],\n            \"created_at\": 1685527924,\n            \"parent_id\": null,\n            \"sub_tags\": []\n        }\n    ],\n    \"page\": 1,\n    \"per_page\": 10,\n    \"total_pages\": 2,\n    \"count\": 11\n}"}],"_postman_id":"6052d749-0ce0-4042-bc5e-d628d65c9a24"},{"name":"Get Fault Location Tag Details","id":"9edaa8a0-75e5-4573-b78a-be436e8296e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/location_tags/{location_tag_id}","description":"<h3 id=\"description\">Description</h3>\n<p>Use this API to retrieve the details of a specific fault location tag</p>\n","urlObject":{"protocol":"https","path":["api","client","v1","location_tags","{location_tag_id}"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"1435322e-fbe6-4cd9-950e-ebf5c6b3fc19","name":"Get Fault Location Tag Details","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/location_tags/13"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"566"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n            \"id\": 13,\n            \"name\": \"B9910l9\",\n            \"latitude\": null,\n            \"longitude\": null,\n            \"synonyms\": [],\n            \"created_at\": 1729500787,\n            \"parent_id\": null,\n            \"sub_tags\": []\n        }\n}"}],"_postman_id":"9edaa8a0-75e5-4573-b78a-be436e8296e4"}],"id":"e6136b37-837b-4e83-a2e5-7fca9157fafa","_postman_id":"e6136b37-837b-4e83-a2e5-7fca9157fafa","description":""},{"name":"Requestors","item":[{"name":"Get Requestors","id":"a8529b20-c855-4644-97f1-5a137be1c6bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/requestors","description":"<h4 id=\"description\">Description</h4>\n<p>Use this API to retrieve a list of requestors with optional filters based on specified parameters</p>\n<h4 id=\"supported-parameters\">Supported Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>q</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Search text string</td>\n</tr>\n<tr>\n<td><code>data_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Used fields: <code>created_at</code>, <code>name</code></td>\n</tr>\n<tr>\n<td><code>order_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Support: <code>asc</code>, <code>desc</code></td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Default: 1</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Maximum is 25  <br />  <br />Default: 10</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","requestors"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"f9cdb484-4e89-454e-b1bb-ecc96deeae31","name":"Get Requestors","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/requestors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"1283"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": [\n        {\n            \"uid\": \"NV0001356\",\n            \"first_name\": \"Emma James\",\n            \"last_name\": null,\n            \"full_name\": \"Emma James\",\n            \"email\": \"emma_james@gmail.com\",\n            \"created_at\": 1740037279\n        },\n        {\n            \"uid\": \"NV0001355\",\n            \"first_name\": \"Emma Sham\",\n            \"last_name\": null,\n            \"full_name\": \"Emma Sham\",\n            \"email\": null,\n            \"created_at\": 1739980390\n        },\n        {\n            \"uid\": \"NV0001354\",\n            \"first_name\": \"Emma Moore\",\n            \"last_name\": \"\",\n            \"full_name\": \"Emma Moore\",\n            \"email\": null,\n            \"created_at\": 1739962502\n        },\n        {\n            \"uid\": \"NV0001353\",\n            \"first_name\": \"James Taylor\",\n            \"last_name\": \"\",\n            \"full_name\": \"James Taylor\",\n            \"email\": null,\n            \"created_at\": 1739962494\n        },\n        {\n            \"uid\": \"NV0001352\",\n            \"first_name\": \"JDaniel Wilson\",\n            \"last_name\": \"\",\n            \"full_name\": \"JDaniel Wilson\",\n            \"email\": null,\n            \"created_at\": 1739962485\n        },\n        {\n            \"uid\": \"NV0001351\",\n            \"first_name\": \"Jessica Miller\",\n            \"last_name\": \"\",\n            \"full_name\": \"Jessica Miller\",\n            \"email\": null,\n            \"created_at\": 1739962478\n        },\n        {\n            \"uid\": \"NV0001350\",\n            \"first_name\": \"Emily Davis\",\n            \"last_name\": \"\",\n            \"full_name\": \"Emily Davis\",\n            \"email\": null,\n            \"created_at\": 1739962466\n        },\n        {\n            \"uid\": \"NV0001349\",\n            \"first_name\": \"Sarah Brown\",\n            \"last_name\": \"\",\n            \"full_name\": \"Sarah Brown\",\n            \"email\": null,\n            \"created_at\": 1739962456\n        },\n        {\n            \"uid\": \"NV0001348\",\n            \"first_name\": \"David Williams\",\n            \"last_name\": \"\",\n            \"full_name\": \"David Williams\",\n            \"email\": null,\n            \"created_at\": 1739962447\n        },\n        {\n            \"uid\": \"NV0001347\",\n            \"first_name\": \"Michael Johnson\",\n            \"last_name\": \"\",\n            \"full_name\": \"Michael Johnson\",\n            \"email\": null,\n            \"created_at\": 1739962435\n        }\n    ],\n    \"page\": 1,\n    \"per_page\": 10,\n    \"total_pages\": 2,\n    \"count\": 19\n}"}],"_postman_id":"a8529b20-c855-4644-97f1-5a137be1c6bb"},{"name":"Get Requests belongs to a requestor","id":"ca63cb3f-c8e4-42ba-9c6a-6d5dca7438f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/requestors/{requestor_uid}/requests","description":"<h4 id=\"description\">Description</h4>\n<p>Use this API to retrieve all requests for a specific requestor with optional filters based on specified parameters.</p>\n<h4 id=\"supported-parameteres\">Supported Parameteres</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>q</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Search text string</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Staus of request  <br />  <br />Supported value: <code>pending</code> ,<code>processing</code> <code>canceled</code> ,<code>complete</code></td>\n</tr>\n<tr>\n<td><code>start_date</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Format: <code>DD/MM/YYYY</code></td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Format: <code>DD/MM/YYYY</code></td>\n</tr>\n<tr>\n<td><code>data_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Sort by when return list request  <br />  <br />Used fields: <code>created_at</code> ,<code>status</code></td>\n</tr>\n<tr>\n<td><code>order_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Support: <code>asc</code> ,<code>desc</code></td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>integer</code></td>\n<td>No</td>\n<td>Default: 1</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td><code>integer</code></td>\n<td>No</td>\n<td>Max is 25  <br />  <br />Default: 10</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","requestors","{requestor_uid}","requests"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"a5245919-80d7-4b3d-849f-8f4f036dcb27","name":"Get Requests belongs to a requestor","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/requestors/NV0001345/requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"7734"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": [\n        {\n            \"id\": 239,\n            \"case_id\": \"25000191\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"The door is broken\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"fault_location\": \"The lobby\",\n            \"fault_type\": {\n                \"id\": 2,\n                \"name\": \"Security\"\n            },\n            \"fault_sub_type\": {\n                \"id\": 7,\n                \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n            },\n            \"fault_location_tags\": [],\n            \"fault_images\": [\n                {\n                    \"id\": 419,\n                    \"name\": \"888856.png\",\n                    \"size\": 21907,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/419/original/888856.png?1739959920\",\n                    \"content_type\": \"image/png\",\n                    \"created_at\": 1739959920\n                }\n            ],\n            \"fault_videos\": [],\n            \"processing_attachments\": [],\n            \"complete_attachments\": [],\n            \"requestor\": {\n                \"id\": 70,\n                \"uid\": \"NV0001345\",\n                \"source\": \"requestor\",\n                \"first_name\": \"van\",\n                \"last_name\": \"dao\",\n                \"full_name\": \"van dao\",\n                \"email\": null\n            },\n            \"assign_to\": [],\n            \"notes\": [],\n            \"processing_remarks\": null,\n            \"completion_remarks\": null,\n            \"created_at\": 1739959920,\n            \"processed_at\": null,\n            \"closed_at\": null\n        },\n        {\n            \"id\": 238,\n            \"case_id\": \"25000190\",\n            \"kind\": \"report_fault\",\n            \"request_type\": \"Report Fault\",\n            \"fault_description\": \"The door is broken\",\n            \"status\": \"pending\",\n            \"priority\": \"low\",\n            \"fault_location\": \"The lobby\",\n            \"fault_type\": {\n                \"id\": 2,\n                \"name\": \"Security\"\n            },\n            \"fault_sub_type\": {\n                \"id\": 7,\n                \"name\": \"Equipment Breakdown (CCTV / Turnstiles / Gantry / Card Reader)\"\n            },\n            \"fault_location_tags\": [],\n            \"fault_images\": [\n                {\n                    \"id\": 417,\n                    \"name\": \"888856.png\",\n                    \"size\": 21907,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_images/files/000/000/417/original/888856.png?1739959902\",\n                    \"content_type\": \"image/png\",\n                    \"created_at\": 1739959902\n                }\n            ],\n            \"fault_videos\": [\n                {\n                    \"id\": 418,\n                    \"name\": \"SampleVideo_1280x721_2mb.mp4\",\n                    \"size\": 2107842,\n                    \"url\": \"https://cdn.uat.facilitybot.co/development/fault_videos/files/000/000/418/original/SampleVideo_1280x721_2mb.mp4?1739959904\",\n                    \"content_type\": \"video/mp4\",\n                    \"created_at\": 1739959904\n                }\n            ],\n            \"processing_attachments\": [],\n            \"complete_attachments\": [],\n            \"requestor\": {\n                \"id\": 70,\n                \"uid\": \"NV0001345\",\n                \"source\": \"requestor\",\n                \"first_name\": \"van\",\n                \"last_name\": \"dao\",\n                \"full_name\": \"van dao\",\n                \"email\": null\n            },\n            \"assign_to\": [],\n            \"notes\": [],\n            \"processing_remarks\": null,\n            \"completion_remarks\": null,\n            \"created_at\": 1739959901,\n            \"processed_at\": null,\n            \"closed_at\": null\n        }\n    ],\n    \"page\": 1,\n    \"per_page\": 25,\n    \"total_pages\": 1,\n    \"count\": 2\n}"}],"_postman_id":"ca63cb3f-c8e4-42ba-9c6a-6d5dca7438f0"},{"name":"Get Requestor Details","id":"5c91e448-96d3-4d91-a33c-9f442ca9e4d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/requestors/{requestor_uid}","description":"<h3 id=\"description\">Description</h3>\n<p>Use this API to retrieve the details of a specific requestor</p>\n","urlObject":{"protocol":"https","path":["api","client","v1","requestors","{requestor_uid}"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"67223462-50c2-4bb9-b37d-c52c8b494e30","name":"Get Requestor Details","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/requestors/NV0001356"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"160"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n            \"uid\": \"NV0001356\",\n            \"first_name\": \"Emma James\",\n            \"last_name\": null,\n            \"full_name\": \"Emma James\",\n            \"email\": \"emma_james@gmail.com\",\n            \"created_at\": 1740037279\n        }\n}"}],"_postman_id":"5c91e448-96d3-4d91-a33c-9f442ca9e4d0"},{"name":"Create New Requestor","id":"87bee7b0-9f97-4c47-aba2-0590052bef67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"NV0001356\",\n    \"first_name\": \"Emma James\",\n    \"last_name\": null,\n    \"email\": \"emma_james@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://portal.uat.facilitybot.co/api/client/v1/requestors","description":"<h3 id=\"description\">Description</h3>\n<p>Use this API to create a new Requestor</p>\n<h3 id=\"request-body\"><strong>Request Body</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>uid</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>A unique identifier for the requestor.</td>\n</tr>\n<tr>\n<td><code>first_name</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>The first name of the requestor.</td>\n</tr>\n<tr>\n<td><code>last_name</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>The last name of the requestor.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>The email of the requestor.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","requestors"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"acd01092-e47a-4925-ae5a-0868d09c4532","name":"Create New Requestor","originalRequest":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"NV0001356\",\n    \"first_name\": \"Emma James\",\n    \"last_name\": null,\n    \"email\": \"emma_james@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://portal.uat.facilitybot.co/api/client/v1/requestors"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"152"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n        \"uid\": \"NV0001356\",\n        \"first_name\": \"Emma James\",\n        \"last_name\": null,\n        \"email\": \"emma_james@gmail.com\"\n    }\n}"}],"_postman_id":"87bee7b0-9f97-4c47-aba2-0590052bef67"},{"name":"Update a Requestor","id":"33ece369-ead5-4fe2-88a4-66b5789b3bba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Emma James\",\n    \"last_name\": null,\n    \"email\": \"emma_james@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://portal.uat.facilitybot.co/api/client/v1/requestors/{requestor_uid}","description":"<h3 id=\"description\">Description</h3>\n<p>Use this API to create a new Requestor</p>\n<h3 id=\"request-body\"><strong>Request Body</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>first_name</code></td>\n<td><code>string</code></td>\n<td>Yes</td>\n<td>The first name of the requestor.</td>\n</tr>\n<tr>\n<td><code>last_name</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>The last name of the requestor.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>The email of the requestor.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","requestors","{requestor_uid}"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"1411ccff-b68a-4013-a40a-da30fa34b54c","name":"Create New Requestor","originalRequest":{"method":"POST","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"NV0001354\",\n    \"first_name\": \"Emma Moore\",\n    \"last_name\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://portal.uat.facilitybot.co/api/client/v1/requestors"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"152"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n        \"uid\": \"NV0001356\",\n        \"first_name\": \"Emma James\",\n        \"last_name\": null,\n        \"email\": \"emma_james@gmail.com\"\n    }\n}"}],"_postman_id":"33ece369-ead5-4fe2-88a4-66b5789b3bba"}],"id":"b9273218-1e79-4998-8981-f156b3cced2c","_postman_id":"b9273218-1e79-4998-8981-f156b3cced2c","description":""},{"name":"Checklists","item":[{"name":"Get Checklists","id":"3920137e-6141-498a-ac0d-55a882db09ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"KkJztnvu7jnVYesBM6Vv","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"},{"key":"","value":"","description":"<p>xxxxxxxxxx</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/checklists","description":"<h4 id=\"description\">Description</h4>\n<p>Use this API to get all checklists filtered based on your specified parameters</p>\n<h4 id=\"supported-parameteres\">Supported Parameteres</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>q</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Search text string</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Staus of request  <br />  <br />Supported value: <code>pending</code> ,<code>processing</code> <code>canceled</code> ,<code>complete</code></td>\n</tr>\n<tr>\n<td><code>start_date</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Format: <code>DD/MM/YYYY</code></td>\n</tr>\n<tr>\n<td><code>end_date</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Format: <code>DD/MM/YYYY</code></td>\n</tr>\n<tr>\n<td><code>data_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Sort by when return list request  <br />  <br />Used fields: <code>created_at</code> ,<code>status</code></td>\n</tr>\n<tr>\n<td><code>order_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Support: <code>asc</code> ,<code>desc</code></td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>integer</code></td>\n<td>No</td>\n<td>Default: 1</td>\n</tr>\n<tr>\n<td><code>per_page</code></td>\n<td><code>integer</code></td>\n<td>No</td>\n<td>Maximum is 25  <br />  <br />Default: 10</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","checklists"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"1bdc48a7-2181-43f6-8be7-81092542da6b","name":"Get Checklists","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/checklists"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"6486"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": [\n        {\n            \"id\": 99091,\n            \"checklist_id\": \"2533402\",\n            \"name\": \"single choice score\",\n            \"status\": \"pending\",\n            \"score\": null,\n            \"assign_to\": [],\n            \"sign_off_by\": [],\n            \"linked_asset_ids\": [],\n            \"linked_location_tags\": [],\n            \"linked_customers\": [],\n            \"linked_labels\": [],\n            \"linked_checklists\": [],\n            \"due_date\": null,\n            \"remarks\": [],\n            \"created_at\": 1760949411,\n            \"updated_at\": 1760949411,\n            \"processing_at\": null,\n            \"complete_at\": null\n        },\n        {\n            \"id\": 99090,\n            \"checklist_id\": \"2533401\",\n            \"name\": \"test logic row\",\n            \"status\": \"pending\",\n            \"score\": null,\n            \"assign_to\": [],\n            \"sign_off_by\": [],\n            \"linked_asset_ids\": [],\n            \"linked_location_tags\": [],\n            \"linked_customers\": [],\n            \"linked_labels\": [],\n            \"linked_checklists\": [],\n            \"due_date\": null,\n            \"remarks\": [],\n            \"created_at\": 1760949351,\n            \"updated_at\": 1760949351,\n            \"processing_at\": null,\n            \"complete_at\": null\n        },\n        {\n            \"id\": 99089,\n            \"checklist_id\": \"2533400\",\n            \"name\": \"single choice score\",\n            \"status\": \"pending\",\n            \"score\": null,\n            \"assign_to\": [],\n            \"sign_off_by\": [],\n            \"linked_asset_ids\": [],\n            \"linked_location_tags\": [],\n            \"linked_customers\": [],\n            \"linked_labels\": [],\n            \"linked_checklists\": [],\n            \"due_date\": null,\n            \"remarks\": [],\n            \"created_at\": 1760949293,\n            \"updated_at\": 1760949293,\n            \"processing_at\": null,\n            \"complete_at\": null\n        },\n        {\n            \"id\": 99083,\n            \"checklist_id\": \"2533398\",\n            \"name\": \"e-to-e test checklist setting\",\n            \"status\": \"pending\",\n            \"score\": null,\n            \"assign_to\": [\n                {\n                    \"id\": 407,\n                    \"name\": \"Alyza\",\n                    \"email\": \"alyza@gmail.com\"\n                }\n            ],\n            \"sign_off_by\": [],\n            \"linked_asset_ids\": [\n                {\n                    \"asset_id\": 10016423\n                },\n                {\n                    \"asset_id\": 10016424\n                }\n            ],\n            \"linked_location_tags\": [\n                {\n                    \"id\": 256,\n                    \"display_name\": \"เป็นความ เป็นความ\"\n                },\n                {\n                    \"id\": 1618,\n                    \"display_name\": \"10\"\n                }\n            ],\n            \"linked_customers\": [\n                {\n                    \"id\": 115,\n                    \"name\": \"Test Customer\"\n                },\n                {\n                    \"id\": 114,\n                    \"name\": \"Nguyễn Hoàng Anh Customer 1\"\n                }\n            ],\n            \"linked_labels\": [],\n            \"linked_checklists\": [\n                {\n                    \"id\": 99091,\n                    \"checklist_id\": \"2533402\",\n                    \"name\": \"single choice score\",\n                    \"status\": \"pending\"\n                },\n                {\n                    \"id\": 99090,\n                    \"checklist_id\": \"2533401\",\n                    \"name\": \"test logic row\",\n                    \"status\": \"pending\"\n                }\n            ],\n            \"due_date\": null,\n            \"remarks\": [],\n            \"created_at\": 1760927760,\n            \"updated_at\": 1760953217,\n            \"processing_at\": null,\n            \"complete_at\": null\n        },\n        {\n            \"id\": 99076,\n            \"checklist_id\": \"2533396\",\n            \"name\": \"e-to-e test checklist setting\",\n            \"status\": \"pending\",\n            \"score\": null,\n            \"assign_to\": [],\n            \"sign_off_by\": [],\n            \"linked_asset_ids\": [],\n            \"linked_location_tags\": [],\n            \"linked_customers\": [],\n            \"linked_labels\": [],\n            \"linked_checklists\": [],\n            \"due_date\": {\n                \"time\": 1761875460,\n                \"label\": \"\"\n            },\n            \"remarks\": [],\n            \"created_at\": 1760841360,\n            \"updated_at\": 1760841360,\n            \"processing_at\": null,\n            \"complete_at\": null\n        },\n        {\n            \"id\": 99074,\n            \"checklist_id\": \"2533395\",\n            \"name\": \"e-to-e test checklist setting\",\n            \"status\": \"pending\",\n            \"score\": null,\n            \"assign_to\": [\n                {\n                    \"id\": 407,\n                    \"name\": \"Alyza\",\n                    \"email\": \"alyza@gmail.com\"\n                }\n            ],\n            \"sign_off_by\": [],\n            \"linked_asset_ids\": [\n                {\n                    \"asset_id\": 10016424\n                },\n                {\n                    \"asset_id\": 10016423\n                }\n            ],\n            \"linked_location_tags\": [\n                {\n                    \"id\": 256,\n                    \"display_name\": \"เป็นความ เป็นความ\"\n                },\n                {\n                    \"id\": 1618,\n                    \"display_name\": \"10\"\n                }\n            ],\n            \"linked_customers\": [\n                {\n                    \"id\": 113,\n                    \"name\": \"Sirikakire\"\n                },\n                {\n                    \"id\": 114,\n                    \"name\": \"Nguyễn Hoàng Anh Customer 1\"\n                }\n            ],\n            \"linked_labels\": [],\n            \"linked_checklists\": [],\n            \"due_date\": null,\n            \"remarks\": [],\n            \"created_at\": 1760754960,\n            \"updated_at\": 1760797353,\n            \"processing_at\": null,\n            \"complete_at\": null\n        },\n        {\n            \"id\": 99082,\n            \"checklist_id\": \"2533394\",\n            \"name\": \"KTest location\",\n            \"status\": \"pending\",\n            \"score\": null,\n            \"assign_to\": [],\n            \"sign_off_by\": [],\n            \"linked_asset_ids\": [],\n            \"linked_location_tags\": [\n                {\n                    \"id\": 527,\n                    \"display_name\": \"1234_edited\"\n                },\n                {\n                    \"id\": 1618,\n                    \"display_name\": \"10\"\n                },\n                {\n                    \"id\": 1717,\n                    \"display_name\": \"100\"\n                },\n                {\n                    \"id\": 1718,\n                    \"display_name\": \"100: 1\"\n                },\n                {\n                    \"id\": 1720,\n                    \"display_name\": \"100: 3\"\n                },\n                {\n                    \"id\": 1728,\n                    \"display_name\": \"110\"\n                },\n                {\n                    \"id\": 1729,\n                    \"display_name\": \"110: 1\"\n                },\n                {\n                    \"id\": 1730,\n                    \"display_name\": \"110: 2\"\n                },\n                {\n                    \"id\": 1732,\n                    \"display_name\": \"110: 4\"\n                },\n                {\n                    \"id\": 1739,\n                    \"display_name\": \"120\"\n                },\n                {\n                    \"id\": 1740,\n                    \"display_name\": \"120: 1\"\n                },\n                {\n                    \"id\": 1741,\n                    \"display_name\": \"120: 2\"\n                },\n                {\n                    \"id\": 3832,\n                    \"display_name\": \"1122\"\n                },\n                {\n                    \"id\": 4756,\n                    \"display_name\": \"Blk 3\"\n                },\n                {\n                    \"id\": 4941,\n                    \"display_name\": \"Blk 2\"\n                },\n                {\n                    \"id\": 5124,\n                    \"display_name\": \"Blk 1\"\n                },\n                {\n                    \"id\": 6751,\n                    \"display_name\": \"Life Lobby 2\"\n                },\n                {\n                    \"id\": 6789,\n                    \"display_name\": \"parent\"\n                },\n                {\n                    \"id\": 6812,\n                    \"display_name\": \"My new Tag page\"\n                },\n                {\n                    \"id\": 6816,\n                    \"display_name\": \"Litrak\"\n                },\n                {\n                    \"id\": 18598,\n                    \"display_name\": \"USA\"\n                },\n                {\n                    \"id\": 18649,\n                    \"display_name\": \"Canada\"\n                },\n                {\n                    \"id\": 18700,\n                    \"display_name\": \"UK\"\n                }\n            ],\n            \"linked_customers\": [],\n            \"linked_labels\": [],\n            \"linked_checklists\": [],\n            \"due_date\": null,\n            \"remarks\": [],\n            \"created_at\": 1760685291,\n            \"updated_at\": 1760695617,\n            \"processing_at\": null,\n            \"complete_at\": null\n        },\n        {\n            \"id\": 99081,\n            \"checklist_id\": \"2533393\",\n            \"name\": \"KTest location\",\n            \"status\": \"pending\",\n            \"score\": null,\n            \"assign_to\": [],\n            \"sign_off_by\": [],\n            \"linked_asset_ids\": [],\n            \"linked_location_tags\": [\n                {\n                    \"id\": 18700,\n                    \"display_name\": \"UK\"\n                },\n                {\n                    \"id\": 18649,\n                    \"display_name\": \"Canada\"\n                },\n                {\n                    \"id\": 18598,\n                    \"display_name\": \"USA\"\n                },\n                {\n                    \"id\": 6816,\n                    \"display_name\": \"Litrak\"\n                },\n                {\n                    \"id\": 6812,\n                    \"display_name\": \"My new Tag page\"\n                },\n                {\n                    \"id\": 6789,\n                    \"display_name\": \"parent\"\n                },\n                {\n                    \"id\": 6751,\n                    \"display_name\": \"Life Lobby 2\"\n                },\n                {\n                    \"id\": 5124,\n                    \"display_name\": \"Blk 1\"\n                },\n                {\n                    \"id\": 4941,\n                    \"display_name\": \"Blk 2\"\n                },\n                {\n                    \"id\": 4756,\n                    \"display_name\": \"Blk 3\"\n                }\n            ],\n            \"linked_customers\": [],\n            \"linked_labels\": [],\n            \"linked_checklists\": [],\n            \"due_date\": null,\n            \"remarks\": [],\n            \"created_at\": 1760684641,\n            \"updated_at\": 1760684641,\n            \"processing_at\": null,\n            \"complete_at\": null\n        },\n        {\n            \"id\": 99080,\n            \"checklist_id\": \"2533392\",\n            \"name\": \"Phuc Test Location Tag\",\n            \"status\": \"pending\",\n            \"score\": null,\n            \"assign_to\": [],\n            \"sign_off_by\": [],\n            \"linked_asset_ids\": [],\n            \"linked_location_tags\": [\n                {\n                    \"id\": 6816,\n                    \"display_name\": \"Litrak\"\n                },\n                {\n                    \"id\": 6814,\n                    \"display_name\": \"My new Tag page: subtag2\"\n                },\n                {\n                    \"id\": 1618,\n                    \"display_name\": \"10\"\n                }\n            ],\n            \"linked_customers\": [],\n            \"linked_labels\": [],\n            \"linked_checklists\": [],\n            \"due_date\": null,\n            \"remarks\": [],\n            \"created_at\": 1760677327,\n            \"updated_at\": 1760677488,\n            \"processing_at\": null,\n            \"complete_at\": null\n        },\n        {\n            \"id\": 99079,\n            \"checklist_id\": \"2533391\",\n            \"name\": \"KTest location\",\n            \"status\": \"pending\",\n            \"score\": null,\n            \"assign_to\": [],\n            \"sign_off_by\": [],\n            \"linked_asset_ids\": [],\n            \"linked_location_tags\": [\n                {\n                    \"id\": 256,\n                    \"display_name\": \"เป็นความ เป็นความ\"\n                },\n                {\n                    \"id\": 376,\n                    \"display_name\": \"123123\"\n                },\n                {\n                    \"id\": 527,\n                    \"display_name\": \"1234_edited\"\n                },\n                {\n                    \"id\": 1618,\n                    \"display_name\": \"10\"\n                },\n                {\n                    \"id\": 1629,\n                    \"display_name\": \"20\"\n                },\n                {\n                    \"id\": 1717,\n                    \"display_name\": \"100\"\n                },\n                {\n                    \"id\": 1719,\n                    \"display_name\": \"100: 2\"\n                },\n                {\n                    \"id\": 1720,\n                    \"display_name\": \"100: 3\"\n                },\n                {\n                    \"id\": 1723,\n                    \"display_name\": \"100: 6\"\n                },\n                {\n                    \"id\": 1728,\n                    \"display_name\": \"110\"\n                },\n                {\n                    \"id\": 1739,\n                    \"display_name\": \"120\"\n                },\n                {\n                    \"id\": 1740,\n                    \"display_name\": \"120: 1\"\n                },\n                {\n                    \"id\": 1741,\n                    \"display_name\": \"120: 2\"\n                },\n                {\n                    \"id\": 1742,\n                    \"display_name\": \"120: 3\"\n                },\n                {\n                    \"id\": 1750,\n                    \"display_name\": \"130\"\n                },\n                {\n                    \"id\": 1816,\n                    \"display_name\": \"190\"\n                },\n                {\n                    \"id\": 1827,\n                    \"display_name\": \"200\"\n                },\n                {\n                    \"id\": 1838,\n                    \"display_name\": \"210\"\n                },\n                {\n                    \"id\": 3832,\n                    \"display_name\": \"1122\"\n                }\n            ],\n            \"linked_customers\": [],\n            \"linked_labels\": [],\n            \"linked_checklists\": [],\n            \"due_date\": null,\n            \"remarks\": [],\n            \"created_at\": 1760675735,\n            \"updated_at\": 1760683606,\n            \"processing_at\": null,\n            \"complete_at\": null\n        }\n    ],\n    \"page\": 1,\n    \"per_page\": 10,\n    \"total_pages\": 2915,\n    \"count\": 29141\n}"}],"_postman_id":"3920137e-6141-498a-ac0d-55a882db09ab"},{"name":"Get Checklist Details","id":"4e997c84-28cd-400d-811a-3d4263036a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"<p>Copy-paste the X-Authentication-Token from web dashboard</p>\n","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/checklists/99083","description":"<p>Use this API to get the details of an individual request. The Checklist ID can be obtained using the <code>Get Checklists</code> API</p>\n","urlObject":{"protocol":"https","path":["api","client","v1","checklists","99083"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"1c05e738-f63f-4a7b-816f-b62eae5182e8","name":"Get Checklist Details","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"xxxxxxxxxx","description":"Copy-paste the X-Authentication-Token from web dashboard","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/checklists/99083"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"866"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n        \"id\": 99083,\n        \"checklist_id\": \"2533398\",\n        \"name\": \"e-to-e test checklist setting\",\n        \"status\": \"pending\",\n        \"score\": null,\n        \"assign_to\": [\n            {\n                \"id\": 407,\n                \"name\": \"Alyza\",\n                \"email\": \"alyza@gmail.com\"\n            }\n        ],\n        \"sign_off_by\": [],\n        \"linked_asset_ids\": [\n            {\n                \"asset_id\": 10016423\n            },\n            {\n                \"asset_id\": 10016424\n            }\n        ],\n        \"linked_location_tags\": [\n            {\n                \"id\": 256,\n                \"display_name\": \"เป็นความ เป็นความ\"\n            },\n            {\n                \"id\": 1618,\n                \"display_name\": \"10\"\n            }\n        ],\n        \"linked_customers\": [\n            {\n                \"id\": 115,\n                \"name\": \"Test Customer\"\n            },\n            {\n                \"id\": 114,\n                \"name\": \"Nguyễn Hoàng Anh Customer 1\"\n            }\n        ],\n        \"linked_labels\": [],\n        \"linked_checklists\": [\n            {\n                \"id\": 99091,\n                \"checklist_id\": \"2533402\",\n                \"name\": \"single choice score\",\n                \"status\": \"pending\"\n            },\n            {\n                \"id\": 99090,\n                \"checklist_id\": \"2533401\",\n                \"name\": \"test logic row\",\n                \"status\": \"pending\"\n            }\n        ],\n        \"due_date\": null,\n        \"remarks\": [],\n        \"created_at\": 1760927760,\n        \"updated_at\": 1760953217,\n        \"processing_at\": null,\n        \"complete_at\": null\n    }\n}"}],"_postman_id":"4e997c84-28cd-400d-811a-3d4263036a05"}],"id":"ebc45b83-0ec5-448f-850a-29f95d2465f7","_postman_id":"ebc45b83-0ec5-448f-850a-29f95d2465f7","description":""},{"name":"Request Types","item":[{"name":"Get All Request Types","id":"1a433b12-a2b4-477e-a5e9-8c642ae35bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"r4SzWx5ohKxEuCdynXqv","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/request_types","description":"<h3 id=\"description\"><strong>Description</strong></h3>\n<p>Use this API to retrieve all request types with optional filters based on specified parameters. Note: This listing does not support pagination.</p>\n<h4 id=\"supported-parameters\">Supported Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory?</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>q</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Search text string</td>\n</tr>\n<tr>\n<td><code>data_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Used fields: <code>name</code> , <code>sortable_number</code> , <code>created_at</code></td>\n</tr>\n<tr>\n<td><code>order_sort</code></td>\n<td><code>string</code></td>\n<td>No</td>\n<td>Support: <code>asc</code> , <code>desc</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","client","v1","request_types"],"host":["portal","uat","facilitybot","co"],"query":[{"disabled":true,"key":"q","value":null},{"disabled":true,"key":"data_sort","value":"name"},{"disabled":true,"key":"order_sort","value":"desc"}],"variable":[]}},"response":[{"id":"19a5b32a-7ae0-4a2a-830a-97ac98df70f1","name":"Get All Request Types","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"r4SzWx5ohKxEuCdynXqv","type":"text"}],"url":{"raw":"https://portal.uat.facilitybot.co/api/client/v1/request_types","protocol":"https","host":["portal","uat","facilitybot","co"],"path":["api","client","v1","request_types"],"query":[{"key":"q","value":null,"disabled":true},{"key":"data_sort","value":"name","disabled":true},{"key":"order_sort","value":"desc","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"47865"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": [\n        {\n            \"id\": 928,\n            \"name\": \"KTest multi step checklist \",\n            \"sortable_number\": 470,\n            \"meta_data\": [\n                {\n                    \"id\": \"74253ba9-503e-4ee6-abcc-86990b47564f\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                }\n            ],\n            \"created_at\": 1765179631,\n            \"updated_at\": 1765179649\n        },\n        {\n            \"id\": 927,\n            \"name\": \"trung test 3 fields\",\n            \"sortable_number\": 469,\n            \"meta_data\": [\n                {\n                    \"id\": \"ce829fdd-5a89-490b-b798-3d7dbe5a907b\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description of incident\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"7cfe7d21-fda4-460d-9b4a-6f58ead3e016\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Observations\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"e160ac88-5fc8-460e-a518-f4a0a7450ccc\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Immediate actions taken\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                }\n            ],\n            \"created_at\": 1764921845,\n            \"updated_at\": 1764921943\n        },\n        {\n            \"id\": 878,\n            \"name\": \"test fillable PDF\",\n            \"sortable_number\": 468,\n            \"meta_data\": [],\n            \"created_at\": 1761208805,\n            \"updated_at\": 1765162910\n        },\n        {\n            \"id\": 926,\n            \"name\": \"link asset field\",\n            \"sortable_number\": 467,\n            \"meta_data\": [\n                {\n                    \"id\": \"ae460ea9-f498-4a7b-95f6-4942f5313718\",\n                    \"type\": \"link_to_asset\",\n                    \"compulsory\": false,\n                    \"title\": \"Link to Asset\",\n                    \"value\": [],\n                    \"placeholder\": \"Select an asset\"\n                }\n            ],\n            \"created_at\": 1764750841,\n            \"updated_at\": 1765162899\n        },\n        {\n            \"id\": 925,\n            \"name\": \"hitest item\",\n            \"sortable_number\": 466,\n            \"meta_data\": [\n                {\n                    \"id\": \"b6e4f4e1-7bca-4f1c-af10-3598493e624e\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Items to order\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1764664331,\n            \"updated_at\": 1765162899\n        },\n        {\n            \"id\": 924,\n            \"name\": \"test require completion checklist\",\n            \"sortable_number\": 465,\n            \"meta_data\": [],\n            \"created_at\": 1764635199,\n            \"updated_at\": 1765162899\n        },\n        {\n            \"id\": 923,\n            \"name\": \"maharaja\",\n            \"sortable_number\": 464,\n            \"meta_data\": [\n                {\n                    \"id\": \"8870cbdd-91da-49b6-9859-eeb610650853\",\n                    \"type\": \"link_to_asset\",\n                    \"compulsory\": false,\n                    \"title\": \"Link to Asset\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Asset\"\n                }\n            ],\n            \"created_at\": 1764581752,\n            \"updated_at\": 1765162899\n        },\n        {\n            \"id\": 922,\n            \"name\": \"hieu test desc\",\n            \"sortable_number\": 463,\n            \"meta_data\": [\n                {\n                    \"id\": \"6afa1298-cfea-4cc1-aa7f-b9a2c1aab66a\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"b616b58e-28c1-41c0-a7c8-26554a07a26b\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"fb142712-6857-4b77-82bd-efd83b8a3e95\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Items to order\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1763629445,\n            \"updated_at\": 1765162899\n        },\n        {\n            \"id\": 921,\n            \"name\": \"Van Dao Test\",\n            \"sortable_number\": 462,\n            \"meta_data\": [\n                {\n                    \"id\": \"f2faf555-ed62-47a1-9527-f547d3f1e3ac\",\n                    \"type\": \"instruction\",\n                    \"compulsory\": false,\n                    \"title\": \"Provide some short instructions for Requestors\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"2964277d-bd5c-4d9c-82bc-02d153f40c7b\",\n                    \"type\": \"instruction_image\",\n                    \"compulsory\": false,\n                    \"title\": \"https://cdn.uat.facilitybot.co/staging/attachments/files/000/029/464/original/Screenshot_2025-11-19_at_10.14.41.png?1763542131\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"a866accb-6886-40ca-9f81-020045f45aca\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 3\n                },\n                {\n                    \"id\": \"806b9530-8e09-42b4-bb27-f6dc54f51dcf\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"8fc91daa-771a-46a9-8a38-d91b594b916f\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"ca292ed7-2dc2-442a-858b-d90e2a206cc5\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"5c0e7e15-189a-401f-8fdf-271f53918b08\",\n                    \"type\": \"checkbox\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"e710709f-d8af-4a0c-a27f-3451cf3df3d9\",\n                    \"type\": \"single_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select a single choice\"\n                },\n                {\n                    \"id\": \"c24b697a-b0f8-46f1-b6d2-0741778695f6\",\n                    \"type\": \"multiple_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select multiple choices\"\n                },\n                {\n                    \"id\": \"b2cff084-9bf0-4479-bcd6-7e493445ec0a\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Date / Time\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                },\n                {\n                    \"id\": \"41ceb9b1-1c28-4ee2-b418-879481801a6d\",\n                    \"type\": \"toggle\",\n                    \"compulsory\": false,\n                    \"title\": \"Toggle\",\n                    \"value\": false\n                },\n                {\n                    \"id\": \"b65ce517-11c2-4e03-ae0e-f633975d44c0\",\n                    \"type\": \"image\",\n                    \"compulsory\": false,\n                    \"title\": \"Image (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"de1c0c00-eb2c-48f6-92ae-6468d081b653\",\n                    \"type\": \"video\",\n                    \"compulsory\": false,\n                    \"title\": \"Video (max 15MB/15s)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"3daf1efe-a2e7-4624-9c8e-b5bb78c08817\",\n                    \"type\": \"multiple_images_videos\",\n                    \"compulsory\": false,\n                    \"title\": \"Images / Videos (max 10MB each)\",\n                    \"value\": []\n                },\n                {\n                    \"id\": \"347710fe-9807-43f2-b0f3-6e87195536c8\",\n                    \"type\": \"pdf\",\n                    \"compulsory\": false,\n                    \"title\": \"PDF (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"7335039d-f143-4981-b751-63877b4ea3fd\",\n                    \"type\": \"excel\",\n                    \"compulsory\": false,\n                    \"title\": \"Excel (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"af128ce6-fafd-420f-a6df-bd0b9a59bcb9\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"1533d83a-3aba-4574-b57f-e27be5a20a87\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"e49f2804-b574-41df-8580-4217a09c2cab\",\n                    \"type\": \"fault_signature\",\n                    \"compulsory\": false,\n                    \"title\": \"Signature\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"ea492ed2-2c29-4624-aa63-52387866cfaa\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Items to order\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1763542175,\n            \"updated_at\": 1765162898\n        },\n        {\n            \"id\": 920,\n            \"name\": \"New Public API: Create Request\",\n            \"sortable_number\": 461,\n            \"meta_data\": [\n                {\n                    \"id\": \"2301e614-960d-447f-924a-ed786770fc74\",\n                    \"type\": \"instruction\",\n                    \"compulsory\": false,\n                    \"title\": \"Provide some short instructions for Requestors\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"51911deb-39e1-4f6a-bdf1-82bf6367da4e\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"cb0a1934-9f5b-4e8c-a2b9-3ce78185200c\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"0a16cddd-0d0f-41c6-9a73-09ccff5d1548\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"7a06fc2e-9187-41fe-b28c-becb21e02e2b\",\n                    \"type\": \"checkbox\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"f796fd35-39a2-47fa-bf05-7ae254c98e12\",\n                    \"type\": \"single_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select a single choice\"\n                },\n                {\n                    \"id\": \"2353642e-d83d-4fef-a977-32eec58359d6\",\n                    \"type\": \"multiple_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select multiple choices\"\n                },\n                {\n                    \"id\": \"df977c05-a507-4b05-878f-8347c4557bc8\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Date / Time\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                },\n                {\n                    \"id\": \"58816982-c6dc-4ca5-8dba-3b2f220690ea\",\n                    \"type\": \"toggle\",\n                    \"compulsory\": false,\n                    \"title\": \"Toggle\",\n                    \"value\": false\n                },\n                {\n                    \"id\": \"18a2ad54-bbb4-4412-bc78-77f31868921d\",\n                    \"type\": \"image\",\n                    \"compulsory\": false,\n                    \"title\": \"Image (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"0875ed4d-33a3-4629-a4d5-e8c476905883\",\n                    \"type\": \"video\",\n                    \"compulsory\": false,\n                    \"title\": \"Video (max 15MB/15s)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"992f35af-daa0-4111-8c24-e01d3d62b079\",\n                    \"type\": \"multiple_images_videos\",\n                    \"compulsory\": false,\n                    \"title\": \"Images / Videos (max 10MB each)\",\n                    \"value\": []\n                },\n                {\n                    \"id\": \"e3f8a648-4101-4e6e-9a9e-13ffa52ddc23\",\n                    \"type\": \"pdf\",\n                    \"compulsory\": false,\n                    \"title\": \"PDF (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"ff155026-a8ea-48fb-8dc8-3dc581668f47\",\n                    \"type\": \"excel\",\n                    \"compulsory\": false,\n                    \"title\": \"Excel (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"fcffec6b-d08c-4ad4-9993-f30cd97c5b45\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"68949de5-636e-412c-ba27-debd55b326d3\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"346cebd4-abef-4abf-bbbd-b6a5b3239066\",\n                    \"type\": \"fault_signature\",\n                    \"compulsory\": false,\n                    \"title\": \"Signature\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"5548c220-364c-43d6-8268-879a77d9f56b\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Items to order\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1763482515,\n            \"updated_at\": 1765162898\n        },\n        {\n            \"id\": 919,\n            \"name\": \"hung test\",\n            \"sortable_number\": 460,\n            \"meta_data\": [\n                {\n                    \"id\": \"3432d5f3-4e47-4b50-9dd6-522e7ff137d2\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                }\n            ],\n            \"created_at\": 1763464198,\n            \"updated_at\": 1765162898\n        },\n        {\n            \"id\": 918,\n            \"name\": \"trung test item\",\n            \"sortable_number\": 459,\n            \"meta_data\": [\n                {\n                    \"id\": \"904b44ec-d539-4383-bef2-ac19ae71b1f1\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Items to order\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1763440582,\n            \"updated_at\": 1765162898\n        },\n        {\n            \"id\": 917,\n            \"name\": \"Duplicate Checklist\",\n            \"sortable_number\": 458,\n            \"meta_data\": [\n                {\n                    \"id\": \"539f4bf8-78ac-4357-bb9e-8b4505aa07b6\",\n                    \"type\": \"checkbox\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"c44f492d-636a-4f8a-ac39-1841857facc2\",\n                    \"type\": \"single_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select a single choice\"\n                },\n                {\n                    \"id\": \"817c9424-e5c8-4033-8339-d2aea56b1d97\",\n                    \"type\": \"multiple_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select multiple choices\"\n                },\n                {\n                    \"id\": \"e41b7f38-a105-4c98-bc11-f12089c23300\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"9e0060ea-ba14-4b99-a175-602741aedfb3\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"f7085a2f-4e3c-48ec-aca8-ac9e748c7384\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer showed by fault type\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                }\n            ],\n            \"created_at\": 1763435485,\n            \"updated_at\": 1765162898\n        },\n        {\n            \"id\": 916,\n            \"name\": \"Test checklist hidden row logic\",\n            \"sortable_number\": 457,\n            \"meta_data\": [],\n            \"created_at\": 1763374684,\n            \"updated_at\": 1765162896\n        },\n        {\n            \"id\": 915,\n            \"name\": \"test locat\",\n            \"sortable_number\": 456,\n            \"meta_data\": [\n                {\n                    \"id\": \"741f1f7c-932b-47b9-b5eb-cb13dec4d162\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"dcd1554a-ed63-4670-b045-83bc0d401ec0\",\n                    \"type\": \"fault_signature\",\n                    \"compulsory\": false,\n                    \"title\": \"Signature\",\n                    \"value\": \"\"\n                }\n            ],\n            \"created_at\": 1763114257,\n            \"updated_at\": 1765162896\n        },\n        {\n            \"id\": 914,\n            \"name\": \"location tags trigger\",\n            \"sortable_number\": 455,\n            \"meta_data\": [\n                {\n                    \"id\": \"8ce4ab53-6865-41f3-82aa-35865b0047dc\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"d43d7118-b2e8-404b-8b27-5856ef235d20\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"25dd2e5d-1d6b-4be2-ac20-89c54b615b9f\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                }\n            ],\n            \"created_at\": 1763113868,\n            \"updated_at\": 1765162896\n        },\n        {\n            \"id\": 913,\n            \"name\": \"Test Checklist 2\",\n            \"sortable_number\": 454,\n            \"meta_data\": [\n                {\n                    \"id\": \"df00660f-de89-46cc-b477-b9410f86c972\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"db6bcd26-3ea5-4976-be86-2b36f6b05143\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Date / Time\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                },\n                {\n                    \"id\": \"9ac0acad-e580-412f-af96-f7a52a45ed4d\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                }\n            ],\n            \"created_at\": 1763096525,\n            \"updated_at\": 1765162896\n        },\n        {\n            \"id\": 912,\n            \"name\": \"Long test pre assignments\",\n            \"sortable_number\": 453,\n            \"meta_data\": [],\n            \"created_at\": 1762921352,\n            \"updated_at\": 1765162896\n        },\n        {\n            \"id\": 911,\n            \"name\": \"test due date problem\",\n            \"sortable_number\": 452,\n            \"meta_data\": [],\n            \"created_at\": 1762874751,\n            \"updated_at\": 1765162897\n        },\n        {\n            \"id\": 910,\n            \"name\": \"test auto set due\",\n            \"sortable_number\": 451,\n            \"meta_data\": [\n                {\n                    \"id\": \"2e1e7d71-1c19-473c-a9e9-e5e79e52e4c4\",\n                    \"type\": \"toggle\",\n                    \"compulsory\": false,\n                    \"title\": \"Toggle\",\n                    \"value\": false\n                }\n            ],\n            \"created_at\": 1762874192,\n            \"updated_at\": 1765162897\n        },\n        {\n            \"id\": 909,\n            \"name\": \"test trigger\",\n            \"sortable_number\": 450,\n            \"meta_data\": [],\n            \"created_at\": 1762853152,\n            \"updated_at\": 1765162897\n        },\n        {\n            \"id\": 908,\n            \"name\": \"Lift Upgrading Project\",\n            \"sortable_number\": 449,\n            \"meta_data\": [],\n            \"created_at\": 1762741325,\n            \"updated_at\": 1765162897\n        },\n        {\n            \"id\": 907,\n            \"name\": \"Corrective Maintenance & Feedback\",\n            \"sortable_number\": 448,\n            \"meta_data\": [],\n            \"created_at\": 1762741306,\n            \"updated_at\": 1765162897\n        },\n        {\n            \"id\": 906,\n            \"name\": \"test trigger term 2\",\n            \"sortable_number\": 447,\n            \"meta_data\": [\n                {\n                    \"id\": \"1934b52c-9f4f-44fc-bf4e-698c1e0ccd4d\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"151f5fac-390b-4a26-a07d-4a7a6dcfe297\",\n                    \"type\": \"checkbox\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"1ae20c7a-66d8-4269-a7e5-4e416f02c6ca\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"05365aef-9c1c-4b66-8d26-a84502854dcd\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                }\n            ],\n            \"created_at\": 1762512316,\n            \"updated_at\": 1765162897\n        },\n        {\n            \"id\": 905,\n            \"name\": \"hung test trigger term\",\n            \"sortable_number\": 446,\n            \"meta_data\": [],\n            \"created_at\": 1762511812,\n            \"updated_at\": 1765162897\n        },\n        {\n            \"id\": 904,\n            \"name\": \"attachment fields\",\n            \"sortable_number\": 445,\n            \"meta_data\": [\n                {\n                    \"id\": \"4a4923b2-8199-4077-b9d1-555ab9fdd3bf\",\n                    \"type\": \"image\",\n                    \"compulsory\": false,\n                    \"title\": \"Image (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"dc6e264e-d16f-47f2-8ace-330392390ef2\",\n                    \"type\": \"video\",\n                    \"compulsory\": false,\n                    \"title\": \"Video (max 15MB/15s)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"ff43d187-e5bc-4d49-8d97-78065287316b\",\n                    \"type\": \"multiple_images_videos\",\n                    \"compulsory\": false,\n                    \"title\": \"Images / Videos (max 10MB each)\",\n                    \"value\": []\n                },\n                {\n                    \"id\": \"732a9a5f-c294-4942-8116-bf3f75b68dad\",\n                    \"type\": \"pdf\",\n                    \"compulsory\": false,\n                    \"title\": \"PDF (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"41ebf76e-7790-4536-99d4-e42b666c5616\",\n                    \"type\": \"excel\",\n                    \"compulsory\": false,\n                    \"title\": \"Excel (max 10MB)\",\n                    \"value\": \"\"\n                }\n            ],\n            \"created_at\": 1762423187,\n            \"updated_at\": 1765162897\n        },\n        {\n            \"id\": 903,\n            \"name\": \"test custom fault type field optional\",\n            \"sortable_number\": 444,\n            \"meta_data\": [\n                {\n                    \"id\": \"a29f0d97-0a90-4953-80a8-f55fc222bb0f\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                }\n            ],\n            \"created_at\": 1762416544,\n            \"updated_at\": 1765162895\n        },\n        {\n            \"id\": 902,\n            \"name\": \"Recreate Strides err\",\n            \"sortable_number\": 443,\n            \"meta_data\": [\n                {\n                    \"id\": \"dab0c5be-9c48-4ba3-8225-a0acb6aeaad9\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": true,\n                    \"title\": \"Fault / Issue\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"df7b1202-fc58-4c21-a945-542a26560ee6\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Loc ID\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"80fe553b-bdc2-4501-bda3-82e60289fe8c\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": true,\n                    \"title\": \"Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"ecd3a5a4-4b63-459a-ab08-7bfc76ce53d7\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Lobby\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"82a993e6-596c-40ab-977e-770e14dac261\",\n                    \"type\": \"multiple_images_videos\",\n                    \"compulsory\": false,\n                    \"title\": \"Images Issue\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1762415019,\n            \"updated_at\": 1765162895\n        },\n        {\n            \"id\": 901,\n            \"name\": \"Long test custom compulsory fault type field\",\n            \"sortable_number\": 442,\n            \"meta_data\": [\n                {\n                    \"id\": \"5bed88c7-abd4-4a6d-82c1-7ac242608c94\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": true,\n                    \"title\": \"Fault/Issue\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"b80d5775-e576-42d3-9312-2b6d7adb01d9\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                }\n            ],\n            \"created_at\": 1762414666,\n            \"updated_at\": 1765162895\n        },\n        {\n            \"id\": 900,\n            \"name\": \"trung test new items to order\",\n            \"sortable_number\": 441,\n            \"meta_data\": [\n                {\n                    \"id\": \"7fd8882f-5d1d-4d0e-8654-5018a2352f39\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Items to order\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1762399567,\n            \"updated_at\": 1765162895\n        },\n        {\n            \"id\": 899,\n            \"name\": \"hieu all fields\",\n            \"sortable_number\": 440,\n            \"meta_data\": [\n                {\n                    \"id\": \"14f6748e-e673-4f35-b7bb-543050acacd0\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"0a862e86-f617-467f-baf1-afb5c30d4a0b\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"af7a34c5-9d2f-47da-a7e2-13010be21a46\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"1709f59e-d7ca-4a9c-967b-63166a90db9c\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"f4e4a800-df18-4df0-94ac-39e951da731c\",\n                    \"type\": \"checkbox\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"bff01dbf-4d3b-4f96-883d-8a9ef2647086\",\n                    \"type\": \"single_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select a single choice\"\n                },\n                {\n                    \"id\": \"8fd3c8f9-0745-47db-ab4a-03254d7303a7\",\n                    \"type\": \"multiple_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select multiple choices\"\n                },\n                {\n                    \"id\": \"0cb853d7-23d4-4db2-bed3-26a64164e914\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Date / Time\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                },\n                {\n                    \"id\": \"73b5132b-553a-46ee-9a46-3096241eb074\",\n                    \"type\": \"toggle\",\n                    \"compulsory\": false,\n                    \"title\": \"Toggle\",\n                    \"value\": false\n                },\n                {\n                    \"id\": \"9e657c18-4319-43db-9b36-80d05cfa1609\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"b7db8fd8-2640-4054-9206-8140c140f0ca\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"8ba4084a-96b2-4f28-85b3-5bbb0c3a8d91\",\n                    \"type\": \"fault_signature\",\n                    \"compulsory\": false,\n                    \"title\": \"Signature\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"5cb69efd-2987-4c5f-a19d-446771f28a37\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Please click below to select items to order\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1762328617,\n            \"updated_at\": 1765162895\n        },\n        {\n            \"id\": 898,\n            \"name\": \"hieu signoff\",\n            \"sortable_number\": 439,\n            \"meta_data\": [\n                {\n                    \"id\": \"ab949c4a-6a9c-4db7-840e-de3228a7e734\",\n                    \"type\": \"instruction\",\n                    \"compulsory\": false,\n                    \"title\": \"Provide some short instructions for Requestors\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"eeaa69a3-793e-4e18-a01a-1e63b6c80f5a\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                }\n            ],\n            \"created_at\": 1762319317,\n            \"updated_at\": 1765162895\n        },\n        {\n            \"id\": 897,\n            \"name\": \"testtt sing\",\n            \"sortable_number\": 438,\n            \"meta_data\": [\n                {\n                    \"id\": \"3dc6f774-0070-4b37-a773-b2d50c36a470\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"e22fe7ef-3295-4dd6-978a-0524914d5a6a\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"6e1fc9cc-b8a4-4085-abff-8149b5ea681b\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                }\n            ],\n            \"created_at\": 1762316709,\n            \"updated_at\": 1765162895\n        },\n        {\n            \"id\": 896,\n            \"name\": \"123\",\n            \"sortable_number\": 437,\n            \"meta_data\": [],\n            \"created_at\": 1762314938,\n            \"updated_at\": 1765162893\n        },\n        {\n            \"id\": 895,\n            \"name\": \"ttttt\",\n            \"sortable_number\": 436,\n            \"meta_data\": [\n                {\n                    \"id\": \"9b25c64b-fd1b-4e6b-acc0-b04da175944f\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"7c4b1207-f368-4d10-a29f-c56bf41a8527\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"e4427ff0-089c-4a38-bd8d-e86a4f7b5630\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                }\n            ],\n            \"created_at\": 1762313141,\n            \"updated_at\": 1765162894\n        },\n        {\n            \"id\": 894,\n            \"name\": \"test trigeer term\",\n            \"sortable_number\": 435,\n            \"meta_data\": [\n                {\n                    \"id\": \"9e0ef987-ee82-45fb-a39e-64889a3f2124\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"b421945d-6e0d-406e-9bd0-32986c4ec41f\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                }\n            ],\n            \"created_at\": 1762312771,\n            \"updated_at\": 1765162894\n        },\n        {\n            \"id\": 893,\n            \"name\": \"hieu test pdf again\",\n            \"sortable_number\": 434,\n            \"meta_data\": [\n                {\n                    \"id\": \"1e9ef086-2be5-4289-9303-f9c42ee082db\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"98eb2bd7-5b42-4317-b965-5ecda863bcfe\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"3e0c4407-145f-48e5-8f84-50258910e033\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"15f8318f-4fff-4cea-aa9b-badec7b62ccb\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"a2e5c0b8-9280-4349-9170-69d9fb554bf1\",\n                    \"type\": \"checkbox\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"52e095c6-fbf1-41ec-ab71-87e800b5a138\",\n                    \"type\": \"single_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select a single choice\"\n                },\n                {\n                    \"id\": \"52d133ac-5dbf-45c1-a782-c5b36a7dfcde\",\n                    \"type\": \"multiple_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select multiple choices\"\n                },\n                {\n                    \"id\": \"23e6fe31-745f-4af9-bdf1-66a41c3076e1\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Date / Time\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                },\n                {\n                    \"id\": \"917f26fe-22b4-494a-b107-e4a880bfc36f\",\n                    \"type\": \"toggle\",\n                    \"compulsory\": false,\n                    \"title\": \"Toggle\",\n                    \"value\": false\n                },\n                {\n                    \"id\": \"fbda2fe4-aee9-467b-942b-f8372a291c57\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"1659d2e6-853d-40fa-b7da-49d3e65ae61a\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"7cffac44-35c3-4382-a72b-cb432b6374c2\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Please click below to select items to order\",\n                    \"value\": []\n                },\n                {\n                    \"id\": \"10281c6f-b250-4807-a986-e52bcad66e14\",\n                    \"type\": \"fault_signature\",\n                    \"compulsory\": false,\n                    \"title\": \"Signature\",\n                    \"value\": \"\"\n                }\n            ],\n            \"created_at\": 1762248457,\n            \"updated_at\": 1765162894\n        },\n        {\n            \"id\": 892,\n            \"name\": \"test items\",\n            \"sortable_number\": 433,\n            \"meta_data\": [],\n            \"created_at\": 1762163795,\n            \"updated_at\": 1765162894\n        },\n        {\n            \"id\": 886,\n            \"name\": \"hung test trigger term\",\n            \"sortable_number\": 432,\n            \"meta_data\": [],\n            \"created_at\": 1761795264,\n            \"updated_at\": 1765162894\n        },\n        {\n            \"id\": 891,\n            \"name\": \"hieu item\",\n            \"sortable_number\": 431,\n            \"meta_data\": [\n                {\n                    \"id\": \"3c9c7560-670b-4ec1-9c7c-a124bebb981b\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Please click below to select items to order 2\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1762161060,\n            \"updated_at\": 1765162892\n        },\n        {\n            \"id\": 890,\n            \"name\": \"test item\",\n            \"sortable_number\": 430,\n            \"meta_data\": [\n                {\n                    \"id\": \"84f65781-3f3b-4e69-a657-9e7c8ad30ad0\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Please click below to select items to order\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1762158966,\n            \"updated_at\": 1765162892\n        },\n        {\n            \"id\": 889,\n            \"name\": \"test signoff\",\n            \"sortable_number\": 429,\n            \"meta_data\": [\n                {\n                    \"id\": \"eab16697-bfd9-4f02-a801-8245b0dc8ad8\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                }\n            ],\n            \"created_at\": 1762155013,\n            \"updated_at\": 1765162892\n        },\n        {\n            \"id\": 888,\n            \"name\": \"testh\",\n            \"sortable_number\": 428,\n            \"meta_data\": [],\n            \"created_at\": 1761900092,\n            \"updated_at\": 1765162892\n        },\n        {\n            \"id\": 883,\n            \"name\": \"Fault Reporting\",\n            \"sortable_number\": 427,\n            \"meta_data\": [\n                {\n                    \"id\": \"8bd0e702-6717-4336-a49c-b0b53f7efc7d\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"f887e8ac-3f61-496c-aa0b-d1de8d8115cc\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"256947dd-7026-4f97-8f43-f9cb02ec627a\",\n                    \"type\": \"checkbox\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                }\n            ],\n            \"created_at\": 1761708957,\n            \"updated_at\": 1765162892\n        },\n        {\n            \"id\": 875,\n            \"name\": \"Long test require cl per step\",\n            \"sortable_number\": 426,\n            \"meta_data\": [\n                {\n                    \"id\": \"d0f3f861-2b75-4f6d-8ba0-e64cc623743f\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Please click below to select items to order\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1761043003,\n            \"updated_at\": 1765162892\n        },\n        {\n            \"id\": 885,\n            \"name\": \"Long test cl completion\",\n            \"sortable_number\": 424,\n            \"meta_data\": [],\n            \"created_at\": 1761735027,\n            \"updated_at\": 1765162892\n        },\n        {\n            \"id\": 884,\n            \"name\": \"Long test multi steps simple\",\n            \"sortable_number\": 423,\n            \"meta_data\": [],\n            \"created_at\": 1761734148,\n            \"updated_at\": 1765162892\n        },\n        {\n            \"id\": 882,\n            \"name\": \"auto corrective request\",\n            \"sortable_number\": 422,\n            \"meta_data\": [\n                {\n                    \"id\": \"2f87891f-7cf0-453f-be50-594951f81ad8\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"8666b70f-a604-4d9e-8caa-27616ec8980f\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"3e5f837d-79af-4b71-8c69-bcc61fb8df42\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"0c693b2e-258e-4422-8098-8c25456e338a\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice 1\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"ab0fbe4d-3279-4c29-ab8f-ac7b75ef0a64\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice 2\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"70d967be-42fd-4699-be97-7086cf37369d\",\n                    \"type\": \"checkbox\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"ad839037-06ad-4d82-99e7-a9764d5aefc1\",\n                    \"type\": \"single_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select a single choice\"\n                },\n                {\n                    \"id\": \"a376145a-6541-42ba-9a0b-6396c79e0ce9\",\n                    \"type\": \"multiple_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select multiple choices\"\n                },\n                {\n                    \"id\": \"b9c1db50-b46b-4001-8b45-71e4ecaa1686\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Date / Time\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                },\n                {\n                    \"id\": \"8aa20e69-14cf-49c8-b411-d3a0c51f4af4\",\n                    \"type\": \"image\",\n                    \"compulsory\": false,\n                    \"title\": \"Image (max 10MB) 222\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"fb97c295-87be-4cdd-a7f9-e16cb3d4aee2\",\n                    \"type\": \"pdf\",\n                    \"compulsory\": false,\n                    \"title\": \"PDF (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"0ff2a605-7195-4f93-a7c3-1c14ed5b575c\",\n                    \"type\": \"excel\",\n                    \"compulsory\": false,\n                    \"title\": \"Excel (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"2e37fd42-e0ea-47c2-8c98-75130d023a24\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"11fffdd4-12c7-4ac9-ad9a-902ffbecc635\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"f2e8d0fe-600e-47c2-a6ac-aeb496431729\",\n                    \"type\": \"fault_signature\",\n                    \"compulsory\": false,\n                    \"title\": \"Signature 2222\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"b9fe225f-3aa0-4edc-9981-74dde455535f\",\n                    \"type\": \"toggle\",\n                    \"compulsory\": false,\n                    \"title\": \"Toggle\",\n                    \"value\": false\n                }\n            ],\n            \"created_at\": 1761491957,\n            \"updated_at\": 1765162892\n        },\n        {\n            \"id\": 881,\n            \"name\": \"dasdasdasdas\",\n            \"sortable_number\": 421,\n            \"meta_data\": [\n                {\n                    \"id\": \"30e94cf4-adc4-4cd2-8d40-3a0f977313dd\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"1993308b-700b-40d2-ab81-b756cec9995c\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"9b817c45-a024-42ea-8afd-ac88bf951ea3\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"9182d3f8-fa8b-46f2-bf3b-1d2d111eac28\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Please click below to select items to order\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1761276843,\n            \"updated_at\": 1765162893\n        },\n        {\n            \"id\": 880,\n            \"name\": \"hieu test trigger\",\n            \"sortable_number\": 420,\n            \"meta_data\": [\n                {\n                    \"id\": \"811bf0c3-8795-43f9-9641-34d8b47869c0\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"8a5edde5-cc7e-4828-b096-931dcf118c23\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"ea1fd790-63bd-496f-a8c2-da86d0bde67f\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                }\n            ],\n            \"created_at\": 1761276546,\n            \"updated_at\": 1765162893\n        },\n        {\n            \"id\": 877,\n            \"name\": \"test multiple due dates reminders\",\n            \"sortable_number\": 419,\n            \"meta_data\": [],\n            \"created_at\": 1761207619,\n            \"updated_at\": 1761645731\n        },\n        {\n            \"id\": 876,\n            \"name\": \"Test Trigger Terms\",\n            \"sortable_number\": 418,\n            \"meta_data\": [],\n            \"created_at\": 1761184837,\n            \"updated_at\": 1761645731\n        },\n        {\n            \"id\": 874,\n            \"name\": \"hieu test PDF\",\n            \"sortable_number\": 417,\n            \"meta_data\": [\n                {\n                    \"id\": \"32a6203d-f897-4ca6-8c04-6cd1268ae55f\",\n                    \"type\": \"fault_signature\",\n                    \"compulsory\": false,\n                    \"title\": \"Signature\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"4fbfb2df-0802-48cd-b663-0c09325ba226\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"681805ea-9832-430e-9f51-6a1b37af1b1d\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                }\n            ],\n            \"created_at\": 1761035515,\n            \"updated_at\": 1762247463\n        },\n        {\n            \"id\": 872,\n            \"name\": \"Phuc Test Process Flow\",\n            \"sortable_number\": 416,\n            \"meta_data\": [],\n            \"created_at\": 1761034806,\n            \"updated_at\": 1761180210\n        },\n        {\n            \"id\": 871,\n            \"name\": \"Multi due date reminders\",\n            \"sortable_number\": 415,\n            \"meta_data\": [\n                {\n                    \"id\": \"f69106a3-7182-4218-a024-735623320a94\",\n                    \"type\": \"instruction\",\n                    \"compulsory\": false,\n                    \"title\": \"<p>Testing multiple due date reminders</p>\",\n                    \"value\": \"\"\n                }\n            ],\n            \"created_at\": 1760924162,\n            \"updated_at\": 1761005962\n        },\n        {\n            \"id\": 870,\n            \"name\": \"trung test fillable pdf all fields\",\n            \"sortable_number\": 414,\n            \"meta_data\": [],\n            \"created_at\": 1760600858,\n            \"updated_at\": 1761005419\n        },\n        {\n            \"id\": 868,\n            \"name\": \"trung test fillable pdf\",\n            \"sortable_number\": 413,\n            \"meta_data\": [],\n            \"created_at\": 1760587201,\n            \"updated_at\": 1760587201\n        },\n        {\n            \"id\": 867,\n            \"name\": \"test media content\",\n            \"sortable_number\": 412,\n            \"meta_data\": [\n                {\n                    \"id\": \"3683d425-cec3-44c1-a286-b0323a3ac89f\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"ef5dae58-23a0-4a9a-952b-a576b69b97eb\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"21d27807-a7f7-42ca-8bbb-f02000e562c2\",\n                    \"type\": \"single_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select a single choice\"\n                },\n                {\n                    \"id\": \"b3925df8-22e5-496a-b6d4-0c1ae9e13880\",\n                    \"type\": \"multiple_images_videos\",\n                    \"compulsory\": false,\n                    \"title\": \"Images / Videos (max 10MB each)\",\n                    \"value\": []\n                }\n            ],\n            \"created_at\": 1760524115,\n            \"updated_at\": 1760587068\n        },\n        {\n            \"id\": 866,\n            \"name\": \"hung test due date\",\n            \"sortable_number\": 411,\n            \"meta_data\": [],\n            \"created_at\": 1760465602,\n            \"updated_at\": 1760466047\n        },\n        {\n            \"id\": 865,\n            \"name\": \"hung test account tag\",\n            \"sortable_number\": 410,\n            \"meta_data\": [],\n            \"created_at\": 1759807282,\n            \"updated_at\": 1760465557\n        },\n        {\n            \"id\": 864,\n            \"name\": \"test auto complete\",\n            \"sortable_number\": 409,\n            \"meta_data\": [\n                {\n                    \"id\": \"596a3067-8339-4dbb-b186-2c6ae277eb81\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"0d8bc603-c260-4cf4-bc0f-ae0ddd08d816\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                }\n            ],\n            \"created_at\": 1758856336,\n            \"updated_at\": 1759135465\n        },\n        {\n            \"id\": 863,\n            \"name\": \"Test SOR\",\n            \"sortable_number\": 408,\n            \"meta_data\": [],\n            \"created_at\": 1758599973,\n            \"updated_at\": 1758854713\n        },\n        {\n            \"id\": 862,\n            \"name\": \"Hung test flow\",\n            \"sortable_number\": 407,\n            \"meta_data\": [],\n            \"created_at\": 1758597690,\n            \"updated_at\": 1758597698\n        },\n        {\n            \"id\": 861,\n            \"name\": \"Test custom Loc tag\",\n            \"sortable_number\": 406,\n            \"meta_data\": [\n                {\n                    \"id\": \"ed86f393-d409-4307-a99e-14add66251e3\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"01b4bac3-92b0-4ee6-9499-05a58f22b768\",\n                    \"type\": \"checkbox\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 3\",\n                            \"value\": false\n                        }\n                    ]\n                }\n            ],\n            \"created_at\": 1758535021,\n            \"updated_at\": 1758535979\n        },\n        {\n            \"id\": 860,\n            \"name\": \"James - Description\",\n            \"sortable_number\": 405,\n            \"meta_data\": [\n                {\n                    \"id\": \"0bf72bf2-bdb0-4882-9eee-3c7ed63922c2\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                }\n            ],\n            \"created_at\": 1758016618,\n            \"updated_at\": 1758106023\n        },\n        {\n            \"id\": 673,\n            \"name\": \"Waste Clearance\",\n            \"sortable_number\": 404,\n            \"meta_data\": [\n                {\n                    \"id\": \"01674458-fc2a-4529-851d-5af5e6bc90f3\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"43bf2f66-595c-44bb-ac5f-8e708661dd9b\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"f997fd7a-5506-4c9c-beac-fa91706f9102\",\n                    \"type\": \"text\",\n                    \"compulsory\": true,\n                    \"title\": \" Weight (kg) \",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"d563926c-039c-4535-9c68-1838d8423865\",\n                    \"type\": \"toggle\",\n                    \"compulsory\": true,\n                    \"title\": \"Hazardous (?) \",\n                    \"value\": false\n                },\n                {\n                    \"id\": \"81b96824-7476-4f41-929d-3835a777207f\",\n                    \"type\": \"text\",\n                    \"compulsory\": true,\n                    \"title\": \" Pick Up Location \",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"879e09a6-0846-48c5-8515-2a3036c96966\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": true,\n                    \"title\": \"Date / Time\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                }\n            ],\n            \"created_at\": 1741142786,\n            \"updated_at\": 1757904085\n        },\n        {\n            \"id\": 666,\n            \"name\": \"Case Notification\",\n            \"sortable_number\": 403,\n            \"meta_data\": [\n                {\n                    \"id\": \"bbf43660-174e-4ab2-b48e-49d5a7d4fcdb\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"ffd4b37b-10e2-4185-9f62-9c8e94e7a4da\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Type of Issue\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"5246bbd8-884a-4a4b-8419-ca350fefee33\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Details\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"269f7bf5-e5df-4f21-ae9d-676313815536\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Exact Location\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"21560910-3ee6-4f56-8e67-cac57b8b3a31\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"DRC Region\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"4e8ee04e-6742-4e81-bcc4-bff1bf8d31ef\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                }\n            ],\n            \"created_at\": 1740126314,\n            \"updated_at\": 1757904086\n        },\n        {\n            \"id\": 828,\n            \"name\": \"Email test\",\n            \"sortable_number\": 402,\n            \"meta_data\": [\n                {\n                    \"id\": \"cd5d374a-cb93-4e6d-9254-556c549ea9a1\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"7563a1a7-ebc0-4bba-91cf-d24ed639ac7d\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 2\n                },\n                {\n                    \"id\": \"849bca56-c705-41b3-8808-e2714dd3a902\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"52259cee-7e39-4b97-b33a-c14ebcdf3e99\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Start Date / Time\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                }\n            ],\n            \"created_at\": 1753180755,\n            \"updated_at\": 1757904086\n        },\n        {\n            \"id\": 856,\n            \"name\": \"Sender information\",\n            \"sortable_number\": 383,\n            \"meta_data\": [\n                {\n                    \"id\": \"0844308a-a650-4e1f-8779-d6d6e65d037a\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"870ae7b5-3189-411e-a3a1-f5d7f7764f4d\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Gender\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                }\n            ],\n            \"created_at\": 1757295813,\n            \"updated_at\": 1757904086\n        },\n        {\n            \"id\": 835,\n            \"name\": \"Test Scan File virus\",\n            \"sortable_number\": 374,\n            \"meta_data\": [\n                {\n                    \"id\": \"d14f0e41-2105-4318-a060-f5f088f66191\",\n                    \"type\": \"image\",\n                    \"compulsory\": false,\n                    \"title\": \"Image (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"a0d50429-092c-43da-af97-4dac4224f65f\",\n                    \"type\": \"video\",\n                    \"compulsory\": false,\n                    \"title\": \"Video (max 15MB/15s)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"1cf07693-b182-4cd1-8268-21989d66ecc6\",\n                    \"type\": \"multiple_images_videos\",\n                    \"compulsory\": false,\n                    \"title\": \"Images / Videos (max 10MB each)\",\n                    \"value\": []\n                },\n                {\n                    \"id\": \"31fd94f5-f24c-4c27-8ddf-7370615172c9\",\n                    \"type\": \"pdf\",\n                    \"compulsory\": false,\n                    \"title\": \"PDF (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"bb3d3ca8-1073-4d30-8433-37c8f178ebd1\",\n                    \"type\": \"excel\",\n                    \"compulsory\": false,\n                    \"title\": \"Excel (max 10MB)\",\n                    \"value\": \"\"\n                }\n            ],\n            \"created_at\": 1753885132,\n            \"updated_at\": 1757904086\n        },\n        {\n            \"id\": 859,\n            \"name\": \"Test Checklist\",\n            \"sortable_number\": 345,\n            \"meta_data\": [],\n            \"created_at\": 1757582370,\n            \"updated_at\": 1757904086\n        },\n        {\n            \"id\": 829,\n            \"name\": \"test all fields with logic\",\n            \"sortable_number\": 305,\n            \"meta_data\": [\n                {\n                    \"id\": \"57642bf1-fb5a-484d-a50d-e6ce272b5c33\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\",\n                    \"max_email_limit\": 1\n                },\n                {\n                    \"id\": \"024e650d-8dbf-4139-be40-ca171ff0e71e\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"7704c865-b89b-4b2f-a692-e9db22eae4fb\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Short Answer\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"5b4c0378-1725-4c7e-b633-6358721b4c0a\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Please click below to select items to order\",\n                    \"value\": []\n                },\n                {\n                    \"id\": \"e82c137b-2747-46b0-bee0-73ac74ab7005\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"7c88377b-c3b7-4b44-9603-587e62a859db\",\n                    \"type\": \"checkbox\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"63de0128-6c0d-4373-96ab-906f1610a8af\",\n                    \"type\": \"single_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select a single choice\"\n                },\n                {\n                    \"id\": \"2f7393ea-511f-481e-a283-4d6a3ea5aefa\",\n                    \"type\": \"multiple_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select multiple choices\"\n                },\n                {\n                    \"id\": \"e8911dbf-332f-4359-9ddf-db1fd987b6f8\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Date / Time\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                },\n                {\n                    \"id\": \"f95a1674-b830-428d-b7a2-82442b2fe835\",\n                    \"type\": \"toggle\",\n                    \"compulsory\": false,\n                    \"title\": \"Toggle\",\n                    \"value\": false\n                },\n                {\n                    \"id\": \"9fc2a416-bd36-40bd-8bbd-325dc61dc0bf\",\n                    \"type\": \"image\",\n                    \"compulsory\": false,\n                    \"title\": \"Image (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"31990cc5-6e38-416c-9eca-dd9d04d226f3\",\n                    \"type\": \"video\",\n                    \"compulsory\": false,\n                    \"title\": \"Video (max 15MB/15s)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"b0328bb0-d2f2-4ac8-b68e-cff13b4e8cc7\",\n                    \"type\": \"multiple_images_videos\",\n                    \"compulsory\": false,\n                    \"title\": \"Images / Videos (max 10MB each)\",\n                    \"value\": []\n                },\n                {\n                    \"id\": \"9c30a5fc-a1eb-4b74-af7b-bb9c9fa5fef8\",\n                    \"type\": \"pdf\",\n                    \"compulsory\": false,\n                    \"title\": \"PDF (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"7a003e01-cfdb-4bff-af7b-e39c840d3956\",\n                    \"type\": \"excel\",\n                    \"compulsory\": false,\n                    \"title\": \"Excel (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"117a6049-eca9-452c-96e0-7bd9ecaa3455\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"d606ce10-b226-4dc9-b3cc-a76c8ed08766\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"7482d1d5-025e-48bb-9dd2-ec4737efba66\",\n                    \"type\": \"fault_signature\",\n                    \"compulsory\": false,\n                    \"title\": \"Signature\",\n                    \"value\": \"\"\n                }\n            ],\n            \"created_at\": 1753236409,\n            \"updated_at\": 1757550477\n        },\n        {\n            \"id\": 778,\n            \"name\": \"Hung Test All Fields\",\n            \"sortable_number\": 301,\n            \"meta_data\": [\n                {\n                    \"id\": \"2e259763-dde5-4871-b403-da180946cb09\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Date / Time\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                },\n                {\n                    \"id\": \"ed004755-e999-4670-ad5f-9c98fbd8117b\",\n                    \"type\": \"toggle\",\n                    \"compulsory\": false,\n                    \"title\": \"Toggle\",\n                    \"value\": false\n                },\n                {\n                    \"id\": \"2e15d37d-1d5c-497d-b057-f0ec151e34be\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"a081984c-ed1e-4313-8118-7c04acb87dd3\",\n                    \"type\": \"checkbox\",\n                    \"compulsory\": false,\n                    \"title\": \"Multiple Choice\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"789a6d4f-7024-4072-8292-b9ae09862fbd\",\n                    \"type\": \"single_choice_dropdown\",\n                    \"compulsory\": false,\n                    \"title\": \"Single Choice Dropdown\",\n                    \"value\": [\n                        {\n                            \"title\": \"Option 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Option 2\",\n                            \"value\": false\n                        }\n                    ],\n                    \"placeholder\": \"Select a single choice\"\n                },\n                {\n                    \"id\": \"a79e7b7d-ac27-4d26-b12f-590ee3d72937\",\n                    \"type\": \"email\",\n                    \"compulsory\": false,\n                    \"title\": \"Email Address\",\n                    \"value\": [],\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"0d94b476-6441-41d3-a8de-3a11b56bdcb9\",\n                    \"type\": \"image\",\n                    \"compulsory\": false,\n                    \"title\": \"Image (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"68d38cff-6879-4f80-b8c5-463343af71c0\",\n                    \"type\": \"video\",\n                    \"compulsory\": false,\n                    \"title\": \"Video (max 15MB/15s)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"10cc3140-aaa8-4306-9bba-0b0f707fe3ae\",\n                    \"type\": \"multiple_images_videos\",\n                    \"compulsory\": false,\n                    \"title\": \"Images / Videos (max 10MB each)\",\n                    \"value\": []\n                },\n                {\n                    \"id\": \"c6e430ef-8676-413b-8746-4c9158ad3e29\",\n                    \"type\": \"pdf\",\n                    \"compulsory\": false,\n                    \"title\": \"PDF (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"c42f0da7-a237-40a2-b60d-53a5cf55a69f\",\n                    \"type\": \"excel\",\n                    \"compulsory\": false,\n                    \"title\": \"Excel (max 10MB)\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"8f9acecb-ce14-43b1-a944-5fa122fa890a\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"f0d33b27-7d2b-425e-a531-ea28a3eace47\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                },\n                {\n                    \"id\": \"384fe007-6166-4667-a3ed-4597e59b0b29\",\n                    \"type\": \"order_items\",\n                    \"compulsory\": false,\n                    \"title\": \"Please click below to select items to order\",\n                    \"value\": []\n                },\n                {\n                    \"id\": \"24f8b61e-8135-4226-bf8c-4f6d7488e1e5\",\n                    \"type\": \"fault_signature\",\n                    \"compulsory\": false,\n                    \"title\": \"Signature\",\n                    \"value\": \"\"\n                }\n            ],\n            \"created_at\": 1750993562,\n            \"updated_at\": 1757550477\n        },\n        {\n            \"id\": 736,\n            \"name\": \"Cleaning Issues\",\n            \"sortable_number\": 300,\n            \"meta_data\": [\n                {\n                    \"id\": \"0a03af9f-1afb-4f3f-9097-3b5e5d096638\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description this issue\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"205b758f-8f92-4729-b5ca-1c1964f772c0\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Which Floor?\",\n                    \"value\": [\n                        {\n                            \"title\": \"Level 1\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Level 2\",\n                            \"value\": false\n                        }\n                    ]\n                }\n            ],\n            \"created_at\": 1747816507,\n            \"updated_at\": 1757550477\n        },\n        {\n            \"id\": 667,\n            \"name\": \"Defect Notice\",\n            \"sortable_number\": 275,\n            \"meta_data\": [\n                {\n                    \"id\": \"a908c0aa-4a97-43d6-bc66-1a0c8d3723c3\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"d659e140-e466-4aa6-b40d-71dd900a5342\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Inspection Date\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                },\n                {\n                    \"id\": \"b5da2314-9c36-440c-813e-4e421336e85f\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Location of NEA's Observations\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"467594d0-1d83-468c-bd14-a752f15966a7\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Defect Notice Number\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"25d041d6-2a79-43c7-90b0-019e5741b9cc\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Date / Time of Observations\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                },\n                {\n                    \"id\": \"8acd918b-36f4-4162-b01f-14593ddfd729\",\n                    \"type\": \"fault_type\",\n                    \"compulsory\": false,\n                    \"title\": \"Fault Type\",\n                    \"value\": 0,\n                    \"placeholder\": \"Select fault type\"\n                },\n                {\n                    \"id\": \"25094cd7-353f-431c-bdd8-36fa72e168b5\",\n                    \"type\": \"select_location_tags\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Tags\",\n                    \"value\": [],\n                    \"placeholder\": \"Select Location Tags to add\"\n                }\n            ],\n            \"created_at\": 1740371209,\n            \"updated_at\": 1757550477\n        },\n        {\n            \"id\": 731,\n            \"name\": \"Guest Invitation\",\n            \"sortable_number\": 274,\n            \"meta_data\": [\n                {\n                    \"id\": \"359841a9-7879-4b27-b9b1-dce6513e7df4\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"4124d769-feff-4ec9-9803-5eae482da8bf\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Name\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"7d1b4248-74f7-4372-9bca-f6eb77a741a9\",\n                    \"type\": \"radio\",\n                    \"compulsory\": false,\n                    \"title\": \"Nationality\",\n                    \"value\": [\n                        {\n                            \"title\": \"Vietnam\",\n                            \"value\": false\n                        },\n                        {\n                            \"title\": \"Indian\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"067802e8-b8be-4b0a-b4b8-4308badbc39b\",\n                    \"type\": \"toggle\",\n                    \"compulsory\": false,\n                    \"title\": \"Marriage\",\n                    \"value\": false\n                }\n            ],\n            \"created_at\": 1747103725,\n            \"updated_at\": 1757550477\n        },\n        {\n            \"id\": 665,\n            \"name\": \"iCARE Report\",\n            \"sortable_number\": 272,\n            \"meta_data\": [\n                {\n                    \"id\": \"ee2312cb-933f-42f3-a172-6ba487891c20\",\n                    \"type\": \"datetime\",\n                    \"compulsory\": false,\n                    \"title\": \"Received Date / Time\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Choose Date & Time\"\n                },\n                {\n                    \"id\": \"cffdedb8-cd63-46a3-9894-1f125c2e4990\",\n                    \"type\": \"textarea\",\n                    \"compulsory\": false,\n                    \"title\": \"Description\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type description here\"\n                },\n                {\n                    \"id\": \"b4e9faf1-c45f-456c-9ba2-4eea7b1d41a5\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Type of Bulky Item Thrown\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"71d4ab33-25f1-4078-a67f-b925a2a51d82\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Addressed To\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"15646a1d-fee3-4edc-af50-c8e18b6b47ca\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Referred by MP\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"a5104687-ebbc-4748-a242-a23c7bb06bf9\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Referred by External Agency\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"ef2aec53-f5b3-4858-8372-af7ce7756c56\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Location Details\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"41742dc7-dbf4-4248-921a-77dd5d93590d\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Constituency\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"b343f8ae-bda0-436a-b2dd-6a7bf160ba03\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"Sector\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"15d4f639-bed1-4ec3-937b-4fa6be39b88e\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"GRC\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"119a8103-8275-4b87-9042-be0e65f43b04\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"DPC Region\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                },\n                {\n                    \"id\": \"4ef3a018-0a2f-480f-8cd7-b0387b77ede9\",\n                    \"type\": \"text\",\n                    \"compulsory\": false,\n                    \"title\": \"PCD Catchment\",\n                    \"value\": \"\",\n                    \"placeholder\": \"Type the answer\"\n                }\n            ],\n            \"created_at\": 1740126058,\n            \"updated_at\": 1757550477\n        }\n    ]\n}"}],"_postman_id":"1a433b12-a2b4-477e-a5e9-8c642ae35bde"},{"name":"Get Request Type Details","id":"07e906ad-1218-4391-8793-1269a396e433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"r4SzWx5ohKxEuCdynXqv","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/request_types/920","description":"<p>Use this API to retrieve the details of a specific Request Type.</p>\n","urlObject":{"protocol":"https","path":["api","client","v1","request_types","920"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"1794a4a6-afa4-463a-bf67-b813241c2f8f","name":"Get Request Type Details","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"r4SzWx5ohKxEuCdynXqv","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/request_types/920"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"2977"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": {\n        \"id\": 920,\n        \"name\": \"New Public API: Create Request\",\n        \"sortable_number\": 461,\n        \"meta_data\": [\n            {\n                \"id\": \"2301e614-960d-447f-924a-ed786770fc74\",\n                \"type\": \"instruction\",\n                \"compulsory\": false,\n                \"title\": \"Provide some short instructions for Requestors\",\n                \"value\": \"\"\n            },\n            {\n                \"id\": \"51911deb-39e1-4f6a-bdf1-82bf6367da4e\",\n                \"type\": \"email\",\n                \"compulsory\": false,\n                \"title\": \"Email Address\",\n                \"value\": [],\n                \"placeholder\": \"Type the answer\",\n                \"max_email_limit\": 1\n            },\n            {\n                \"id\": \"cb0a1934-9f5b-4e8c-a2b9-3ce78185200c\",\n                \"type\": \"text\",\n                \"compulsory\": false,\n                \"title\": \"Short Answer\",\n                \"value\": \"\",\n                \"placeholder\": \"Type the answer\"\n            },\n            {\n                \"id\": \"0a16cddd-0d0f-41c6-9a73-09ccff5d1548\",\n                \"type\": \"radio\",\n                \"compulsory\": false,\n                \"title\": \"Single Choice\",\n                \"value\": [\n                    {\n                        \"title\": \"Option 1\",\n                        \"value\": false\n                    },\n                    {\n                        \"title\": \"Option 2\",\n                        \"value\": false\n                    }\n                ]\n            },\n            {\n                \"id\": \"7a06fc2e-9187-41fe-b28c-becb21e02e2b\",\n                \"type\": \"checkbox\",\n                \"compulsory\": false,\n                \"title\": \"Multiple Choice\",\n                \"value\": [\n                    {\n                        \"title\": \"Option 1\",\n                        \"value\": false\n                    },\n                    {\n                        \"title\": \"Option 2\",\n                        \"value\": false\n                    }\n                ]\n            },\n            {\n                \"id\": \"f796fd35-39a2-47fa-bf05-7ae254c98e12\",\n                \"type\": \"single_choice_dropdown\",\n                \"compulsory\": false,\n                \"title\": \"Single Choice Dropdown\",\n                \"value\": [\n                    {\n                        \"title\": \"Option 1\",\n                        \"value\": false\n                    },\n                    {\n                        \"title\": \"Option 2\",\n                        \"value\": false\n                    }\n                ],\n                \"placeholder\": \"Select a single choice\"\n            },\n            {\n                \"id\": \"2353642e-d83d-4fef-a977-32eec58359d6\",\n                \"type\": \"multiple_choice_dropdown\",\n                \"compulsory\": false,\n                \"title\": \"Multiple Choice Dropdown\",\n                \"value\": [\n                    {\n                        \"title\": \"Option 1\",\n                        \"value\": false\n                    },\n                    {\n                        \"title\": \"Option 2\",\n                        \"value\": false\n                    }\n                ],\n                \"placeholder\": \"Select multiple choices\"\n            },\n            {\n                \"id\": \"df977c05-a507-4b05-878f-8347c4557bc8\",\n                \"type\": \"datetime\",\n                \"compulsory\": false,\n                \"title\": \"Date / Time\",\n                \"value\": \"\",\n                \"placeholder\": \"Choose Date & Time\"\n            },\n            {\n                \"id\": \"58816982-c6dc-4ca5-8dba-3b2f220690ea\",\n                \"type\": \"toggle\",\n                \"compulsory\": false,\n                \"title\": \"Toggle\",\n                \"value\": false\n            },\n            {\n                \"id\": \"18a2ad54-bbb4-4412-bc78-77f31868921d\",\n                \"type\": \"image\",\n                \"compulsory\": false,\n                \"title\": \"Image (max 10MB)\",\n                \"value\": \"\"\n            },\n            {\n                \"id\": \"0875ed4d-33a3-4629-a4d5-e8c476905883\",\n                \"type\": \"video\",\n                \"compulsory\": false,\n                \"title\": \"Video (max 15MB/15s)\",\n                \"value\": \"\"\n            },\n            {\n                \"id\": \"992f35af-daa0-4111-8c24-e01d3d62b079\",\n                \"type\": \"multiple_images_videos\",\n                \"compulsory\": false,\n                \"title\": \"Images / Videos (max 10MB each)\",\n                \"value\": []\n            },\n            {\n                \"id\": \"e3f8a648-4101-4e6e-9a9e-13ffa52ddc23\",\n                \"type\": \"pdf\",\n                \"compulsory\": false,\n                \"title\": \"PDF (max 10MB)\",\n                \"value\": \"\"\n            },\n            {\n                \"id\": \"ff155026-a8ea-48fb-8dc8-3dc581668f47\",\n                \"type\": \"excel\",\n                \"compulsory\": false,\n                \"title\": \"Excel (max 10MB)\",\n                \"value\": \"\"\n            },\n            {\n                \"id\": \"fcffec6b-d08c-4ad4-9993-f30cd97c5b45\",\n                \"type\": \"fault_type\",\n                \"compulsory\": false,\n                \"title\": \"Fault Type\",\n                \"value\": 0,\n                \"placeholder\": \"Select fault type\"\n            },\n            {\n                \"id\": \"68949de5-636e-412c-ba27-debd55b326d3\",\n                \"type\": \"select_location_tags\",\n                \"compulsory\": false,\n                \"title\": \"Location Tags\",\n                \"value\": [],\n                \"placeholder\": \"Select Location Tags to add\"\n            },\n            {\n                \"id\": \"346cebd4-abef-4abf-bbbd-b6a5b3239066\",\n                \"type\": \"fault_signature\",\n                \"compulsory\": false,\n                \"title\": \"Signature\",\n                \"value\": \"\"\n            },\n            {\n                \"id\": \"5548c220-364c-43d6-8268-879a77d9f56b\",\n                \"type\": \"order_items\",\n                \"compulsory\": false,\n                \"title\": \"Items to order\",\n                \"value\": []\n            }\n        ],\n        \"created_at\": 1763482515,\n        \"updated_at\": 1765162898\n    }\n}"}],"_postman_id":"07e906ad-1218-4391-8793-1269a396e433"},{"name":"Get Order Items","id":"1113f6c9-8649-48b6-80fc-3d011bbb941e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"r4SzWx5ohKxEuCdynXqv","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/request_types/920/order_items","description":"<p>Use this API to retrieve all Order Items that belong to a specific Request Type.</p>\n","urlObject":{"protocol":"https","path":["api","client","v1","request_types","920","order_items"],"host":["portal","uat","facilitybot","co"],"query":[],"variable":[]}},"response":[{"id":"d4f61c04-d175-4fc8-8f4a-ce63261e9c77","name":"Get Order Items","originalRequest":{"method":"GET","header":[{"key":"X-Authentication-Token","value":"r4SzWx5ohKxEuCdynXqv","type":"text"}],"url":"https://portal.uat.facilitybot.co/api/client/v1/request_types/920/order_items"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"486"},{"key":"content-type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Successful.\",\n    \"data\": [\n        {\n            \"id\": 130,\n            \"no\": 130,\n            \"name\": \"Order Item 1\",\n            \"description\": \"Order Item 1\",\n            \"price\": 2000,\n            \"price_text\": \"S$2000.0\",\n            \"image\": null,\n            \"image_name\": null,\n            \"order_type_id\": null,\n            \"type\": null,\n            \"created_at\": 1765188565,\n            \"maximum_quantity\": 34\n        },\n        {\n            \"id\": 132,\n            \"no\": 132,\n            \"name\": \"Order Item 2\",\n            \"description\": \"Order Item 2\",\n            \"price\": 4000,\n            \"price_text\": \"S$4000.0\",\n            \"image\": null,\n            \"image_name\": null,\n            \"order_type_id\": null,\n            \"type\": null,\n            \"created_at\": 1765188579,\n            \"maximum_quantity\": 100\n        }\n    ]\n}"}],"_postman_id":"1113f6c9-8649-48b6-80fc-3d011bbb941e"}],"id":"b204c009-4bc9-43af-a936-b74da70faed4","_postman_id":"b204c009-4bc9-43af-a936-b74da70faed4","description":""}],"id":"18b3c884-e485-47f5-8594-f7f4c91ea4b5","_postman_id":"18b3c884-e485-47f5-8594-f7f4c91ea4b5","description":""},{"name":"Error Codes","item":[],"id":"80e59f1d-a938-45d4-89b0-76d9107f83ed","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Error Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>10003</strong></td>\n<td>Unauthorized access</td>\n<td>The request is not authorized. Access is denied.</td>\n</tr>\n<tr>\n<td><strong>20001</strong></td>\n<td>Resource not found</td>\n<td>The requested resource could not be located.</td>\n</tr>\n<tr>\n<td><strong>20002</strong></td>\n<td>Resource already exists</td>\n<td>An attempt was made to create a resource that already exists.</td>\n</tr>\n<tr>\n<td><strong>30001</strong></td>\n<td>Invalid operation</td>\n<td>The requested operation is not allowed.</td>\n</tr>\n<tr>\n<td><strong>30002</strong></td>\n<td>Operation limit exceeded</td>\n<td>The action exceeds the allowed limit (e.g., rate limit, quota).</td>\n</tr>\n<tr>\n<td><strong>40001</strong></td>\n<td>Required field missing</td>\n<td>A mandatory field in the request is missing.</td>\n</tr>\n<tr>\n<td><strong>40002</strong></td>\n<td>Invalid field format</td>\n<td>The provided field value does not match the required format.</td>\n</tr>\n<tr>\n<td><strong>40003</strong></td>\n<td>Invalid field value</td>\n<td>The field value is not acceptable (e.g., out of range).</td>\n</tr>\n<tr>\n<td><strong>60001</strong></td>\n<td>Unknown error occurred</td>\n<td>An unspecified error occurred. Please try again later.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"80e59f1d-a938-45d4-89b0-76d9107f83ed"}]}