{"info":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","description":"<html><head></head><body><p>Welcome to the EventOPS API! You can use our API to access EventOPS API endpoints, which can get information on events, resources, tasks and more.</p>\n<p>Contact Support:<br>Email: <a href=\"mailto:admin@eventops.com\">admin@eventops.com</a></p>\n<h1 id=\"authenticating\">Authenticating</h1>\n<p>Step 1: Genearte A token using your email and password</p>\n<p>Use the Api to generate token Authentication/Create Token</p>\n<p>Step 2: Add the JWT token in Autherization Header</p>\n<p>Add the token with JWT Prefix in Authorization header to consume secured requests</p>\n<h1 id=\"errors\">Errors</h1>\n<p>The EventOPS API uses the following error codes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request – Your request is wrong</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized – Your API credentials are wrong</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden – You don’t have permissions to view the resource you requested</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found – The specified resource could not be found</td>\n</tr>\n<tr>\n<td>405</td>\n<td>Method Not Allowed – You tried to access a resource with an invalid method</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error – We had a problem with our server. Try again later.</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Service Unavailable – We’re temporarially offline for maintanance. Please try again later.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authenticating","slug":"authenticating"},{"content":"Errors","slug":"errors"}],"owner":"19239004","collectionId":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","publishedId":"2s93Y5QLHt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-12T11:01:05.000Z"},"item":[{"name":"Authentication","item":[{"name":"Create Token","event":[{"listen":"test","script":{"id":"9d044ea2-ccd3-457d-9357-6f529e3f4cd1","exec":["const success = pm.response.code === 200;","if (success) {","    const responseJson = pm.response.json();","    pm.collectionVariables.set(\"access_token\", responseJson.access_token);","}"],"type":"text/javascript","packages":{}}}],"id":"90d67447-9a70-470e-8e58-256cf8909cdd","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"mohammed.sabeel+dev@eventops.com\",\n  \"password\": \"Root@12345\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/token/","description":"<p>Overriding token generation view of the Django rest-framework jwt authentication package.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","token",""],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"2c31aeae-91a7-4478-846d-2715e366fe96","name":"Create Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\",\n  \"password\": \"<password>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/token/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Apr 2023 18:32:04 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.15"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1335"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"<string>\",\n    \"email\": \"<email>\",\n    \"username\": \"<username>\",\n    \"uuid\": \"<uuid>\",\n    \"token_type\": \"JWT\",\n    \"expires_in\": \"864000.0\",\n    \"created_at\": \"2023-04-18T18:32:04.473760\",\n    \"company_logo\": \"<logo-s3-url>\",\n    \"company\": \"f8ec117a-7a6a-4f99-b587-85cec91f7ab9\",\n    \"is_company_admin\": \"<bool>\",\n    \"product_version\": \"V2.4.1\",\n    \"created_at_timestamp\": 1681842724.476475,\n    \"expiry_timestamp\": 1682706724.476479,\n    \"refresh_token\": \"<refresh_token>\"\n}"}],"_postman_id":"90d67447-9a70-470e-8e58-256cf8909cdd"},{"name":"Create Token Using the Refresh Token","id":"8e24b150-b977-44f0-b8ce-c639cdfa72bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"refresh_token\": \"<string>\",\n  \"access_token\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/token/refresh/","description":"<p>Post the refresh token to get a new refresh token</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","token","refresh",""],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"7637acbd-eea8-41a7-b511-4b87a00afc8e","name":"Create Token Using the Refresh Token","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"refresh_token\": \"<string>\",\n  \"access_token\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/token/refresh/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"refresh_token\": \"<string>\",\n  \"access_token\": \"<string>\"\n}"}],"_postman_id":"8e24b150-b977-44f0-b8ce-c639cdfa72bd"},{"name":"Password Reset","id":"fb3fb593-8979-4439-ae86-422499ec3a63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/password_reset/","description":"<p>Sends a signal reset_password_token_created when a reset token was created</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","password_reset",""],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"ebd22ae7-ce78-4971-80c7-e78158e16c89","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<email>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/password_reset/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"email\": \"<email>\"\n}"}],"_postman_id":"fb3fb593-8979-4439-ae86-422499ec3a63"},{"name":"Confirm Reset Password","id":"419ec74a-0000-4bcb-9b1e-70e7a9f10ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/password_reset/confirm/","description":"<p>An Api View which provides a method to reset a password based on a unique token</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","password_reset","confirm",""],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"1a485524-9343-4f8c-a882-65bebf1940f4","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"<string>\",\n  \"token\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/password_reset/confirm/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"password\": \"<string>\",\n  \"token\": \"<string>\"\n}"}],"_postman_id":"419ec74a-0000-4bcb-9b1e-70e7a9f10ae9"}],"id":"49a586bd-10fa-4014-a6d5-42bac2c19cc8","_postman_id":"49a586bd-10fa-4014-a6d5-42bac2c19cc8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Approval Flow","item":[{"name":"Approval Flow","item":[{"name":"Update Approval Flow","id":"bd7a3b92-3918-432c-aced-62d413b286e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"is_active\": \"<boolean>\",\n    \"parent_approval_flow\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/approval_flow/v1/approval_flow/update","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","approval_flow","v1","approval_flow","update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"7521ed93-d556-466d-a7cb-2f40f9c49257","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"created_by\": \"<uuid>\",\n  \"parent_approval_flow\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/approval_flow/v1/approval_flow/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"is_active\": \"<boolean>\",\n  \"created_by\": \"<uuid>\",\n  \"parent_approval_flow\": \"<uuid>\"\n}"}],"_postman_id":"bd7a3b92-3918-432c-aced-62d413b286e8"},{"name":"List Active Approval Flow","id":"9674b1c0-de41-491e-b80b-4f1d21a67fa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/approval_flow/v1/approval_flow/is_active","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","approval_flow","v1","approval_flow","is_active"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"4f52db3e-00b9-4f4c-8226-adc148a6a71b","name":"List Active Approval Flow","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/approval_flow/v1/approval_flow/is_active"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"is_archive\": \"<string>\"\n}"}],"_postman_id":"9674b1c0-de41-491e-b80b-4f1d21a67fa1"},{"name":"List Approval Flow","id":"deb93f72-4ce3-4eea-a8b6-fb34983b940a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/approval_flow/v1/approval_flow/list","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","approval_flow","v1","approval_flow","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"8cef3591-37ca-4d93-ba4d-3b62fdd6fbbe","name":"List Approval Flow","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/approval_flow/v1/approval_flow/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"uid\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"is_active\": \"<boolean>\",\n    \"created_by\": \"<uuid>\",\n    \"parent_approval_flow\": \"<uuid>\"\n  },\n  {\n    \"uid\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"is_active\": \"<boolean>\",\n    \"created_by\": \"<uuid>\",\n    \"parent_approval_flow\": \"<uuid>\"\n  }\n]"}],"_postman_id":"deb93f72-4ce3-4eea-a8b6-fb34983b940a"},{"name":"Get Approval Flow","id":"149cec4f-64d0-4237-b97a-5e9e7ac5e0c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/approval_flow/v1/approval_flow/retrieve?uid=<uuid>","description":"<p>Function to retrieve an approval flo</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","approval_flow","v1","approval_flow","retrieve"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"b3e2e93e-113d-44e2-b6f3-3b7b12f84a4e","name":"Get Approval Flow","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"<baseUrl>/api/approval_flow/v1/approval_flow/retrieve?uid=7a81d100-9ec2-4388-8011-4262ccd9f412","host":["<baseUrl>"],"path":["api","approval_flow","v1","approval_flow","retrieve"],"query":[{"key":"uid","value":"7a81d100-9ec2-4388-8011-4262ccd9f412"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Apr 2023 15:40:05 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.15"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"3480"}],"cookie":[],"responseTime":null,"body":"{\n    \"uid\": \"7a81d100-9ec2-4388-8011-4262ccd9f412\",\n    \"name\": null,\n    \"approval_levels\": [\n        {\n            \"uid\": \"34e8c850-ef43-4f1c-aed0-b51ebfa9063d\",\n            \"level_number\": 1,\n            \"previous_level\": null,\n            \"flows\": [\n                {\n                    \"uid\": \"a21c77e5-d82f-4d55-8ad2-c87edb0ebd69\",\n                    \"name\": \"1\",\n                    \"approval_level\": \"34e8c850-ef43-4f1c-aed0-b51ebfa9063d\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"b4d68d8b-bdd9-4392-98df-70493278f914\"\n                },\n                {\n                    \"uid\": \"e2b8b300-112d-4f10-bc5c-421738ddf842\",\n                    \"name\": \"sad\",\n                    \"approval_level\": \"34e8c850-ef43-4f1c-aed0-b51ebfa9063d\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"b4d68d8b-bdd9-4392-98df-70493278f914\"\n                },\n                {\n                    \"uid\": \"dfe2344a-cf3b-4a87-8152-683d5c15c95f\",\n                    \"name\": \"h\",\n                    \"approval_level\": \"34e8c850-ef43-4f1c-aed0-b51ebfa9063d\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"b4d68d8b-bdd9-4392-98df-70493278f914\"\n                },\n                {\n                    \"uid\": \"ebe7b40a-03f9-4341-b013-751807a1ef8e\",\n                    \"name\": \"AQQQQ\",\n                    \"approval_level\": \"34e8c850-ef43-4f1c-aed0-b51ebfa9063d\",\n                    \"deadline\": 5,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"b4d68d8b-bdd9-4392-98df-70493278f914\"\n                }\n            ]\n        },\n        {\n            \"uid\": \"fade4d48-29f5-43b7-af35-434d035271fd\",\n            \"level_number\": 2,\n            \"previous_level\": \"34e8c850-ef43-4f1c-aed0-b51ebfa9063d\",\n            \"flows\": [\n                {\n                    \"uid\": \"e7d24abc-7ec5-4216-af8d-6d051ac3a104\",\n                    \"name\": \"second\",\n                    \"approval_level\": \"fade4d48-29f5-43b7-af35-434d035271fd\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"36f82462-eab3-4126-8e05-aacd38ea92f0\"\n                },\n                {\n                    \"uid\": \"00e33e3a-7944-4c27-9eb4-403d0800c58c\",\n                    \"name\": \"dfs\",\n                    \"approval_level\": \"fade4d48-29f5-43b7-af35-434d035271fd\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"164b27cf-9cdf-4263-809d-df6b8ab63566\"\n                },\n                {\n                    \"uid\": \"7c062066-a50f-4ed4-9ded-ef94820e3cf3\",\n                    \"name\": \"sads\",\n                    \"approval_level\": \"fade4d48-29f5-43b7-af35-434d035271fd\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"164b27cf-9cdf-4263-809d-df6b8ab63566\"\n                },\n                {\n                    \"uid\": \"e53d9e75-0fbf-486b-82fc-79cf510bdfb5\",\n                    \"name\": \"fg\",\n                    \"approval_level\": \"fade4d48-29f5-43b7-af35-434d035271fd\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"afbfa1b6-2777-49ce-b0aa-e32d6af15d58\"\n                }\n            ]\n        },\n        {\n            \"uid\": \"bc2bab92-51bd-46d2-ab33-c79ac4e324ff\",\n            \"level_number\": 3,\n            \"previous_level\": \"fade4d48-29f5-43b7-af35-434d035271fd\",\n            \"flows\": [\n                {\n                    \"uid\": \"7e21c7ba-66b1-467b-99f3-c106a272f9c5\",\n                    \"name\": \"pro\",\n                    \"approval_level\": \"bc2bab92-51bd-46d2-ab33-c79ac4e324ff\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"36f82462-eab3-4126-8e05-aacd38ea92f0\"\n                },\n                {\n                    \"uid\": \"f298cfc0-f1c9-45fc-bf9b-93d697942ff5\",\n                    \"name\": \"a\",\n                    \"approval_level\": \"bc2bab92-51bd-46d2-ab33-c79ac4e324ff\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"443035bb-7307-41f7-a959-844dc7073107\"\n                },\n                {\n                    \"uid\": \"24e173ca-3aed-4dff-8e12-c3a8e7ed993b\",\n                    \"name\": \"12\",\n                    \"approval_level\": \"bc2bab92-51bd-46d2-ab33-c79ac4e324ff\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"36f82462-eab3-4126-8e05-aacd38ea92f0\"\n                },\n                {\n                    \"uid\": \"69d72e46-1231-4e61-b32c-b73110ee293d\",\n                    \"name\": \"g\",\n                    \"approval_level\": \"bc2bab92-51bd-46d2-ab33-c79ac4e324ff\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"afbfa1b6-2777-49ce-b0aa-e32d6af15d58\"\n                }\n            ]\n        },\n        {\n            \"uid\": \"073ecf4c-f110-483f-9478-c3b276ae8dfa\",\n            \"level_number\": 4,\n            \"previous_level\": \"bc2bab92-51bd-46d2-ab33-c79ac4e324ff\",\n            \"flows\": [\n                {\n                    \"uid\": \"f8a44875-614b-4050-9603-ea6ab8fc45a5\",\n                    \"name\": \"test\",\n                    \"approval_level\": \"073ecf4c-f110-483f-9478-c3b276ae8dfa\",\n                    \"deadline\": 0,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"afbfa1b6-2777-49ce-b0aa-e32d6af15d58\"\n                },\n                {\n                    \"uid\": \"1afd2f71-ae92-41d5-b7d6-1c41da436ec4\",\n                    \"name\": \"test\",\n                    \"approval_level\": \"073ecf4c-f110-483f-9478-c3b276ae8dfa\",\n                    \"deadline\": null,\n                    \"is_default_step\": true,\n                    \"approval_role\": \"6404d34e-fea5-4ac4-b23d-1c54fa75b83f\"\n                }\n            ]\n        }\n    ],\n    \"is_active\": true\n}"}],"_postman_id":"149cec4f-64d0-4237-b97a-5e9e7ac5e0c3"}],"id":"32fd14da-06e1-4a48-9c92-9a1df01f9c98","_postman_id":"32fd14da-06e1-4a48-9c92-9a1df01f9c98","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Flow","item":[{"name":"Create Flow","id":"899b2485-b089-45c2-aea3-a4da46f39687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"approval_level\": \"<uuid>\",\n  \"approval_role\": \"<uuid>\",\n  \"deadline\": \"<integer>\",\n  \"is_default_step\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/approval_flow/v1/flow/create","description":"<p>Method to save a flow\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["approval_flow","v1","flow","create"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"7af877d7-43fc-411e-a9b1-3b952617e5b1","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/approval_flow/v1/flow/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"approval_level\": \"<uuid>\",\n  \"approval_role\": \"<uuid>\",\n  \"uid\": \"<uuid>\",\n  \"deadline\": \"<integer>\",\n  \"is_default_step\": \"<boolean>\"\n}"}],"_postman_id":"899b2485-b089-45c2-aea3-a4da46f39687"},{"name":"Update Flow","id":"a972b83e-c176-4248-bbdf-d020297529f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"approval_level\": \"<uuid>\",\n    \"approval_role\": \"<uuid>\",\n    \"deadline\": \"<integer>\",\n    \"is_default_step\": \"<boolean>\",\n    \"flow_conditions\": []\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/approval_flow/v1/flow/update","description":"<p>Method to update a flow.when a flow is updated a new approval flow is created.\nThe existing approval flow become archived.\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","approval_flow","v1","flow","update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"fa72d2ee-33b9-48cb-a276-256d40fc0a19","name":"Update Approval Flow","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/approval_flow/v1/flow/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"approval_level\": \"<uuid>\",\n  \"approval_role\": \"<uuid>\",\n  \"uid\": \"<uuid>\",\n  \"deadline\": \"<integer>\",\n  \"is_default_step\": \"<boolean>\"\n}"}],"_postman_id":"a972b83e-c176-4248-bbdf-d020297529f2"},{"name":"Get Flow","id":"676441c9-b0a5-45e7-b7df-1322b7473b5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/approval_flow/v1/flow/retrieve?uid=<uuid>","description":"<p>Method to retrieve Flow details\n:param request:\n:param args:\n:param kwargs:\n:return: Flow instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","approval_flow","v1","flow","retrieve"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"14a24da9-c124-40bb-8b8a-16e6e6d43027","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/approval_flow/v1/flow/retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"approval_level\": \"<uuid>\",\n  \"approval_role\": \"<uuid>\",\n  \"uid\": \"<uuid>\",\n  \"deadline\": \"<integer>\",\n  \"is_default_step\": \"<boolean>\",\n  \"flow_conditions\": \"<string>\"\n}"}],"_postman_id":"676441c9-b0a5-45e7-b7df-1322b7473b5a"},{"name":"Delete Flow","id":"2d9f4a7a-8fec-4a47-b81f-39a8c4fa469d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/approval_flow/v1/flow/delete","description":"<p>Function to delete a flow from an approval flow\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","approval_flow","v1","flow","delete"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"fc30ef1c-3ba5-40d3-bd79-39df266a9d25","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/approval_flow/v1/flow/delete"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d9f4a7a-8fec-4a47-b81f-39a8c4fa469d"},{"name":"Flow Field Retrieve","id":"a6538f9f-098a-4670-aa5f-0cb0ceaf2459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"team_uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/approval_flow/v1/field/retrieve","description":"<p>Method to retrieve all custom fields for a flow based on role\n:param request:\n:param args:\n:param kwargs:\n:return: Custom fields</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","approval_flow","v1","field","retrieve"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"c8b2a848-283a-45ce-8de2-2da90f542b57","name":"Flow Field Retrieve","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"team_uid\": \"b4d68d8b-bdd9-4392-98df-70493278f914\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/approval_flow/v1/field/retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Apr 2023 16:13:52 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.6.15"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"62504"}],"cookie":[],"responseTime":null,"body":"{\n    \"custom_field_permissions\": [\n        {\n            \"uid\": \"2ec1d434-16e2-49aa-831f-833c5b2ca57b\",\n            \"label\": \"Is this tied to multiple events/event series (eg. Global Run Day, HOVR Run Trial, etc.)\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"tied_to_multiple_events\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ab4f58ce-085f-4d82-9906-5fc510fea02e\",\n            \"label\": \"is_resource_approved\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"is_resource_approved\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a38789fa-4574-4230-a38b-539ccd773e30\",\n            \"label\": \"meeting_status\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"meeting_status\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"cdb1c0a0-7ac3-4f75-b4e7-580b34bcb900\",\n            \"label\": \"is_ticket_denied\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"is_ticket_denied\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f8465494-f4d1-4755-9198-c6e112429729\",\n            \"label\": \"ticket_denier\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"ticket_denier\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"bd581deb-f559-4cae-bfe3-2e58485f917d\",\n            \"label\": \"is_ticket_approved\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"is_ticket_approved\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"e2e9b938-e46c-4192-84ea-8d8c1e290d8e\",\n            \"label\": \"booking_id\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"booking_id\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"71355370-5822-4657-9b3f-089692372522\",\n            \"label\": \"is_splash_request\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"is_splash_request\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a47b7266-e5b1-495b-99c2-749fec40ab41\",\n            \"label\": \"event_id\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"event_id\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d8efc015-4222-405a-b4ac-2de8db1626cf\",\n            \"label\": \"Budget Estimate\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"budget_estimate\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a3456ab7-f1b1-4dbe-b67c-c2562b1b87d0\",\n            \"label\": \"Is this tied to an account?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"tied_to_account\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"6f3021ce-2487-4b20-809f-523c34ec85e9\",\n            \"label\": \"Job Function Division\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"job_function_division\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c86b4375-9a78-4478-a5c0-79f9d636d6ae\",\n            \"label\": \"Job Function Group\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"job_function_group\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"28bb9521-5caa-4e25-b0e2-2b2f242cef84\",\n            \"label\": \"Will this Event take place at multiple locations?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"multiple_locations\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4124aebc-0abc-4e47-853f-c1ad803ac7ba\",\n            \"label\": \"Is this request tied to a Tier 1 Global Campaign? (e.g. HOVR)\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"global_campaign\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4a83f2ef-aa44-404d-984b-1860671db187\",\n            \"label\": \"Has an asset been secured through Sports Marketing for this Event?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"asset_secured\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"03debb94-8607-4b75-bb29-5bf2a53c5f7e\",\n            \"label\": \"Is there an overarching GL Code that should be used for all costs?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"overarching_gl_code\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"2faa3dcb-7f0b-4923-886c-32cfb92dcb24\",\n            \"label\": \"What team is this directed to?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"team_form\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"58a45cca-7478-4652-bde9-ceb79867f62d\",\n            \"label\": \"Requestor First Name\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"requestor_first_name\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c3a6deaa-299a-4810-9541-4d6036e5bdca\",\n            \"label\": \"Requestor Email Address\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"requestor_email_address\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"742c5f93-1539-4a90-bf08-1c2ddd96acc8\",\n            \"label\": \"Requestor Mobile Number\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"requestor_mobile_number\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"480f927f-ad12-48f8-974b-2b31463eb367\",\n            \"label\": \"Audience Type\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"aud_type\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c2baf777-1d73-4a1a-a2a1-8bcd2e47f5f4\",\n            \"label\": \"Budget Owner Cost Approver\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"budget_owner\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"56356900-6c07-455b-9e54-475787628506\",\n            \"label\": \"Requestor Last Name\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"requestor_last_name\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"97133371-29a4-4fdf-9d56-6f3c2628d1a0\",\n            \"label\": \"Will you require rehearsal/run-through dates/times?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"rehearsal_times\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"17dd5ee2-886b-45a2-8717-fdd29bba469a\",\n            \"label\": \"Asset Category\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"asset_category\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"2c9b2baa-7ba2-4aef-802f-a6cccb17207f\",\n            \"label\": \"If other, please specify what KPIs you will use to measure success for your event.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"other_kpis\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"26d255ec-e887-43cd-a0e6-a28b44293dfd\",\n            \"label\": \"Is Execution of this request tied to a contractual obligation?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"contractual_obligation\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0480015f-bd35-41a1-b505-50133c39b2f4\",\n            \"label\": \"Catering Budget\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"catering_budget\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4fabc4ad-f84d-4888-a919-7e2065ba4073\",\n            \"label\": \"If other, please specify the NA Wholesale Account Name.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"na_wholesale_other\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ab4c6e00-8298-49af-b439-9a181321e7ef\",\n            \"label\": \"Estimated Attendee Count\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"estimated_attendee_count\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"49739a6b-a864-476c-80c2-8e1f7ec0c0ed\",\n            \"label\": \"If other, please specify the Job Function Group.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"job_function_group_other\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"db57effb-8731-4d81-94f5-d88b1261b60b\",\n            \"label\": \"Primary Category\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"primary_category\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"5c154da2-c8e3-4c84-ace4-c543d0104faa\",\n            \"label\": \"Do you need additional time for set up/breakdown outside of the actual event dates/times provided?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"additional_time\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"319eaa63-a262-48be-b913-839cc5bd1ac3\",\n            \"label\": \"UA Property\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"ua_property\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"1a47a930-8152-4fbe-81c0-bd8cd88827e5\",\n            \"label\": \"Are your dates flexible?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"flexible_dates\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7a7f49ea-fbce-4975-baf2-636dd35bae7e\",\n            \"label\": \"Event Location\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"event_location\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ca33c00a-1031-40d1-9877-cd7a10518674\",\n            \"label\": \"Set Up Date\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"set_up_date\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4a31c2b1-1bc7-4750-acd0-a0da47fc04f6\",\n            \"label\": \"Break Down Date\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"break_down_date\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"417e7892-32d9-407d-9249-772f7ce47e44\",\n            \"label\": \"Break Down Time\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"break_down_time\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"562418d9-1992-4e11-8ef5-7d623c21d178\",\n            \"label\": \"Which UA Property?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"which_ua_property\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"22e4d93f-917d-4b93-9346-61e3a3763f63\",\n            \"label\": \"Venue Name\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"venue_name\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"754fbb89-8099-40ce-9d53-acfbdd11f9a9\",\n            \"label\": \"Venue Country\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"venue_country\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"46a643d3-620d-4e62-a8db-562e4845849e\",\n            \"label\": \"Venue State\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"venue_state\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"410b9878-af82-42ea-911f-ea0ccec9c513\",\n            \"label\": \"GL Code\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"gl_code\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"5fa062f3-28bc-4590-ac92-08d162c8e72d\",\n            \"label\": \"If other, please specify the Catering Type.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"catering_type_other\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"3fd24a19-5ecc-457c-ba10-e72bb0f7a075\",\n            \"label\": \"Catering Notes\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"catering_notes\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"57600d31-660f-40cb-8176-2229b4a661e9\",\n            \"label\": \"IO\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"io\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"6685c921-9301-454f-b077-a8897c06e7ad\",\n            \"label\": \"Additional Services Needed\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"additional_services_needed\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9fcf8e8e-ae8b-4b42-8c9a-5c61174735c8\",\n            \"label\": \"A/V Request Type\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"av_request_type\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ccdf515a-bc0a-4051-873c-2989873d3fe0\",\n            \"label\": \"If other, please specify other A/V Request Type.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"av_type_other\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"df5f2447-8674-43f4-94c0-966273a4e8c6\",\n            \"label\": \"A/V Notes\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"av_notes\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"118bb112-9dea-4579-9c9d-080f7db84bfb\",\n            \"label\": \"Equipment Request Type\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"equipment_request_types\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d52274fc-439c-436e-8925-30ae0792017f\",\n            \"label\": \"Equipment Notes\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"equipment_notes\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"303b8f54-b194-45ba-8016-d44070b77bed\",\n            \"label\": \"Document Attachments Link\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"document_attachments\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"fc31643c-52bf-4e65-b611-33b717131de3\",\n            \"label\": \"Budget Region?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"budget_region\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"efa98a39-7f57-45fe-8762-60a7db98dcf3\",\n            \"label\": \"Audience\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"atend_type\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"99b7d185-25c6-4d87-95c7-3decbeaa0563\",\n            \"label\": \"Enter Global Regional Account Name\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"global_regional_account_name\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"3413a17f-b687-4edb-8b0d-6f872e1ff9a9\",\n            \"label\": \"Select Account Type\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"select_account_type\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a579ebc4-78c3-4669-9050-0de6e4c91fd3\",\n            \"label\": \"NA Wholesale Account Name\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"na_wholesale_account\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"cd4fec0b-b844-4577-b4ce-75afcddee623\",\n            \"label\": \"Requestor Business Unit\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"business_unit\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d296222a-9d0e-4420-9e9c-caf3a64f74a9\",\n            \"label\": \"If other, please specify the Primary Category.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"primary_category_other\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b2e4255e-6de3-4c14-87c9-4eb75b8c3b81\",\n            \"label\": \"Set Up Time\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"set_up_time\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d6cdf651-8365-424f-a571-aaf620376767\",\n            \"label\": \"Venue City\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"venue_city\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ebdeae42-634d-4dfb-b216-4e3f51fa4466\",\n            \"label\": \"Room Layout\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"room_layout\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"617b0cdd-134c-4341-a4bf-e5d9553483ef\",\n            \"label\": \"If other, please specify the Desired Room Layout.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"other_room_layout\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d303d6f2-f379-4c54-bbfd-213f7ebd7069\",\n            \"label\": \"How do you plan to measure success?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"measure_success\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"de9c1ad1-a764-432e-9346-d493d0b5f31e\",\n            \"label\": \"What KPIs will you use to measure success for your event?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"kpi_success\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9bfcdd7b-39fd-4552-ada0-2f83db75f04e\",\n            \"label\": \"Do you need assistance in securing an asset?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"asset_assistance\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ad42f619-5b67-413a-a156-7335bd2c4ca6\",\n            \"label\": \"Cost Center\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"cost_center\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ec86bdaf-72e6-477d-8877-47e6f1fb19f9\",\n            \"label\": \"Final Number of Attendees\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"final_num_attendees\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f06e469e-eac2-4c91-b2c8-b6a98ffd6340\",\n            \"label\": \"Please select campaign name/title below.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"campaign_name\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"17765339-883e-4cac-8350-a738e37274d0\",\n            \"label\": \"If other, please specify the campaign name/title below.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"campaign_name_other\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"32312bb6-c975-4770-82a7-d2ba8a322cfc\",\n            \"label\": \"Which Product(s)?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"products\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8c100f8f-8d9b-4120-b90b-81505483f588\",\n            \"label\": \"Catering Type\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"catering_type\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b26ff37d-5d2a-4322-85b5-956d832fa23c\",\n            \"label\": \"Please include name of Footwear product\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"name_of_footwear\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"39b44aff-171e-45d8-96f5-b7dee31af69d\",\n            \"label\": \"Please include name of Apparel product(s)\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"name_of_apparel\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"51a04d2a-a27d-4ab5-b0f2-a38676dc4fb7\",\n            \"label\": \"Please include name of Accessories product(s)&nbsp;\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"name_of_accessories\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"be98b6b1-52e8-45b5-9f3a-5df3c8770883\",\n            \"label\": \"Will there be onsite sales?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"onsite_sales\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a5ef8698-b206-4607-b1a4-ed26d1a23a6d\",\n            \"label\": \"If yes please include the name of the contract and a brief overview of the event specific obligation.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"contractual_obligation_overview\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f44b3f9b-0649-4c2d-ac93-d22ce645809e\",\n            \"label\": \"Do creative assets exist?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"creative_assets\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ebfc8349-43fa-40f9-99c8-75d504d04b0a\",\n            \"label\": \"Event/Reporting Status\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"event_status\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c374ecc7-45b9-4c05-a96a-5470e1b32031\",\n            \"label\": \"File Upload\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"file_upload\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7f093939-ea60-4c4d-a340-d11bcb102927\",\n            \"label\": \"Does this number include spectators or Live Stream/Broadcast Viewers?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"include_spectators\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"00e8ee49-bf14-4730-bc15-30d6dc0feb74\",\n            \"label\": \"If yes what is the number of Live Stream/Broadcast Viewers?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"live_stream_number\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8c2d47fd-266c-462e-925b-c9fdd2cd57df\",\n            \"label\": \"Link to Splash page\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"splash_page\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b78c0066-c440-45d3-8512-52dab7beb793\",\n            \"label\": \"Is Kevin Plank involved with this event/request?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"kevin_plank\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"31af3035-ba2c-4d18-81a6-3ee8d56efbb2\",\n            \"label\": \"If yes, in what Capacity?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"kevin_plank_capacity\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a1f27e2e-5076-4371-a224-11cbf59ce3b9\",\n            \"label\": \"If yes, what is the series name?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"series_name\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"201e3e92-08ac-455b-9c00-0ba258e8e9e5\",\n            \"label\": \"Did this event include any media/social/digital components?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"include_media\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"62df0171-fbe0-47b6-a504-6084b7395891\",\n            \"label\": \"event_type\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"event_type\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c6726588-5306-4e4c-bd3c-c40b09fe0a07\",\n            \"label\": \"How will budget/spend be captured?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"budget_captured\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9318e5e9-7ed0-4d4c-a743-bb97fde35651\",\n            \"label\": \"FP&amp;A Manager\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"fpa_manager\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4298fe45-ce49-4889-9133-54a03dd0985c\",\n            \"label\": \"Did this event include any sports marketing assets?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"include_any_assets\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4c9dddc6-14df-4d01-a95b-f3a8a5c6a4ac\",\n            \"label\": \"Other Sports Marketing Asset Participation Type\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"other_asset_participation\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"90e7196e-3ab6-43ce-9605-bc6074a71b33\",\n            \"label\": \"Sports Marketing Asset Participation Type\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"asset_participation_type\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"cf798a4f-5e5f-4a2c-b3cc-0200f727bc28\",\n            \"label\": \"Please select all Sports Marketing Asset(s) associated with this event.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"assets\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"97218efe-3beb-4552-af57-6e9b0e2c7d95\",\n            \"label\": \"If other, please list the sports marketing asset here.\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"other_asset\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"fa9d4d25-88e7-4efb-a629-93d86c4d51a0\",\n            \"label\": \"Audience Members (Please select ALL that apply)\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"audience_members\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9abdf984-58fb-49ea-ba77-397567025401\",\n            \"label\": \"Please use space provided for additional details\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"audience_members_details\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8fbaa9a9-ef14-4d2b-b5c1-745ba01b15f7\",\n            \"label\": \"Are product(s) involved in this activation?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"products_involved\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"45d535ad-c476-4468-ae98-7beccdcb5a47\",\n            \"label\": \"If yes what is the number of spectators?\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"spectators_number\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0c6e4765-5bf0-4a45-9904-fc54c2da718e\",\n            \"label\": \"Event Overview/Description\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"event_overview\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d360fe27-9e0d-4d0d-8b85-ee3ac0b63b90\",\n            \"label\": \"Text\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"test\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b356979f-a914-4070-a3d2-1c5e3b12d06f\",\n            \"label\": \"Text\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ce20151e-688b-41b9-81b5-6050d7a124ac\",\n            \"label\": \"Text\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8bbf7fad-289e-4d78-a623-d201a162cdf9\",\n            \"label\": \"Text\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4f9f8de8-1d77-4177-a33c-7933c6492727\",\n            \"label\": \"Is your event taking place in an Amazon building in Seattle or Bellevue?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"353e48d4-7b81-41c6-b9fd-d73ee0f4a467\",\n            \"label\": \"Do you want to designate a secondary organizer?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ea88f8df-10df-4045-a269-d70aa32e23e5\",\n            \"label\": \"Do you want to designate a secondary organizer?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"68aa027f-88e4-4ec1-ade2-de9fce36106b\",\n            \"label\": \"Overall Budget\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"overall_budget\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c4161d48-e2b1-416b-9ab7-c57322a26f50\",\n            \"label\": \"Overall Budget\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"overall_budget\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"cd7d9da1-62f5-491b-acaa-4f871da18faf\",\n            \"label\": \"Do you want to designate a secondary organizer?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f3dede2b-1f57-4c28-846b-633c32c5030b\",\n            \"label\": \"Do you want to designate a secondary organizer?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"e0bc2930-861f-4a45-a293-261b14d6ca24\",\n            \"label\": \"Age\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"6c8332e7-93de-418e-9e01-2542b075f22d\",\n            \"label\": \"File:\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"file\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"e53fb0e5-6a94-4d18-a7f9-34648cc3c632\",\n            \"label\": \"Overall Budget\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"overall_budget\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"82ba308c-c829-49e3-a029-ff9f81e32501\",\n            \"label\": \"Text:\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a1835084-474f-4279-ba21-fd5d3f932dab\",\n            \"label\": \"Select your option:\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4dd81edd-54e9-475f-af6f-3d42eea38276\",\n            \"label\": \"File:\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"file\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"1743bd4c-d693-4bad-a91a-caa7108d0ed5\",\n            \"label\": \"File:\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"file\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"6dba8fce-e211-402e-8233-cc6816831861\",\n            \"label\": \"Time:\",\n            \"type\": \"time\",\n            \"required\": false,\n            \"mapping_name\": \"time\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9246a73a-e580-4f9a-8405-94b652c19519\",\n            \"label\": \"What's you favorite?\",\n            \"type\": \"radio\",\n            \"required\": false,\n            \"mapping_name\": \"radio\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"2a18a961-08e9-4f65-9bca-15cbe5e5528a\",\n            \"label\": \"Building\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"building\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b8d0cc54-1de1-44b6-bf7a-1cff73bef02e\",\n            \"label\": \"Room Location/Number\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"room_location_number\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"2aa3b04e-f796-483b-a59c-a28183c5299c\",\n            \"label\": \"Amazon Attendees Total\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"amazon_attendees_total\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"51c1f1d7-ef2d-4e0f-ac21-9db254f45902\",\n            \"label\": \"Non-Amazon Attendees Total\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"non_amazon_attendees_total\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b59c25bb-8b6d-4ce1-825b-5de2bc8a642d\",\n            \"label\": \"Primary POC\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"primary_poc\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f237eb24-8c68-4c6f-bc63-508506e88de3\",\n            \"label\": \"Secondary POC\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"secondary_poc\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0d542792-a209-4701-bcd8-7449053b1050\",\n            \"label\": \"Cost Center\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"cost_center\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0b2331da-f73e-4586-a074-012766d4e08c\",\n            \"label\": \"Team\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"team\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b9ae4027-2337-4b08-a599-69405c935439\",\n            \"label\": \"Business Justification\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"business_justification\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"117c73f1-a1dc-48ee-a503-58fc8d3eff4c\",\n            \"label\": \"Recurring\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"recurring\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b5698750-b0a6-44b3-b288-d32743e3aa73\",\n            \"label\": \"Recurrence Details\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"recurrence_details\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"6a305eeb-5412-451c-81ec-604e4235f47a\",\n            \"label\": \"GREF equipment needs\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"gref_equipment_needs\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"43091442-86f7-485d-901e-ba3439fe0eb2\",\n            \"label\": \"Seating Set-Up\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"seating_set_up\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4339635a-2536-4fc6-8455-20bc8a699246\",\n            \"label\": \"Security Required\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"security_required\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"be589176-5d8e-4d0a-9233-67873190fd6f\",\n            \"label\": \"PLU/Badge Reader\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"plu_badge_reader\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"24e80e25-7752-437a-b4aa-c1635d18d820\",\n            \"label\": \"AV Needed\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"av_needed\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"20ea9520-7e3e-4237-ab7d-c8f8b48af45e\",\n            \"label\": \"AV Comments\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"av_comments\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c0ba4ab6-33b4-429e-a505-4fa3148feb3d\",\n            \"label\": \"Food and Beverage\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"food_and_beverage\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"aca58177-13e4-42f0-8b43-352caeb87e77\",\n            \"label\": \"Catered\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"catered\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"3b792dad-63bc-4365-9e04-d715b4b50f74\",\n            \"label\": \"Caterer\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"caterer\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"88302e89-ed99-4d57-bd32-1f88530bbe77\",\n            \"label\": \"Alcohol\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"alcohol\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"39a05db0-0ed4-4069-b207-64b1d0d55fe0\",\n            \"label\": \"Decoration\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"decoration\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c94af34f-ca4f-4dd4-8a38-cdd860db834c\",\n            \"label\": \"Additional Event Notes\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"additional_event_notes\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"11e9aae9-cd77-45a7-bfde-6179d0cc75db\",\n            \"label\": \"MasterEventTT\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"mastereventtt\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"5cef19a0-3e01-434d-acd4-b9329cd001a5\",\n            \"label\": \"Item Type\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"item_type\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d0aa105b-809c-4aed-84c8-b28b52bb27a4\",\n            \"label\": \"Path\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"path\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"32c23abf-96f1-4e23-9bc2-94800b946489\",\n            \"label\": \"Time:\",\n            \"type\": \"time\",\n            \"required\": false,\n            \"mapping_name\": \"time\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ae93cd5d-5002-46c7-ada3-605027fb1eb7\",\n            \"label\": \"None\",\n            \"type\": \"checkbox\",\n            \"required\": false,\n            \"mapping_name\": \"checkbox\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"066fc898-ebab-4c2e-899e-6aa430a4cf8b\",\n            \"label\": \"Event description:\",\n            \"type\": \"textarea\",\n            \"required\": false,\n            \"mapping_name\": \"description_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"1063f513-68fd-42bc-8b1c-6af1d98dd553\",\n            \"label\": \"Example Text Field\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"text_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"44a6164a-b9e7-4f35-82c9-ec3b87d2b494\",\n            \"label\": \"Secondary Organizer First Name\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8ea15279-439d-4f90-aec8-4294f04611f8\",\n            \"label\": \"Secondary Organizer First Name\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"702207b4-092c-4070-b846-5d3f5b82b2eb\",\n            \"label\": \"Secondary Organizer First Name\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"452a68e3-fdce-46c0-bae8-f88cbf1e3fd5\",\n            \"label\": \"Date:\",\n            \"type\": \"date\",\n            \"required\": false,\n            \"mapping_name\": \"date\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"070b5f6c-bd82-4132-a6d5-e0a762f4e509\",\n            \"label\": \"Secondary Organizer First Name\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"118a7fc1-7b0e-481e-8b62-5f3bee7f2237\",\n            \"label\": \"Event info:\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"6b65490c-5203-4fce-813e-8e273072d599\",\n            \"label\": \"Select:\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d22f9d63-a622-42dc-946a-89fe37c0bd32\",\n            \"label\": \"Do you want to designate a secondary organizer?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"5abca572-3ba9-408a-bd96-f367a896d5ee\",\n            \"label\": \"Secondary Organizer Last Name\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"381eb01e-e133-42e8-acf4-c8d2ad2c2e67\",\n            \"label\": \"Secondary Organizer Last Name\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"cac22284-49ce-44d1-92a2-55d768721b2d\",\n            \"label\": \"Secondary Organizer Last Name\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8454ae14-7242-4785-b2c1-1a9e6044bcb0\",\n            \"label\": \"Requested on behalf of another person?\",\n            \"type\": \"radio\",\n            \"required\": false,\n            \"mapping_name\": \"radio\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0bc6821a-6fc7-4dd9-9f26-000fa0e39981\",\n            \"label\": \"Secondary Organizer Last Name\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d0d05216-2e3b-42fa-99bf-77045ea977bc\",\n            \"label\": \"Secondary Organizer Email Address\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"602ccdc5-09c1-4659-9497-f8d1e8e95272\",\n            \"label\": \"Secondary Organizer First Name\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c9dca073-297f-4993-956a-bf4b0128c63e\",\n            \"label\": \"Secondary Organizer Email Address\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"067cc7d6-6187-44e4-ae7d-9b2bbc8eaa5c\",\n            \"label\": \"Secondary Organizer Email Address\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"04c64dc4-3997-44fa-b810-13feb058bd8c\",\n            \"label\": \"Secondary Organizer Email Address\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f5336250-9207-431a-ae4d-2fd5565e8303\",\n            \"label\": \"Select:\",\n            \"type\": \"checkbox\",\n            \"required\": false,\n            \"mapping_name\": \"checkbox\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a7f0e3a6-3ba3-4da4-9954-7e17edfeea54\",\n            \"label\": \"Requested on behalf of\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a306b596-b85b-481d-b2f9-f3d3a01bc9f3\",\n            \"label\": \"Are you requesting this event on behalf of someone else?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"addf6b7a-5cbe-4549-b8c0-043dfb399290\",\n            \"label\": \"Are you requesting this event on behalf of someone else?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"18dd14e9-79e5-4303-a44a-264fc21d8538\",\n            \"label\": \"Are you requesting this event on behalf of someone else?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a140ba4b-4cc9-4e43-bd9e-66afcd96386c\",\n            \"label\": \"Secondary Organizer Last Name\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a32d2aa9-a5d6-4438-8f45-5fcb412c32c6\",\n            \"label\": \"Are you requesting this event on behalf of someone else?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"26ffa4df-79dd-4b44-af90-3663f6b82779\",\n            \"label\": \"Business Justification\",\n            \"type\": \"textarea\",\n            \"required\": false,\n            \"mapping_name\": \"textarea\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d6a78ade-7ce1-437b-bb07-aef30b792fb0\",\n            \"label\": \"Please provide the email address of the individual you are requesting on behalf of:\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"77fba4bc-01d5-471a-8c68-a2b905e5bdfa\",\n            \"label\": \"Please provide the email address of the individual you are requesting on behalf of:\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"69fd7d25-bc7a-4cca-a200-1ebb71e04061\",\n            \"label\": \"Please provide the email address of the individual you are requesting on behalf of:\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"450b1fb7-5498-4b9d-abf5-f43614a0dcc0\",\n            \"label\": \"Cost Center\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"text_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"2a43c736-755a-4f53-9feb-5591792837bf\",\n            \"label\": \"Please provide the email address of the individual you are requesting on behalf of:\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c6e5c06f-a2d9-4348-a0a0-da734fd1ec60\",\n            \"label\": \"Secondary Organizer Email Address\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"5df9fce0-6e0c-4a3d-85e1-a9a6e1188135\",\n            \"label\": \"Does this event take place in multiple locations?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8aefee20-24bc-4475-b9f9-11dff30edf6f\",\n            \"label\": \"Are you requesting this event on behalf of someone else?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"420f5029-4923-4ed0-bd13-4507f4212fca\",\n            \"label\": \"Does this event take place in multiple locations?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"580fc7eb-b2fe-4666-8578-b2ae57d4004d\",\n            \"label\": \"Does this event take place in multiple locations?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"81fc661b-7677-41e9-9736-d4e4c47ee2a6\",\n            \"label\": \"Does this event take place in multiple locations?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"3eb35c66-7622-4fc7-9956-78c5d5cbdbda\",\n            \"label\": \"First Requested Date\",\n            \"type\": \"date\",\n            \"required\": false,\n            \"mapping_name\": \"date\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"31b3a35c-67e8-47d1-b5ca-23a98534174e\",\n            \"label\": \"Second Requested Date\",\n            \"type\": \"date\",\n            \"required\": false,\n            \"mapping_name\": \"date_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"73cd7c9c-698a-4236-bff5-7c0fd56c92fc\",\n            \"label\": \"Location Details\",\n            \"type\": \"textarea\",\n            \"required\": true,\n            \"mapping_name\": \"textarea\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"3185bfd5-4862-42b2-a68e-2b8229182a40\",\n            \"label\": \"Please provide the email address of the individual you are requesting on behalf of:\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"name_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"53d8a977-f166-4043-99e5-b4d6438eed02\",\n            \"label\": \"Location Details\",\n            \"type\": \"textarea\",\n            \"required\": true,\n            \"mapping_name\": \"textarea\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"97ed5a0d-a0be-4554-882c-2adeda5d1d9b\",\n            \"label\": \"Location Details\",\n            \"type\": \"textarea\",\n            \"required\": true,\n            \"mapping_name\": \"textarea\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"be1c19b0-4c45-479a-ab5d-04e7384c9da1\",\n            \"label\": \"Location Details\",\n            \"type\": \"textarea\",\n            \"required\": true,\n            \"mapping_name\": \"textarea\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"e28c2adc-3037-4fd1-8508-1b7ca10ab0cd\",\n            \"label\": \"Primary Event Location\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ef2d8c26-ce79-4a42-a4c5-8826c6da945c\",\n            \"label\": \"Primary Event Location\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"fd01d391-83dc-4a29-85ad-2ddd7562bbeb\",\n            \"label\": \"Primary Event Location:\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"393e9c90-239d-4d08-8335-7899f184a4f4\",\n            \"label\": \"Does this event take place in multiple locations?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4c68e2f2-3677-459a-9860-e1b8775f6ffb\",\n            \"label\": \"Primary Event Location\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4c018e1f-c3db-4dae-9d03-6a49f005ad9f\",\n            \"label\": \"Building\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"dropdown\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ed63d72b-4208-4930-84b2-b4374f1f1355\",\n            \"label\": \"Building\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"dropdown\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"14fd5840-20df-4382-9b79-5364b718c214\",\n            \"label\": \"Location Details\",\n            \"type\": \"textarea\",\n            \"required\": true,\n            \"mapping_name\": \"textarea\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7cf0cf10-4c89-4f43-99bf-8cedf8d71af6\",\n            \"label\": \"Building\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"dropdown\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c4567088-c98a-4006-b02e-99044a1acfb8\",\n            \"label\": \"Building\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"dropdown\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"090d74e5-8a90-4e2f-b41e-ab6786a033f2\",\n            \"label\": \"Primary Event Location:\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"70e2bb99-5349-44b5-b985-be74535d3db7\",\n            \"label\": \"Conference Room Number\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d6c7f3ba-5190-410a-bb4e-85761bc221b8\",\n            \"label\": \"Conference Room Number\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"e8135b48-1983-43e1-9c0a-5768fa5a1369\",\n            \"label\": \"Conference Room Number\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"bab4205a-2adf-4c23-892b-7dc0c37378b4\",\n            \"label\": \"Conference Room Number\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"908efdc3-eff0-4c6e-b62d-58ff8c7c73f2\",\n            \"label\": \"Building\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"65f31a16-0719-4d72-be4a-87379ba1ceb8\",\n            \"label\": \"Building\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"2172157c-12a3-4708-b361-8cfde9a3dc77\",\n            \"label\": \"Building\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"1df4f69f-54cf-4137-99ee-7e00972cdf1c\",\n            \"label\": \"Building\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"dropdown\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c5778166-cbf3-4948-aa48-bb03a588e8ed\",\n            \"label\": \"Building\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"233bb0cd-dcef-4a05-a835-340cc79f7916\",\n            \"label\": \"Location Notes (Room Type, Event Type, etc.)\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b82b3c1e-80ec-4aaf-903b-04905c4d1e06\",\n            \"label\": \"Location Notes (Room Type, Event Type, etc.)\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"69ab57a4-c6d4-487c-b021-65f1e31a2b24\",\n            \"label\": \"Conference Room Number\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"977b173d-abf1-47ca-b586-69bcf011c7bf\",\n            \"label\": \"Location Notes (Room Type, Event Type, etc.)\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b212e9d2-99b6-4e0a-905b-846f12801cf3\",\n            \"label\": \"Location Notes (Room Type, Event Type, etc.)\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"28bd29d1-5341-4db5-a0a0-53e220c9ee20\",\n            \"label\": \"Is This a Multi-Day Event?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"926a2d7b-2767-488f-8a4b-2f0d7ab884c5\",\n            \"label\": \"Is This a Multi-Day Event?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"90724ab0-d762-4211-a214-99d4295e6cb5\",\n            \"label\": \"Is This a Multi-Day Event?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"3acbec33-7219-47d3-9879-b3dcf4d9ad5e\",\n            \"label\": \"Is This a Multi-Day Event?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"377134b5-841a-434b-86d6-3192bc4c8744\",\n            \"label\": \"Building\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"875a66c3-7070-438e-a213-96b35f419109\",\n            \"label\": \"Do you have preferences for a specific Large Production Venue?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_6\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7cf070c4-b509-4d6d-903d-840f5fada898\",\n            \"label\": \"Do you have preferences for a specific Large Production Venue?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_6\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"e1b23c0a-9530-4d4b-9ea8-02aff7757361\",\n            \"label\": \"Do you have preferences for a specific Large Production Venue?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_6\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7e23858f-8d66-47fc-8c78-3d5367897fe8\",\n            \"label\": \"Do you have preferences for a specific Large Production Venue?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_6\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7315c060-c6b5-4b3d-abab-7b04315c0778\",\n            \"label\": \"Location Notes (Room Type, Event Type, etc.)\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d1a1c76f-bbe7-4f2d-9237-2209905d7bfc\",\n            \"label\": \"1st Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f5c73748-9dc5-495a-bfad-1eac6659ac57\",\n            \"label\": \"1st Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0d2cf79f-c35d-42dc-b635-7b600d5d6613\",\n            \"label\": \"1st Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0d95089e-3126-49f4-be2f-dcb77b4ff682\",\n            \"label\": \"1st Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"6ce11625-b0f0-462f-9f0d-b8a672b7ae86\",\n            \"label\": \"None\",\n            \"type\": \"checkbox\",\n            \"required\": false,\n            \"mapping_name\": \"checkbox_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"dd6ffa82-644b-47d3-91ce-1df6b5c5c545\",\n            \"label\": \"None\",\n            \"type\": \"checkbox\",\n            \"required\": false,\n            \"mapping_name\": \"checkbox_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"018caca5-36b9-4e7a-94bc-00439c5a7674\",\n            \"label\": \"2nd Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"fdeb9297-6223-43a7-a3f5-224105e09a25\",\n            \"label\": \"2nd Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"2eefbfa6-847d-405b-b9d3-c2cfe393849e\",\n            \"label\": \"2nd Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8396c413-5de5-4877-bc90-030065592226\",\n            \"label\": \"record test\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"70a92086-3712-494c-be4d-0f171cbc46d8\",\n            \"label\": \"Is This a Multi-Day Event?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"84f9545b-f633-4204-a2f3-dcf1c584182e\",\n            \"label\": \"3rd Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8f451a94-abe8-4e53-9e82-1eb83f8533aa\",\n            \"label\": \"3rd Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7f821fce-aa7c-408e-8227-7bc36ba0469f\",\n            \"label\": \"3rd Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a451db85-e7c7-4a2c-b10d-be296824ccd1\",\n            \"label\": \"3rd Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"acce7a3f-0869-45a1-9a1e-774c3d2e120b\",\n            \"label\": \"First Requested Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"2afa0d2b-f090-4f29-b82b-9e191226fc06\",\n            \"label\": \"First Requested Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9cec6bc9-6c66-43da-b099-d1fc6aba343d\",\n            \"label\": \"Event Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f60a162d-68bb-44eb-80b6-3629dbd9b604\",\n            \"label\": \"First Requested Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d2ffcbeb-8812-4e89-9989-9111c38feede\",\n            \"label\": \"Do you have preferences for a specific Large Production Venue?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_6\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"429fc52f-15c3-432b-b8d0-d2d2473c4857\",\n            \"label\": \"Preferred Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b11652ef-b7a6-4033-987d-ea2f132a43a6\",\n            \"label\": \"1st Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9fcc9f1a-e380-48ee-ae68-4732c6620974\",\n            \"label\": \"Preferred Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7b2fb440-48d9-4caf-95f9-c7754ff83648\",\n            \"label\": \"First Requested Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"5de81bff-a35c-47e3-bd62-df7f3e68e7ec\",\n            \"label\": \"Preferred Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"6154e964-9899-4e77-b9cb-09432011d8b2\",\n            \"label\": \"Second Requested Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0bd0b05a-707e-4031-8557-ae3cb53e02b7\",\n            \"label\": \"Preferred Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"75610250-a3bb-44d2-85af-7d8601fd8085\",\n            \"label\": \"Second Requested Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c9a6069a-bb59-49ac-9990-23308fda4cd2\",\n            \"label\": \"2nd Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"78b3547d-20d0-4dfa-b0af-0d358dacb339\",\n            \"label\": \"Second Requested Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d11825d1-280a-4320-9d51-801b7193ec7f\",\n            \"label\": \"Alternate Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9e067013-8529-45cb-a9bd-8fd13d3a754b\",\n            \"label\": \"3rd Preference\",\n            \"type\": \"dropdown\",\n            \"required\": false,\n            \"mapping_name\": \"dropdown_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"65e15875-dea0-4f26-a6f6-318055dcf507\",\n            \"label\": \"Alternate Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"461bd2d7-6acb-42da-8bfe-30ece530e71d\",\n            \"label\": \"Second Requested Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"912802a0-b52d-4e82-812e-12490ff80e7c\",\n            \"label\": \"Alternate Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"426f8606-93ee-4469-9e14-d8ebe11af6a0\",\n            \"label\": \"Will you be hosting external (non-badged) attendees?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_7\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c0e47bee-77c7-46fd-8d0e-f2b65257fd8c\",\n            \"label\": \"Event Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"52df7ba7-619a-4b95-8d57-4c99731e2f21\",\n            \"label\": \"Will you be hosting external (non-badged) attendees?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_7\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"1b8c61ae-3155-42bb-a79e-fcbf0fc8b682\",\n            \"label\": \"Will you be hosting external (non-badged) attendees?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_7\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9b24b766-4d0d-483a-a8e1-dfde3c1e1859\",\n            \"label\": \"Alternate Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"5883a38b-596b-40bc-8f1f-d58a9867edc3\",\n            \"label\": \"Expected External Attendee Count\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"number\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"3512d6e4-e0b5-44b2-8d96-2cb86558e454\",\n            \"label\": \"Event End Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7986d00b-80fd-4923-8f65-8e13c442f9f3\",\n            \"label\": \"Expected External Attendee Count\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"number\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"774150ec-3fff-4a99-8031-e9c156cef64c\",\n            \"label\": \"First Requested Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"369483ce-d85e-40c5-a229-93ec073b1c73\",\n            \"label\": \"Expected External Attendee Count\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"number\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"5cf4c91e-c7cd-46ef-960d-c8e01f39d230\",\n            \"label\": \"Will you be using external vendors?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_8\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"fb2168cd-3ead-4a9e-8493-7a7690db1825\",\n            \"label\": \"Preferred Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"start_date_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8bf50616-2df6-495b-9e22-aa3c54f392ee\",\n            \"label\": \"Will you be using external vendors?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_8\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"65e84d05-2a69-4629-9048-a98f7f56a159\",\n            \"label\": \"Will you be using external vendors?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_8\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"74600a73-dd06-470f-a690-dbf01c7ac105\",\n            \"label\": \"Will you be hosting external (non-badged) attendees?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_7\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"54e3b89c-7078-4f7b-866d-4d0b14cd4b46\",\n            \"label\": \"Please specify the external vendors here\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b21f1307-731e-4574-80e2-6beaa1c97a1a\",\n            \"label\": \"Please specify the external vendors here\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7363e64a-9809-41e7-904c-8095dc17cd0d\",\n            \"label\": \"Second Requested Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8cb02b82-bb73-4949-a74d-c9fa8df0c4a3\",\n            \"label\": \"Expected External Attendee Count\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"number\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"479dc796-59f4-4466-85c8-30897671b6f9\",\n            \"label\": \"Please specify the external vendors here\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"46ba4382-dca1-4b56-9a3c-d4549cabf5ba\",\n            \"label\": \"Do you require badge readers for tracking attendance?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_9\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"88322186-8974-467e-93f9-51553d489ec3\",\n            \"label\": \"Alternate Start Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"5a119af3-8402-4993-9f51-9327ca8b1dc7\",\n            \"label\": \"Will you be using external vendors?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_8\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d074e002-33c0-43dc-8833-807cecde9c81\",\n            \"label\": \"Do you require badge readers for tracking attendance?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_9\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"701714be-88ea-42a0-a680-81d68b96e782\",\n            \"label\": \"Do you require badge readers for tracking attendance?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_9\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"98a39a48-b1f8-4629-ba66-0980acc8017d\",\n            \"label\": \"Are you serving food and beverage?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_10\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"38db33e0-9980-4b37-8a0b-d5a7d8c1a20f\",\n            \"label\": \"Event End Date\",\n            \"type\": \"date\",\n            \"required\": true,\n            \"mapping_name\": \"end_date_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"e65b46a6-1f52-4da7-a153-a74c8058088e\",\n            \"label\": \"Are you serving food and beverage?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_10\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f896e809-ebcc-42fc-9e52-aa01b05c2138\",\n            \"label\": \"Are you serving food and beverage?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_10\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8b70fd36-4e1c-4e64-8981-e4eb5698292a\",\n            \"label\": \"Please specify the external vendors here\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0877617c-c2fa-46ec-b403-42a733ff419c\",\n            \"label\": \"Have you selected a caterer?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_11\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ea7ef9a9-29d4-4b88-b73f-dd3865166371\",\n            \"label\": \"Do you require badge readers for tracking attendance?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_9\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"984295e7-619c-4119-b989-137afd00b1bc\",\n            \"label\": \"Have you selected a caterer?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_11\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a867ebba-c24d-4caa-bec5-e6927123368c\",\n            \"label\": \"Have you selected a caterer?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_11\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"2cb6e9ca-f43b-464f-acaf-8eec48fff3d4\",\n            \"label\": \"Will you be hosting external (non-badged) attendees?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_7\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9f25f53f-1e4f-490e-a0eb-8ca14be9103e\",\n            \"label\": \"Are you serving food and beverage?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_10\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0db797a1-19c0-4672-b034-51b40897734b\",\n            \"label\": \"Please provide the name of your caterer here\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"bb0ee031-91eb-4c2b-a77e-5c24483c5611\",\n            \"label\": \"Please provide the name of your caterer here\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"55c0645d-a425-468b-b473-ad83a8adfee5\",\n            \"label\": \"Please provide the name of your caterer here\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"267880e7-c654-4b04-b757-ef7e2883329d\",\n            \"label\": \"Expected External Attendee Count\",\n            \"type\": \"text\",\n            \"required\": false,\n            \"mapping_name\": \"number\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"496e7597-e7b6-4517-94f4-fbeb24b66f05\",\n            \"label\": \"Will you be serving alcohol?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_12\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"32a626da-e646-4503-bb6a-25c68ea027f3\",\n            \"label\": \"None\",\n            \"type\": \"checkbox\",\n            \"required\": false,\n            \"mapping_name\": \"checkbox_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"2be907a5-f5f6-4934-a7b1-e57f3852c579\",\n            \"label\": \"Will you be serving alcohol?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_12\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7a4a3f73-0e33-4420-b4ee-7e5d91a77228\",\n            \"label\": \"Have you selected a caterer?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_11\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"3786a2c7-a13c-45f8-9ed7-4e6a0a40dc92\",\n            \"label\": \"Will you be serving alcohol?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_12\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"48466c9e-1528-416e-87e9-91d7225c3004\",\n            \"label\": \"Will you be using external vendors?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_8\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0d1d24d2-7dfc-4bb3-aaa4-05eae6e5395b\",\n            \"label\": \"Please provide the name of your caterer here\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f03ba02c-6e33-4682-b657-5d3da8a49f46\",\n            \"label\": \"Do you require transportation support?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_13\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"937f1a9c-4fc4-423a-9643-39fa8d237868\",\n            \"label\": \"Do you require transportation support?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_13\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"732c2f0c-8201-43b3-a7f3-5e89686222b5\",\n            \"label\": \"Do you require transportation support?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_13\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0b11f66b-4e46-4ebc-8c41-b957fd0eaec1\",\n            \"label\": \"Will you be serving alcohol?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_12\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"5206c7c1-7362-4781-bd6c-a9926e8a19ea\",\n            \"label\": \"Please select all that apply:\",\n            \"type\": \"checkbox\",\n            \"required\": true,\n            \"mapping_name\": \"checkbox_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9d4a79d3-a932-445f-baca-ad66bd37c1fc\",\n            \"label\": \"Please specify the external vendors here\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_2\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d6ff08a9-0e45-4df2-8c46-7095e3a718cf\",\n            \"label\": \"Please select all that apply:\",\n            \"type\": \"checkbox\",\n            \"required\": true,\n            \"mapping_name\": \"checkbox_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"809b4a93-6024-40ad-bb28-9e5535a103cc\",\n            \"label\": \"Please select all that apply:\",\n            \"type\": \"checkbox\",\n            \"required\": true,\n            \"mapping_name\": \"checkbox_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f77b208e-823c-4db0-82a6-487ea73862c1\",\n            \"label\": \"Do you require badge readers for tracking attendance?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_9\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"6520c6f1-6058-4b2d-9ab8-8aeddadda35f\",\n            \"label\": \"Do you require Audio/Visual services?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_14\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b047f7a5-fc4f-4e6a-ab56-18394232fd1f\",\n            \"label\": \"Do you require Audio/Visual services?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_14\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4ca3eb41-ecb3-48b6-abd2-9cebcf4cf2b7\",\n            \"label\": \"Do you require transportation support?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_13\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"0c5b519e-bd36-4904-b267-323d535d1d32\",\n            \"label\": \"Do you require Audio/Visual services?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_14\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d476019f-29c5-4543-8978-6ae1f27aca60\",\n            \"label\": \"If yes, what level of service will you require?\",\n            \"type\": \"dropdown\",\n            \"required\": true,\n            \"mapping_name\": \"dropdown_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"52232e19-88cf-4275-954b-25c7ed2419ea\",\n            \"label\": \"Are you serving food and beverage?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_10\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"c80f126b-a7dc-4ce8-8465-08d5de7beebf\",\n            \"label\": \"If yes, what level of service will you require?\",\n            \"type\": \"dropdown\",\n            \"required\": true,\n            \"mapping_name\": \"dropdown_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9cbe9cf3-0c4d-4521-ad90-85eaf8423da7\",\n            \"label\": \"If yes, what level of service will you require?\",\n            \"type\": \"dropdown\",\n            \"required\": true,\n            \"mapping_name\": \"dropdown_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8114b947-3ef0-431f-a758-dd9d10536e75\",\n            \"label\": \"Please select all that apply:\",\n            \"type\": \"checkbox\",\n            \"required\": true,\n            \"mapping_name\": \"checkbox_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"bd6b7296-2bd5-4196-9a35-6377b0124e1c\",\n            \"label\": \"What type of event are you looking to host?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_15\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"153f5450-abc3-42e8-b7fd-45036ce6f99f\",\n            \"label\": \"Do you require Audio/Visual services?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_14\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"68979d3a-5012-4126-8bce-2b95949322bd\",\n            \"label\": \"What type of event are you looking to host?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_15\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7c0308b1-96bd-4d46-b7f6-38fa51601df2\",\n            \"label\": \"What type of event are you looking to host?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_15\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"7dea6845-4532-47ca-bf75-7cebd648bf23\",\n            \"label\": \"Have you selected a caterer?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_11\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"02a106d7-552d-408a-a171-4d4ddbd020f7\",\n            \"label\": \"Please provide the name of your caterer here\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_3\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"060c4623-6bee-43c6-b130-c0b384ed0c96\",\n            \"label\": \"Other Type of Event\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_6\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d412a1bf-dbf2-407b-9425-7ab5751e4140\",\n            \"label\": \"Other Type of Event\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_6\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"85248e3e-db6e-4491-ab69-d69a66c78c7d\",\n            \"label\": \"If yes, what level of service will you require?\",\n            \"type\": \"dropdown\",\n            \"required\": true,\n            \"mapping_name\": \"dropdown_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b42934e7-e3cf-45ac-a659-ef95dfc06a0f\",\n            \"label\": \"Other Type of Event\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_6\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"062a3ded-c0ea-4617-8f20-0306844005e5\",\n            \"label\": \"Business Justification\",\n            \"type\": \"textarea\",\n            \"required\": true,\n            \"mapping_name\": \"textarea_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"b78dbe2a-5a20-447a-80c2-a5d6e6f4ea6e\",\n            \"label\": \"Business Justification\",\n            \"type\": \"textarea\",\n            \"required\": true,\n            \"mapping_name\": \"textarea_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"6c990936-6d61-4b69-96d1-221a072024ed\",\n            \"label\": \"Business Justification\",\n            \"type\": \"textarea\",\n            \"required\": true,\n            \"mapping_name\": \"textarea_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"e683eefd-147b-4695-b3bb-2ffd58bea904\",\n            \"label\": \"Will you be serving alcohol?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_12\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f310eaf9-2f90-4f8f-9a50-fcd9f341baf3\",\n            \"label\": \"Business Justification\",\n            \"type\": \"textarea\",\n            \"required\": true,\n            \"mapping_name\": \"textarea_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"9af49ad6-2de6-432f-bfd4-dd492ef692f1\",\n            \"label\": \"Who is your approver?\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"ea3c3954-027e-425b-a0ec-cf33b7b9e1c7\",\n            \"label\": \"Who is your approver?\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"d3895dc3-ee5b-40b6-9800-2697cb00e2ca\",\n            \"label\": \"Who is your approver?\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"1f69e481-f3af-4aad-a2e5-d1e59415ac70\",\n            \"label\": \"Who is your approver?\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"fa15b5c5-d1f0-484e-b854-05750a830849\",\n            \"label\": \"Do you require transportation support?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_13\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"cd6e5558-9d9c-4448-81fa-298b0c9696a5\",\n            \"label\": \"Please select all that apply:\",\n            \"type\": \"checkbox\",\n            \"required\": true,\n            \"mapping_name\": \"checkbox_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"8754237c-abe7-47c2-a818-1695e86e2a8d\",\n            \"label\": \"Cost Center\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"91685b39-1a12-47d3-aec0-b7fa5e855567\",\n            \"label\": \"Cost Center\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"530fdf2a-1225-4f82-88b3-9f1d233cc555\",\n            \"label\": \"Cost Center\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"3171649a-d864-463a-ba80-b92ed970c0ad\",\n            \"label\": \"Cost Center\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"eeeedf3b-1bfd-4ae8-8bfd-5a640c9c8c3d\",\n            \"label\": \"Time Test:\",\n            \"type\": \"time\",\n            \"required\": true,\n            \"mapping_name\": \"time\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"3c7c1031-d0ff-4941-994d-58c01e21078d\",\n            \"label\": \"Do you require Audio/Visual services?\",\n            \"type\": \"radio\",\n            \"required\": true,\n            \"mapping_name\": \"radio_14\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"4c8502b1-b09d-436a-844f-e6c93e855fb6\",\n            \"label\": \"If yes, what level of service will you require?\",\n            \"type\": \"dropdown\",\n            \"required\": true,\n            \"mapping_name\": \"dropdown_5\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"f9b77fa3-90ce-4a47-8d01-4a5ba67db836\",\n            \"label\": \"Business Justification\",\n            \"type\": \"textarea\",\n            \"required\": true,\n            \"mapping_name\": \"textarea_1\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"fc0d4eca-385e-4d57-a603-117e9944b02f\",\n            \"label\": \"Who is your approver?\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_4\",\n            \"static_field\": false\n        },\n        {\n            \"uid\": \"a8b12320-c436-4b14-bfb1-ae99c052cdde\",\n            \"label\": \"Cost Center\",\n            \"type\": \"text\",\n            \"required\": true,\n            \"mapping_name\": \"text_5\",\n            \"static_field\": false\n        }\n    ],\n    \"static_field_permissions\": [\n        {\n            \"uid\": \"text_1563887988109\",\n            \"label\": \"Event Request Title\",\n            \"type\": \"text\",\n            \"mapping_name\": \"name\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988110\",\n            \"label\": \"Event Serial Number\",\n            \"type\": \"text\",\n            \"mapping_name\": \"event_serial_number\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988111\",\n            \"label\": \"Start Date\",\n            \"type\": \"date\",\n            \"mapping_name\": \"start_datetime\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988112\",\n            \"label\": \"End Date\",\n            \"type\": \"date\",\n            \"mapping_name\": \"end_datetime\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988113\",\n            \"label\": \"Set Up Date\",\n            \"type\": \"date\",\n            \"mapping_name\": \"set_up_datetime\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988114\",\n            \"label\": \"Break Down Date\",\n            \"type\": \"date\",\n            \"mapping_name\": \"break_down_datetime\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988115\",\n            \"label\": \"Requester First Name\",\n            \"type\": \"text\",\n            \"mapping_name\": \"requestor_first_name\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988116\",\n            \"label\": \"Requester Last Name\",\n            \"type\": \"text\",\n            \"mapping_name\": \"requestor_last_name\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988117\",\n            \"label\": \"Requester Email\",\n            \"type\": \"text\",\n            \"mapping_name\": \"requestor_email\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988109\",\n            \"label\": \"Requester Phone Number\",\n            \"type\": \"text\",\n            \"mapping_name\": \"requestor_phone_number\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988109\",\n            \"label\": \"Room Layout\",\n            \"type\": \"text\",\n            \"mapping_name\": \"room_layout\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988109\",\n            \"label\": \"Event Type\",\n            \"type\": \"text\",\n            \"mapping_name\": \"event_type\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988109\",\n            \"label\": \"Timezone\",\n            \"type\": \"text\",\n            \"mapping_name\": \"timezone\",\n            \"static_field\": true,\n            \"required\": true\n        },\n        {\n            \"uid\": \"text_1563887988109\",\n            \"label\": \"Location\",\n            \"type\": \"text\",\n            \"mapping_name\": \"city\",\n            \"static_field\": true,\n            \"required\": true\n        }\n    ]\n}"}],"_postman_id":"a6538f9f-098a-4670-aa5f-0cb0ceaf2459"}],"id":"286e1a01-fc90-4afc-91bf-94212c2b7e40","_postman_id":"286e1a01-fc90-4afc-91bf-94212c2b7e40","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}}],"id":"b1b72ccf-8ebc-4368-a25d-4d4691a4a854","_postman_id":"b1b72ccf-8ebc-4368-a25d-4d4691a4a854","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Common","item":[{"name":"Company Settings","item":[{"name":"Profile","item":[{"name":"Get Company Profile","id":"17421f5f-ab6f-468f-9721-4900ce340fcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/company/profile","description":"<p>Company Profile API View for the Model - Company</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","profile"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"69b8cc7a-d970-4b19-b13f-d958e87be794","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"website\": \"<string>\",\n  \"company_logo\": \"<uri>\",\n  \"country_code\": \"<string>\",\n  \"event_support_email\": \"<email>\"\n}"}],"_postman_id":"17421f5f-ab6f-468f-9721-4900ce340fcc"},{"name":"Save Company Profile","id":"e6aa0e89-a325-41e7-a572-0ccf88daedde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"uid","value":"<uuid>","type":"text"},{"key":"phone","value":"<string>","description":"<p>Enter a valid phone number including the country code</p>\n","type":"text"},{"key":"address","value":"<string>","type":"text"},{"key":"website","value":"<string>","type":"text"},{"key":"company_logo","type":"file","value":null},{"key":"country_code","value":"<string>","type":"text"},{"key":"event_support_email","value":"<email>","type":"text"}]},"url":"<baseUrl>/api/common/v1/company/profile/save","description":"<p>Put of the structure {\n    \"uid\": \"\",\n    \"name\": \"\",\n    \"phone\": ,\n    \"address\": \"<address>\",\n    \"website\": \",\n    \"company_logo\": \"\"\n}\n:param request: WSGI Request Instance\n:param args:\n:param kwargs:\n:return: Response Object of the same structure as above for success and in case of failure a\n         failure message</address></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","profile","save"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"2b4f2c77-da6a-43db-ab86-e1417a96bdc0","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/profile/save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"address\": \"<string>\",\n  \"website\": \"<string>\",\n  \"company_logo\": \"<uri>\",\n  \"country_code\": \"<string>\",\n  \"event_support_email\": \"<email>\"\n}"}],"_postman_id":"e6aa0e89-a325-41e7-a572-0ccf88daedde"}],"id":"187be610-3e74-4d98-beee-c9cc8271f950","_postman_id":"187be610-3e74-4d98-beee-c9cc8271f950","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Internationalization","item":[{"name":"Get Company Internationalisation Setttings","id":"e5c6c55e-be52-4dd1-b31c-e5d85696090e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/company/internationalisation_setttings","description":"<p>Company's Internationalisation Settings stored in the model - Company</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","internationalisation_setttings"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"67bd75a9-62a0-4cd6-9f37-d2558977a4de","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/internationalisation_setttings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"time_format\": \"<integer>\",\n  \"date_format\": \"<integer>\",\n  \"week_format\": \"<string>\",\n  \"timezone\": \"<string>\"\n}"}],"_postman_id":"e5c6c55e-be52-4dd1-b31c-e5d85696090e"},{"name":"Save Company Internationalisation Setttings","id":"9b345821-461d-4bd4-b650-ea73cade35d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"time_format\": \"<integer>\",\n  \"date_format\": \"<integer>\",\n  \"week_format\": \"<string>\",\n  \"timezone\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/company/internationalisation_setttings/save","description":"<p>Put of the structure {\n    \"time_format\": 1,\n    \"date_format\": 1\n}\n:param request: WSGI Request Instance\n:param args:\n:param kwargs:\n:return: Response Object of the same structure as above for success and in case of failure a\n         failure message</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","internationalisation_setttings","save"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"d9712e61-5ca9-4791-9a11-2c18a564b2fd","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/internationalisation_setttings/save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"time_format\": \"<integer>\",\n  \"date_format\": \"<integer>\",\n  \"week_format\": \"<string>\",\n  \"timezone\": \"<string>\"\n}"}],"_postman_id":"9b345821-461d-4bd4-b650-ea73cade35d7"}],"id":"9d88127f-1686-43a4-a3a8-85de6e0ee463","_postman_id":"9d88127f-1686-43a4-a3a8-85de6e0ee463","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Settings","item":[{"name":"Save Company Settings","id":"3b295931-fc3d-4c89-b5ba-c7ce5fa01e26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"unique_id\": {\n        \"unique_id_code\": \"EOPS\",\n        \"unique_id_format\": \"<uuid>\",\n        \"oidc_configuration\": {\n            \"client_id\": \"<string>\",\n            \"issuer\": \"<link>\"\n        },\n        \"saml_configuration\": \"\",\n        \"enable_oidc\": true,\n        \"enable_saml\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/company/settings/save","description":"<p>Put of the structure {\"unique_id\":{\n                                    \"unique_id_code\": \"AMZ\",\n                                    \"unique_id_format\": \"\"\n                                    }\n                     }</p>\n<p>:param request: WSGI Request Instance\n:param args:\n:param kwargs:\n:return: Response Object of the same structure as above for success and in case of failure a\n         failure message</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","settings","save"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"7785d63a-3813-403d-9b8f-42fc654876b5","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/settings/save"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b295931-fc3d-4c89-b5ba-c7ce5fa01e26"},{"name":"List Company Settings","id":"95d549bf-70ab-4138-acf0-1d9c9cd190cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/company/settings/list","description":"<p>API View for retrieving unique id formats from model- UniqueIdFormat</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","settings","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"e2b12e8e-399f-41ae-b823-3532427b68c5","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/settings/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"unique_id\": \"<string>\"\n}"}],"_postman_id":"95d549bf-70ab-4138-acf0-1d9c9cd190cf"},{"name":"Get Company widget URL","id":"2c0a2933-51b1-4be6-97bc-971c043d3480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"","type":"text"}],"url":"<baseUrl>/api/common/v1/company/domain","description":"<p>Model view to return company domain url from external urls</p>\n","urlObject":{"path":["api","common","v1","company","domain"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"2b469e8f-efd4-4ca2-ba12-94740bd695d2","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/domain"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c0a2933-51b1-4be6-97bc-971c043d3480"},{"name":"List Company Unique Id","id":"7b136a63-1d87-4d5b-a775-b8bb020120b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/company/unique_id_format/list","description":"<p>API View for retrieving unique id formats from model- UniqueIdFormat</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","unique_id_format","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"123ea108-559b-41cf-a7b4-c98cc411ed72","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/unique_id_format/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"format_code\": \"<string>\",\n    \"datetime_format\": \"<string>\",\n    \"uid\": \"<uuid>\"\n  },\n  {\n    \"format_code\": \"<string>\",\n    \"datetime_format\": \"<string>\",\n    \"uid\": \"<uuid>\"\n  }\n]"}],"_postman_id":"7b136a63-1d87-4d5b-a775-b8bb020120b2"},{"name":"List All SSO Settings","id":"2ccfb804-aa3d-4e42-81b6-036a7c2b3465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/common/v1/company/all/sso/settings","description":"<p>API view to get all the sso configuration of all the companies within the tenant</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","all","sso","settings"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"931eead5-81b1-477b-9cce-907dd47a5aa9","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/all/sso/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"domain_url\": \"<string>\",\n    \"enable_oidc\": \"<boolean>\",\n    \"enable_saml\": \"<boolean>\",\n    \"oidc_configuration\": \"<object>\",\n    \"saml_configuration\": \"<object>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"domain_url\": \"<string>\",\n    \"enable_oidc\": \"<boolean>\",\n    \"enable_saml\": \"<boolean>\",\n    \"oidc_configuration\": \"<object>\",\n    \"saml_configuration\": \"<object>\"\n  }\n]"}],"_postman_id":"2ccfb804-aa3d-4e42-81b6-036a7c2b3465"},{"name":"Get Company Details","id":"e184b57a-ad80-4f12-bc1d-d07de8e4e29e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/common/v1/companies/","description":"<p>Class view to get company details</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","companies",""],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"bc295fe8-b43d-49f4-bcfd-a7d1348f93d4","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"<baseUrl>/common/v1/companies/:company_id","host":["<baseUrl>"],"path":["common","v1","companies",":company_id"],"variable":[{"key":"company_id","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"company_logo\": \"<uri>\"\n}"}],"_postman_id":"e184b57a-ad80-4f12-bc1d-d07de8e4e29e"},{"name":"Create Company User","id":"6d365f0f-0f02-4add-9363-59d2c1075adc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"company\": {\n    \"name\": \"<string>\",\n    \"phone_number\": \"<string>\",\n    \"address\": \"<string>\",\n    \"website\": \"<string>\",\n    \"domain_url\": \"<string>\"\n  },\n  \"user\": {\n    \"display_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"address\": \"<string>\",\n    \"phone_number\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/companies","description":"<p>Create company and user\n:param request: WSGI Request Instance\n:param args:\n:param kwargs:\n:return: Company_id, widget_token along with a success message</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","companies"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"a6ebead2-391c-4de7-88d6-decca0cc8492","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"company\": {\n    \"name\": \"<string>\",\n    \"phone_number\": \"<string>\",\n    \"address\": \"<string>\",\n    \"website\": \"<string>\",\n    \"domain_url\": \"<string>\"\n  },\n  \"user\": {\n    \"display_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"address\": \"<string>\",\n    \"phone_number\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/common/v1/companies"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"company\": {\n    \"name\": \"<string>\",\n    \"phone_number\": \"<string>\",\n    \"address\": \"<string>\",\n    \"website\": \"<string>\",\n    \"domain_url\": \"<string>\"\n  },\n  \"user\": {\n    \"display_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"address\": \"<string>\",\n    \"phone_number\": \"<string>\"\n  }\n}"}],"_postman_id":"6d365f0f-0f02-4add-9363-59d2c1075adc"},{"name":"Get Widget Settings","id":"c7118384-1c66-43d5-853c-537ed8b774d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/company/widget_settings?widget_token=","description":"<p>Company related info required at widget end within tenant context</p>\n","urlObject":{"path":["api","common","v1","company","widget_settings"],"host":["<baseUrl>"],"query":[{"key":"widget_token","value":""}],"variable":[]}},"response":[{"id":"203336e1-ec10-499c-9cc2-4f8c829bbdbb","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/widget_settings"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7118384-1c66-43d5-853c-537ed8b774d6"},{"name":"Validate Company User","id":"44ae68ac-75c0-4536-8671-1d642e7be032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"company_name\": \"<string>\",\n    \"user_display_name\": \"<strig>\",\n    \"user_email\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/companies/validate","description":"<p>Validate whether a company and/or user exists based on the\ncompany_name, user_display_name or user_email</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","companies","validate"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"a29fa660-2193-4909-9656-00abfab681c5","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/companies/validate"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44ae68ac-75c0-4536-8671-1d642e7be032"},{"name":"Validate Company","id":"d3ebfea2-1589-46ba-8a18-709f9bcd9819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/companies//validate","description":"<p>Validate whether a company exists based on the Company UUID in the URL</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","companies","","validate"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"f81d92cf-d9b5-4282-ac74-21a833620dc5","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"<baseUrl>/common/v1/companies/:company_id/validate","host":["<baseUrl>"],"path":["common","v1","companies",":company_id","validate"],"variable":[{"key":"company_id","value":"<string>","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3ebfea2-1589-46ba-8a18-709f9bcd9819"}],"id":"21e31144-afbd-49d4-8f11-8bfb7158d6fe","_postman_id":"21e31144-afbd-49d4-8f11-8bfb7158d6fe","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Logs","item":[{"name":"Create Log","id":"188af92a-08dc-4d2f-8874-1344dd0779d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"log_description\": \"<string>\",\n  \"module_key\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/company/settings/log/create","description":"<p>Class view to get company settings related log</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","settings","log","create"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"ec28a518-c0b3-4517-8477-2aa8b2e521d1","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/settings/log/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_by\": \"<uuid>\",\n  \"created_at\": \"<dateTime>\",\n  \"log_description\": \"<string>\",\n  \"module_key\": \"<uuid>\"\n}"}],"_postman_id":"188af92a-08dc-4d2f-8874-1344dd0779d2"},{"name":"Update Log","id":"d5f8078e-2e32-4c69-93ed-a54163abeb86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"created_by\": \"<uuid>\",\n  \"log_description\": \"<string>\",\n  \"module_key\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/common/v1/company/settings/log/update","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["common","v1","company","settings","log","update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"391e4824-35fe-436b-8c04-9b6207dc74ac","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/settings/log/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_by\": \"<uuid>\",\n  \"created_at\": \"<dateTime>\",\n  \"log_description\": \"<string>\",\n  \"module_key\": \"<uuid>\"\n}"}],"_postman_id":"d5f8078e-2e32-4c69-93ed-a54163abeb86"},{"name":"List All Company Logs","id":"8414b20b-2978-46f8-a184-5b81334d3b12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/common/v1/company/settings/log/list?page=<integer>&page_size=<integer>","description":"<p>Class view to get company settings related log</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","settings","log","list"],"host":["<baseUrl>"],"query":[{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"page_size","value":"<integer>"},{"disabled":true,"key":"module_key","value":null},{"disabled":true,"key":"core_module","value":null},{"disabled":true,"key":"object_id","value":null}],"variable":[]}},"response":[{"id":"79eb31ce-8fac-44f3-a8ee-0bef6aee73b9","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"<baseUrl>/common/v1/company/settings/log/list?page=<integer>&page_size=<integer>","host":["<baseUrl>"],"path":["common","v1","company","settings","log","list"],"query":[{"key":"page","value":"<integer>"},{"key":"page_size","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"uid\": \"<uuid>\",\n      \"created_by\": \"<string>\",\n      \"created_at\": \"<string>\",\n      \"log_description\": \"<string>\",\n      \"module_key\": \"<string>\",\n      \"log_object_id\": \"<uuid>\"\n    },\n    {\n      \"uid\": \"<uuid>\",\n      \"created_by\": \"<string>\",\n      \"created_at\": \"<string>\",\n      \"log_description\": \"<string>\",\n      \"module_key\": \"<string>\",\n      \"log_object_id\": \"<uuid>\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}"}],"_postman_id":"8414b20b-2978-46f8-a184-5b81334d3b12"},{"name":"List Log Module Keys","id":"1ba98a07-4c30-4288-8b6d-c0a1456a62ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/common/v1/company/settings/log/module_keys/list","description":"<p>Class view to get company settings related log module key</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","settings","log","module_keys","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"3f9ebbda-68dc-4aee-9117-ac060986759c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/settings/log/module_keys/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"uid\": \"<uuid>\",\n    \"module_key_name\": \"<string>\",\n    \"module_key_label\": \"<string>\"\n  },\n  {\n    \"uid\": \"<uuid>\",\n    \"module_key_name\": \"<string>\",\n    \"module_key_label\": \"<string>\"\n  }\n]"}],"_postman_id":"1ba98a07-4c30-4288-8b6d-c0a1456a62ed"}],"id":"46774b99-7b21-4886-bced-2d677f2e4e27","_postman_id":"46774b99-7b21-4886-bced-2d677f2e4e27","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}}],"id":"71d87c29-0c7e-42ca-9c7c-0e7e9b5412be","_postman_id":"71d87c29-0c7e-42ca-9c7c-0e7e9b5412be","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Event Request Settings","item":[{"name":"List Event Requests Settungs","id":"38ecbb51-3267-4726-ba06-a3ad2c8d0521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/company/event_request_settings/list","description":"<p>API View for retrieving unique id formats from model- UniqueIdFormat</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","event_request_settings","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"a27ed609-d5ec-4341-8993-6e5f3597ae2a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/event_request_settings/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"buffer_time\": \"<string>\",\n  \"event_status\": \"<string>\",\n  \"block_layout\": \"<string>\",\n  \"event_type\": \"<string>\",\n  \"assignments\": \"<string>\"\n}"}],"_postman_id":"38ecbb51-3267-4726-ba06-a3ad2c8d0521"},{"name":"Update Event Request Settings","id":"fcecf56b-41df-4ab3-9d23-368efe48040b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"<baseUrl>/common/v1/company/event_request_settings/save","description":"<p>Put of the structure {\"buffer_time\":{\n                                     \"buffer_start_time\": \"\",\n                                     \"buffer_end_time\": \"\"\n                                    }\n                     }</p>\n<p>:param request: WSGI Request Instance\n:param args:\n:param kwargs:\n:return: Response Object of the same structure as above for success and in case of failure a\n         failure message</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["common","v1","company","event_request_settings","save"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"0fb89d52-9f4f-425f-975f-b9a473afb7cc","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/event_request_settings/save"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fcecf56b-41df-4ab3-9d23-368efe48040b"}],"id":"0b498415-0843-4dc4-9496-def7b427d065","_postman_id":"0b498415-0843-4dc4-9496-def7b427d065","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Task Settings","item":[{"name":"Delete Task Severity","id":"efd26757-82c9-4312-95bd-50bdf9f918b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/company/task_settings/delete_severity","description":"<p>:param request: The WSGI request instance\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","task_settings","delete_severity"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"4fb388e2-9563-48b6-ae80-b91d96d564ff","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/task_settings/delete_severity"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"efd26757-82c9-4312-95bd-50bdf9f918b5"},{"name":"Delete Task Status","id":"e993a254-a566-4dac-b775-3c2dc400cd4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/company/task_settings/delete_status","description":"<p>:param request: The WSGI request instance\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","task_settings","delete_status"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"760530f6-4be6-4d45-a316-07b81911688c","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/task_settings/delete_status"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e993a254-a566-4dac-b775-3c2dc400cd4b"},{"name":"Task Settings List","id":"f8c34bdd-a080-44bf-b4a8-5e7b10ec4cdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/company/task_settings/list","description":"<p>API View for retrieving task settings of a company</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","task_settings","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"c545b1e8-3c9a-494b-8836-d2f1e66ad27c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/task_settings/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"task_status\": \"<string>\"\n}"}],"_postman_id":"f8c34bdd-a080-44bf-b4a8-5e7b10ec4cdd"},{"name":"Update Task Settings","id":"75b7e021-6d42-452f-bd67-dda05079e7e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"task_status\": [\n        {\n            \"label\": \"<string1>\",\n            \"value\": \"<string1>\",\n            \"uid\": \"<uuid>\"\n        },\n        {\n            \"label\": \"<string2>\",\n            \"value\": \"<string2>\",\n            \"uid\": \"<uuid>\"\n        },\n        {\n            \"label\": \"<string3>\",\n            \"value\": \"<string3>\",\n            \"uid\": \"<uuid>\"\n        }\n        \n    ],\n    \"created_status\": [],\n    \"updated_status\": []\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/company/task_settings/save","description":"<p>:param request: WSGI Request Instance\n:param args:\n:param kwargs:\n:return: Response Object of the same structure as above for success and in case of failure a\n         failure message</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","task_settings","save"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"093c04b5-3558-436a-9b87-d855f701faa2","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/task_settings/save"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"75b7e021-6d42-452f-bd67-dda05079e7e4"},{"name":"List Task Digest Hour","id":"f147fd14-6ed6-4968-a006-a699a467a0b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/company/task_digest_hour/list","description":"<p>API View for retrieving task prefix</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","task_digest_hour","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"ffae1bdb-3dbb-4a14-aa00-81725ba404c3","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/task_digest_hour/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"task_daily_digest_interval\": \"<integer>\"\n  },\n  {\n    \"task_daily_digest_interval\": \"<integer>\"\n  }\n]"}],"_postman_id":"f147fd14-6ed6-4968-a006-a699a467a0b5"},{"name":"Update Task Digest Hour","id":"951d75f0-b5d1-4823-ade2-485744f1709c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"task_daily_digest_interval\": \"<int>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/company/task_digest_hour/save","description":"<p>:param request: WSGI Request Instance\n:param args:\n:param kwargs:\n:return: Response Object of the same structure as above for success and in case of failure a\n         failure message</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","task_digest_hour","save"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"86f9d197-e833-4131-a8a0-710fd2bef4d6","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/task_digest_hour/save"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"951d75f0-b5d1-4823-ade2-485744f1709c"},{"name":"List Task Prefix","id":"903a6e57-fa7c-4f31-977f-57a0b5ee3b73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/company/task_prefix/list","description":"<p>API View for retrieving task prefix</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","task_prefix","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"b07b3786-b1fd-4122-a6d8-c214b99327f7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/task_prefix/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"task_prefix\": \"<string>\"\n  },\n  {\n    \"task_prefix\": \"<string>\"\n  }\n]"}],"_postman_id":"903a6e57-fa7c-4f31-977f-57a0b5ee3b73"},{"name":"Update Task Prefix","id":"355e1599-b169-4907-b3ad-3601a1fcfb95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"task_prefix\": {\n        \"task_prefix\": \"EOPS\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/company/task_prefix/save","description":"<p>:param request: WSGI Request Instance\n:param args:\n:param kwargs:\n:return: Response Object of the same structure as above for success and in case of failure a\n         failure message</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","task_prefix","save"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"0c4fc97d-0a8c-4db5-844f-742e6ff8f625","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/task_prefix/save"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"355e1599-b169-4907-b3ad-3601a1fcfb95"},{"name":"Reorder Task Status","id":"85c8fea1-0014-4564-88ac-72cdc63b7993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"task_status_order\": [\n        \"<uuid>\",\n        \"<uuid>\",\n        \"<uuid>\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/company/task_status/reorder","description":"<p>:param request: WSGI Request Instance\n:param args:\n:param kwargs:\n:return: Response Object of the same structure as above for success and in case of failure a\n         failure message</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","company","task_status","reorder"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"9044d27e-df2f-4352-8fdc-0c79784788ca","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/company/task_status/reorder"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"85c8fea1-0014-4564-88ac-72cdc63b7993"}],"id":"3eac19b9-22b5-463a-9452-cecc7ba5cdeb","_postman_id":"3eac19b9-22b5-463a-9452-cecc7ba5cdeb","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Feedback API","id":"be7b5618-c612-42cb-a955-8d3169b4a3e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email_body\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/feedback/send","description":"<p>:param request: The WSGI request instance\n:param args:\n:param kwargs:\n:return: Success message</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","feedback","send"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"143ab016-7a07-4a13-af93-f32329bd5218","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/feedback/send"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be7b5618-c612-42cb-a955-8d3169b4a3e9"},{"name":"Get Common Info","id":"3ba09ad3-e5f8-4b6d-b360-77b882c98632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/info","description":"<p>Common Information that is required for t\nhe application such as the various date formats, time formats etc are\n    passed through this view</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","info"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"8036f356-b40c-4de1-8516-9adeb3fb00b2","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/info"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ba09ad3-e5f8-4b6d-b360-77b882c98632"}],"id":"901ffa11-4a9b-4cbc-b4e2-87981105f186","_postman_id":"901ffa11-4a9b-4cbc-b4e2-87981105f186","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Custom Fields","item":[{"name":"List Event Request Custom Fields","id":"2e0f8d5d-c069-44f1-9bfe-ded89efc938d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/custom_fields/v1/custom_field/event_request/list","description":"<p>List View for Custom Fields for Event Request</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","custom_fields","v1","custom_field","event_request","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"8ec019ad-bf66-47b5-a0e3-4fa2e1314245","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/custom_fields/v1/custom_field/event_request/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"label\": \"<string>\",\n    \"type\": \"<string>\",\n    \"json_struct\": \"<object>\",\n    \"required\": \"<boolean>\",\n    \"mapping_name\": \"<string>\",\n    \"order\": \"<integer>\"\n  },\n  {\n    \"label\": \"<string>\",\n    \"type\": \"<string>\",\n    \"json_struct\": \"<object>\",\n    \"required\": \"<boolean>\",\n    \"mapping_name\": \"<string>\",\n    \"order\": \"<integer>\"\n  }\n]"}],"_postman_id":"2e0f8d5d-c069-44f1-9bfe-ded89efc938d"},{"name":"Get Custom Field Values","id":"c53d3338-cdcb-4921-9702-c93a7a17ef56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/custom_fields/v1/custom_field/values/retrieve?uid=<uuid>","description":"<p>:param request: WSGI Request Instance\n:param args:\n:param kwargs:</p>\n<p>:return: WSGI Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","custom_fields","v1","custom_field","values","retrieve"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"328a45ce-0b85-49f5-a64f-c9e1d0be1109","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/custom_fields/v1/custom_field/values/retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"values\": \"<string>\"\n}"}],"_postman_id":"c53d3338-cdcb-4921-9702-c93a7a17ef56"},{"name":"Create Custom Fields","id":"b2e37d8c-2105-4a5a-b124-b3b11b1e244e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"module\": \"event_request1\",\n    \"custom_form\": [\n        {\n            \"label\": \"<string>\",\n            \"type\": \"<string>\",\n            \"json_struct\": \"<object>\",\n            \"required\": \"<boolean>\",\n            \"mapping_name\": \"<string>\",\n            \"order\": \"<integer>\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/custom_fields/v1/custom_field/event_request/create","description":"<p>Create API view for the model\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","custom_fields","v1","custom_field","event_request","create"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"3a10a9cf-5230-42b1-9143-020cc28fda5d","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"label\": \"<string>\",\n  \"type\": \"<string>\",\n  \"json_struct\": \"<object>\",\n  \"required\": \"<boolean>\",\n  \"mapping_name\": \"<string>\",\n  \"order\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/custom_fields/v1/custom_field/event_request/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"label\": \"<string>\",\n  \"type\": \"<string>\",\n  \"json_struct\": \"<object>\",\n  \"required\": \"<boolean>\",\n  \"mapping_name\": \"<string>\",\n  \"order\": \"<integer>\"\n}"}],"_postman_id":"b2e37d8c-2105-4a5a-b124-b3b11b1e244e"},{"name":"Update Custom Fields","id":"5855dafc-0cf3-4210-b4ee-96d6745b9316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"module\": \"<string>\",\n    \"custom_form\": [\n        {\n            \"name\": \"<string>\",\n            \"label\": \"<string>\",\n            \"type\": \"<string>\",\n            \"json_struct\": \"<object>\",\n            \"required\": \"<boolean>\",\n            \"mapping_name\": \"<string>\",\n            \"order\": \"<integer>\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/custom_fields/v1/custom_field/event_request/update","description":"<p>Update API view for the model</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","custom_fields","v1","custom_field","event_request","update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"16d23816-08fd-4701-84cc-3477a43f0f7c","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/custom_fields/v1/custom_field/event_request/update"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5855dafc-0cf3-4210-b4ee-96d6745b9316"}],"id":"5be057d8-0254-4011-9103-790e2072d50a","_postman_id":"5be057d8-0254-4011-9103-790e2072d50a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Dashboard","item":[{"name":"List Events","id":"9ff65847-e46a-4193-833c-3836f49457bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/common/v1/dashboard/event_listing?filter_by=all&start_day=20/04/2023&end_day=30/04/2023&date_format=dd/mm/yyyy","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","dashboard","event_listing"],"host":["<baseUrl>"],"query":[{"description":{"content":"<p>all/assigned_to_me/requested_by_me</p>\n","type":"text/plain"},"key":"filter_by","value":"all"},{"key":"start_day","value":"20/04/2023"},{"key":"end_day","value":"30/04/2023"},{"key":"date_format","value":"dd/mm/yyyy"}],"variable":[]}},"response":[{"id":"73ef65e2-6a41-4ae5-895d-f3ba17894e0d","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/dashboard/event_listing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"requestor_email\": \"<email>\",\n    \"uid\": \"<uuid>\",\n    \"expected_attendance\": \"<integer>\",\n    \"start_datetime\": \"<string>\",\n    \"end_datetime\": \"<string>\",\n    \"event_request_status\": \"<string>\",\n    \"event_request_status_mapping_key\": \"<string>\",\n    \"requestor_name\": \"<string>\",\n    \"associated_spaces\": \"<string>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"requestor_email\": \"<email>\",\n    \"uid\": \"<uuid>\",\n    \"expected_attendance\": \"<integer>\",\n    \"start_datetime\": \"<string>\",\n    \"end_datetime\": \"<string>\",\n    \"event_request_status\": \"<string>\",\n    \"event_request_status_mapping_key\": \"<string>\",\n    \"requestor_name\": \"<string>\",\n    \"associated_spaces\": \"<string>\"\n  }\n]"}],"_postman_id":"9ff65847-e46a-4193-833c-3836f49457bd"},{"name":"List Tasks","id":"ed82bfd4-b2a2-4656-825a-9aa7add6f770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/common/v1/dashboard/task_listing?filter_by=assigned_to_me","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","dashboard","task_listing"],"host":["<baseUrl>"],"query":[{"description":{"content":"<p>created_by_me/assigned_to_me</p>\n","type":"text/plain"},"key":"filter_by","value":"assigned_to_me"}],"variable":[]}},"response":[{"id":"5a70c280-c13b-4c4e-99cc-e3f31a08cf07","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/dashboard/task_listing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"uid\": \"<uuid>\",\n    \"due_datetime\": \"<dateTime>\",\n    \"task_status_name\": \"<string>\",\n    \"event_request_name\": \"<string>\",\n    \"mapping_key\": \"<string>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"uid\": \"<uuid>\",\n    \"due_datetime\": \"<dateTime>\",\n    \"task_status_name\": \"<string>\",\n    \"event_request_name\": \"<string>\",\n    \"mapping_key\": \"<string>\"\n  }\n]"}],"_postman_id":"ed82bfd4-b2a2-4656-825a-9aa7add6f770"},{"name":"Get Tiles Data","id":"8e1fa134-dcc4-4d75-ad64-9f388786d5ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/common/v1/dashboard/tiles","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","dashboard","tiles"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"c7ab8266-7d16-499a-a087-2a085dd20810","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/dashboard/tiles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8e1fa134-dcc4-4d75-ad64-9f388786d5ee"},{"name":"List Tile Events","id":"9a509eb9-7c97-45dd-a92e-a14806cea554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"draw\": 1,\n    \"columns\": [\n        {\n            \"data\": \"<string>\",\n            \"name\": \"\",\n            \"searchable\": true,\n            \"orderable\": true,\n            \"search\": {\n                \"value\": \"\",\n                \"regex\": false\n            }\n        },\n        {\n            \"data\": \"<string>\",\n            \"name\": \"\",\n            \"searchable\": true,\n            \"orderable\": true,\n            \"search\": {\n                \"value\": \"\",\n                \"regex\": false\n            }\n        },\n        {\n            \"data\": \"<string>\",\n            \"name\": \"\",\n            \"searchable\": true,\n            \"orderable\": true,\n            \"search\": {\n                \"value\": \"\",\n                \"regex\": false\n            }\n        },\n        {\n            \"data\": \"<string>\",\n            \"name\": \"\",\n            \"searchable\": true,\n            \"orderable\": true,\n            \"search\": {\n                \"value\": \"\",\n                \"regex\": false\n            }\n        }\n    ],\n    \"order\": [\n        {\n            \"column\": 0,\n            \"dir\": \"asc\"\n        }\n    ],\n    \"start\": 0,\n    \"length\": 15,\n    \"search\": {\n        \"value\": \"\",\n        \"regex\": false\n    },\n    \"user_dashboard_tile\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/dashboard/tile_events","description":"<p>Data table view for Event Request in main dashboard</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","dashboard","tile_events"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"42b8fb86-8689-476f-9ca2-4d776163ccd1","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/dashboard/tile_events"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a509eb9-7c97-45dd-a92e-a14806cea554"},{"name":"List Tile Tasks","id":"7b586330-e9ac-46a6-9fa0-60af738150e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"draw\": 1,\n    \"columns\": [\n        {\n            \"data\": \"<string>\",\n            \"name\": \"\",\n            \"searchable\": true,\n            \"orderable\": true,\n            \"search\": {\n                \"value\": \"\",\n                \"regex\": false\n            }\n        },\n        {\n            \"data\": \"<string>\",\n            \"name\": \"\",\n            \"searchable\": true,\n            \"orderable\": true,\n            \"search\": {\n                \"value\": \"\",\n                \"regex\": false\n            }\n        },\n        {\n            \"data\": \"<string>\",\n            \"name\": \"\",\n            \"searchable\": true,\n            \"orderable\": true,\n            \"search\": {\n                \"value\": \"\",\n                \"regex\": false\n            }\n        }\n    ],\n    \"order\": [\n        {\n            \"column\": 0,\n            \"dir\": \"asc\"\n        }\n    ],\n    \"start\": 0,\n    \"length\": 15,\n    \"search\": {\n        \"value\": \"\",\n        \"regex\": false\n    },\n    \"user_dashboard_tile\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/common/v1/dashboard/tile_tasks","description":"<p>Data table view for Event Request</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","common","v1","dashboard","tile_tasks"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"aa4d0a91-9a6d-4945-afdc-c5b06572d2d6","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/common/v1/dashboard/tile_tasks"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7b586330-e9ac-46a6-9fa0-60af738150e4"}],"id":"395b1a7b-b533-4b78-8fc7-2d0a0e3a981e","_postman_id":"395b1a7b-b533-4b78-8fc7-2d0a0e3a981e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Event Requests","item":[{"name":"Additional Notes","item":[{"name":"Get Event Request Additional Notes","id":"d0a2fffe-ca7f-4559-99b3-2359d7d93a75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/additional_note/retrieve?uid=<uuid>&module=<string>","description":"<p>Class view to get event request related additional notes</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","additional_note","retrieve"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"},{"key":"module","value":"<string>"}],"variable":[]}},"response":[{"id":"255e31c3-48cb-405d-aed7-8abc1de26761","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/additional_note/retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_by\": \"<uuid>\",\n  \"uid\": \"<uuid>\",\n  \"note\": \"<string>\",\n  \"created_at\": \"<string>\",\n  \"created_by_name\": \"<string>\",\n  \"event_request\": \"<uuid>\",\n  \"is_cloned\": \"<boolean>\"\n}"}],"_postman_id":"d0a2fffe-ca7f-4559-99b3-2359d7d93a75"},{"name":"Create or Update Event Request Notes","id":"9c819935-ca71-4fec-a476-e84a195ce1ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"note\": \"<string>\",\n  \"event_request\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/additional_note/create_or_update","description":"<p>Function to create additional notes for an event request.\n:param request: WSGI Request instance\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","additional_note","create_or_update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"b0274a6c-f3aa-4f6a-b30d-71c2b1fce84c","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/additional_note/create_or_update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"note\": \"<string>\",\n  \"event_request\": \"<uuid>\"\n}"}],"_postman_id":"9c819935-ca71-4fec-a476-e84a195ce1ea"}],"id":"f2f6f3e8-16a9-439e-a04b-8341a4809af5","_postman_id":"f2f6f3e8-16a9-439e-a04b-8341a4809af5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Approval Flow","item":[{"name":"Add a adhoc flow","id":"8fa8a06c-6ae8-419d-a75e-aaec67193fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/flow/adhoc","description":"<p>Function to add a new adhoc flow\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","flow","adhoc"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"5f289f36-759f-48bc-8cbe-ed34449bdbd2","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"event_request\": \"<uuid>\",\n  \"flow\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event_request/flow/adhoc"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"event_request\": \"<uuid>\",\n  \"flow\": \"<uuid>\"\n}"}],"_postman_id":"8fa8a06c-6ae8-419d-a75e-aaec67193fa5"},{"name":"Get Approval Flow","id":"3f985d5a-2bb4-4b0f-b358-3a6820cbf228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/event_requests/v1/approval_flow?uid=<uuid>","description":"<p>Function to get the event request approval flow details.\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","approval_flow"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"b9405d5e-66ce-417d-abe2-23064296669c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/approval_flow"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f985d5a-2bb4-4b0f-b358-3a6820cbf228"},{"name":"Deny Approval Flow","id":"1dac61f1-2a70-4727-a7a1-841051b2aee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"request_status\": \"<string>\",\n    \"flow\": \"<uuid>\",\n    \"eqId\": \"<uuid>\",\n    \"approval_note\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/flow/approve_deny","description":"<p>Approve or deny event request\n:param request: Request WSGI instance\n:param args:\n:param kwargs:\n:return: Response Instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","flow","approve_deny"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"8f26f5b2-9889-427c-adfc-52281fc325ef","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/flow/approve_deny"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1dac61f1-2a70-4727-a7a1-841051b2aee1"},{"name":"Reassign Approval Flow","id":"3da2fbda-fceb-4ab0-b8de-70391fc72e41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"flow_uid\": \"<uuid>\",\n    \"event_request_uid\": \"<uuid>\",\n    \"assignee\": \"<uuid>\",\n    \"description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/flow/reassign","description":"<p>Function to add a new adhoc flow\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","flow","reassign"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"17aceaf3-ecae-4329-aa73-528743972b20","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/flow/reassign"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"event_request\": \"<uuid>\",\n  \"flow\": \"<uuid>\",\n  \"assigner\": \"<uuid>\",\n  \"assignee\": \"<uuid>\",\n  \"description\": \"<string>\"\n}"}],"_postman_id":"3da2fbda-fceb-4ab0-b8de-70391fc72e41"}],"id":"6e828b86-3bd9-4dab-b6a4-fda2cc5c870c","_postman_id":"6e828b86-3bd9-4dab-b6a4-fda2cc5c870c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Assignment","item":[{"name":"Get Event Request Assignment","id":"253256b7-2a22-4161-8c4a-e5105276dda7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/event_requests/v1/event_request/assignment?event_request_uid=<uuid>","description":"<p>Function to add a new adhoc flow\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","assignment"],"host":["<baseUrl>"],"query":[{"key":"event_request_uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"747c1da6-ff53-4a2f-8f53-8c2c412bb020","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/assignment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_request\": \"<uuid>\",\n  \"uid\": \"<uuid>\",\n  \"team_name\": \"<string>\",\n  \"users\": \"<string>\",\n  \"team_uid\": \"<string>\",\n  \"event_request_name\": \"<string>\",\n  \"is_default_watcher_team\": \"<string>\",\n  \"is_primary_coordinator\": \"<string>\",\n  \"primary_coordinator_details\": \"<string>\"\n}"}],"_postman_id":"253256b7-2a22-4161-8c4a-e5105276dda7"},{"name":"Create Event Request Assignment","id":"ed901b15-c225-4093-920e-6dfa2f2d32f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"event_request\": \"<uuid>\",\n    \"assignments\": [\n        \"<string>\",\n        \"<string>\"\n    ],\n    \"watchers\": [\n        \"<string>\",\n        \"<string>\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/assignment/create_or_update","description":"<p>Function to add a new adhoc flow\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","assignment","create_or_update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"26e19915-b80b-450c-b814-fdb22f91f312","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"event_request\": \"<uuid>\",\n  \"assignments\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"watchers\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event_request/assignment/create_or_update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_request\": \"<uuid>\",\n  \"assignments\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"uid\": \"<uuid>\",\n  \"watchers\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"}],"_postman_id":"ed901b15-c225-4093-920e-6dfa2f2d32f9"}],"id":"75f1b81b-5d50-4348-ac53-e2545d173716","_postman_id":"75f1b81b-5d50-4348-ac53-e2545d173716","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Comment","item":[{"name":"Create Comment","id":"f2b396e6-48c3-4d0d-8940-fadb9a62c41d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"event_request\": \"<uuid>\",\n    \"is_requested\": false,\n    \"user_uids\": [],\n    \"team_uids\": [],\n    \"event_request_status\": \"<uuid>\",\n    \"content\": \"<p>hi</p>\",\n    \"email\": \"<email>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/comment/email/create","description":"<p>Class view to create comments for event requests via email</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","comment","email","create"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"17b88f69-104b-470e-9232-568be6a273d1","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/comment/email/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": \"<string>\",\n  \"event_request\": \"<uuid>\",\n  \"event_request_status\": \"<uuid>\",\n  \"created_by\": \"<uuid>\",\n  \"uid\": \"<uuid>\",\n  \"company\": \"<uuid>\",\n  \"mentioned_to\": \"<uuid>\",\n  \"is_requestor_mentioned\": \"<boolean>\"\n}"}],"_postman_id":"f2b396e6-48c3-4d0d-8940-fadb9a62c41d"},{"name":"Get Event request Comments","id":"c5a33454-f6e5-4519-99e9-9d6d4b4b8aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/event_requests/v1/comment/retrieve?uid=<uuid>&timezone=<string>","description":"<p>Class view to get event request related comments</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","comment","retrieve"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"},{"key":"timezone","value":"<string>"}],"variable":[]}},"response":[{"id":"3aa02d29-6366-4354-8169-c21697863404","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/comment/retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": \"<string>\",\n  \"event_request\": \"<uuid>\",\n  \"created_by\": {\n    \"email\": \"<email>\",\n    \"display_name\": \"<string>\",\n    \"uid\": \"<uuid>\",\n    \"username\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"profile_image\": \"<uri>\",\n    \"name\": \"<string>\",\n    \"company_id\": \"<string>\",\n    \"company_name\": \"<string>\",\n    \"company_widget_token\": \"<string>\",\n    \"time_format\": \"<string>\"\n  },\n  \"event_request_status\": \"<uuid>\",\n  \"uid\": \"<uuid>\",\n  \"created_at\": \"<string>\",\n  \"is_cloned\": \"<boolean>\"\n}"}],"_postman_id":"c5a33454-f6e5-4519-99e9-9d6d4b4b8aeb"},{"name":"Mark Comment as read","id":"8cd0017a-6183-44f9-8901-874954845857","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"event_request\": \"2a128a93-6a99-4e9e-939b-d894ea5f4d10\",\r\n    \"uid\": \"21f9760f-8774-46d0-ad1d-0ce3ceef5eff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/comment/read","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","comment","read"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cd0017a-6183-44f9-8901-874954845857"},{"name":"Mark Comment as unread","id":"0bc14167-2ed1-4541-ad7d-d3834cd8ea3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"event_request\": \"2a128a93-6a99-4e9e-939b-d894ea5f4d10\",\r\n    \"uid\": \"21f9760f-8774-46d0-ad1d-0ce3ceef5eff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/comment/unread","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","comment","unread"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bc14167-2ed1-4541-ad7d-d3834cd8ea3d"}],"id":"252c0fef-7bf2-4d5f-9763-4e93485d106c","_postman_id":"252c0fef-7bf2-4d5f-9763-4e93485d106c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Custom Fields","item":[{"name":"Get Event Request Custom Fields","id":"cc0d4322-6c38-44b3-8c43-e4d153879c8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uids\": [\n        \"<uuid>\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/custom_fields","description":"<p>Function to get the event request planning/reconcile custom fields details.\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","custom_fields"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"284c74f6-52a6-4632-a12a-4b8988ece985","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event_request/custom_fields"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"uid\": \"<uuid>\",\n  \"event_planning_custom_fields\": \"<string>\",\n  \"event_archived_custom_fields\": \"<string>\"\n}"}],"_postman_id":"cc0d4322-6c38-44b3-8c43-e4d153879c8d"},{"name":"Bulk Update or Create Event Request Custom fields","id":"d26b5843-3ab1-4451-bee8-a351a0aca355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"event_planning_custom_fields\": [\n        {\n            \"id\": \"<string>\",\n            \"type\": \"<string>\",\n            \"label\": \"<string>\",\n            \"toggle\": \"<bool>\",\n            \"mapField\": \"<string>\",\n            \"required\": false,\n            \"dataValue\": \"<string>\",\n            \"permission\": {},\n            \"uid\": \"<uuid>\",\n            \"is_editable\": \"<bool>\"\n        }\n    ],\n    \"event_reconcile_custom_fields\": [\n        {\n            \"id\": \"<string>\",\n            \"type\": \"<string>\",\n            \"label\": \"<string>\",\n            \"toggle\": \"<bool>\",\n            \"mapField\": \"<string>\",\n            \"required\": false,\n            \"dataValue\": \"<string>\",\n            \"permission\": {},\n            \"uid\": \"<uuid>\"\n        }\n    ],\n    \"uids\": [\n        \"<uuid>\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event_request/custom_fields/bulk_update","description":"<p>Function to bulk update an event request planning/reconcile custom fields\n:param request:\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["event_requests","v1","event_request","custom_fields","bulk_update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"470fa631-df6b-42b6-a3d8-fc759226baf0","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/custom_fields/bulk_update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"d26b5843-3ab1-4451-bee8-a351a0aca355"}],"id":"b9055b7a-027a-4ba9-acd8-88454b865bab","_postman_id":"b9055b7a-027a-4ba9-acd8-88454b865bab","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Equipment","item":[{"name":"Add Equipment to evet Requests","id":"561b37ff-49de-41eb-9144-69dcde1b286d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"equipments\": [\n        \"<uui\"\n    ],\n    \"event_request\": \"41f8a732-89b9-4dfc-b1bd-b2739e611fef\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event_request/equipment/add","description":"<p>Model view to create EquipmentResourceRequest objects</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["event_requests","v1","event_request","equipment","add"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"dfdadb96-17e5-4015-9eb6-530651283a70","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"event_request\": \"<string>\",\n  \"equipments\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event_request/equipment/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_request\": \"<string>\",\n  \"equipments\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"561b37ff-49de-41eb-9144-69dcde1b286d"},{"name":"Get Event Request Equipments","id":"1bfaaf35-6371-491e-a3cf-ebe0403e4685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/event_requests/v1/event_request/equipment/list?uid=41f8a732-89b9-4dfc-b1bd-b2739e611fef","description":"<p>Model view to list all equipments associated to an event request</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","equipment","list"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"41f8a732-89b9-4dfc-b1bd-b2739e611fef"}],"variable":[]}},"response":[{"id":"b9edf0c8-3edb-485d-be2b-7b6ae5b65048","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/equipment/list"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1bfaaf35-6371-491e-a3cf-ebe0403e4685"},{"name":"Lock Equipment","id":"d3f7402b-6fae-40b5-a236-096aedc70715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"equipment_id\": \"<uuid>\",\n    \"location\": \"<string>\",\n    \"previous_quantity\": [],\n    \"search_key\": \"\",\n    \"search_value\": \"\",\n    \"start_date\": \"<string>\",\n    \"end_date\": \"<string>\",\n    \"current_quantity\": 1\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/resources/v1/widget/equipment_qty/lock","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","resources","v1","widget","equipment_qty","lock"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3f7402b-6fae-40b5-a236-096aedc70715"},{"name":"List All Equipments","id":"f9437024-4392-4e7f-a0e5-82f8c10ee5b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/event_requests/v1/event/equipment/list?uid=<uuid>","description":"<p>Model view to list all equipments associated to an event - for check-in/check-out</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event","equipment","list"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"f337171f-016c-4045-b4f1-36bf975d4293","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event/equipment/list"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f9437024-4392-4e7f-a0e5-82f8c10ee5b5"},{"name":"Tracking Change","id":"5e25ad67-5614-4548-afd7-80591c581cc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"event_planning_custom_fields\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"event_archived_custom_fields\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event/equipment/tracking_change","description":"<p>Function to post/update the event details.\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["event_requests","v1","event","equipment","tracking_change"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"fd2b2fac-6687-4d6a-a74a-eb870b092605","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event/equipment/tracking_change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_planning_custom_fields\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"event_archived_custom_fields\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"5e25ad67-5614-4548-afd7-80591c581cc2"}],"id":"5addfd2f-25a7-413c-b6c5-305bb425fcbb","_postman_id":"5addfd2f-25a7-413c-b6c5-305bb425fcbb","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Event Type","item":[{"name":"Create Event Types","id":"43001d64-dc57-47af-983c-f2df61890de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"label\": \"<string>\",\n        \"value\": \"<string>\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_type/create","description":"<p>Function to create event types by post request.\n:param request: WSGI Request instance\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_type","create"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"90f53a8f-58c1-424c-99ad-def5028e7046","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_type/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"label\": \"<string>\",\n  \"value\": \"<string>\",\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"43001d64-dc57-47af-983c-f2df61890de0"},{"name":"Delete Event Types","id":"f94b190f-d62f-4404-a642-fb9360c4c771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"<baseUrl>/api/event_requests/v1/event_type/delete?uid=<uuid>","description":"<p>Function to delete a building feature\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_type","delete"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"7da749a6-d653-4010-9aee-59e7d5056267","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_type/delete"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f94b190f-d62f-4404-a642-fb9360c4c771"},{"name":"Get Event Types","id":"6387d82c-bfc8-42e3-b989-3e363e93e448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/event_requests/v1/event_type/retrieve?uid=<uuid>","description":"<p>Retrieve view for the EventType details</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_type","retrieve"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"e179c8ce-167d-4878-abfc-f4125b1ac508","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_type/retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"label\": \"<string>\",\n  \"value\": \"<string>\",\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"6387d82c-bfc8-42e3-b989-3e363e93e448"},{"name":"List Event Types","id":"4b9fe1fb-2acd-483c-b454-6954a5ed4e66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/event_requests/v1/event_type/list","description":"<p>Class view to list the event types</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_type","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"b8176bbf-a9fa-4a7c-b0c5-082400e5b29b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_type/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"label\": \"<string>\",\n    \"value\": \"<string>\",\n    \"uid\": \"<uuid>\"\n  },\n  {\n    \"label\": \"<string>\",\n    \"value\": \"<string>\",\n    \"uid\": \"<uuid>\"\n  }\n]"}],"_postman_id":"4b9fe1fb-2acd-483c-b454-6954a5ed4e66"},{"name":"Update Event Types","id":"e6745f6f-df49-4227-8325-abdb116703af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\",\n    \"label\": \"<string>\",\n    \"value\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_type/update","description":"<p>Function to update event types by put request\n:param request: WSGI Request instance\n:param args:\n:param kwargs:\n:return:  Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_type","update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"f384c0be-ddff-43fb-9235-ff9fa0eab8ca","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_type/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"label\": \"<string>\",\n  \"value\": \"<string>\",\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"e6745f6f-df49-4227-8325-abdb116703af"}],"id":"fe48124e-53e7-4d3b-9073-949d06ba1c36","_postman_id":"fe48124e-53e7-4d3b-9073-949d06ba1c36","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Form","item":[{"name":"Delete Event Request Form","id":"e223e234-b213-42af-b6c5-16957c53982f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"event_request_form_id\": \"<uuid>\",\n    \"delete_form\": true\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/form/delete","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","form","delete"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"95eb34f1-bc49-4322-9adc-94f4559098b3","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/form/delete"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e223e234-b213-42af-b6c5-16957c53982f"},{"name":"Get Event Request Form","id":"4a1b88ec-bf66-4a4e-b933-83e8aec03c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/event_requests/v1/event_request/form/retrieve?uid=<uuid>","description":"<p>Class view to get event request form instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","form","retrieve"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"2d3a142f-0907-4c91-b838-76c17f64fe4e","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/form/retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"form_name\": \"<string>\",\n  \"uid\": \"<uuid>\",\n  \"splash_url\": \"<string>\",\n  \"description\": \"<string>\",\n  \"custom_fields\": \"<string>\"\n}"}],"_postman_id":"4a1b88ec-bf66-4a4e-b933-83e8aec03c46"},{"name":"List Event Request Form","id":"b66fa8c3-11ec-4815-9755-28552d056354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"draw\": 1,\n    \"columns\": [\n        {\n            \"data\": \"<string>\",\n            \"name\": \"\",\n            \"searchable\": true,\n            \"orderable\": false,\n            \"search\": {\n                \"value\": \"\",\n                \"regex\": false\n            }\n        },\n        {\n            \"data\": \"<string>\",\n            \"name\": \"\",\n            \"searchable\": true,\n            \"orderable\": true,\n            \"search\": {\n                \"value\": \"\",\n                \"regex\": false\n            }\n        },\n        {\n            \"data\": \"<string>\",\n            \"name\": \"\",\n            \"searchable\": true,\n            \"orderable\": false,\n            \"search\": {\n                \"value\": \"\",\n                \"regex\": false\n            }\n        },\n        {\n            \"data\": \"<string>\",\n            \"name\": \"\",\n            \"searchable\": true,\n            \"orderable\": false,\n            \"search\": {\n                \"value\": \"\",\n                \"regex\": false\n            }\n        }\n\n    ],\n    \"order\": [\n        {\n            \"column\": 1,\n            \"dir\": \"asc\"\n        }\n    ],\n    \"start\": 0,\n    \"length\": 25,\n    \"search\": {\n        \"value\": \"\",\n        \"regex\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/form/datatable/list","description":"<p>Data table view for Event Request Forms</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","form","datatable","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"189f4871-6a4e-49b9-b017-f1427f73b72f","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/form/datatable/list"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b66fa8c3-11ec-4815-9755-28552d056354"},{"name":"Update Event Request Form","id":"a714e675-bb99-441c-83f6-37dabae89b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\",\n    \"form_name\": \"<string>\",\n    \"splash_url\": \"<url>\",\n    \"description\": \"<string>\",\n    \"custom_fields\": [\n        {\n            \"id\": \"<string>\",\n            \"type\": \"<string>\",\n            \"label\": \"<string>\",\n            \"toggle\": \"<bool>\",\n            \"mapField\": \"<string>\",\n            \"required\": \"<bool>\",\n            \"dataValue\": \"\",\n            \"permission\": {}\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/form/create_or_update","description":"<p>Function to create event request form by post request.\n:param request: WSGI Request instance\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","form","create_or_update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"72bfc14d-fac6-4c9a-baf7-1bd87739acdb","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/form/create_or_update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"form_name\": \"<string>\",\n  \"custom_fields\": \"<object>\",\n  \"uid\": \"<uuid>\",\n  \"splash_url\": \"<string>\",\n  \"portal_form_edit_url\": \"<string>\",\n  \"description\": \"<string>\"\n}"}],"_postman_id":"a714e675-bb99-441c-83f6-37dabae89b00"},{"name":"Form Create Or Update (Custom Field Reconcile and Planning)","id":"8d9e8ad4-0260-4676-a5fb-f1b73b3b4e53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"module_name\": \"<string>\",\n    \"custom_fields\": []\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event/form/create_or_update","description":"<p>Function to create or update event form by post request.\n:param request: WSGI Request instance\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event","form","create_or_update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"6313782b-3fe5-4f87-9ad4-dd7b9a29be3d","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"module_name\": \"<string>\",\n  \"custom_fields\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event/form/create_or_update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"module_name\": \"<string>\",\n  \"custom_fields\": \"<object>\"\n}"}],"_postman_id":"8d9e8ad4-0260-4676-a5fb-f1b73b3b4e53"},{"name":"Get Custom Fields ( Reconcile or Planning)","id":"c019661d-6af8-47fb-a723-f817dc97317e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"module_name\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event/form/retrieve","description":"<p>Function to create or update event form by post request.\n:param request: WSGI Request instance\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event","form","retrieve"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"3466f932-3fce-4328-bdeb-667ad7fba72f","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event/form/retrieve"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"module\": \"<string>\",\n  \"custom_fields\": \"<string>\"\n}"}],"_postman_id":"c019661d-6af8-47fb-a723-f817dc97317e"},{"name":"Submit Event Request","id":"c7d1b63e-7215-416e-bed2-5eae282826b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"},{"key":"EVENTOPSFORM","value":"GREF + AMER - Devcore","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"email\": \"<email>\",\n    \"start_date\": \"00/00/0000\",\n    \"start_time\": \"00:00AM\",\n    \"end_date\": \"00/00/0000\",\n    \"end_time\": \"00:00\",\n    \"location\": \"<uuid>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"space_ids\": [\n    ],\n    \"company_name\": \"<string>\",\n    \"eventops_form_name\": \"<string>\",\n    \"expected_attendance\": \"<int>\",\n    // custom fields\n    \"<string>\": \"<string>\",\n    \"<string1>\": \"<string>\",\n    \"<string2>\": \"<string>\"\n\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event/form/submit","description":"<p>Class view to save the post back API call from splash form</p>\n","urlObject":{"path":["api","event_requests","v1","event","form","submit"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"05484ba9-dfb7-4f04-af70-18f7fe568cc5","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"event_title\": \"<string>\",\n  \"start_date\": \"<string>\",\n  \"end_date\": \"<string>\",\n  \"start_time\": \"<string>\",\n  \"end_time\": \"<string>\",\n  \"set_up_date\": \"<string>\",\n  \"break_down_date\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"expected_attendance\": \"<integer>\",\n  \"room_layout\": \"<integer>\",\n  \"event_type\": \"<string>\",\n  \"set_up_time\": \"<string>\",\n  \"break_down_time\": \"<string>\",\n  \"company_name\": \"<string>\",\n  \"timezone\": \"<string>\",\n  \"eventops_form_name\": \"<string>\",\n  \"submitted_by\": \"<string>\",\n  \"secondary_requestor\": \"<string>\",\n  \"secondary_requestor_first_name\": \"<string>\",\n  \"secondary_requestor_last_name\": \"<string>\",\n  \"secondary_requestor_email\": \"<string>\",\n  \"overall_budget\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event/form/submit"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_title\": \"<string>\",\n  \"start_date\": \"<string>\",\n  \"end_date\": \"<string>\",\n  \"start_time\": \"<string>\",\n  \"end_time\": \"<string>\",\n  \"set_up_date\": \"<string>\",\n  \"break_down_date\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"expected_attendance\": \"<integer>\",\n  \"room_layout\": \"<integer>\",\n  \"event_type\": \"<string>\",\n  \"set_up_time\": \"<string>\",\n  \"break_down_time\": \"<string>\",\n  \"company_name\": \"<string>\",\n  \"timezone\": \"<string>\",\n  \"eventops_form_name\": \"<string>\",\n  \"submitted_by\": \"<string>\",\n  \"secondary_requestor\": \"<string>\",\n  \"secondary_requestor_first_name\": \"<string>\",\n  \"secondary_requestor_last_name\": \"<string>\",\n  \"secondary_requestor_email\": \"<string>\",\n  \"overall_budget\": \"<number>\"\n}"}],"_postman_id":"c7d1b63e-7215-416e-bed2-5eae282826b9"}],"id":"34f04deb-7419-496f-9f7f-b42f7e631ada","_postman_id":"34f04deb-7419-496f-9f7f-b42f7e631ada","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"File","item":[{"name":"Delete File","id":"66ff1f81-be56-4e7e-867d-f7f2dd36deb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"<baseUrl>/api/event_requests/v1/event_request/file/delete?uid=<uuid>","description":"<p>API to delete a file</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","file","delete"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"56921469-199c-4bec-8bbe-7ec6447fb3b0","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/file/delete"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"66ff1f81-be56-4e7e-867d-f7f2dd36deb5"},{"name":"List event Request Files","id":"f823bf77-9089-4ed8-b339-fd8445ef07d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/event_requests/v1/event_request/file/retrieve?uid=<uuid>","description":"<p>Class view to get event request related files</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","file","retrieve"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"7a1cc5bd-5a18-4ea7-878a-000ad4639219","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/file/retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"file\": \"<string>\",\n  \"name\": \"<string>\",\n  \"user_uid\": \"<string>\",\n  \"show_for_event\": \"<boolean>\",\n  \"is_cloned\": \"<boolean>\"\n}"}],"_postman_id":"f823bf77-9089-4ed8-b339-fd8445ef07d9"},{"name":"Upload File","id":"4e32db99-d306-4348-94ae-87d3c9d01cf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null}]},"url":"<baseUrl>/api/event_requests/v1/event_request/file/upload","description":"<p>Put of the structure {\n    \"files\": [\"\", \"\"]\n}\n:param request: WSGI Request Instance\n:param args:\n:param kwargs:\n:return: Response Object of the same structure as above for success and in case of failure a\n         failure message</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","file","upload"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"a4d700d3-dd53-497c-8586-5cdf5b936a09","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/file/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"files\": [\n    \"<uuid>\"\n  ]\n}"}],"_postman_id":"4e32db99-d306-4348-94ae-87d3c9d01cf5"}],"id":"d8ba8ce2-46b5-46b2-80ae-07f9dc5c86fe","_postman_id":"d8ba8ce2-46b5-46b2-80ae-07f9dc5c86fe","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Linked Event","item":[{"name":"Create or Update Linked Event","id":"e33e025e-4b0f-49d3-8405-8f90aa8a482a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"event_uid\": \"<uuid>\",\n    \"linked_event_uids\": [\n        \"<uuid>\",\n        \"<uuid>\",\n        \"<uuid>\",\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/linked-event/create_or_update","description":"<p>POST function to add linked events\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","linked-event","create_or_update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"78b3cc6b-1ef1-40a6-9ce0-57340b8d6848","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/linked-event/create_or_update"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e33e025e-4b0f-49d3-8405-8f90aa8a482a"},{"name":"Delete Linked Event","id":"c1b0dfbf-279c-47cf-9f00-d65938984b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\",\n    \"linked_event_uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/linked-event/delete","description":"<p>Model aPI view to remove association between an event and its linked event.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","linked-event","delete"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"a47e87f1-1136-4657-b2f8-233c6bdfedd2","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/linked-event/delete"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c1b0dfbf-279c-47cf-9f00-d65938984b8c"},{"name":"List Linked Events","id":"dc7647cc-07ac-4aab-8b9b-0eddab1f8892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/event_requests/v1/event_request/linked-event/retrieve?event_uid=<uuid>","description":"<p>Function to retrieve all linked events of an event.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","linked-event","retrieve"],"host":["<baseUrl>"],"query":[{"key":"event_uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"c5af4563-2c87-4754-9073-59e9fda18dd0","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/linked-event/retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"event_serial_number\": \"<string>\",\n  \"DT_RowId\": \"<string>\",\n  \"start_datetime\": \"<string>\",\n  \"end_datetime\": \"<string>\",\n  \"event_status\": \"<string>\",\n  \"timezone\": \"<string>\"\n}"}],"_postman_id":"dc7647cc-07ac-4aab-8b9b-0eddab1f8892"},{"name":"Event Request Minimal List","id":"dfc5b20e-9e61-4fea-a607-ef32489d8ca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\": {\n        \"value\": \"\",\n        \"regex\": false\n    },\n    \"start\": 0,\n    \"length\": 12,\n    \"sort_index\": 2,\n    \"event_view\": \"<string>\",\n    \"view\": \"<string>\",\n    \"order\": [\n        {\n            \"column\": 0,\n            \"dir\": \"asc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/datatable/minimal-list","description":"<p>Data table view for Event Request\nThis view is used for linked events</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","datatable","minimal-list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"609c43c9-a200-4252-8342-153ede0cfa0f","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/datatable/minimal-list"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dfc5b20e-9e61-4fea-a607-ef32489d8ca6"},{"name":"Bulk Update Linked Events Assignment","id":"b6e2e67a-1bf8-4a63-a285-6e84e97a2b7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"event_request_id\": \"<uuid>\",\n    \"event_request_uids\": [\n        \"<uuid>\",\n        \"<uuid>\",\n        \"<uuid>\"\n    ],\n    \"assignments\": [\n        {\n            \"team_uid\": \"<uuid>\",\n            \"users\": [\n                \"<uuid>\"\n            ],\n            \"is_primary_coordinator\": false\n        },\n        {\n            \"team_uid\": \"<uuid>\",\n            \"users\": [],\n            \"is_primary_coordinator\": false\n        }\n       \n    ],\n    \"event_type\": \"<uuid>\",\n    \"is_assignments_changed\": true\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/bulk_event_requests/update","description":"<p>Function to bulk update event requests\n:param request:\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["event_requests","v1","bulk_event_requests","update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"0bacba71-47da-4931-ac9f-fd2370eeb99d","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/bulk_event_requests/update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_request\": \"<uuid>\",\n  \"assignments\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"b6e2e67a-1bf8-4a63-a285-6e84e97a2b7b"}],"id":"ce861348-8830-4a22-97bf-92db046e91df","_postman_id":"ce861348-8830-4a22-97bf-92db046e91df","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Space Session","item":[{"name":"Get Space Session","id":"1ae8aacb-66bd-4292-95a3-09ec481ccbf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"event_id\": \"3f67ce4b-6ae9-45c6-bdc6-6ae4b3e7e045\",\n    \"space_id\": \"71fc84a6-7daf-4961-bbee-c561c459b828\",\n    \"date\": \"04/21/2023\",\n    \"date_format\": \"MM/DD/YYYY\",\n    \"session_uid\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/space-session/retrieve?event_uid=3f67ce4b-6ae9-45c6-bdc6-6ae4b3e7e045","description":"<p>Function to retrieve all sessions of a space for edit view.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","space-session","retrieve"],"host":["<baseUrl>"],"query":[{"key":"event_uid","value":"3f67ce4b-6ae9-45c6-bdc6-6ae4b3e7e045"}],"variable":[]}},"response":[{"id":"e703ece4-ec3f-4757-a81d-c219f890baa0","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/space-session/retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"start_time\": \"<string>\",\n  \"end_time\": \"<string>\",\n  \"event_name\": \"<string>\",\n  \"set_buffer\": \"<number>\",\n  \"strike_buffer\": \"<number>\",\n  \"date\": \"<string>\",\n  \"space_id\": \"<string>\",\n  \"space_name\": \"<string>\",\n  \"worksite_id\": \"<string>\",\n  \"worksite_name\": \"<string>\",\n  \"building_id\": \"<string>\",\n  \"building_name\": \"<string>\",\n  \"can_edit\": \"<string>\",\n  \"can_delete\": \"<string>\"\n}"}],"_postman_id":"1ae8aacb-66bd-4292-95a3-09ec481ccbf6"},{"name":"Create or Update Space Session","id":"59111f9b-6fe6-4aab-8559-a7cd3f420f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"event_request\": \"3f67ce4b-6ae9-45c6-bdc6-6ae4b3e7e045\",\n    \"spaces\": \"71fc84a6-7daf-4961-bbee-c561c459b828\",\n    \"check_overlap\": false,\n    \"session\": {\n        \"start_datetime\": 1682100000,\n        \"end_datetime\": 1682114400,\n        \"set_buffer\": \"00:30\",\n        \"strike_buffer\": \"00:30\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/session/create-update","description":"<p>To create or update sessions of a space associated to event.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","session","create-update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"c237787d-fbee-4425-bbc7-f83db9b81d19","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/session/create-update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_request\": \"<uuid>\",\n  \"session\": {\n    \"consecteturf\": \"<string>\"\n  },\n  \"spaces\": \"<uuid>\",\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"59111f9b-6fe6-4aab-8559-a7cd3f420f41"},{"name":"Get Space Session Plot","id":"70d73c1e-78e3-4e98-9e62-e944e4f075d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"event_id\": \"3f67ce4b-6ae9-45c6-bdc6-6ae4b3e7e045\",\n    \"space_id\": \"71fc84a6-7daf-4961-bbee-c561c459b828\",\n    \"current_event_only\": true\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/space-session/plot","description":"<p>Multi day space session plot view.\nRequest Parameters: space_id, event_id\nResponse Structure: { space_name, sessions, unavailability, maintenance}</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","space-session","plot"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"512d5d49-cd36-4c50-a806-624e1be102fb","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/space-session/plot"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70d73c1e-78e3-4e98-9e62-e944e4f075d6"}],"id":"646fa792-6c85-4759-a098-4c894dc40a31","_postman_id":"646fa792-6c85-4759-a098-4c894dc40a31","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Details of Event Request","id":"6e84228a-df3e-475a-9dcc-c84d726f4ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/event_requests/v1/event_request/detail?uid=<uuid>","description":"<p>Function to get the event request details.\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","detail"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"fc71a226-4804-45d8-b6e5-9ccac1de0530","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"requestor_email\": \"<email>\",\n  \"event_serial_number\": \"<string>\",\n  \"event_request_status\": \"<uuid>\",\n  \"uid\": \"<uuid>\",\n  \"start_datetime\": \"<string>\",\n  \"end_datetime\": \"<string>\",\n  \"set_up_datetime\": \"<string>\",\n  \"break_down_datetime\": \"<string>\",\n  \"requestor_first_name\": \"<string>\",\n  \"requestor_last_name\": \"<string>\",\n  \"requestor_phone_number\": \"<string>\",\n  \"requested_by\": \"<string>\",\n  \"event_status\": \"<string>\",\n  \"event_status_mapping_key\": \"<string>\",\n  \"expected_attendance\": \"<integer>\",\n  \"event_type\": \"<string>\",\n  \"requested_by_uid\": \"<string>\",\n  \"city\": \"<string>\",\n  \"timezone\": \"<string>\",\n  \"overall_budget\": \"<number>\",\n  \"secondary_requestor\": \"<string>\",\n  \"secondary_requestor_uid\": \"<string>\",\n  \"secondary_requestor_first_name\": \"<string>\",\n  \"secondary_requestor_last_name\": \"<string>\",\n  \"secondary_requestor_email\": \"<string>\",\n  \"mask_from_calender\": \"<boolean>\",\n  \"created_at\": \"<string>\",\n  \"buffer_start_time\": \"<string>\",\n  \"buffer_end_time\": \"<string>\",\n  \"custom_fields\": \"<string>\",\n  \"event_archived_custom_fields\": \"<string>\",\n  \"event_planning_custom_fields\": \"<string>\",\n  \"assignments\": \"<string>\",\n  \"permissions\": \"<string>\",\n  \"event_logo\": \"<string>\",\n  \"location\": \"<string>\"\n}"}],"_postman_id":"6e84228a-df3e-475a-9dcc-c84d726f4ab8"},{"name":"Event Request Resource Check","id":"4525e16a-7057-494c-b98b-e5787cfacad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\",\n    \"seating_capacity\": \"<int>\",\n    \"setup_datetime\": \"<timestamp>\",\n    \"breakdown_datetime\": \"<timestamp>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/edit/resource_check","description":"<p>API view to check which all resources are available during a start date and end date\nchange of an event request\"</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","edit","resource_check"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"81e8f1ce-73c3-4fd2-b21f-4e79205479f9","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/edit/resource_check"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4525e16a-7057-494c-b98b-e5787cfacad0"},{"name":"Get All Logs For a Event","id":"2df59266-c18f-48ce-a0f6-bfce1c204fa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/event_requests/v1/event_request/log/retrieve?uid=<uuid>&module=<string>&timezone=<string>","description":"<p>Class view to get event request related log</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","log","retrieve"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"},{"description":{"content":"<p>event_request</p>\n","type":"text/plain"},"key":"module","value":"<string>"},{"key":"timezone","value":"<string>"}],"variable":[]}},"response":[{"id":"38f6f374-f08f-4dbe-ad5f-703594a89228","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/log/retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"is_owner\": \"<string>\",\n  \"created_at\": \"<string>\",\n  \"log_message\": \"<string>\",\n  \"is_cloned\": \"<boolean>\"\n}"}],"_postman_id":"2df59266-c18f-48ce-a0f6-bfce1c204fa1"},{"name":"Minimal Details of Event request","id":"f9d3e56d-d884-48c3-bfef-4464f82aa466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/event_requests/v1/event_request/minimal/detail?uid=<uuid>","description":"<p>Function to get the event request details.\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","minimal","detail"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"10a9a689-97ad-4c51-8508-722d05e4c1a1","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/minimal/detail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"event_serial_number\": \"<string>\",\n  \"uid\": \"<uuid>\",\n  \"start_datetime\": \"<string>\",\n  \"end_datetime\": \"<string>\",\n  \"timezone\": \"<string>\",\n  \"overall_budget\": \"<number>\",\n  \"event_status_mapping_key\": \"<string>\"\n}"}],"_postman_id":"f9d3e56d-d884-48c3-bfef-4464f82aa466"},{"name":"List All Booked Spaces","id":"7fba39aa-3cbe-4a19-92d7-89bdee5ef777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/event_requests/v1/event_request/space/list?uid=<uuid>","description":"<p>To get the list of spaces linked to an event through sessions.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","space","list"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"9d388c03-5d3f-4641-a2af-00a48f1df732","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/space/list"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7fba39aa-3cbe-4a19-92d7-89bdee5ef777"},{"name":"Add watcher","id":"286bc60e-4ce1-4f70-b952-05c3ed57e4c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"event_request\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/watcher/manage","description":"<p>Utility for a user to add or remove himself from an event.\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","watcher","manage"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"e0eba917-f664-495d-b357-47b610c00f83","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"event_request\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event_request/watcher/manage"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_request\": \"<uuid>\",\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"286bc60e-4ce1-4f70-b952-05c3ed57e4c3"},{"name":"List Event Request Datatable","id":"1f4a0793-9779-41d6-aa26-b2f094317913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"search\": {\n        \"value\": \"\",\n        \"regex\": false\n    },\n    \"start\": 0,\n    \"length\": 12,\n    \"sort_index\": 2,\n    \"event_view\": \"<string>\",\n    \"view\": \"<string>\",\n    \"order\": [\n        {\n            \"column\": 0,\n            \"dir\": \"asc\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/datatable/list","description":"<p>Data table view for Event Request\nThis view is used for Event Request Dashboard and My Events page.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","datatable","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"171eb15d-1701-4f6a-b9cf-e64287e2407c","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/datatable/list"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f4a0793-9779-41d6-aa26-b2f094317913"},{"name":"Accept Event Request","id":"3696a874-c254-4148-8d6b-0ab5d1a1a970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/accept","description":"<p>Update the event request status\n:param request: Request WSGI instance\n:param args:\n:param kwargs:\n:return: Response Instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","accept"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"c8473a88-c3d8-4f66-883e-a02bb7d31b14","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/accept"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"3696a874-c254-4148-8d6b-0ab5d1a1a970"},{"name":"Archive Event Request","id":"55994255-c594-4984-bd53-4180381d236a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/archive","description":"<p>Update the event request status\n:param request: Request WSGI instance\n:param args:\n:param kwargs:\n:return: Response Instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","archive"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"e89cad74-3b4a-4754-9e0a-5c7fa0f09b4d","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/archive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"55994255-c594-4984-bd53-4180381d236a"},{"name":"Cancell Event Request","id":"12a3045e-a21c-41f7-a9f3-3137d905a560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/cancelled","description":"<p>Update the event request status\n:param request: Request WSGI instance\n:param args:\n:param kwargs:\n:return: Response Instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","cancelled"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"ef1745c3-86bd-4f25-a20b-e3684b6e6585","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/cancelled"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"12a3045e-a21c-41f7-a9f3-3137d905a560"},{"name":"Clone Event Requests","id":"1592774a-80e7-4cfa-ab06-2b0e27d2340a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"start_datetime\": \"<timestamp>\",\n    \"end_datetime\": \"<timestamp>\",\n    \"check_overlap\": \"<bool>\",\n    \"excluded_spaces\": [],\n    \"import_custom_fields\": \"<bool>\",\n    \"import_spaces\": \"<bool>\",\n    \"import_equipments\": \"<bool>\",\n    \"import_assignments\": \"<bool>\",\n    \"import_comments\": \"<bool>\",\n    \"import_notes\": \"<bool>\",\n    \"import_files\": \"<bool>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/clone","description":"<p>Function to cloning an existing event.\n:param request:\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","clone"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"9459f250-3155-4049-9022-9ce571203d9a","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/clone"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"start_datetime\": \"<string>\",\n  \"end_datetime\": \"<string>\"\n}"}],"_postman_id":"1592774a-80e7-4cfa-ab06-2b0e27d2340a"},{"name":"List Event Requests","id":"8e969293-c674-40fa-bb53-ca3231479d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/event_requests/v1/event_request/list?page=<integer>&page_size=<integer>","description":"<p>Class view to list all event requests in a company (used for tasks)</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","list"],"host":["<baseUrl>"],"query":[{"description":{"content":"<p>A page number within the paginated result set.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"},{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"page_size","value":"<integer>"}],"variable":[]}},"response":[{"id":"4376ef19-3f95-4f7c-8767-9020917c4611","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"<baseUrl>/event_requests/v1/event_request/list?page=<integer>&page_size=<integer>","host":["<baseUrl>"],"path":["event_requests","v1","event_request","list"],"query":[{"key":"page","value":"<integer>"},{"key":"page_size","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"name\": \"<string>\",\n      \"uid\": \"<uuid>\",\n      \"start_datetime\": \"<string>\",\n      \"event_status_mapping_key\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"uid\": \"<uuid>\",\n      \"start_datetime\": \"<string>\",\n      \"event_status_mapping_key\": \"<string>\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}"}],"_postman_id":"8e969293-c674-40fa-bb53-ca3231479d13"},{"name":"Update Location","id":"447033ce-3da5-446e-b116-0de44c937202","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"location\": \"<uuid>\",\n    \"uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/location_update","description":"<p>Function to update an event request location\n:param request:\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","location_update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"ddaebebf-03cd-4c7e-bc0e-e33a514f90ec","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/location_update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"city\": \"<string>\",\n  \"timezone\": \"<string>\"\n}"}],"_postman_id":"447033ce-3da5-446e-b116-0de44c937202"},{"name":"Mask From Calender","id":"76d74eef-bfc6-4078-84dd-ae78166bcaba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\",\n    \"mask_from_calender\": \"<bool>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/mask","description":"<p>Function to update an event request\n:param request:\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","mask"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"160bbf4e-47e9-4713-a21e-0f80d97c0ec3","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/mask"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mask_from_calender\": \"<boolean>\"\n}"}],"_postman_id":"76d74eef-bfc6-4078-84dd-ae78166bcaba"},{"name":"Delete Event Request Reources","id":"a6b4d380-f3bb-4ba4-8677-aef6849b6528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"space_request_uids\": [\n        \"71fc84a6-7daf-4961-bbee-c561c459b828\"\n    ],\n    \"equipment_request_uids\": []\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/resource/delete?uid=<uuid>","description":"<p>Model aPI view to delete spaces associated with an event request</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","resource","delete"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"f7ae813e-e4b8-4edf-9a04-fdf291bd8118","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/resource/delete"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6b4d380-f3bb-4ba4-8677-aef6849b6528"},{"name":"Update Event Request","id":"901bc034-6b03-417b-b57c-0afbff57e265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"requested_by\": \"<uuid>\",\n    \"expected_attendance\": \"<int>\",\n    \"event_type\": \"\",\n    \"location\": \"\",\n    \"requestor_first_name\": \"<string>\",\n    \"requestor_last_name\": \"<string>\",\n    \"requestor_email\": \"<email>\",\n    \"requestor_phone_number\": null,\n    \"secondary_requestor\": \"\",\n    \"set_up_datetime\": \"<timestamp>\",\n    \"break_down_datetime\": \"<timestamp>\",\n    \"start_datetime\": \"<timestamp>\",\n    \"end_datetime\": \"<timestamp>\",\n    \"custom_fields\": [],\n    \"event_planning_custom_fields\": [\n        {\n            \"id\": \"<string>\",\n            \"type\": \"<string>\",\n            \"label\": \"<string>\",\n            \"toggle\": true,\n            \"mapField\": \"<string>\",\n            \"required\": false,\n            \"dataValue\": \"\",\n            \"permission\": {},\n            \"uid\": \"<uuid>\"\n        },\n        {\n             \"id\": \"<string>\",\n            \"type\": \"<string>\",\n            \"label\": \"<string>\",\n            \"toggle\": true,\n            \"mapField\": \"<string>\",\n            \"required\": false,\n            \"dataValue\": \"\",\n            \"permission\": {},\n            \"uid\": \"<uuid>\"\n        }\n    ],\n    \"event_archived_custom_fields\": [],\n    \"event_logo\": null\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/event_requests/v1/event_request/update","description":"<p>Function to update an event request\n:param request:\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["event_requests","v1","event_request","update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"ae27b30c-e8e1-47a3-8890-d0eb93b096fa","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"start_datetime\": \"<string>\",\n  \"end_datetime\": \"<string>\",\n  \"set_up_datetime\": \"<string>\",\n  \"break_down_datetime\": \"<string>\",\n  \"requestor_email\": \"<email>\",\n  \"requested_by\": \"<string>\",\n  \"event_serial_number\": \"<string>\",\n  \"expected_attendance\": \"<string>\",\n  \"custom_fields\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"event_type\": \"<string>\",\n  \"secondary_requestor\": \"<string>\",\n  \"event_planning_custom_fields\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"event_archived_custom_fields\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"uid\": \"<uuid>\",\n  \"requestor_first_name\": \"<string>\",\n  \"requestor_last_name\": \"<string>\",\n  \"requestor_phone_number\": \"<string>\",\n  \"secondary_requestor_first_name\": \"<string>\",\n  \"secondary_requestor_last_name\": \"<string>\",\n  \"secondary_requestor_email\": \"<email>\",\n  \"overall_budget\": \"<number>\",\n  \"event_logo\": \"<uuid>\"\n}"}],"_postman_id":"901bc034-6b03-417b-b57c-0afbff57e265"},{"name":"Direct Approval","id":"bd203950-aa58-48e3-8600-ce694c4d7804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"<baseUrl>/api/event_requests/v1/direct_approval?uid=<uuid>","description":"<p>Function to approve the event request entirely if user is a company admin\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","direct_approval"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"c2eb1580-58e6-4636-9f38-26153af0c50d","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/direct_approval"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd203950-aa58-48e3-8600-ce694c4d7804"},{"name":"List All Users","id":"280df500-fd86-42db-a926-fe0b1ebda7ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/event_requests/v1/user/list?unique=true&filter_by=all","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","user","list"],"host":["<baseUrl>"],"query":[{"key":"unique","value":"true"},{"key":"filter_by","value":"all"}],"variable":[]}},"response":[],"_postman_id":"280df500-fd86-42db-a926-fe0b1ebda7ae"},{"name":"Restore Cancelled or Archived Events","id":"33dcbbec-ebf4-44a4-8720-ab823b111b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uid\": \"<uuid>\",\n    \"start_datetime\": \"<timestamp>\",\n    \"end_datetime\": \"<timestamp>\",\n    \"check_overlap\": \"<bool>\",\n    \"excluded_spaces\": []\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/event_requests/v1/event_request/restore","description":"<p>Function to restoring a cancelled/archived event.\n:param request:\n:param args:\n:param kwargs:\n:return: Response instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","restore"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"66c0c1d2-efb7-4e2e-8d3a-3b9b19174a28","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/event_requests/v1/event_request/restore"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"start_datetime\": \"<string>\",\n  \"end_datetime\": \"<string>\"\n}"}],"_postman_id":"33dcbbec-ebf4-44a4-8720-ab823b111b1a"},{"name":"Send mails to users mentioned in a comment","id":"37007347-e4c8-4bc6-b71b-12d2e066d4ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"users\": [\n        \"<uids>\"\n    ],\n    \"notification_key\": \"<string>\",\n    \"comment\": \"<string>\",\n    \"module\": \"<string>\",\n    \"entity_name\": \"<string>\",\n    \"entity_id\": \"<uuid>\",\n    \"redirect_url\": \"<url>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/sendgrid/v1/mail/comment","description":"<p>Function to fetch details to send mails to mentioned users in a comment\n:param request:\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["sendgrid","v1","mail","comment"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"a4328f5a-7681-46c9-baf9-dfe773496c93","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/sendgrid/v1/mail/comment"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37007347-e4c8-4bc6-b71b-12d2e066d4ed"},{"name":"Event Request Export","id":"ad15928b-25b4-48f1-a320-dfd71d84e258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/event_requests/v1/event_request/export?start=2024-08-01&end=2024-08-30&filter_by=created&current_event_status=request_submitted,meeting_registration_only,request_accepted&page_size=10","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","export"],"host":["<baseUrl>"],"query":[{"key":"start","value":"2024-08-01"},{"key":"end","value":"2024-08-30"},{"key":"filter_by","value":"created"},{"description":{"content":"<p>request_submitted,meeting_registration_only,request_accepted,meeting_space_selection_onsite,meeting_space_selection_offsite,comprehensive_space_selection,offsite_services_requested,,onsite_services_requested,comprehensive_services_requested,services_confirmed,no_services_requested,event_in_progress,event_complete,event_close_out,cancelled,meeting_registration_cancelled,event_on_hold,,escalation</p>\n","type":"text/plain"},"key":"current_event_status","value":"request_submitted,meeting_registration_only,request_accepted"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"ad15928b-25b4-48f1-a320-dfd71d84e258"}],"id":"144e21de-8146-4ded-85bb-d8afeee73151","_postman_id":"144e21de-8146-4ded-85bb-d8afeee73151","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Report","item":[{"name":"Create Report","id":"13b1d3f1-3e5c-4e1b-ad10-a2848e1e69cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"report_name\": \"<string>\",\n    \"scope\":\"event_request\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/report/v1/reports/create","description":"<p>Create API View for the creation of a user report instance</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","create"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"7af84763-ca86-46fe-9185-14cea2035fd9","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"report_name\": \"<string>\",\n  \"scope\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/report/v1/reports/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"report_name\": \"<string>\",\n  \"uid\": \"<uuid>\",\n  \"scope\": \"<string>\",\n  \"created_by_name\": \"<string>\"\n}"}],"_postman_id":"13b1d3f1-3e5c-4e1b-ad10-a2848e1e69cd"},{"name":"List Saved Reports","id":"1aed4fea-a7ee-44c0-8e8d-9d6fbae2cc3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/report/v1/reports/list","description":"<p>Class view to list all report instances (query) of a user.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"c0b0efd6-ef2e-4171-949e-4ad0b6c67267","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/reports/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"report_name\": \"<string>\",\n    \"uid\": \"<uuid>\",\n    \"scope\": \"<string>\",\n    \"is_aggregate_custom_fields\": \"<boolean>\"\n  },\n  {\n    \"report_name\": \"<string>\",\n    \"uid\": \"<uuid>\",\n    \"scope\": \"<string>\",\n    \"is_aggregate_custom_fields\": \"<boolean>\"\n  }\n]"}],"_postman_id":"1aed4fea-a7ee-44c0-8e8d-9d6fbae2cc3c"},{"name":"Get Report Query","id":"7bfb0e0b-1ba2-4d51-97ad-794bcc49215c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/report/v1/reports/get_report_query?user_report_uid=<uuid>","description":"<p>Model view to get the queries of the report.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","get_report_query"],"host":["<baseUrl>"],"query":[{"key":"user_report_uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"a5a7286a-7e05-4aab-b046-5213a334572d","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/reports/get_report_query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"report_queries\": \"<string>\"\n}"}],"_postman_id":"7bfb0e0b-1ba2-4d51-97ad-794bcc49215c"},{"name":"Get Query Category","id":"5c3c4290-9ca7-48f6-9c0f-a370f5a2cf6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/report/v1/reports/category_retrieve","description":"<p>:param request: the WSGI request instance\n:param args:\n:param kwargs:\n:return: categories of queries as a list of dict.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","category_retrieve"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"6c3a1885-ec6c-4481-bab7-8b779a25fbe0","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/reports/category_retrieve"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5c3c4290-9ca7-48f6-9c0f-a370f5a2cf6a"},{"name":"Report Preview","id":"5ddc1130-0922-4000-b44f-2e6186158b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/report/v1/event_request_report/generate?preview=true&start_date=1680287400&end_date=1682706599&user_report_uid=<uuid>","description":"<p>GET method is to be used to retrieve a preview\n:param request:\n:param args:\n:param kwargs:\n:return: Preview report containing at most 10 event requests.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","event_request_report","generate"],"host":["<baseUrl>"],"query":[{"key":"preview","value":"true"},{"key":"start_date","value":"1680287400"},{"key":"end_date","value":"1682706599"},{"key":"user_report_uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"5a90347f-b505-4bde-be37-65f283a11d9a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/event_request_report/generate"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5ddc1130-0922-4000-b44f-2e6186158b2c"},{"name":"Generate Reports","id":"32c9a2f8-6cb0-4d0c-87c3-423a6772881b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"start_date\": 1680307200,\n    \"end_date\": 1682726399,\n    \"user_report_uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/report/v1/event_request_report/generate","description":"<p>Creates xls file containing the report.\n:param request: the WSGI request instance\n:return: success message</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","event_request_report","generate"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"02e92275-f527-4c36-90ff-b3a07dde9e9e","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/event_request_report/generate"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"32c9a2f8-6cb0-4d0c-87c3-423a6772881b"},{"name":"List All Generated Reports","id":"b7fa0d31-e631-4e82-a836-b4896d196810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"<baseUrl>/api/report/v1/reports/datatable/list","description":"<p>Class model for listing reports generated by a user</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","datatable","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"ec40b06b-0051-40f0-88e6-406b81755045","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/reports/datatable/list"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b7fa0d31-e631-4e82-a836-b4896d196810"},{"name":"List All Columns","id":"21e954a2-d556-4d12-8cb8-b65063ef79a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"<baseUrl>/api/report/v1/reports/customizelist?user_report_uid=<uuid>","description":"<p>Model view to display the secondary fields of a report instance for customization.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","customizelist"],"host":["<baseUrl>"],"query":[{"key":"user_report_uid","value":"<uuid>"}],"variable":[]}},"response":[{"id":"bf606e17-cf60-46aa-8b88-161cf659bd71","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/reports/customizelist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"secondary_scopes\": \"<string>\",\n  \"is_aggregate_custom_fields\": \"<boolean>\"\n}"}],"_postman_id":"21e954a2-d556-4d12-8cb8-b65063ef79a8"},{"name":"Report Column Customize","id":"304d2ae9-f1b1-4934-a5f6-e1ae1e4e8522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_report_uid\": \"8c0e6c1e-bc4d-4c47-b749-3419dcbc2b5e\",\n    \"is_aggregate_custom_fields\": false,\n    \"secondary_scopes\": {\n        \"query_fields\": [\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f5c73748-9dc5-495a-bfad-1eac6659ac57\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"1st Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d1a1c76f-bbe7-4f2d-9237-2209905d7bfc\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"1st Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b11652ef-b7a6-4033-987d-ea2f132a43a6\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"1st Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0d95089e-3126-49f4-be2f-dcb77b4ff682\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"1st Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0d2cf79f-c35d-42dc-b635-7b600d5d6613\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"1st Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"fdeb9297-6223-43a7-a3f5-224105e09a25\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"2nd Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c9a6069a-bb59-49ac-9990-23308fda4cd2\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"2nd Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2eefbfa6-847d-405b-b9d3-c2cfe393849e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"2nd Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"018caca5-36b9-4e7a-94bc-00439c5a7674\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"2nd Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a451db85-e7c7-4a2c-b10d-be296824ccd1\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"3rd Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9e067013-8529-45cb-a9bd-8fd13d3a754b\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"3rd Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8f451a94-abe8-4e53-9e82-1eb83f8533aa\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"3rd Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"84f9545b-f633-4204-a2f3-dcf1c584182e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"3rd Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7f821fce-aa7c-408e-8227-7bc36ba0469f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"3rd Preference\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"df5f2447-8674-43f4-94c0-966273a4e8c6\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"A/V Notes\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9fcf8e8e-ae8b-4b42-8c9a-5c61174735c8\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"A/V Request Type\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"accepted_at\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Accepted At\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"accepted_by_id\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Accepted By\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8b59de16-68f9-4465-8bf1-d08ed77f7309\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Accepted Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"dfdf6e18-1a22-472f-8f29-2912753669b8\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Accepted Time\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3d55f69a-d1f4-43ea-aaf4-8d8791a267e5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Accepted Time\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c94af34f-ca4f-4dd4-8a38-cdd860db834c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Additional Event Notes\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"6685c921-9301-454f-b077-a8897c06e7ad\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Additional Services Needed\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"e0bc2930-861f-4a45-a293-261b14d6ca24\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Age\",\n                \"is_in_query\": false,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"88302e89-ed99-4d57-bd32-1f88530bbe77\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Alcohol\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d11825d1-280a-4320-9d51-801b7193ec7f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Alternate Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9b24b766-4d0d-483a-a8e1-dfde3c1e1859\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Alternate Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"912802a0-b52d-4e82-812e-12490ff80e7c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Alternate Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"88322186-8974-467e-93f9-51553d489ec3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Alternate Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"65e15875-dea0-4f26-a6f6-318055dcf507\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Alternate Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2aa3b04e-f796-483b-a59c-a28183c5299c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Amazon Attendees Total\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8fbaa9a9-ef14-4d2b-b5c1-745ba01b15f7\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are product(s) involved in this activation?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"addf6b7a-5cbe-4549-b8c0-043dfb399290\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are you requesting this event on behalf of someone else?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a32d2aa9-a5d6-4438-8f45-5fcb412c32c6\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are you requesting this event on behalf of someone else?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a306b596-b85b-481d-b2f9-f3d3a01bc9f3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are you requesting this event on behalf of someone else?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8aefee20-24bc-4475-b9f9-11dff30edf6f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are you requesting this event on behalf of someone else?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"18dd14e9-79e5-4303-a44a-264fc21d8538\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are you requesting this event on behalf of someone else?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f896e809-ebcc-42fc-9e52-aa01b05c2138\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are you serving food and beverage?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"e65b46a6-1f52-4da7-a153-a74c8058088e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are you serving food and beverage?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9f25f53f-1e4f-490e-a0eb-8ca14be9103e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are you serving food and beverage?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"98a39a48-b1f8-4629-ba66-0980acc8017d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are you serving food and beverage?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"52232e19-88cf-4275-954b-25c7ed2419ea\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are you serving food and beverage?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"1a47a930-8152-4fbe-81c0-bd8cd88827e5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Are your dates flexible?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"17dd5ee2-886b-45a2-8717-fdd29bba469a\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Asset Category\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"efa98a39-7f57-45fe-8762-60a7db98dcf3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Audience\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"fa9d4d25-88e7-4efb-a629-93d86c4d51a0\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Audience Members (Please select ALL that apply)\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"480f927f-ad12-48f8-974b-2b31463eb367\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Audience Type\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"20ea9520-7e3e-4237-ab7d-c8f8b48af45e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"AV Comments\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"24e80e25-7752-437a-b4aa-c1635d18d820\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"AV Needed\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"e2e9b938-e46c-4192-84ea-8d8c1e290d8e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"booking_id\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4a31c2b1-1bc7-4750-acd0-a0da47fc04f6\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Break Down Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"417e7892-32d9-407d-9249-772f7ce47e44\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Break Down Time\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d8efc015-4222-405a-b4ac-2de8db1626cf\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Budget Estimate\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c2baf777-1d73-4a1a-a2a1-8bcd2e47f5f4\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Budget Owner Cost Approver\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"fc31643c-52bf-4e65-b611-33b717131de3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Budget Region?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ed63d72b-4208-4930-84b2-b4374f1f1355\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Building\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c5778166-cbf3-4948-aa48-bb03a588e8ed\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Building\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c4567088-c98a-4006-b02e-99044a1acfb8\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Building\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"908efdc3-eff0-4c6e-b62d-58ff8c7c73f2\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Building\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7cf0cf10-4c89-4f43-99bf-8cedf8d71af6\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Building\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"65f31a16-0719-4d72-be4a-87379ba1ceb8\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Building\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4c018e1f-c3db-4dae-9d03-6a49f005ad9f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Building\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"377134b5-841a-434b-86d6-3192bc4c8744\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Building\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2a18a961-08e9-4f65-9bca-15cbe5e5528a\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Building\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2172157c-12a3-4708-b361-8cfde9a3dc77\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Building\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"1df4f69f-54cf-4137-99ee-7e00972cdf1c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Building\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"associated_space_request__spaces__building__name\",\n                \"model_name\": \"Building\",\n                \"field_label\": \"Buildings\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f9b77fa3-90ce-4a47-8d01-4a5ba67db836\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Business Justification\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f310eaf9-2f90-4f8f-9a50-fcd9f341baf3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Business Justification\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b9ae4027-2337-4b08-a599-69405c935439\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Business Justification\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b78dbe2a-5a20-447a-80c2-a5d6e6f4ea6e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Business Justification\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"6c990936-6d61-4b69-96d1-221a072024ed\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Business Justification\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"26ffa4df-79dd-4b44-af90-3663f6b82779\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Business Justification\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"062a3ded-c0ea-4617-8f20-0306844005e5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Business Justification\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"aca58177-13e4-42f0-8b43-352caeb87e77\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Catered\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3b792dad-63bc-4365-9e04-d715b4b50f74\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Caterer\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0480015f-bd35-41a1-b505-50133c39b2f4\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Catering Budget\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3fd24a19-5ecc-457c-ba10-e72bb0f7a075\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Catering Notes\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8c100f8f-8d9b-4120-b90b-81505483f588\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Catering Type\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a8700370-74f8-42c9-9749-23e268e9c662\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Checkbox\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"city\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"City\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7d775102-e180-4bd5-bd69-923dad59be98\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Close out field\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"e8135b48-1983-43e1-9c0a-5768fa5a1369\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Conference Room Number\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d6c7f3ba-5190-410a-bb4e-85761bc221b8\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Conference Room Number\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"bab4205a-2adf-4c23-892b-7dc0c37378b4\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Conference Room Number\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"70e2bb99-5349-44b5-b985-be74535d3db7\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Conference Room Number\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"69ab57a4-c6d4-487c-b021-65f1e31a2b24\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Conference Room Number\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ad42f619-5b67-413a-a156-7335bd2c4ca6\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Cost Center\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a8b12320-c436-4b14-bfb1-ae99c052cdde\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Cost Center\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"91685b39-1a12-47d3-aec0-b7fa5e855567\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Cost Center\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8754237c-abe7-47c2-a818-1695e86e2a8d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Cost Center\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"530fdf2a-1225-4f82-88b3-9f1d233cc555\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Cost Center\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"450b1fb7-5498-4b9d-abf5-f43614a0dcc0\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Cost Center\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3171649a-d864-463a-ba80-b92ed970c0ad\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Cost Center\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0d542792-a209-4701-bcd8-7449053b1050\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Cost Center\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"created_at\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"creation date\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"452a68e3-fdce-46c0-bae8-f88cbf1e3fd5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Date:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"39a05db0-0ed4-4069-b207-64b1d0d55fe0\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Decoration\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"201e3e92-08ac-455b-9c00-0ba258e8e9e5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Did this event include any media/social/digital components?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4298fe45-ce49-4889-9133-54a03dd0985c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Did this event include any sports marketing assets?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f44b3f9b-0649-4c2d-ac93-d22ce645809e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do creative assets exist?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"e1b23c0a-9530-4d4b-9ea8-02aff7757361\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you have preferences for a specific Large Production Venue?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d2ffcbeb-8812-4e89-9989-9111c38feede\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you have preferences for a specific Large Production Venue?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"875a66c3-7070-438e-a213-96b35f419109\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you have preferences for a specific Large Production Venue?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7e23858f-8d66-47fc-8c78-3d5367897fe8\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you have preferences for a specific Large Production Venue?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7cf070c4-b509-4d6d-903d-840f5fada898\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you have preferences for a specific Large Production Venue?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"5c154da2-c8e3-4c84-ace4-c543d0104faa\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you need additional time for set up/breakdown outside of the actual event dates/times provided?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9bfcdd7b-39fd-4552-ada0-2f83db75f04e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you need assistance in securing an asset?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b047f7a5-fc4f-4e6a-ab56-18394232fd1f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require Audio/Visual services?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"6520c6f1-6058-4b2d-9ab8-8aeddadda35f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require Audio/Visual services?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3c7c1031-d0ff-4941-994d-58c01e21078d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require Audio/Visual services?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"153f5450-abc3-42e8-b7fd-45036ce6f99f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require Audio/Visual services?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0c5b519e-bd36-4904-b267-323d535d1d32\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require Audio/Visual services?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f77b208e-823c-4db0-82a6-487ea73862c1\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require badge readers for tracking attendance?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ea7ef9a9-29d4-4b88-b73f-dd3865166371\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require badge readers for tracking attendance?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d074e002-33c0-43dc-8833-807cecde9c81\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require badge readers for tracking attendance?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"701714be-88ea-42a0-a680-81d68b96e782\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require badge readers for tracking attendance?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"46ba4382-dca1-4b56-9a3c-d4549cabf5ba\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require badge readers for tracking attendance?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"fa15b5c5-d1f0-484e-b854-05750a830849\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require transportation support?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f03ba02c-6e33-4682-b657-5d3da8a49f46\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require transportation support?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"937f1a9c-4fc4-423a-9643-39fa8d237868\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require transportation support?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"732c2f0c-8201-43b3-a7f3-5e89686222b5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require transportation support?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4ca3eb41-ecb3-48b6-abd2-9cebcf4cf2b7\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you require transportation support?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f3dede2b-1f57-4c28-846b-633c32c5030b\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you want to designate a secondary organizer?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ea88f8df-10df-4045-a269-d70aa32e23e5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you want to designate a secondary organizer?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d22f9d63-a622-42dc-946a-89fe37c0bd32\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you want to designate a secondary organizer?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"cd7d9da1-62f5-491b-acaa-4f871da18faf\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you want to designate a secondary organizer?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"353e48d4-7b81-41c6-b9fd-d73ee0f4a467\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Do you want to designate a secondary organizer?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"303b8f54-b194-45ba-8016-d44070b77bed\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Document Attachments Link\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"81fc661b-7677-41e9-9736-d4e4c47ee2a6\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Does this event take place in multiple locations?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"5df9fce0-6e0c-4a3d-85e1-a9a6e1188135\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Does this event take place in multiple locations?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"580fc7eb-b2fe-4666-8578-b2ae57d4004d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Does this event take place in multiple locations?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"420f5029-4923-4ed0-bd13-4507f4212fca\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Does this event take place in multiple locations?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"393e9c90-239d-4d08-8335-7899f184a4f4\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Does this event take place in multiple locations?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7f093939-ea60-4c4d-a340-d11bcb102927\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Does this number include spectators or Live Stream/Broadcast Viewers?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7a80cf46-49f0-4460-85b1-c953102861b1\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Email\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0c653d29-5eed-488b-af79-4870d0246757\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Email Address\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8cf3f1b3-ba50-43b1-8bab-8ab840890017\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"End Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"20ad17b5-df05-4979-87db-f859844613d4\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"End Time\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"99b7d185-25c6-4d87-95c7-3decbeaa0563\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Enter Global Regional Account Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"92067f76-a70e-4ec1-b3a3-451d281771fe\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Enter your age:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d52274fc-439c-436e-8925-30ae0792017f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Equipment Notes\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"118bb112-9dea-4579-9c9d-080f7db84bfb\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Equipment Request Type\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ab4c6e00-8298-49af-b439-9a181321e7ef\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Estimated Attendee Count\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"break_down_datetime\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Event Break Down Datetime\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"066fc898-ebab-4c2e-899e-6aa430a4cf8b\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event description:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4161dee3-f705-4496-9c88-3d453a006f09\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event End Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"38db33e0-9980-4b37-8a0b-d5a7d8c1a20f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event End Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3512d6e4-e0b5-44b2-8d96-2cb86558e454\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event End Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"end_datetime\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Event End Datetime\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"118a7fc1-7b0e-481e-8b62-5f3bee7f2237\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event info:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7a7f49ea-fbce-4975-baf2-636dd35bae7e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event Location\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2cc416f7-c434-416e-bf51-f0fbeeec6a52\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"name\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Event Name\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0c6e4765-5bf0-4a45-9904-fc54c2da718e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event Overview/Description\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"23d26597-1179-4948-95dd-9d769debefd7\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event planning \\\"Archieved\\\" or \\\"Done\\\"\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b7f8fe3d-0447-4856-b24f-9111d4e3b147\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event planning \\\"Archived\\\"; or \\\"Done\\\";\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"event_request_form_id\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"event request form\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"event_serial_number\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Event Request Serial Number\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"event_request_status_id\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"event request status\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"requestor_email\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Event Requestor Email\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"requestor_first_name\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Event Requestor First Name\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"requestor_last_name\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Event Requestor Last Name\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"requestor_phone_number\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Event Requestor Phone Number\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"set_up_datetime\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Event Set Up Datetime\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c0e47bee-77c7-46fd-8d0e-f2b65257fd8c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9cec6bc9-6c66-43da-b099-d1fc6aba343d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"12757c74-b18c-407f-b888-7caffa438c2e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"start_datetime\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Event Start Datetime\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"event_type_id\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"event type\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ebfc8349-43fa-40f9-99c8-75d504d04b0a\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Event/Reporting Status\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a47b7266-e5b1-495b-99c2-749fec40ab41\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"event_id\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"62df0171-fbe0-47b6-a504-6084b7395891\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"event_type\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"1063f513-68fd-42bc-8b1c-6af1d98dd553\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Example Text Field\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3574f147-3963-4e47-8b8c-0debd6488a36\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Expected attendance:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"expected_attendance\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Expected Event Attendance\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8cb02b82-bb73-4949-a74d-c9fa8df0c4a3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Expected External Attendee Count\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7986d00b-80fd-4923-8f65-8e13c442f9f3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Expected External Attendee Count\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"5883a38b-596b-40bc-8f1f-d58a9867edc3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Expected External Attendee Count\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"369483ce-d85e-40c5-a229-93ec073b1c73\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Expected External Attendee Count\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"267880e7-c654-4b04-b757-ef7e2883329d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Expected External Attendee Count\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c374ecc7-45b9-4c05-a96a-5470e1b32031\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"File Upload\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"6c8332e7-93de-418e-9e01-2542b075f22d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"File:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4dd81edd-54e9-475f-af6f-3d42eea38276\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"File:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"1743bd4c-d693-4bad-a91a-caa7108d0ed5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"File:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ec86bdaf-72e6-477d-8877-47e6f1fb19f9\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Final Number of Attendees\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f049e310-787f-4625-a782-26760215dbb3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"First name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f60a162d-68bb-44eb-80b6-3629dbd9b604\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"First Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"acce7a3f-0869-45a1-9a1e-774c3d2e120b\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"First Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7b2fb440-48d9-4caf-95f9-c7754ff83648\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"First Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"774150ec-3fff-4a99-8031-e9c156cef64c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"First Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3eb35c66-7622-4fc7-9956-78c5d5cbdbda\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"First Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2afa0d2b-f090-4f29-b82b-9e191226fc06\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"First Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c0ba4ab6-33b4-429e-a505-4fa3148feb3d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Food and Beverage\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9318e5e9-7ed0-4d4c-a743-bb97fde35651\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"FP&amp;A Manager\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"410b9878-af82-42ea-911f-ea0ccec9c513\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"GL Code\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"6a305eeb-5412-451c-81ec-604e4235f47a\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"GREF equipment needs\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4a83f2ef-aa44-404d-984b-1860671db187\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Has an asset been secured through Sports Marketing for this Event?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a867ebba-c24d-4caa-bec5-e6927123368c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Have you selected a caterer?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"984295e7-619c-4119-b989-137afd00b1bc\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Have you selected a caterer?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7dea6845-4532-47ca-bf75-7cebd648bf23\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Have you selected a caterer?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7a4a3f73-0e33-4420-b4ee-7e5d91a77228\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Have you selected a caterer?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0877617c-c2fa-46ec-b403-42a733ff419c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Have you selected a caterer?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d303d6f2-f379-4c54-bbfd-213f7ebd7069\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"How do you plan to measure success?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c6726588-5306-4e4c-bd3c-c40b09fe0a07\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"How will budget/spend be captured?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"97218efe-3beb-4552-af57-6e9b0e2c7d95\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If other, please list the sports marketing asset here.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ccdf515a-bc0a-4051-873c-2989873d3fe0\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If other, please specify other A/V Request Type.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"17765339-883e-4cac-8350-a738e37274d0\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If other, please specify the campaign name/title below.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"5fa062f3-28bc-4590-ac92-08d162c8e72d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If other, please specify the Catering Type.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"617b0cdd-134c-4341-a4bf-e5d9553483ef\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If other, please specify the Desired Room Layout.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"49739a6b-a864-476c-80c2-8e1f7ec0c0ed\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If other, please specify the Job Function Group.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4fabc4ad-f84d-4888-a919-7e2065ba4073\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If other, please specify the NA Wholesale Account Name.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d296222a-9d0e-4420-9e9c-caf3a64f74a9\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If other, please specify the Primary Category.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2c9b2baa-7ba2-4aef-802f-a6cccb17207f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If other, please specify what KPIs you will use to measure success for your event.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a5ef8698-b206-4607-b1a4-ed26d1a23a6d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If yes please include the name of the contract and a brief overview of the event specific obligation.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"00e8ee49-bf14-4730-bc15-30d6dc0feb74\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If yes what is the number of Live Stream/Broadcast Viewers?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"45d535ad-c476-4468-ae98-7beccdcb5a47\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If yes what is the number of spectators?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"31af3035-ba2c-4d18-81a6-3ee8d56efbb2\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If yes, in what Capacity?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a1f27e2e-5076-4371-a224-11cbf59ce3b9\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If yes, what is the series name?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d476019f-29c5-4543-8978-6ae1f27aca60\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If yes, what level of service will you require?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c80f126b-a7dc-4ce8-8465-08d5de7beebf\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If yes, what level of service will you require?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9cbe9cf3-0c4d-4521-ad90-85eaf8423da7\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If yes, what level of service will you require?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"85248e3e-db6e-4491-ab69-d69a66c78c7d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If yes, what level of service will you require?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4c8502b1-b09d-436a-844f-e6c93e855fb6\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"If yes, what level of service will you require?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"57600d31-660f-40cb-8176-2229b4a661e9\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"IO\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"is_cloned\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"is cloned\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"26d255ec-e887-43cd-a0e6-a28b44293dfd\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is Execution of this request tied to a contractual obligation?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b78c0066-c440-45d3-8512-52dab7beb793\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is Kevin Plank involved with this event/request?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"is_late_request\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"is late request\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"is_linked_event\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"is linked event\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"is_restored\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"is restored\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"is_sharepoint_request\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"is sharepoint request\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"03debb94-8607-4b75-bb29-5bf2a53c5f7e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is there an overarching GL Code that should be used for all costs?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"926a2d7b-2767-488f-8a4b-2f0d7ab884c5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is This a Multi-Day Event?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"90724ab0-d762-4211-a214-99d4295e6cb5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is This a Multi-Day Event?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"70a92086-3712-494c-be4d-0f171cbc46d8\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is This a Multi-Day Event?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3acbec33-7219-47d3-9879-b3dcf4d9ad5e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is This a Multi-Day Event?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"28bd29d1-5341-4db5-a0a0-53e220c9ee20\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is This a Multi-Day Event?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4124aebc-0abc-4e47-853f-c1ad803ac7ba\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is this request tied to a Tier 1 Global Campaign? (e.g. HOVR)\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a3456ab7-f1b1-4dbe-b67c-c2562b1b87d0\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is this tied to an account?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2ec1d434-16e2-49aa-831f-833c5b2ca57b\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is this tied to multiple events/event series (eg. Global Run Day, HOVR Run Trial, etc.)\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4f9f8de8-1d77-4177-a33c-7933c6492727\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Is your event taking place in an Amazon building in Seattle or Bellevue?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ab4f58ce-085f-4d82-9906-5fc510fea02e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"is_resource_approved\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"71355370-5822-4657-9b3f-089692372522\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"is_splash_request\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"bd581deb-f559-4cae-bfe3-2e58485f917d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"is_ticket_approved\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"cdb1c0a0-7ac3-4f75-b4e7-580b34bcb900\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"is_ticket_denied\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"5cef19a0-3e01-434d-acd4-b9329cd001a5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Item Type\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"6f3021ce-2487-4b20-809f-523c34ec85e9\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Job Function Division\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c86b4375-9a78-4478-a5c0-79f9d636d6ae\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Job Function Group\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"03a0b7a6-fd0a-4015-9b31-df6de687f971\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Last name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8c2d47fd-266c-462e-925b-c9fdd2cd57df\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Link to Splash page\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"linked_parent__linked_events__name\",\n                \"model_name\": \"LinkedEvents\",\n                \"field_label\": \"Linked events\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ddfcbe22-3b6c-486d-bc34-c5a9abcae650\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Location\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"be1c19b0-4c45-479a-ab5d-04e7384c9da1\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Location Details\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"97ed5a0d-a0be-4554-882c-2adeda5d1d9b\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Location Details\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"73cd7c9c-698a-4236-bff5-7c0fd56c92fc\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Location Details\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"53d8a977-f166-4043-99e5-b4d6438eed02\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Location Details\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"14fd5840-20df-4382-9b79-5364b718c214\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Location Details\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b82b3c1e-80ec-4aaf-903b-04905c4d1e06\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Location Notes (Room Type, Event Type, etc.)\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b212e9d2-99b6-4e0a-905b-846f12801cf3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Location Notes (Room Type, Event Type, etc.)\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"977b173d-abf1-47ca-b586-69bcf011c7bf\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Location Notes (Room Type, Event Type, etc.)\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7315c060-c6b5-4b3d-abab-7b04315c0778\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Location Notes (Room Type, Event Type, etc.)\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"233bb0cd-dcef-4a05-a835-340cc79f7916\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Location Notes (Room Type, Event Type, etc.)\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"11e9aae9-cd77-45a7-bfde-6179d0cc75db\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"MasterEventTT\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a38789fa-4574-4230-a38b-539ccd773e30\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"meeting_status\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a579ebc4-78c3-4669-9050-0de6e4c91fd3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"NA Wholesale Account Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"51c1f1d7-ef2d-4e0f-ac21-9db254f45902\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Non-Amazon Attendees Total\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"dd6ffa82-644b-47d3-91ce-1df6b5c5c545\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"None\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d4e108d1-54ab-45d2-9dc7-e6593cd55e86\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"None\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c43262b5-8daf-4604-b3e8-94ceb4867c6f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"None\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ae93cd5d-5002-46c7-ada3-605027fb1eb7\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"None\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7a01fa23-75b5-4e0c-a6ea-f21d94120303\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"None\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"6ce11625-b0f0-462f-9f0d-b8a672b7ae86\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"None\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"684724f8-60d8-49ab-8381-cc18e03aa8ce\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"None\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"32a626da-e646-4503-bb6a-25c68ea027f3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"None\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"bd66cbac-7f90-4b8e-b536-8d497e047946\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Number\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4c9dddc6-14df-4d01-a95b-f3a8a5c6a4ac\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Other Sports Marketing Asset Participation Type\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d412a1bf-dbf2-407b-9425-7ab5751e4140\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Other Type of Event\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b42934e7-e3cf-45ac-a659-ef95dfc06a0f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Other Type of Event\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"060c4623-6bee-43c6-b130-c0b384ed0c96\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Other Type of Event\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"e53fb0e5-6a94-4d18-a7f9-34648cc3c632\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Overall Budget\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c4161d48-e2b1-416b-9ab7-c57322a26f50\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Overall Budget\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"68aa027f-88e4-4ec1-ade2-de9fce36106b\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Overall Budget\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d0aa105b-809c-4aed-84c8-b28b52bb27a4\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Path\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"791fbcc3-c4c8-4ded-a93c-56f4ac576bcc\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Planning info\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"51a04d2a-a27d-4ab5-b0f2-a38676dc4fb7\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please include name of Accessories product(s)&nbsp;\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"39b44aff-171e-45d8-96f5-b7dee31af69d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please include name of Apparel product(s)\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b26ff37d-5d2a-4322-85b5-956d832fa23c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please include name of Footwear product\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d6a78ade-7ce1-437b-bb07-aef30b792fb0\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please provide the email address of the individual you are requesting on behalf of:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"77fba4bc-01d5-471a-8c68-a2b905e5bdfa\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please provide the email address of the individual you are requesting on behalf of:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"69fd7d25-bc7a-4cca-a200-1ebb71e04061\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please provide the email address of the individual you are requesting on behalf of:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3185bfd5-4862-42b2-a68e-2b8229182a40\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please provide the email address of the individual you are requesting on behalf of:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2a43c736-755a-4f53-9feb-5591792837bf\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please provide the email address of the individual you are requesting on behalf of:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"bb0ee031-91eb-4c2b-a77e-5c24483c5611\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please provide the name of your caterer here\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"55c0645d-a425-468b-b473-ad83a8adfee5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please provide the name of your caterer here\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0db797a1-19c0-4672-b034-51b40897734b\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please provide the name of your caterer here\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0d1d24d2-7dfc-4bb3-aaa4-05eae6e5395b\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please provide the name of your caterer here\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"02a106d7-552d-408a-a171-4d4ddbd020f7\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please provide the name of your caterer here\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"cf798a4f-5e5f-4a2c-b3cc-0200f727bc28\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please select all Sports Marketing Asset(s) associated with this event.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d6ff08a9-0e45-4df2-8c46-7095e3a718cf\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please select all that apply:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"cd6e5558-9d9c-4448-81fa-298b0c9696a5\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please select all that apply:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8114b947-3ef0-431f-a758-dd9d10536e75\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please select all that apply:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"809b4a93-6024-40ad-bb28-9e5535a103cc\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please select all that apply:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"5206c7c1-7362-4781-bd6c-a9926e8a19ea\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please select all that apply:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f06e469e-eac2-4c91-b2c8-b6a98ffd6340\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please select campaign name/title below.\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b21f1307-731e-4574-80e2-6beaa1c97a1a\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please specify the external vendors here\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9d4a79d3-a932-445f-baca-ad66bd37c1fc\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please specify the external vendors here\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8b70fd36-4e1c-4e64-8981-e4eb5698292a\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please specify the external vendors here\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"54e3b89c-7078-4f7b-866d-4d0b14cd4b46\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please specify the external vendors here\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"479dc796-59f4-4466-85c8-30897671b6f9\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please specify the external vendors here\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9abdf984-58fb-49ea-ba77-397567025401\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Please use space provided for additional details\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"be589176-5d8e-4d0a-9233-67873190fd6f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"PLU/Badge Reader\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"fb2168cd-3ead-4a9e-8493-7a7690db1825\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Preferred Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9fcc9f1a-e380-48ee-ae68-4732c6620974\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Preferred Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"5de81bff-a35c-47e3-bd62-df7f3e68e7ec\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Preferred Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"429fc52f-15c3-432b-b8d0-d2d2473c4857\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Preferred Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0bd0b05a-707e-4031-8557-ae3cb53e02b7\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Preferred Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"db57effb-8731-4d81-94f5-d88b1261b60b\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Primary Category\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"primary_coordinator_id\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"primary coordinator\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ef2d8c26-ce79-4a42-a4c5-8826c6da945c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Primary Event Location\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"e28c2adc-3037-4fd1-8508-1b7ca10ab0cd\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Primary Event Location\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4c68e2f2-3677-459a-9860-e1b8775f6ffb\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Primary Event Location\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"fd01d391-83dc-4a29-85ad-2ddd7562bbeb\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Primary Event Location:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"090d74e5-8a90-4e2f-b41e-ab6786a033f2\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Primary Event Location:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b59c25bb-8b6d-4ce1-825b-5de2bc8a642d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Primary POC\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"268adb70-625c-45e8-b3c9-456291ed7bbd\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Reconciled Time\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a3913bd5-d343-483f-aa57-b4598ba4a1f1\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Reconsile field test\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f87a6cf3-0990-4b5e-9e44-cead55ebcd3a\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"record test\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8396c413-5de5-4877-bc90-030065592226\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"record test\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b5698750-b0a6-44b3-b288-d32743e3aa73\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Recurrence Details\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"117c73f1-a1dc-48ee-a503-58fc8d3eff4c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Recurring\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a7f0e3a6-3ba3-4da4-9954-7e17edfeea54\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Requested on behalf of\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8454ae14-7242-4785-b2c1-1a9e6044bcb0\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Requested on behalf of another person?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"cd4fec0b-b844-4577-b4ce-75afcddee623\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Requestor Business Unit\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c3a6deaa-299a-4810-9541-4d6036e5bdca\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Requestor Email Address\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"58a45cca-7478-4652-bde9-ceb79867f62d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Requestor First Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"56356900-6c07-455b-9e54-475787628506\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Requestor Last Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"742c5f93-1539-4a90-bf08-1c2ddd96acc8\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Requestor Mobile Number\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ebdeae42-634d-4dfb-b216-4e3f51fa4466\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Room Layout\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"room_layout\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Room Layout\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b8d0cc54-1de1-44b6-bf7a-1cff73bef02e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Room Location/Number\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"43091442-86f7-485d-901e-ba3439fe0eb2\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Seating Set-Up\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"78b3547d-20d0-4dfa-b0af-0d358dacb339\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Second Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"75610250-a3bb-44d2-85af-7d8601fd8085\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Second Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7363e64a-9809-41e7-904c-8095dc17cd0d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Second Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"6154e964-9899-4e77-b9cb-09432011d8b2\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Second Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"461bd2d7-6acb-42da-8bfe-30ece530e71d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Second Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"31b3a35c-67e8-47d1-b5ca-23a98534174e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Second Requested Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d0d05216-2e3b-42fa-99bf-77045ea977bc\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer Email Address\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c9dca073-297f-4993-956a-bf4b0128c63e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer Email Address\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c6e5c06f-a2d9-4348-a0a0-da734fd1ec60\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer Email Address\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"067cc7d6-6187-44e4-ae7d-9b2bbc8eaa5c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer Email Address\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"04c64dc4-3997-44fa-b810-13feb058bd8c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer Email Address\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8ea15279-439d-4f90-aec8-4294f04611f8\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer First Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"702207b4-092c-4070-b846-5d3f5b82b2eb\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer First Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"602ccdc5-09c1-4659-9497-f8d1e8e95272\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer First Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"44a6164a-b9e7-4f35-82c9-ec3b87d2b494\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer First Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"070b5f6c-bd82-4132-a6d5-e0a762f4e509\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer First Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"cac22284-49ce-44d1-92a2-55d768721b2d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer Last Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a140ba4b-4cc9-4e43-bd9e-66afcd96386c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer Last Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"5abca572-3ba9-408a-bd96-f367a896d5ee\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer Last Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"381eb01e-e133-42e8-acf4-c8d2ad2c2e67\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer Last Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0bc6821a-6fc7-4dd9-9f26-000fa0e39981\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary Organizer Last Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f237eb24-8c68-4c6f-bc63-508506e88de3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Secondary POC\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"secondary_requestor_id\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"secondary requestor\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"secondary_requestor_email\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Secondary Requestor Email\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"secondary_requestor_first_name\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Secondary Requestor First Name\",\n                \"is_in_query\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"secondary_requestor_last_name\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Secondary Requestor Last Name\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4339635a-2536-4fc6-8455-20bc8a699246\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Security Required\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3413a17f-b687-4edb-8b0d-6f872e1ff9a9\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Select Account Type\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"dd7ef528-50e9-4426-b16f-a253a5f92492\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Select your dining option:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"4b569d1a-6e16-4c40-a144-4065055856d3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Select your dining option:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c609fcd8-571e-4ca6-944f-c7647d0886af\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Select your option:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"a1835084-474f-4279-ba21-fd5d3f932dab\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Select your option:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f5336250-9207-431a-ae4d-2fd5565e8303\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Select:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"6b65490c-5203-4fce-813e-8e273072d599\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Select:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"6249a30e-8af8-46cc-b0bd-edfacbe59a16\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Select:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2e118c66-d777-4716-bcde-64332fdd4830\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Select:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ca33c00a-1031-40d1-9877-cd7a10518674\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Set Up Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b2e4255e-6de3-4c14-87c9-4eb75b8c3b81\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Set Up Time\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"associated_space_request__spaces__name\",\n                \"model_name\": \"Space\",\n                \"field_label\": \"Spaces\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"90e7196e-3ab6-43ce-9605-bc6074a71b33\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Sports Marketing Asset Participation Type\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"73d5e916-0bdd-483e-abf4-6df1187a258c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Start Date\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"36ee74b0-6543-43b1-9c84-056061ad7714\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Start Time\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"submitted_by_id\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"submitted by\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0b2331da-f73e-4586-a074-012766d4e08c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Team\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ffc687d3-8e9d-479c-b80e-951c8ea1ac60\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Telephone\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"23b97591-5509-4b39-8e7e-de934733f49a\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Telephone\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"aeed876c-19c2-4569-b4d8-b75e0a18beb6\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Test Multi-select Dropdown\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d360fe27-9e0d-4d0d-8b85-ee3ac0b63b90\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Text\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ce20151e-688b-41b9-81b5-6050d7a124ac\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Text\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"bcc62d31-b6fa-4720-878a-1c4da76b35cb\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Text\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"b356979f-a914-4070-a3d2-1c5e3b12d06f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Text\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8bbf7fad-289e-4d78-a623-d201a162cdf9\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Text\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"82ba308c-c829-49e3-a029-ff9f81e32501\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Text:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"f8465494-f4d1-4755-9198-c6e112429729\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"ticket_denier\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"eeeedf3b-1bfd-4ae8-8bfd-5a640c9c8c3d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Time Test:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"6dba8fce-e211-402e-8233-cc6816831861\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Time:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"32c23abf-96f1-4e23-9bc2-94800b946489\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Time:\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"c334839e-023d-4714-b791-8d2b7a40860d\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Timezone\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"show\": true,\n                \"attname\": \"timezone\",\n                \"model_name\": \"EventRequest\",\n                \"field_label\": \"Timezone\",\n                \"is_in_query\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"319eaa63-a262-48be-b913-839cc5bd1ac3\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"UA Property\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d6cdf651-8365-424f-a571-aaf620376767\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Venue City\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"754fbb89-8099-40ce-9d53-acfbdd11f9a9\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Venue Country\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"22e4d93f-917d-4b93-9346-61e3a3763f63\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Venue Name\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"46a643d3-620d-4e62-a8db-562e4845849e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Venue State\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"de9c1ad1-a764-432e-9346-d493d0b5f31e\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"What KPIs will you use to measure success for your event?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2faa3dcb-7f0b-4923-886c-32cfb92dcb24\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"What team is this directed to?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"bd6b7296-2bd5-4196-9a35-6377b0124e1c\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"What type of event are you looking to host?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"7c0308b1-96bd-4d46-b7f6-38fa51601df2\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"What type of event are you looking to host?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"68979d3a-5012-4126-8bce-2b95949322bd\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"What type of event are you looking to host?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9246a73a-e580-4f9a-8405-94b652c19519\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"What's you favorite?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"32312bb6-c975-4770-82a7-d2ba8a322cfc\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Which Product(s)?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"562418d9-1992-4e11-8ef5-7d623c21d178\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Which UA Property?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"fc0d4eca-385e-4d57-a603-117e9944b02f\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Who is your approver?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"ea3c3954-027e-425b-a0ec-cf33b7b9e1c7\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Who is your approver?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"d3895dc3-ee5b-40b6-9800-2697cb00e2ca\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Who is your approver?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"9af49ad6-2de6-432f-bfd4-dd492ef692f1\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Who is your approver?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"1f69e481-f3af-4aad-a2e5-d1e59415ac70\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Who is your approver?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"be98b6b1-52e8-45b5-9f3a-5df3c8770883\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will there be onsite sales?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"28bb9521-5caa-4e25-b0e2-2b2f242cef84\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will this Event take place at multiple locations?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"74600a73-dd06-470f-a690-dbf01c7ac105\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be hosting external (non-badged) attendees?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"52df7ba7-619a-4b95-8d57-4c99731e2f21\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be hosting external (non-badged) attendees?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"426f8606-93ee-4469-9e14-d8ebe11af6a0\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be hosting external (non-badged) attendees?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2cb6e9ca-f43b-464f-acaf-8eec48fff3d4\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be hosting external (non-badged) attendees?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"1b8c61ae-3155-42bb-a79e-fcbf0fc8b682\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be hosting external (non-badged) attendees?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"e683eefd-147b-4695-b3bb-2ffd58bea904\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be serving alcohol?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"496e7597-e7b6-4517-94f4-fbeb24b66f05\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be serving alcohol?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"3786a2c7-a13c-45f8-9ed7-4e6a0a40dc92\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be serving alcohol?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"2be907a5-f5f6-4934-a7b1-e57f3852c579\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be serving alcohol?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"0b11f66b-4e46-4ebc-8c41-b957fd0eaec1\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be serving alcohol?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"8bf50616-2df6-495b-9e22-aa3c54f392ee\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be using external vendors?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"65e84d05-2a69-4629-9048-a98f7f56a159\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be using external vendors?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"5cf4c91e-c7cd-46ef-960d-c8e01f39d230\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be using external vendors?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"5a119af3-8402-4993-9f51-9327ca8b1dc7\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be using external vendors?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"48466c9e-1528-416e-87e9-91d7225c3004\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you be using external vendors?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"97133371-29a4-4fdf-9d56-6f3c2628d1a0\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Will you require rehearsal/run-through dates/times?\",\n                \"is_in_query\": true,\n                \"show\": true\n            },\n            {\n                \"attname\": \"event_request_field_event_request__value\",\n                \"field_uid\": \"797d76ad-61d4-4097-aa49-9d4d328127a9\",\n                \"model_name\": \"CustomField\",\n                \"field_label\": \"Worksite\",\n                \"is_in_query\": true,\n                \"show\": true\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/report/v1/reports/customize","description":"<p>:param request: the WSGI request instance.\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","customize"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"3d324231-b0a8-4942-87b6-4e28bf809884","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/reports/customize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"secondary_scopes\": \"<object>\"\n}"}],"_postman_id":"304d2ae9-f1b1-4934-a5f6-e1ae1e4e8522"},{"name":"Import Columns","id":"8019d72b-9fd2-4a9e-9ed1-58d34cf3272d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_report_uid\": \"<uuid>\",\n    \"importing_report_uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/report/v1/reports/import_custom","description":"<p>:param request: the WSGI request instance.\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","import_custom"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"e31d64d1-e290-4bef-9871-87d6f0407c40","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/reports/import_custom"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"secondary_scopes\": \"<object>\"\n}"}],"_postman_id":"8019d72b-9fd2-4a9e-9ed1-58d34cf3272d"},{"name":"Update Report Name","id":"e0bcf8a5-665d-4409-8571-9a9db41c3794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"report_name\": \"<string>\",\n    \"user_report_uid\": \"<uuid>\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/report/v1/reports/update","description":"<p>:param request: The WSGI request instance.\n:param args:\n:param kwargs:\n:return:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","update"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"02c12a94-26b1-4666-988e-7390e49c07f9","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/reports/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"report_name\": \"<string>\",\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"e0bcf8a5-665d-4409-8571-9a9db41c3794"},{"name":"List Fields","id":"40636ba1-5729-4d51-9db4-b871d8a3ecec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"category\": \"CustomField\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/report/v1/reports/field/list","description":"<p>:return: Custom fields</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","field","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"459af008-ebd9-4e06-954f-9971ab70600c","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/reports/field/list"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40636ba1-5729-4d51-9db4-b871d8a3ecec"},{"name":"Get Field value","id":"0f9a4dc9-d1a6-411a-8760-b9a4ca834f70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"category\": \"Space\",\n    \"field_key\": \"name\"\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/report/v1/reports/field_value_retrieve","description":"<p>Function to retrieve the operators that can be performed, type of the values and values corresponding\nto the field name passed.</p>\n<p>:param request: The WSGI request instance.\n:param args:\n:param kwargs:\n:return: Field operators,type and values optionally.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","field_value_retrieve"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"fae69505-7552-4927-bd3a-a77bdf200209","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/reports/field_value_retrieve"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f9a4dc9-d1a6-411a-8760-b9a4ca834f70"},{"name":"Save Query","id":"bf33cb0c-2c45-49db-98f5-6b94093de131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_report_uid\": \"<uuid>\",\n    \"report_queries\": [\n        {\n            \"category\": \"<string>\",\n            \"field_key\": \"<string>\",\n            \"operation\": \"<string>\",\n            \"value\": \"<uuid>\",\n            \"condition\": \"\",\n            \"field_type\": \"<string>\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/report/v1/reports/query_save","description":"<p>Function to update the UserReport model to save the query to the primary_scope json field.\n:param request:  The WSGI request instance.\n:param args:\n:param kwargs:\n:return: The success message.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","query_save"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"5552c749-37ea-4689-866e-57038c6dcd25","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/report/v1/reports/query_save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\"\n}"}],"_postman_id":"bf33cb0c-2c45-49db-98f5-6b94093de131"},{"name":"<baseUrl>/api/report/v1/reports/field_value_retrieve","id":"6726b831-adb8-48f1-9c1f-3f9edbbb1fa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/report/v1/reports/field_value_retrieve","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","field_value_retrieve"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[],"_postman_id":"6726b831-adb8-48f1-9c1f-3f9edbbb1fa3"}],"id":"d25d83cc-9a61-45f3-b374-43d91a96f2d7","_postman_id":"d25d83cc-9a61-45f3-b374-43d91a96f2d7","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Files","item":[{"name":"Create Files","id":"92bff3aa-0fea-4307-acb0-92882f44fa68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"show_for_event","value":"<boolean>","type":"text"}]},"url":"<baseUrl>/api/files/v1/file/create","description":"<p>Class view for File Upload</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","files","v1","file","create"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"d21bdf03-670a-4986-9a39-708698ea48c3","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>","type":"text"},{"key":"show_for_event","value":"<boolean>","type":"text"}]},"url":"<baseUrl>/files/v1/file/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"uid\": \"<uuid>\",\n  \"file\": \"<uri>\",\n  \"name\": \"<string>\",\n  \"user_uid\": \"<string>\",\n  \"show_for_event\": \"<boolean>\"\n}"}],"_postman_id":"92bff3aa-0fea-4307-acb0-92882f44fa68"},{"name":"List All Files","id":"9aa026ae-8828-49bb-bcd5-6a9ca8cc910f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/files/v1/file/list","description":"<p>Class view to list api view to generate the list of all files within the company</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","files","v1","file","list"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[{"id":"f14bd5b7-2ba7-429a-8d02-4d623d312b69","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"<baseUrl>/files/v1/file/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"uid\": \"<uuid>\",\n    \"file\": \"<uri>\",\n    \"name\": \"<string>\",\n    \"show_for_event\": \"<boolean>\"\n  },\n  {\n    \"uid\": \"<uuid>\",\n    \"file\": \"<uri>\",\n    \"name\": \"<string>\",\n    \"show_for_event\": \"<boolean>\"\n  }\n]"}],"_postman_id":"9aa026ae-8828-49bb-bcd5-6a9ca8cc910f"}],"id":"bac19ee9-051a-489a-9169-46a7cbf6fe0b","_postman_id":"bac19ee9-051a-489a-9169-46a7cbf6fe0b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}},{"name":"Resource","item":[{"name":"<baseUrl>/api/resources/v1/space-lookup","id":"1fa2966e-7833-4e95-97a5-9fc551cad3a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"region\": [\n        \"amer\"\n    ],\n    \"country_id\": \"9285c4cf-d34d-45f4-ad4a-51e09a26171d\",\n    \"location_id\": \"37bcc5e2-572c-4b4a-b54c-ccb04da49c06\",\n    \"building_id\": \"50e709ed-f4ff-44cd-80e3-6366fcdfdc5b\",\n    \"start_date\": \"2025-06-30\",\n    \"end_date\": \"2025-06-30\",\n    // \"start_date\": \"2025-06-30T00:00:00.000Z\",\n    // \"end_date\": \"2025-06-30T23:59:59.000Z\",\n    \"space_type_id\": [\n        \"ccb9080a-047d-424a-8d93-d0353657e994\"\n    ],\n    \"layout_id\": null,\n    \"seating_capacity\": 100,\n    \"length\": 200\n}","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/resources/v1/space-lookup","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","resources","v1","space-lookup"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fa2966e-7833-4e95-97a5-9fc551cad3a6"},{"name":"<baseUrl>/api/resources/v1/space/retrieve?uid=0bbb201c-7466-47a5-b7d2-f3ae64564f40","id":"7277d9c5-b84b-47bf-bd0c-0a6be85c1a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/resources/v1/space/retrieve?uid=0bbb201c-7466-47a5-b7d2-f3ae64564f40","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","resources","v1","space","retrieve"],"host":["<baseUrl>"],"query":[{"key":"uid","value":"0bbb201c-7466-47a5-b7d2-f3ae64564f40"}],"variable":[]}},"response":[],"_postman_id":"7277d9c5-b84b-47bf-bd0c-0a6be85c1a62"},{"name":"<baseUrl>/api/resources/v1/space-session/retrieve?event_uid=68abedba-58e7-4a5a-9f11-d561e97c06f1","id":"417e19d6-81a5-43c4-a762-46b871950b50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/event_requests/v1/event_request/space-session/retrieve?event_uid=68abedba-58e7-4a5a-9f11-d561e97c06f1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","event_requests","v1","event_request","space-session","retrieve"],"host":["<baseUrl>"],"query":[{"key":"event_uid","value":"68abedba-58e7-4a5a-9f11-d561e97c06f1"}],"variable":[]}},"response":[],"_postman_id":"417e19d6-81a5-43c4-a762-46b871950b50"},{"name":"<baseUrl>/resources/v1/widget/filtered_space/retrieve","id":"941e5db0-1d06-4fcc-b774-a3c2aa0b05c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"url":"<baseUrl>/api/resources/v1/widget/filtered_space/retrieve","urlObject":{"path":["api","resources","v1","widget","filtered_space","retrieve"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[],"_postman_id":"941e5db0-1d06-4fcc-b774-a3c2aa0b05c0"},{"name":"<baseUrl>/api/resources/v1/widget/unavailable_spaces/","id":"688eb10c-bc2d-40f5-8853-9a69f32c1e96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"building_id\": [\n        \"50e709ed-f4ff-44cd-80e3-6366fcdfdc5b\",\n        \"384919cb-0aec-48c0-bea9-bab82de7c2a4\"\n    ],\n    \"start_date\": \"2025-06-27 09:00\",\n    \"end_date\": \"2025-06-27 17:00\",\n    \"location\": [\n        \"37bcc5e2-572c-4b4a-b54c-ccb04da49c06\"\n    ],\n    \"seating_capacity\": 99,\n    // \"region\": [\n    //     \"amer\"\n    // ],\n    \"space_categories\": [\n        \"ccb9080a-047d-424a-8d93-d0353657e994\"\n    ],\n    \"from_form\": true\n}\n\n// start_date,end_date, location, space_category, attendee_count,","options":{"raw":{"language":"json"}}},"url":"<baseUrl>/api/resources/v1/widget/unavailable_spaces/","urlObject":{"path":["api","resources","v1","widget","unavailable_spaces",""],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[],"_postman_id":"688eb10c-bc2d-40f5-8853-9a69f32c1e96"},{"name":"<baseUrl>/api/report/v1/reports/category_retrieve","id":"1f473cbf-b730-46c5-a4d0-5830af405547","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"<baseUrl>/api/report/v1/reports/category_retrieve","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}},"urlObject":{"path":["api","report","v1","reports","category_retrieve"],"host":["<baseUrl>"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f473cbf-b730-46c5-a4d0-5830af405547"}],"id":"090823ce-1135-4d41-ae51-5bdf703df4d1","_postman_id":"090823ce-1135-4d41-ae51-5bdf703df4d1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","id":"0d7f16f5-cf70-4ff3-9ec5-7a5a5c07fa5c","name":"EventOPS V2 Amazon","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"273c0579-942a-455a-ab15-0037aa04fd11","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"60b0eae6-50be-46fe-93b6-bb763100b2ca","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"<baseUrl>","type":"string"},{"key":"access_token","value":""},{"key":"company_widget_token","value":"","type":"string"},{"key":"company-uuid","value":""}]}